/* CSS Document */

/*
Theme Name: Autism Parent Support

Theme URI: http://autismparentsupport.com

Description: WordPress theme developed by <a href="http://dmiracle.com">Dawud Miracle</a> for Claire Hayes and <a href="http://autismparentsupport">Autism Parent Support</a>

Version: 2.0

Author: Dawud Miracle

*/

/* default elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E4F3F6;
	color: #281807;
/*	font: normal 62.5%/2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	font: normal 62.5%/2em Geneva, Arial, verdana, sans-serif;	
}

.body-style {
	padding: 0;
}

a {
	color: #006468;
	text-decoration: none;
	border-bottom: 1px solid #16797e;
}

a:hover {
	color: #B0E7EA;
	border-bottom: none;
}

big {
	font-size: 1.1em;
}

h1,h2,h3 {
	padding: 8px 0 3px;
	color: #3565CB;
}

h1 {
	font: normal 2.4em Geneva,sans-serif;
}

h1 a {
	text-decoration: none;
	border-bottom: none;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font: normal 1.6em Geneva,sans-serif;
}

h3 {
	font: normal 1.4em Geneva,sans-serif;
	margin: 14px 0 3px 0;
}

h4 {
	font: bold 1em Geneva, sans-serif;
	margin: 1em 0;
}

blockquote {
	display: block;
	background: #fff;
	border: 4px solid #e2bdbb;
	padding: 0 22px 16px 22px;
	margin: 1.5em 16px;
	font-style: italic;
	line-height: 175%;
}

blockquote li {
	margin-left: 20px;
}

form,table {
	margin-bottom: 1.2em;
}

img {
	border: none;
	padding: 3px;
}

.img2 {
     border: none;
	padding: 1px;
}

label {
	display: block;
}

li {
	line-height: 190%;
}

p {
	margin-top: 1.3em;
}

small,.small {
	font: normal 0.9em sans-serif;
}

ul,ol {
	padding: 0 2em 1.2em;
	margin-top: 1em;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

/* structure */

#wrapper {
	margin: 0 auto;
	width: 960px;
	border-left: 2px solid #3565CB;
	border-right: 2px solid #3565CB;
}

#container {
	font-size: 1.3em;

	margin: 0 auto;
	width: 960px;
}

/* header */

.header {
	background: #DAD7C5 url(img/header_1.jpg) no-repeat left top;
	height: 164px;
}

body.telesummit .header {
	background: #DAD7C5 url(img/banner-autism-telesummit.jpg) no-repeat left top;
	height: 169px;
	border-bottom: 2px solid #d7d4cf;
}

body.t2 .header {
	background: #DAD7C5
	height: 1px;
	border-bottom: 1px solid #d7d4cf;
}


