/*
Theme Name: Modern Aqua Grey
Theme URI: http://mastodonlabs.com 
Description: template for the Mastodon Labs website http://mastodonlabs.com
Author: Andrew Woods @ Mastodon Labs
Author URI: http://mastodonlabs.com
Version: 1.1
.
(c) Copyright 2010 Mastodon Labs, LLC. All Rights Reserved. 
.

*******************************************************
COLOR LEGEND

#ffffff = 255, 255, 255 = white 
#fefefe = 255, 255, 255 = mostly white 
#00AADA =   0, 170, 218 = aqua
#DCDDB6 = 221, 221, 120 = beige
#111111 =  17,  17,  17 = dark grey

*******************************************************
*/

* {
	color:#333;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	line-height:1.5;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/* Start of Clearfix Rules */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

ol { margin-left: 50px; padding-left: 0;}
div.entry.clearfix {  clear: both;}
div.entry.clearfix div { margin: 1em auto;}
div.entry.clearfix h3  {
	margin-top: 24px;
	margin-bottom: 1px;

} 

/* End of Clearfix Rules */

body {	
	background: #004372 ; 
	background-image: url(images/bg-shadow.png) ; 
	background-position: top center;
	background-repeat: repeat-y;
	color: #111111; 
	font-size: 62.5%;
}

div.entry {
	margin: 0 0 32px 32px; 
	font-weight: normal;	
	
}
body.home div.entry { margin: 0 auto; width: 660px; }

div.entry h1 { text-align: left;  }
div.entry h1 a {  text-decoration: none; }
div.entry-content {
	
/*	margin: 1em auto;
	background-color: #F0C;
	width: 480px; */
}

em, div.org { font-style: normal; text-transform:uppercase; font-size: 0.9em; }

a { color: #004577;  }
a:link { color: #004577; background-color: transparent; }
a:visited { color: #333; background-color: transparent;}
a:hover, a:focus { color: #ffffff; background-color: #004577; border: 0;}
a:active { color: #004577; background-color: #DCDDB6;}

a.icon img { border: 0; }
a.skip { 
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;	
	color: #004577;
	background-color: #DCDDB6;
	padding: 5px;
	z-index: 0;
	font-size: 1.6em;
}
a.skip:focus { 
	position: absolute;
	width:auto;
	height:auto; 
	top: 20px;
	left: 400px;
	z-index: 10;
}

abbr { border-bottom: 2px dashed #065A8F; }

br.clear {
	clear: both;
}
h1,h2,h3,h4,h5,h6 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #004372;
	text-transform: uppercase;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #3a3a3a;
	text-transform: none;
}



h1, h1 a {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #065a8f !important; 
	color: #efefef !important;
	font-size: 24px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
 	padding-left: 18px;
}
h1 a { 	padding-left: 0; }

h2 { 
	margin-top: 18px;
	/*margin-bottom: 24px;*/
}
h2 a { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
body.post h2 {
	margin-top: 36px;
	margin-bottom: 12px;
}



p {
	margin: 1em auto;
}
p.first { margin-top: 36px; }
ol, ul{
	padding: 0 0 0 20px;
	margin: 16px auto;
}
img { display: block; /* margin: 0.5em auto; */ }

.float-right {
	float: right;
}
.wp-caption.float-right {
	padding-left: 5px;
}
.wp-caption.float-left {
	padding-right: 5px;
}

.aligncenter, .center {
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */


div.status{ 
	text-align: left;  
	margin-bottom: 16px;  
	padding-bottom: 10px; 
}	
div.status span { 
	display: inline-block; 
	margin-right: 50px; 
	text-align: left;
	font-size: 0.9em;
	text-transform: uppercase;
	
}
div.status span.author {
	text-align: left;
	text-transform: uppercase;
	margin-right: 50px;
}

div.tags {
	border-top: 1px solid #3a3a3a;   	
	padding-top: 10px; 
	text-align: center;  
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-variant: small-caps; 
	margin: 16px auto;  
/*	
	width: 450px; 
	padding-bottom: 10px; 	
	
*/
	
}
div.status a { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
 }
#user-profile { margin: 30px auto; /* width: 560px; */ }
#user-profile img { display: block;  margin-right: 10px; float: left; }
#user-profile span.author { text-align: left; margin-bottom: 0; font-weight: bold;}
#user-profile a.author-url {  width: 340px; display: block; margin-bottom: 10px; }
#user-profile span.author-desc { display: block; float: left; width: 550px;}

#accessibility { background-color: #111111; color: #fefefe; }

#page {  
	background-color: #ffffff;
	width: 960px;
	margin: 0 auto;
	font-size: 1.6em;
}
#masthead {
	padding: 12px 36px 0;
 	position: relative;
	color: #3a3a3a;
	height: 110px;

}
#contact { 
	width: 150px; 
	padding:  6px 0;
	padding-top: 20px;
}

#contact p { margin: 0;}

#decoration { background-color: #f8f8f8; height: 150px; width: 960px;  margin: 0;}

#logo { display: block; width: 320px; height: 80px; }
#logo img { border: none; }

#tagline {  
	font-style: normal;  
	text-transform:uppercase; 
	color: #065A8F; 
	font-size: 0.9em;  
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#respond, ol.commentlist {  margin: 0  auto; clear: both; }
ol li { margin-left: 20px;}
ul.summary { 
	border-top: 1px solid black; 
	border-bottom: 1px solid black; 
	list-style-type: circle; 
	display: block;  
	float: left;
	width: 650px;
}

ul.summary li { float: left; width: 24%; text-align: center; } 
ul.summary li.date {}
.clearfix { clear: both;}

#mainnav { margin-top: 10px; background-color: #065A8F; color: #fefefe; }
#mainnav ul {  text-align: center;}
#mainnav ul a:hover ul {}
#mainnav li {
	display:inline-block;
	padding:0;
	text-align:center;
}


#mainnav a { 
	background-color: transparent; 
	color: #fefefe; 
	padding:10px 40px;
	display: inline-block; 
	text-decoration: none;
	font-weight: normal;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#mainnav a:link { background-color: #065A8F; color: #FEFEFE; }
#mainnav a:visited { background-color: #065A8F; color: #FEFEFE; } 
#mainnav a:hover, #mainnav a:focus { background-color: #3a3a3a; color: #FEFEFE; outline: 0; } 
#mainnav li.current_page_item a { 
	background:#DCDDB6; 
	color: #065A8F;  
} 
#mainnav a.hook { padding: 0; margin: 0; display:none;}
div.content {
	clear: both;
	height: 101%;	
}


div.main {
	float: left;
	width: 680px;
	background-color: #ffffff;
	padding-bottom: 12px ;
	padding-right: 16px;
	border-right: 1px solid #dedede; 
}
.home div.main { width: 890px;}
.home div.main p.first { width: 650px; }
.home div.main img { width: 650px; margin: 20px auto 10px; }

.commentlist { 
	list-style-type: none;
}
.commentlist li { 
	padding: 6px;
}

#sidebar { 
	width: 230px;
	float: right;
	height: 100%;
	padding: 0 12px 12px;
	margin-bottom: 12px;
}
#sidebar h2 { text-align: left; }
#sidebar a img { border: 0; display: inline;}
#sidebar ul { 
	list-style-type: none;
	margin-top: 24px;
	padding: 0;
}
#sidebar ul.social li { display: inline; }

#footer {
	clear: both;
	margin-left: 32px;
	margin-right: 32px;
	padding: 0px;
	text-align: left;
	font-size: 0.9em;
	border-top: 1px solid #ccc;  
	padding-top: 14px;
}
#footer h2 { margin-top: 0; text-transform: uppercase; }

