/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	background:white;
	line-height:135%;
}

ul {
	list-style:none;
}

a {
	color:#00A4CC;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin:0;
	line-height:18px;
	padding-bottom: 10px;
}

h2, h3 {
	padding:10px 0 5px;
	line-height:100%;
	
}

h2 {
	margin:15px 0 5px;
	padding:5px 0;
	color:#00A4CC;
	font-size:20px;
	font-weight:normal;
}

h1 {
	font-size:30px;
	line-height:100%;
	font-weight:normal;
	color:#00A4CC;
	display:block;
	padding-bottom:5px;
	
}

h1 a {
	text-decoration:none;
	color:#00A4CC;
}

h1 a:hover {
	text-decoration:none;
	color:#555;
}



 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:white;
}

#wrapper {
	margin:0 auto;
	width:960px;
}


#header {
	height:140px;
	position:relative;
	z-index:90;
	background: url(images/marylouzeek_logo.jpg) no-repeat; 
}

#content {
	padding:0;
}

#colLeft{
	width:655px;
	float:left;
	padding-bottom:20px;	
}

#colRight {
	width:270px;
	float:left;	
	padding-left:35px;
	position:relative;
	padding-bottom:20px;
}

#footer {

	border-top:1px dotted #666;
	padding:20px 0 10px 0;
	width:960px;
	height:80px;
	margin:1px auto;
	color:#999;
	position:relative;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/

/* top menu */

#topMenu {
	position:absolute;
	left:0;
	top:80px;
	width:100%;
	border-bottom:1px dotted #666;
	font-size: 11px;
}

.sf-menu li {
	position: relative;
	float: left;
	line-height: 37px;
	padding: 15px 1px 5px 0px;
	text-align: center;
	height:15px;
}
.sf-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform:uppercase;
	padding:0 15px;
	position:relative;
	color:#555;
	border-left:1px dotted #666;
	line-height:100%;
	letter-spacing: 1px;
}
#topMenu ul.sf-menu li a:hover {
	color:#00A4CC;
}
#topMenu ul.sf-menu li ul.children {
	background:#99CC33;
}
#topMenu ul.sf-menu li ul.children li,#topMenu ul.sf-menu li.page_item ul li  {
	position:relative;
	line-height:100%;
	height:18px;
	border-bottom:1px solid #FFF;
	width: 170px;
}
#topMenu ul.sf-menu li ul.children li a, #topMenu ul.sf-menu li.page_item ul li a {
	color: #000;
	text-decoration: none;
	display:block;
	padding-top:5px;
	line-height:100%;
	border:none;
	font-size: 10px;
}

#topMenu ul.sf-menu li ul.children li a:hover, #topMenu ul.sf-menu li.page_item ul li a:hover{
	text-decoration: none;
	background: #9966CC;
	border:none;
	line-height:100%;
	display:block;
	font-size: 10px;
	height: 18px;
	margin-top:-5px;
	padding-top: 10px;
	
}
#topMenu ul.sf-menu li ul.children li ul.children {
	border: none;

}
#topMenu ul.sf-menu li ul.children li ul.children li {
	background:#99CC33;
}
#topMenu ul.sf-menu li ul.children li ul.children a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children, #topMenu ul.sf-menu li.page_item ul
{
	margin:8px 0 0 0;
	
}
#topMenu ul.sf-menu li ul.children ul.children
{
	margin:0 0 0 38px;
}

#topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {
	background:none;
	border-bottom:1px solid #FFF;
	color:#000;
	line-height:100%;
	text-transform:none;
	padding-top:5px;
	height:25px;
	width:155px;
	text-align:left;
}


.twitter {
	position:absolute;
	top:42px;
	right:130px;
	background:url(images/twitter_top.gif) 0 0 no-repeat;
	z-index:99;
}

.twitter a {
	display:block;
	width:139px;
	height:55px;
	text-indent:-9999px;
}

.rss {
	position:absolute;
	height:28px;
	padding-right:34px;
	line-height:28px;
	top:55px;
	right:0;
}


/* CONTENT ELEMENTS
----------------------------------------------*/

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

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

ul.homeColumns {
	display:block;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	margin-top:20px;
	padding-bottom: 20px;
}

ul.homeColumns li h2 {
	padding-bottom: 8px;
	padding-top: 9px;
}

ul.homeColumns li h3 {
	background:#99CC33;
	padding-bottom: 8px;
	padding-top: 9px;
}

ul.homeColumns li.last h4 {
	background:#0099CC;
	padding-bottom: 5px;
	padding-top: 6px;
}

