/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; background: url('../images/darkTile.gif'); }

/* Blueprint width setting */
.container 	{ width: 820px; background: #FFFFFF; }			

#page {
		float: left;
	
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #000000; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #000000;
 	letter-spacing: 0px;
	text-decoration: none;
}
#maincontent { border-left:1px #FFD400 solid; }

#maincontent h2 		{ color: #FF9900; margin-bottom: 25px; font-size: 1.8em;  }
h2 a 					{ color: #000000; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 25px 10px 20px 15px; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar { padding: 0 0 20px 0; }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; border-top: 1px; background: #000; float: left; width: 100%; line-height: .9em; }

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #FFFFFF; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ color: #FFd400; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #FFd400; }

#nav li.first a { margin-left: 0px; }

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

/*#page 		{ background: url('../images/sidebar_bg.gif') left repeat-y;  fake bg  }*/
#sidebar 	{ margin-left: 0px;/* lets us have border */ }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


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

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -10px;
	padding: 5px 0 5px 9px;
	/*background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;*/
	
	border-top:1px solid #FFD400;
font-family:Arial,Helvetica,sans-serif;
}

#sidebar ul li ul li a {
text-decoration:none;
}

#sidebar ul li ul li a:hover {
text-decoration:underline;}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ background: #FAE9B1; Border-top: 1px solid #FFD400;  padding-top: 0.33em; padding-bottom: 1em; text-align: center; font-size: .9em; margin: 0;}

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


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

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}




#sidebar .cssform p{
clear: left;
	margin: 0;
	padding: 5px 0 4px 0;
	padding-left: 5px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray;*/
	height: 1%;
}

#sidebar .cssform label{
	font-weight: normal;
	float: left;
	margin-left: 5px; /*width of left column*/
	width: 110px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: left;
	padding-right: 15px;
}

#sidebar .cssform select{
	width:175px;
	}

#sidebar .cssform textarea{
	margin-left:30px;
	width: 275px;
}

#sidebar .cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width:175px;
}

#sidebar .cssform label.check{
	font-weight: bold;
	float: left;
	margin-left: 5px; /*width of left column*/
	width: 5px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: left;
	padding-right: 15px;
}


.cssform p{
	clear: left;
	margin: 0;
	padding: 5px 0 4px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed gray;*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
	padding-right: 15px;
}

.cssform label.check{
	font-weight: bold;
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
	padding-right: 15px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 230px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

.cssform .required {
	color:#FF0000;
	font-weight: bolder;
	font-size: 18px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

.cssform .formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 3px 6px;
	background:url(http://www.elearnportal.com/files/images/submitbg.gif) repeat-x left top;
}

/*-----------------------------------------------------------------------------
	Tables
-----------------------------------------------------------------------------*/

table { margin: 1em; border-collapse: collapse; }
td, th { border: 1px #ccc solid;font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
thead {	color: #fff; background-color: #E9E6E4; padding-left:5px; }


.tdbackground1 {
background-image: url(http://dev.onlinefinancialcertificates.com/wp-content/themes/blueprint/images/enrolltoday-small.jpg);
background-repeat: no-repeat;
}

.requestinfo {
	font:bold 0.9em/1.2em Tahoma, Geneva, sans-serif;
	margin:20px;
	width: 450px;
}

.requestinfo ol {
	list-style-type:none !important;
	display:block;
	
}

.requestinfo fieldset {
	margin:0;
	padding:0;
	border:none;
}

.requestinfo legend {
	display:none;
}

.requestinfo label {
	padding:3px;
	width:120px;
	float:left;
	text-align:right;
}

.requestinfo input[type="text"], .requestinfo select {
	width:250px;
	height:1.1em;
	margin:3px;
}

.requestinfo textarea { width: 250px; height: 80px;}

.requestinfo select {
	height:1.5em;
}

#elp_marketing {
	text-align: right;
}

.requestinfo input[type="submit"] {
	font:normal 12px  Arial, Helvetica, sans-serif;
	background:url(http://online.asurams.edu/wp-content/themes/olc/lp-images/submit.png) no-repeat;
	width:201px;
	margin: 15px;
	height:25px;
	text-align:center;
	color:#000;
	border:none;
}

.requestinfo input[type="submit"]:hover {
	color: #FFF
}

.requestinfo .formError {
    background-image: url("images/formError.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FF0000;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    padding: 3px 0px;
	text-align:center;
}

.requestinfo .formValid {
  background-image:url(images/greenCheck.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:16px;
	margin-left:3px;
}

