/*  
Theme Name: NerdBlue Premium Wordpress Theme
Theme URI: 
Description: This is a free premium wordpress theme developed by derek ang.
Author: Derek Ang
Author URI: 
*/

/* Begin Typography & Colors */
body {
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	margin: 0 auto;
	padding: 0;
}
	
#content {
	font-size: 1.2em;
	font-weight: normal;
	}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #ffffff;
	border-top: 1px solid #8fb7df;
	border-bottom: 1px solid #8fb7df;
	}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8pt;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	

h1, h2, h3 {
	margin: 0 auto;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin-top:5px;
	color:#2b5999;
	}

h1 {
	font-size: 16pt;
	text-align: center;
	margin-top:5px;
	color:#2b5999;
	}


h2 {

	font-size: 16pt;	
	margin-top:5px;
	font-weight:300;
	color:#2b5999;

	}

h2.pagetitle {
	font-size: 16pt;		
	font-weight:300;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-top-width:1px;
	color:#2b5999;
	}


h3 {
	font-size: 16pt;
	color:#2b5999;
	margin-top:5px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	font-size: 16pt;		
	font-weight:300;
	color:#2b5999;
	margin-top:5px;

	
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	font-size: 16pt;	
	font-weight:300;
	color:#2b5999;
	margin-top:5px;

	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	font-size: 20pt;		
	font-weight:normal;
	color:#007EBD;
	margin-top:5px;

	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #007EBD;
	text-decoration: none;
	}

a:hover {
	color: #007EBD;
	text-decoration: underline;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Layout Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
	background-color:#DCDCDE;
	text-align: center;
}

#header{
	width:960px;
	/* background-color:#3E6EAA; */
	height:173px;
	text-align:left;
	margin: 0 auto;
	
}

#logo{
	width:962px;
	height:134px; padding-top: 10px;
	background:url("http://www.gayelindfors.com/images/gaye-lindfors-masthead.jpg") no-repeat bottom left; 
	text-align:left;
	float:center;
	margin: 0 auto;
}

#nav{
	width:910px;
	height:23px;
	/* background-image:url(images/nav.gif); */
	text-align:left;
	float:left;
	padding-top:8px;
	padding-left:50px;	
	margin: 0 auto;
	background-color: #007EBD;
}

#nav ul{
	margin:0 auto;
	padding:0px;
}

#nav li{
	display:inline;
	/* padding-left:15px;
	padding-right:15px; */	
	list-style::none;
	color:#fff;
}
#nav a{
	font-size:120%;
	font-variant:small-caps;
	font-weight:normal;
   padding: 8px 10px 7px;
}

#nav a:link {

	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	background-color: #00457C;
	text-decoration: none;
	color: #fff;
}
#nav a:active {
	background-color: #00457C;
	text-decoration: none;
	color: #2b5999;
}

#page {

	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	
}
.narrowcolumn {
	float: left;
	padding: 10px 0 20px 10px;
	width: 600px;
	margin: 0px auto;
	}

.widecolumn {
	padding: 10px 0 20px 10px;
	margin: 0px 0 0;
	width: 600px;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	width:600px;
	padding:10px;
	border-bottom: #CCCCCC solid 1px;
	
	}
.post h2 {margin-top: 0px;}
.post hr {
	display: block;
	}

.widecolumn .post {
		margin: 0px auto;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	width:950px;
	height:20px;
	background: #F2F2F2 url(http://www.gayelindfors.com/images/footer.gif) repeat-x left top;
	margin:0 auto;
	text-align:left;
	padding-top:30px;
	padding-left:10px;
}

.maindivcontainer{
	width:960px;
	height:220px;
	margin: 0 auto;
	padding-left: 20px;
}								