.header h1 {
/*	font: normal 3.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
	font: normal 3.6em "OFL Sorts Mill Goudy TT";
	padding: 16px 0 0 38px;
	margin-bottom: 0;
	color: #3f2d1a;
}

body.telesummit .header h1 {
	display: none;
}

.header h1 a {
	color: #3f2d1a;
}

.header h1 a:hover {
	text-decoration: none;
	background: #faf5e5;
}

.header h4 {
	font: normal 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 0 38px;
	color: #3f2d1a;
}

body.telesummit .header h4 {
	display: none;
}

/* navigation */

.menu-top-container {
	/*background: url(img/bkgd-nav.png) repeat-x;*/	height: 38px;
	border-top: 1px solid #3565CB;
}

.menu-top-container ul {
	padding: 0;
	margin: 0;
}

.menu-top-container li {
	float: left;
	list-style: none;
}

.menu-top-container li a {
	border-right: 1px solid #3565CB;
	color: #4e2a2b;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 38px;
	padding: 0 14px;
	text-align: center;
	text-decoration: none;
	border-bottom: none;
}

.menu-top-container a:hover {
	color: #000;
	background: #B0E7EA;
}

.menu-top-container .current_page_item a {
	background-image: none;
	background: #fcf9f2;
}

/* main */

.main {
	background: #FFF url(img/bkgd-main.png) repeat-y;
	font-size: 14px;
	line-height: 150%;
}

.landing {
	background: #fcf9f2;
}

/* posts */

.post {
	margin-bottom: 42px;
}

.post .descr {
	color: #630;
	font-size: 0.9em;
	margin: 2px 0 4px;
}

.post .info {
	border-top: 1px dashed #AAAA9A;
	border-bottom: 1px dashed #AAAA9A;
	color: #222;
	font-size: 0.85em;
	font-weight: bold;
	margin: 12px 0 8px;
	padding: 6px 0;
}

.post img {
	border: none;
}

a img, a:hover img {
	border: none;
}

a:hover img {
	border: none;
}


/* footer */

.footer {
	background: #54CAD4;
	color: #EED;
	padding: 10px;
}

.footer .left {
	width: 55%;
}

.footer .right {
	width: 40%;
	text-align: right;
	font-size: 90%;
}

.footer a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.footer a:hover, .footer .right a:hover {
	color: #FFF;
	border-bottom: none;
}

.footer .right {
	color: #b8ebdd;
}

.footer .right a {
	color: #b8ebdd;
	border-bottom: 1px solid #b8ebdd;
}

.footer .right {
	color: #b8ebdd;
}

.footer .right h3 {
	color: #b8ebdd;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.footer .right h3 a {
	color: #b8ebdd;
	border-bottom: 1px solid #b8ebdd;
}

.footer .right h3 a:hover {
	text-decoration: none;
	color: #fff;
}


/* misc */

.content {
	padding: 18px 28px;
}

.right .content {
	padding: 18px 18px 12px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear,.clearer {
	clear: both;
}

.clearer {
	font-size: 0;
}

.col2 .left {
	width: 680px;
}

.col2 .right {
	width: 260px;
}

.landing .col1 .left {
	width: 940px;
}

/* block list */

.block {
	/*background: url(img/bkgrd-widget-bottom.png) no-repeat center bottom;*/
	padding-bottom: 40px;
	margin-bottom: 20px;
}

ul.block, .block ul {
	margin: 4px 0;
	padding: 0;
	width: 90%;
}

.block li {
	list-style: none;
}

.block li a,.block li em {
	color: #16797e;
	display: block;
	line-height: 145%;
}

.block li em {
	font-size: 0.9em;
	font-style: normal;
}

.block li a {
	padding: 4px 0 4px 23px;
	text-decoration: none;
	width: 94%;
	border: none;
	font-size: 13px;
	background: url(img/doc.png) no-repeat 0 5px;
}

.block li a span {
	font-weight: bold;
}

.block li a:hover {

}

.block img {
	border: none;
}

.right .block,.right .block li {
	border-color: #DCDACC;
}

.right .block li a:hover {

}

.right {
	font: 15px;
	color: #4D3B28;
}

.block h2 {
	color: #3565CB}

/* comments */

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}

#commentform {
	margin: 1em 0;
	width: 280px;
}

textarea.styled {
	width: 280px;
}

.styled {
	font-size: 1.1em;
	background: #FCFCFC;
	border: 1px solid #C6C3C3;
	padding: 2px;
}

.styled:hover {
	background: #FFF;
	border: 1px solid #C6C3C3;
}

.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}

#commentform input {
	margin-bottom: 3px;
}

.commentmetadata a {
	font-size: 1em;
	color: #666;
	border:none;
}

.commentlist .eg-image a {
	border:none;
}

.commentlist li {
	margin-bottom: 16px;
	padding-top: 16px;
	border-top: 1px solid #DBD8D0;
}

.commentlist {
	border-bottom: 1px solid #DBD8D0;
}

.commentlist .eg-image a img {
	border: 1px solid #DBD8D0;
	padding: 3px;
}

.authcomment {
	margin: 12px 0;
	padding: 8px 18px 8px 14px;
	background: #FBF7EE;
	border-bottom: 1px solid #DBD8D0;
}

/* calendar */

#wp-calendar {
	color: #A0A0A0;
}

.col2 .right table caption {
	border-bottom-color: #000;
}

.col2 .right table thead tr {
	border-bottom-color: #000;
	color: #A53512;
}