ul.homeColumns li h5 {
	margin:0;
	color:#000;
	font-size:20px;
	font-weight:bold;
	background:none;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

ul.lastRow {
	background:none;
}

ul.homeColumns li {
	float:left;
	background:url(images/bk_dotted_vert.gif) 100% 0 repeat-y;
	padding:0 18px 0 0;
	margin-right:20px;
	width:294px;
	position:relative;
	height: 208px;
}

ul.homeColumns li img {
	border:none;
}

ul.homeColumns li.lastmlz {
	margin-right:0;
	background:none;
	padding:0;
	margin-top:0;
}

ul.homeColumns li h2, ul.homeColumns li h3, ul.homeColumns li.last h4 {
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#000;
	font-size:20px;
	font-weight:bold;
}

ul.homeColumns li ul {
	margin:0;
}

ul.homeColumns li ul li {
	padding-bottom:1px;
	background:none;
	border-bottom:1px dotted #666;
	margin:0;
	padding-right:0;
		
}

ul.homeColumns li ul li a{
	display:block;
	padding:7px 0;
	background:url(images/bullet_blue.jpg) 3px 10px no-repeat;
	padding-left:25px;
	padding-right:0;
	text-decoration:none;	
	
}

.catTitle {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding:9px 0 ;
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}

.blogItem, .archiveItem  {
	margin-bottom:15px;
	padding-bottom:15px;
}

.archiveItem  {
	padding-bottom:0;
}

.blogItem span.posted, .archiveItem span.posted {
	
	padding:5px 0 0;
	font-size:11px;
	color:#999;
	display:block;
}

.blogItem .metadata, .archiveItem .metadata  {
	position:absolute;
	top:3px;
	left:0;
	width:47px;
	height:48px;
	background:url(images/bk_metadata.jpg) 0 0 no-repeat;
	text-align:center;
	clear:both;
}

.blogItem .metadata .month, .archiveItem .metadata .month {
	color:#ccc;
	font-size:10px;
	text-transform:uppercase;
	padding-bottom:10px;
}

.blogItem .metadata .day, .archiveItem .metadata .day {
	font-size:20px;
	color:#fff;
	font-weight:bold;
}

.blogItem div.details, .archiveItem div.details  {
	position:relative;
	clear:both;
}

.blogItem div.details h1, .archiveItem div.details h2 {
	padding:0;
	background:none;
	margin:0;
}

*html .blogItem div.details, *html .archiveItem div.details  {
	height:1%;
}


.blogItem .meta, .archiveItem .meta{
	margin-bottom:15px;
	padding-bottom:10px;
}

.archiveItem .meta{ 
	background:none;
}



.blogItem a.more-link {
	display:block;
	clear:both;
	background:url(images/bk_readmore.jpg) 0 0 no-repeat;
	width:120px;
	height:28px;
	text-indent:-9999px;
	margin-top:10px;
}

#colLeft .portfolioItem {
	float:left;
	width:161px;
	margin-right:50px;
	margin-bottom:10px;
	margin-top:15px;
	padding-bottom:10px;
}

#colLeft .portfolioItem h2 {
	font-size:14px;
	line-height:100%;
	margin:0;
	padding:8px 0;
}

*html #colLeft .portfolioItem{
	margin-right:20px;
	width:300px;
}

#colLeft a img{
	border:none;
	padding:0 8px 8px 0;
	background:#fff;
}

#colLeft a:hover img{
	border:none;
	padding:0 8px 8px 0;
	background:#fff;
}

#colLeft img {
	padding:0 8px 8px 0;
}


#colLeft ul {
	list-style:square;
	list-style-position:inside;
}

/* colRight */


#colRight h2.sponsors {
	background:#EE4A04;
	color:#fff;
}


#colRight ul li {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:1px;
	position:relative;
}

#colRight ul li a{
	display:block;
	padding:8px 0;
	background:url(images/bullet_green.jpg) 3px 10px no-repeat;
	padding-left:25px;
	color:#666;
	text-decoration:none;
}

#colRight ul li a:hover{
	background:#F5F5F5 url(images/bullet_blue.jpg) 3px 10px no-repeat;
}

#colRight #ads {
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
} 

#colRight #ads a {
	float:left;
	margin:0 10px 10px 0;
}

#colRight #ads img {
	border:none;
}

#colRight h2 {
	margin:15px 0 5px;
	padding:5px 0px;
	color:#000;
	font-size:20px;
	font-weight:bold;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #666;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

#colLeft .social {
	padding-bottom:10px;
}

#colLeft .social a img {
	padding:5px;
}

#colLeft .social a:hover img {
	border: 0;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
}

#colLeft .social strong {
	color:#00C1F2;
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
	margin-bottom:10px;
	list-style-type:none;
}

#colLeft ul.commentlist li {
	background:none;
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding:10px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
}

* html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}


#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#00A4CC;
}




/* HOME SLIDER
-----------------------------------------------*/

#slider {
	padding-bottom:20px;
	border-bottom:1px dotted #666;
	height:340px;
}

.panel .text {
	color:#000;
	height:340px;
	padding-right:32px;
	padding-bottom:10px;
	float:left;
	width:300px;
	font-size:13px;
	line-height:18px;
}

.panel .text p {
	display:block;
	padding-top:5px;
}

.panel .text h1, .panel .text h1 a {
	color:#0099CC;
	font-size:23px;
	font-weight:normal;
	margin-bottom:0;
	line-height:110%;
}

.panel img {
	float:left;
}

.panel .label {
	position:absolute;
	top:0;
	left:313px;
	height:340px;
	width:18px;
}

.panel .post {
	background:#AED135 url(images/label_post.jpg) 0 0 no-repeat;
}

.panel .project {
	background:#99CC33 url(images/label_project.jpg) 0 0 no-repeat;
}


/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 340px; /*Height should enough to fit largest content's height*/;
}

.stepcarousel span.featured {
	color:#666;
	font-size:11px;
	display:block;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	width:270px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position:relative;
}

/* FORMS
---------------------------------------------------*/

/* search form */

#searchform {
	background:url(images/bk_dotted.gif) 0 100% repeat-x;
	padding-bottom:10px;
}

#searchform #s {
	width:135px;
	background:#C4DBE9;
	border:1px solid #fff;
	font-size:11px;
	padding:3px 2px 4px 2px;
	margin-left:4px;
}

#searchform #searchsubmit {
	background:#00A4CC;
	border:1px solid #00A4CC;
	color:#fff;
	padding:2px 0;
	text-align:center;
	width:52px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.screen-reader-text{
	color:#00A4CC;
	font-size:13px;
}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:500px;
}

#commentform input#submit{
	border:none;
	width:120px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(images/bk_postcomment.jpg) 0 0 no-repeat;
	font-size:11px;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #fff;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:120px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