.divcontainer1, .divcontainer2, .divcontainer3 {
	margin: 0 auto;
	width:245px;
	height:170px;
	color: #fff;
	float:left;
	margin: 20px 0 0 0;
	text-align:left;
	padding:10px 20px;
	border-bottom: 5px solid #000;
}   
.divcontainer2 {margin:20px 30px 0px;}
.divcontainer1{ background-color:#77B842; }
.divcontainer2{ background-color:#007EBD; }
.divcontainer3{ background-color:#F99D1D; }

.divcontainer1 h2, 
.divcontainer2 h2,
.divcontainer3 h2  {font-size: 16pt; color: #fff;}

.divcontainer1 img {width: 100px; float: right; margin: 10px 10px 10px 0;}

.divcontainer2 ul li a {color: #fff;}
.divcontainer2 ul{
    margin: 0 auto;
    padding-top:10px;
padding-left:20px;
	padding-right:10px;
    padding-bottom:10px;
}

.divcontainer2 li{
    padding-bottom:2px;
	padding-left:5px;
}


.divcontainer3 a {color: #fff; text-decoration: underline;}
.divcontainer3 a:hover {text-decoration: none;}

		
#rssfeeds{
	
	background-repeat:no-repeat;
	width:320px;
	height:20px;
}

#blogsponsors{
	background-image:url(images/blogsponsors.gif);
	background-repeat:no-repeat;
	width:320px;
	height:50px;
}


.ads{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#b4d9f9;
	}
/* End Structure */




/*	Begin Headers */


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin 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
	}
/* End Images */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	float: right;
	width: 280px;		
	margin:15px 20px 0 0;
	padding: 0px 10px;	
	font-size:10pt;
	position:relative;
	top:0px;	
}

#sidebar ul 
{
	margin-left:0px;
	padding-left:20px;
}
#sidebar h2, #sidebar h3 {
	font-size: 1.5em;		
	font-variant:Capitalize;
	background-color:#f99d1d;
	padding:10px;
	margin: 0 auto;
	color:#FFFFFF;

}

#eletter p {text-align: center;  font-size: 110%; line-height: 1.1; font-weight: bold;}
#af-header-302083464 .bodyText p {font-size: 100%; } 
p#stories { text-align: center; font-weight: bold; line-height: 1.1; font-size: 130%; }
#eletter input {padding: 5px; margin: 5px 0 0 0; color: #444;}
#events h2 {background-color: #77B842;}
#text-3 {display: none;}

#sidebar ul li 
{
	margin:0 auto;
	list-style:none;
	background:none;
	padding-bottom:3px;
	padding-top:3px;
	border-bottom:solid #bde4f5 1px;
}

#sidebar li 
{
	margin:0 auto;
	list-style:none;
	background:none;
	padding-bottom:3px;
	padding-top:3px;
}

#sidebar .widget {background-color: #f0f0f0; margin-top: 10px; padding: 0;}
#sidebar .widget ul {padding-left: 10px;}
#categories-3 h2.widgettitle {background-color: #007EBD;}
#twitter-tools h2.widgettitle {background-color: #77B842;}
#sidebar ul ul, #sidebar p, #sidebar form 
{
	padding:10px;
	margin:0;
}
#sidebar ul ul ul 
{
	margin:0;
	padding:0;
	padding-left:10px;	
}
#sidebar li li li 
{
	padding-left:18px;
	list-style-type:none;
	
}

/* End Sidebar */



/* Begin Calendar */
#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; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color:#FFFFFF;
}
/* End Various Tags & Classes*/

