/*
Theme Name: Origins of Autism
Theme URI: http://andrewlehman.com/
Description: 
Author: Dana Simpson
Author URI: http://andrewlehman.com/
Tags: blue, black, fixed width, three columns, widgets

*/

/*----------------Site layout----------------*/


body {
	text-align:center;
	background-color: #000000;
	color: #313b44;
	margin: 0;
	padding: 0;
	font-family: Palatino, "Times New Roman", Times, serif;
}

img
{ border: 0px;
}

table {
text-align: left;
}

td {
vertical-align: top;
}


a:link   {
	color: #313b44;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:visited   {
	color: #313b44;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover, a:active    {
	color: #1d7394;
	text-decoration: none;
	border-bottom: 1px dotted;
}

div.hr { /*IE gives all hr tags an unremovable border, this corrects it*/
	margin: 0px;
	padding: 0px;
	background-color: #EAF0FF;
	background-image: url(images/hr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	border: 0px none;
}
div.hr hr {
 display: none;
}

#frame {
	width:910px;
	padding:0px;
	text-align:left;
	margin: 0 auto;

}

#contentheader {
	background-image: url(images/header.jpg);
	height: 216px;
	width: 907px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#contentleft {
	width:228px;
	float:left;
	background-image: url(images/left-col-bg.jpg);
	height: 571px;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0;
	margin: 0;
	display: inline;
}
#contentleft ul {
	margin: 0px 0 0 10px;
	padding: 0;
	text-indent: 0px;
}

#contentleft ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#contentleft ul li li {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	list-style-type: none;
	list-style-position: outside;
	line-height: 1.25em;
	
	margin: 0;
	text-indent: 0px;
	
}

#contentleft ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
}

#contentleft ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
}

#contentleft ul li a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	border-bottom: 0px;
}


#contentleft  ul  li li li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-left: 1px;
	padding-left: 1px;
	text-indent: 0px;
font-size: 12px;
}

#contentcenter {
	width:452px;
	float:left;
	background:#eee;
	background-image: url(images/midcol-tile.gif);
	background-repeat: repeat-y;
}
.center-padding {
	padding: 10px;
}

.post a:link   {
	color: #313b44;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.post a:visited   {
	color: #313b44;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.post a:hover, a:active    {
	color: #1d7394;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.postmetadata a:link {
	color: #313b44;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.postmetadata a:visited   {
	color: #313b44;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.postmetadata a:hover, a:active    {
	color: #1d7394;
	text-decoration: none;
	border-bottom: 1px dotted;
}


#contentright {
	width:228px;
	padding:0px;
	float:left;
	background-image: url(images/right-col-bg.jpg);
	background-repeat: no-repeat;
	height: 571px;
	background-position: top right;
}




#contentright ul {
	margin: 0px 0 0 10px;
	padding: 0;
	text-indent: 0px;
}



#contentright ul li {
	list-style-type: upper-roman;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.25em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin: 0 0 0 40px;
	padding: 0;
}

#contentright ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
}

#contentright ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
}

#contentright ul li a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	b
	order-bottom: 0px;
}
/*The following craziness is to keep all the versions of ie displaying the nav lists the same way. for a crash course on conditional comments, visit http://www.positioniseverything.net/articles/cc-plus.html */

#ie5-5only #contentright  ul li 
{ 
	list-style-type: upper-roman;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #44280E;
	line-height: 1.5;
	list-style-position: outside;
	list-style-image: url(images/blue-bullet.gif);
	margin: 0 0 0 80px;
	padding: 0;
}

#ie5-5only #contentleft ul {

margin: 20px;

}


/*End ie craziness*/




/*----------------Site layout----------------*/


	
	

/*----------------Typography----------------*/

p {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #313b44;
	line-height: 1.25;
}

blockquote {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #603913;
}

/*post titles*/ h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #1d7394;
	text-align: center;
	margin: 0;
}

/*post titles*/.post h1 a:link, a:visited {
	color: #1d7394;
	text-decoration: none;
	border: none 0px;
}

h2 {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #505d69;
	text-align: center;
	
	letter-spacing: 1px;
}

#contentleft h2 {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	
	letter-spacing: 1px;

}

.archives h2
{ margin-left: 10px;
}
#contentright h2 {
	font-family: Palatino, "Times New Roman", Times, serif;
	height: 20px;
	background-image: url(images/puzzle.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 20px 0px 15px 35px;
	margin: 20px 0px 0px 30px;
	background-position: -5px;
}



h3 {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #505d69;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4
{	font-size: 13px;
	font-style:italic;
}

h5

{	font-size: 12px;
	font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.floatquote-right {
	float: right;
	width: 40%;
	background-color: #FCFEF2;
	padding: 10px;
	text-align: justify;
}

.floatquote-left {
	float: left;
	width: 40%;
	background-color: #FCFEF2;
	padding: 10px;
	text-align: left;
	margin: 10px;
}
	
/*----------------Typography----------------*/


/*----------------Comments----------------*/

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

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

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

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

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

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	

/*----------------Comments----------------*/

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

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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

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


/* ----------------Images---------------- */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* ----------------Images---------------- */


/* ----------------Form Elements---------------- */
#searchform {
	margin: 10px 0;
	padding: 5px 0px;
	text-align: center;
	position: relative;
	left: -15px;
	}

#contentleft #searchform #s {
	width: 108px;
	padding: 2px;
	background-color: #666666;}

#contentleft #searchsubmit {
	padding: 1px;
	}
	
#contentleft label {
	display: none;
	}

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

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* ----------------Form Elements---------------- */


/* ----------------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;
}
/* ----------------Captions---------------- */


/* ----------------Useful stuffs that don't fit anywhere else---------------- */

.hide
{display:none;
}

.center {
	text-align: center;
	}
	
.postdate
{ font-size: 10px;
font-style:italic;
}