#footer ul { text-align: left; }
#footer li { background-color: transparent;  } 

#footer div.section { 
	float: left; 
	width: 280px; 
	color: #fefefe;
	padding-right: 8px;
	padding-left: 8px;
}

#copyright { 
	background-color: #3a3a3a; 
	color: #fefefe;
	margin-top: 24px;
	border-top: 1px solid #111111;
}

/* form styles */
div.clear {clear: both;}
strong { font-weight: bold; }
label { color: #3a3a3a; display: block; height: 1.5em; margin-top: 20px; }
label.required { font-weight: bold; }
input.text,
input[type="text"] { height: 1.2em; line-height: 1.2em; font-size: 1em; width: 250px;  }
input[type="submit"],
#submit_button { 
	font-size: 1.2em;
	line-height: 2em;
	height: 3em;
	text-align: center;
	white-space: normal;
	width: 250px;
}

input.required, textarea.required  { }
input:focus { background-color: #79C7FC; font-weight: bold;  }
textarea {  line-height: 1.5em; width: 450px;  }
span.required { font-weight: bold; color: #111111;  }
span.required:before, label.required:before { content: "* ";}
span.error { color: #004799; background-color: #FFB866; font-weight: bold; padding-left: 0.25em; }
span.error:before, label.error:before { content: " ! ";}

div.cf_info.success { border: 1px solid #004799; color: #004799;}
#cformsform { width: 500px; margin-top: 2em; }
.cform legend { 
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 }
.cform label span { width: auto; }
#cformsform label { 

	width: 160px;
	padding: 5px; 
}
#cformscform label span { width: 130px; }
span.reqtxt, span.emailreqtxt {
	margin-left: 10em;
	font-style: italic;
}

a.set-position { position: relative; }

#focus-bubble {
	display: none;
	width: 250px;
	height: 100px;
	position: absolute;
	background-color: #efefef;
	color: #000000;
	border: 3px solid #004372;
	z-index: 100;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#focus-bubble span {
	display: block;
	padding: 5px;
}

#focus-bubble .title { color: #000; font-weight: bold; font-size: 14px; }
#focus-bubble .url { color: #004372; font-size: 12px; }

.commentlist { list-style-type: none; }
.commentlist li { padding : 16px 0 6px; }
.commentlist img.avatar { float: left; width: 48px; margin-right: 6px; margin-bottom: 6px; }
.commentlist .info { float: left; width: 90%; }
.odd {
	background-color: #efefef;
}
.even {
	background-color: transparent;
}

.odd.comment-author-admin, 
.even.comment-author-admin 
{
	background-color: #DCDDB6;
}