.col2 .right table th {
	border-bottom-color: #000;
}

.col2 .right table td#today {
	border-color: #000;
	color: #A53512;
}

.col2 .right table td a {
	border-bottom-color: #000;
	background-color: #EDF3DE;
}

.col2 .right table tfoot {
	border-top-color: #000;
}

.col2 .right table tfoot a {
	background: none;
}

/* calendar
--------------------------------------------------*/

#wp-calendar {
	display: inline-table;
	border-collapse: collapse;
	width: 185px;
	margin: 0px 10px 0 10px;
	text-align: center;
}

.col2 .right table caption {
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}

.col2 .right table thead tr {
	border-bottom: 1px solid;
}

.col2 .right table th {
	border-bottom: 1px solid;
}

.col2 .right table td {
	width: 225px;
	

/* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
	font-size: 0.9em;
}

.col2 .right table td#today {
	padding: 0;
	border: 1px solid;
	font-size: 1em;
	font-weight: bold;
}

.col2 .right table td a {
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 1.15em;
}

.col2 .right table tfoot {
	border-top: 1px solid;
}

.col2 .right table tfoot a {
	border: none;
	font-weight: bold;
}

.col2 .right table tfoot #prev a {
	text-align: left;
}

.col2 .right table tfoot #next a {
	text-align: center;
}

#searchform {
	padding: 10px;
}



.welcome-claire {
	font-size: 12px;
	line-height: 170%;
	color: #b56d6d;
}

.welcome-claire img {
	border: 1px solid #DBD8D0;

}

blockquote.action-steps {
	margin: 2em 0 1.5em 0;
	padding: 8px 12px;
	border: 3px solid #3565CB;
	background: #FBF7EE;
	font-style: normal;
}

blockquote.action-steps h6 {
	margin-top: 0;
	color: #16797e;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 14px;
}

.post {

}

.entry li {
	margin-bottom: 12px;
}

.entry ul {
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.facebook-like {
	height: 30px;
	clear: both;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}


.widget-form {
	font-size: 85%;
	margin-right: 8px;
}

.widget-form .af-element {
	text-align: right;
	margin-bottom: 5px;
}

.widget-form label,
.widget-form input {
	display: inline;
}

.widget-form .af-element input.submit {
	margin-left: 12px;
}







.telesummit #content {
	font-size: 15px;
}

.telesummit li {
	margin-left: 30px;
}

.telesummit .top {
	margin: 0 0 30px 0;
	clear: both;
}

.telesummit .top iframe {
	float: left;
	width: 500px;
	margin-top: 50px;
}

.telesummit .tright {
	float: right;
	width: 350px;
}

.telesummit .tright p {
	margin: 4px 0 12px 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

.telesummit .tleft2 {
	width: 350px;
	float: left;
}

.telesummit .tright2 {
	float: right;
	width: 520px;
}

.telesummit .tright2 iframe {
	margin-top: 0;
	float: right;
}

.telesummit h1 {
	font-size: 26px;
	text-align: center;
	color: #aa0101;
	margin-bottom: 12px;
	margin-top: 0;
	padding-top: 0;
}

.telesummit h2 {
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
}

.telesummit h2 em {
	color: #aa0101;
	font-style: normal;
}

.telesummit h3 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.telesummit h4 {
	font-weight: bold;
	font-size: 16px;
}

.telesummit h4 a {
	background: #aa0101;
	color: #fff;
	padding: 10px 17px 10px 17px;
	text-decoration: none;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	line-height: 42px;
	
}

.telesummit h4 a:hover {
	color: #faff8a;
	background-color: #900091;
	}


.telesummit h5 {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.telesummit h5 em {
	font-weight: normal;
}

.telesummit h6 {
	margin-top: 12px;
	font-size: 16px;
}

.telesummit h6 em {
	font-style: normal;
	color: #aa0101;
}

.telesummit blockquote {
	font-style: normal;
	font-size: 13px;
	min-height: 160px;
}

fieldset {
  padding: 10px 40px 20px 40px;
  border:1px solid #003366;
  margin:30px 55px 30px 55px;
  background-color:#FFCCFF;
  text-align:left;
  }
