/* 

Global Style Sheet for My Guide to Autism

Updated: 8/09/09

Main Colours: 
Dark Purple: 741AB2
Orange: C67800
Dark Brown: A7A895
Light Brown: FBFDEB

-------------------------------------------------------------------- */ 


body 
{
	font: 62.5%/1.5 Cambria, Georgia, Times, Times New Roman, serif;
	color: #212121;
	background: #fcfdf0 url(images/body_bg.png) repeat-x;
}
	

/*  =Style 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 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}		

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

table, td, th 
{
	vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before,
blockquote:after,
q:before,
q:after 
{
	content: "";
}

blockquote,
q 
{
	quotes: "" "";
}

/* Remove annoying border on linked images. */
a img,
a:visited img 
{
	border-bottom: #fff;
}




/* =Default Text  
---------------------------------------------------------------------- */

h2,h3,h4,h5,h6 
{ 
  clear: both; 
}

h2,h3,h4,h5,h6 
{ 
  clear: both; 
  font-weight: bold;
  color: #414141;
}

h1 
{ 	
	position: absolute; /* Shove the h1 right off viewport */
	right: 4000px;*
}

h2
{
	font-size:250%;
	font-weight: bold;
	line-height: 1.4;
	margin: .5em 0 .65em;
}

h2 a:link,
h2 a:visited
{
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	border: 0;
}

h2 a:hover
{
	background: #A7A895;

}


h2.pagetitle 
{
	font-size: 1.8em;
	margin-bottom: 1em;
}

#sidebar h2 
{
	font: 62.5%/1.5 Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 20px;
	margin-top: -5px;
	border-top: 5px solid #D8DAC0;
}

#header1 h2 
{
	float: left;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5;
	padding-bottom: 30px;
	margin-top: -4px;
	width: 530px;
}


h3 
{
	font-size:180%;
	line-height: 1.286em;
	margin: 1.929em 0 0.643em;
}

h4 
{
	font-size: 160%;
	font-weight: bold;
	margin: 1.3em 0 .75em; 
}

h4  a:link,
h4 a:visited
{
	font-weight: bold;
	border: 0;
}

h4  a:hover
{
	background: #A7A895;

}

h5 
{
	font-size: 140%;
	margin: 1.4em 0 1em 0; 
}

h6 
{
	font-size:130%;
	font-weight: bold;
	color: #616161;
	line-height: 1.286em;
	margin: .75em 0 1em 0; 
}

small
{
	font-size: 90%;
	color: #616161;
	margin: 1em 0 1.4em;
}

a,p
{
	font-family: Calibri, Helvetica Neue, Arial, Helvetica, Geneva sans-serif;
}

p
{
	font-size: 140%;
	margin-bottom: 1em;
}

a:link,
a:visited           

{ 
	color: #C67800;
	text-decoration: none; 
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1px;
}