/* Tabbed naviation */
div#container {width:620px;font-size:11pt;float:left; margin-bottom:20px; display: none;}
ul.tabNav {list-style: none; display:inline; width: 100%; margin:0 auto;}
ul.tabNav li { float: left; margin: 0 5px 0 5px; padding-top: 6px; }
ul.tabNav li.current { padding-top: 0;}
ul.tabNav a { background: #ffffff; border: 1px solid #295f8d; border-width: 1px 1px 0; color: #185992; display: block; padding: 4px 4px 5px 4px; text-decoration: none; }
ul.tabNav li.current a { background: #c6e0f6; border: none; padding: 8px; color: #295f8d; border-left: 1px solid #295f8d;border-right: 1px solid #295f8d;border-top: 1px solid #295f8d;  }
div.tabContainer { margin:0 auto;clear: both; float: left; width: 100%; background-color:#fff; color:#295f8ds; text-align:left; display: none;}
div.tabContainer div.tab { border: 1px solid #295f8d; color: #000; display: none; padding: 10px; }
div.tabContainer div.current { display: block; }
div.tab p:last-child { margin-bottom: 0; }

/**************  AWEBER FORM **************/

#af-form-302083464 .af-body .af-textWrap{width:98%;display:block;float:none;}
#af-form-302083464 .af-body .privacyPolicy{color:#2C4F7F;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-302083464 .af-body a{color:#2C4E7F;text-decoration:underline;font-style:normal;font-weight:normal;}
#af-form-302083464 .af-body input.text, #af-form-302083464 .af-body textarea{background-color:#FFFFFF;border-color:#2C4E7F;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-302083464 .af-body input.text:focus, #af-form-302083464 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-302083464 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-302083464 .af-body{padding-bottom:0px;padding-top:0px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#2C4F7F;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-302083464 .af-footer{padding-bottom:15px;padding-top:15px;padding-right:15px;padding-left:15px;background-color:#2C4E7F;background-repeat:repeat-x;background-position:top;background-image:url("http://forms.aweber.com/images/forms/modern/blue/footer.png");border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#FFFFFF;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-302083464 .af-header{padding-bottom:0px;padding-top:0px;padding-right:10px;padding-left:10px;background-color:#77B842;background-repeat:repeat-x;background-position:bottom;background-image:url("http://forms.aweber.com/images/forms/modern/blue/Xheader.png");border-width:1px;border-bottom-style:none;border-left-style:none;border-right-style:none;border-top-style:none;color:#FFFFFF;font-size:16px;font-family:Verdana, sans-serif;}
#af-form-302083464 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-302083464 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-302083464 .af-standards .af-element{padding-right:15px;padding-left:15px;}
#af-form-302083464 .bodyText p {margin:0 0 10px 0;}
#af-form-302083464 .buttonContainer input.submit{background-color:#2c4e7f;background-image:url("http://forms.aweber.com/images/forms/modern/blue/XXbutton.png");color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:14px;font-family:Verdana, sans-serif;}
#af-form-302083464 .buttonContainer input.submit{width:auto;}
#af-form-302083464 .buttonContainer{text-align:right;}
#af-form-302083464 body,#af-form-302083464 dl,#af-form-302083464 dt,#af-form-302083464 dd,#af-form-302083464 h1,#af-form-302083464 h2,#af-form-302083464 h3,#af-form-302083464 h4,#af-form-302083464 h5,#af-form-302083464 h6,#af-form-302083464 pre,#af-form-302083464 code,#af-form-302083464 fieldset,#af-form-302083464 legend,#af-form-302083464 blockquote,#af-form-302083464 th,#af-form-302083464 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-302083464 button,#af-form-302083464 input,#af-form-302083464 submit,#af-form-302083464 textarea,#af-form-302083464 select,#af-form-302083464 label,#af-form-302083464 optgroup,#af-form-302083464 option{float:none;position:static;margin:0;}
#af-form-302083464 div{margin:0;}
#af-form-302083464 fieldset{border:0;}
#af-form-302083464 form,#af-form-302083464 textarea,.af-form-wrapper,.af-form-close-button,#af-form-302083464 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-302083464 input,#af-form-302083464 button,#af-form-302083464 textarea,#af-form-302083464 select{font-size:100%;}
#af-form-302083464 p{color:inherit;}
#af-form-302083464 select,#af-form-302083464 label,#af-form-302083464 optgroup,#af-form-302083464 option{padding:0;}
#af-form-302083464 table{border-collapse:collapse;border-spacing:0;}
#af-form-302083464 ul,#af-form-302083464 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-302083464,#af-form-302083464 .quirksMode{width:225px;}
#af-form-302083464.af-quirksMode{overflow-x:hidden;}
#af-form-302083464{background-color:#F0F0F0;border-color:#EEEEEE;border-width:1px;border-style:solid;}
#af-form-302083464{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-header,.af-footer{margin-bottom:0;margin-top:0;padding:10px;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}
.af-footer, .poweredBy {display: none;}

