/*
Theme Name: Canada
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Dave Whitley
Author URI: http://automattic.com/
Template: toolbox
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Reset
-------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:;}
a img{border:none;}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1;}

::-moz-selection{ background: #db1010; color:#fff; text-shadow: none; }
::selection { background: #db1010; color:#fff; text-shadow: none; } 

/* Structure
-------------------------------------------------------------- */


/* Headings
-------------------------------------------------------------- */

h1 {
	/*font-family:pt-sans, sans-serif;*/
    font-size: 1.667em;
    line-height: 1.3em;
}

h2, h3, h4, h5, h6 {
    font-size: 1.667em;
    line-height: 1.3em;
    margin-bottom: 11px;
    color: #333;
    font-weight: normal;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

h2 a.article_title {
	/*font-family:pt-sans, sans-serif;*/
    color: #333;
}

h2#comments-title {
	margin-top:20px;
}

/* Links
-------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #db1010;
}

a:hover {
    color: #999;
}


a, #nav a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
}

#send, #searchsubmit {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
}


/* Typography
-------------------------------------------------------------- */

body, #commentform textarea, #commentform input, #send, input#searchsubmit {
    font: normal 1.125em/1.444em calluna-n4, calluna, Georgia, serif;
    color: #333;
}

p {
    margin: 0 0 25px;
}

p.last {
    margin-bottom: 0;
}

p img {
    float: left;
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
	padding: 15px;
	Background-color:#eee;
	margin: 0 0 25px;
}

body {
    background: #fff;
    /*text-rendering: optimizeLegibility;*/
}

#page {
	padding-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

#branding {
	max-width: 960px;
	width: 94%;
	margin: 1em auto 1em;
	border-bottom:1px dotted #333;
}
	

#main {
	/*max-width: 960px;
	width: 94%;*/
	margin-left: auto;
	margin-right: auto;
}


#primary {
	max-width: 960px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;

}
#content {
	margin: 0 30% 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
	display:none;
}
#colophon {
	max-width: 960px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

a.logo {
	background:url("brand2.png") no-repeat scroll 0 0 transparent;
	display:block;
	height: 26px;
    width: 161px;
}

a.logo:hover{
	opacity:.5;
     -moz-transition: all 0.2s ease-out;  
       -o-transition: all 0.2s ease-out;  
  -webkit-transition: all 0.2s ease-out;  
      -ms-transition: all 0.2s ease-out;  
          transition: all 0.2s ease-out;  

}

#site-title {
	margin: .17em 0;
    text-indent: -9999px;
	float:left;
	
}
#site-description {
	clear:both;
	font-size: 0.9em;
	font-weight: normal;
	font-style:italic;
	float:left;
}

hgroup {
	float:left;
}


/* =Menu
-------------------------------------------------------------- */

.menu {
	float: right;
	margin: 0.8em 0;
}	
#access {
	background: #fff;
	display: block;
	margin: 0 auto 0.6em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin-right: 5px;
	padding-left: 0;
}
#access li {
	float: left;
	/*margin-right:10%;*/
	position: relative;
}

.current_page_item{
	font-style:italic;
}
.page-item-12 {
}
.page-item-9 {
}
.page-item-6 {
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	/*background: #dedede;*/
}
#access ul ul a:hover {
	/*background: #cecece;*/
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#nav-above, #nav-below {
	display:none !important;
} 
.entry-meta {
	clear: both;
	display: block;
	padding:0 0 15px;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}

#nav-below {
	margin: 1em 0 0;
}


.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #fff;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #fff;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */
ul.children {
	margin-left:15px;
}

.reply {
	margin:0;
}
.comments-link {
	margin-left:15px;
}
	
.sep {
	display:none;
}

.author {
	display:none;
}

.comment-meta {
	 display: inline;
    margin-left: 15px;
}
.fn {
	float:left;
	font-style:normal;
	text-transform:uppercase;
}

.fn a {
	font-weight:600;
	color:#000;
}
.says {
	display:none;
}
.commentlist {
	list-style:none;
}
article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 100%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
	display:none;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}


/* 2 Columns Squished ------------------ */
@media screen and (min-width: 571px) and (max-width: 780px) {
	
  body {
        font-size: 1em;
        line-height: 1.44em;
    }
		
		
}


/* One Col
-------------------------------------------------------------- */
@media screen and (max-width: 570px) {
    /* Page -------------------------------------------------------------- */
    html {
        -webkit-text-size-adjust: none !important;
        -ms-text-size-adjust: none !important;
    }
    
    body {
        min-width: 320px;
        overflow: auto;
    }
	
	#content {
		margin:0;
	}
	
	/* Typography-------------------------------------------------------------- */
    body {
        font-size: 1em;
        line-height: 1.44em;
    }
    
    h2, h3, h4 {
        font-size: 1.5em;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    
    p {
        margin: 0 0 2.19em;
    }