a:hover,
a:active       
{ 
	color: #fff;
	text-decoration: none; 
	border-bottom: 0;
	padding-bottom: 1px;
	background: #A7A895;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}


.navigation 
{
	font-size: 140%;
	display: block;
	margin-top: 30px;
	padding-bottom: 60px;

}


p.date
{
	font-size: 150%;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	color: #616161;
	margin: -0.5em 0 1.1em;
	padding-bottom: 1.1em;
	border-bottom: 1px dotted #A7A895;
}


h2.date3
{
	float: left;
	display: inline;
	font-size:250%;
	font-weight: bold;
	line-height: 1.4;
	margin: .5em 0 .65em;
}

.date1 
{
	float: left;
	width: 100px;
	margin-right:8px;
	padding:5px 10px 0;
	border: 1px solid #ccc;
}

.date1 span.day, 
.date1 span.month, 
.date1 span.year
{
	display:block;
	color: #616161;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-weight: bold;	
	text-align: center;
}

.date1 span.day 
{
	font-size: 16px;
}

.date1 span.month 
{
	font-size: 14px;
}

.post p 
{
	text-align: justify;
}

.post hr 
{
	display: block;
}

/* General Comment Styling */


.sticky 
{
	background: #f7f7f7;
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
	}


.alt {
	margin: 0;
	padding: 10px;
	}
	

/* Comment Box Styling */

.commentlist 
{
	padding: 20px;
	border: 1px dotted #e1e1e1;
	background: #FBFDEB url(images/header_bg.jpg) repeat-x bottom;
}


.children { padding: 0; }

#commentform p 
{
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata 
{
	font-size: 1.2em;
	margin: 0;
	display: block;
	}


.commentlist li ul li 
{
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li 
{
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
}

.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.comment-author
{
	padding-bottom: 10px;
}

.comment-author .says
{
	font-size: 120%;
	margin-left: 1px;
	font-style: italic;
}


.commentlist cite, 
.commentlist cite a 
{
	font-size: 160%;
	font-weight: bold;
	font-style: normal;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 10px 10px 0;
}

.commentmetadata 
{
	font-weight: normal;
}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
	
	


/* List Styling 
----------------------------------------------------------------*/

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, 
.postmetadata li 
{
	display: inline;
	font-size: 1.2em;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul
{

}

#sidebar ul, 
#sidebar ul ol 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li 
{
	font-size: 120%;
	list-style-type: none;
	list-style-image: none;
	padding: 5px 0;
	margin-bottom: 15px;
}

#sidebar ul p, 
#sidebar ul select 
{
	margin: 5px 0 8px;
}

#sidebar ul ul, 
#sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}



/* =Main Content Layout 
---------------------------------------------------------------- */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 960px;
	border: 1px solid #959596;
}

#header1 
{
	float: left;
	margin-left: 20px;
	width: 960px;
}

#header1 a,
#header1 a:visited,
#header1 a:hover

{
	background: 0;
	border: 0;
}

#headerimg 
{
	float: left;
	margin: -15px 0 0 0;
	width: 200px;
}


#headerimgAlt 
{
	margin: -15px 0 0px 0;
	height: 100px;
	width: 100%;
}

#headerimg_r 
{
	float: right;
	margin: -5px 280px 0 0;
	width: 150px;
}

#headerimg_s_r 
{
	float: right;
	margin: -5px 210px 0 0;
	width: 170px;
}

.narrowcolumn 
{
	float: left;
	clear: both;
	padding: 0 0 20px 0;
	margin-left: 20px;
	padding-top: 25px; 
	width: 630px;
	border-top: 5px solid #A7A895;
}

#sidebar
{
	float: right;
	padding: 0px 0 10px 0;
	width: 250px;
}


.post 
{
	margin: 0 0 40px;
}

.entry
{
	float: left;

}

.entryHeading
{
	width: 100%;
	float: left;
	clear: both;
}

.narrowcolumn .postmetadata 
{
	padding-top: 5px;
	font-style: italic;
}

.postmetadata 
{
	clear: both;
}

.clear 
{
	clear: both;
}

#footer 
{
	padding: 0 0 20px 0;
	margin: 0 auto;
	margin-left: 20px;
	width: 960px;
	clear: both;
}

#footer p 
{
	font-size: 120%;
	line-height: 1.6;
	margin: 0;
	padding: 20px 0;
}



/* Containers and Boxes
--------------------------------------------------------------------*/

#narrowcolumn .contBox
{
	width: 100%;
}
	
#sidebar .contBox
{
	float: left;
	width: 100%;
}
	
	
	

/* Image Styling 
--------------------------------------------------------------------*/
p img {
	padding: 5px;
	max-width: 100%;
	border: 2px solid #A7A895;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* Forms
-------------------------------------------------------------------*/

#searchform 
{
	margin: 0 0 15px;
	padding: 15px 0 45px;
	border-top: 5px solid #A7A895;
	border-bottom: 5px solid #A7A895;
}

#searchform #s 
{
	float: left;
	width: 195px;
}

#searchform label 
{
	 position: absolute;
 	text-indent: -90000px; 
}

#searchform #searchsubmit 
{
	float: left;
	font-size: 1px;
	color: #fff;
	border: none;
	cursor:pointer;
	display:block;
	height:28px;
	width:25px;
	margin: 2px 0 0 10px;
	text-indent: -7000px;
	background:transparent url(images/icons/icon_search.png) no-repeat scroll 0 0;
}

#searchform #searchsubmit:hover 
{
	background-position:  0 -29px;
}

.entry form 
{ /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select 
{
	width: 130px;
}

#commentform 
{
	margin: 5px 10px 0 0;
}

#commentform input 
{
	width: 170px;
	margin: 5px 5px 1px 0;
}

#commentform textarea 
{
	width: 100%;
}

#respond:after 
{
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
	
#commentform #submit 
{
	margin: 10px 0;
	float: right;
	padding: 8px 0;
	background: #989987;
	color: #FFF;
}

#commentform #submit:hover 
{
	background: #D8D9C0;
	color:#333;
	}


input,
textarea
{
	font-family: Calibri, Helvetica Neue, Arial, Helvetica, Geneva sans-serif;
	font-size: 16px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 5px;
	border: 2px solid #ccc;
	padding: 3px 5px 2px;
}



/* Calendar 
------------------------------------------------------------------------*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	



/* Captions 
---------------------------------------------------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
