/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
\**************************************/
body #tag_list p {
	width: 205px;
}
body #tag_list p a {
	width: inherit;
}

/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	margin: 15px 0 0 0;
	padding: 0;
}
.span-16 {
	padding: 0 0 0 20px;
}
body .large_calendar_month {
	background: #004571;
}
body .large_calendar_month a,
body .large_calendar_month a:visited,
body .large_calendar_month a:link {
	color: #fff;
}
body .large_calendar_month a:hover {
	color: #30749C;
}
ul.sidebar {
	margin: 25px 0 0 0;
	font-size: 12px;
}
ul.sidebar ul,
ul.sidebar ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sidebar ul li {
	margin: 5px 0;
	padding: 5px;
	background: #e3e3e3;
	border: 1px solid #bbb;
}
ul.sidebar ul li ul li {
	background: url('../img/nested-bullet.gif') center left no-repeat;
	background-position: 8px;
	border: none;
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 20px;
}
ul.sidebar ul li:hover ,
ul.sidebar ul li ul li:hover{
	background: #ddd;
}
ul.sidebar ul li ul li:hover{
	background: url('../img/nested-bullet-blue.gif') center left no-repeat;
	background-position: 9px;
}
ul.sidebar ul li.current_page_item a:link,
ul.sidebar ul li.current_page_item a:visited {
	color: #333;
	font-weight: bold;
}
ul.sidebar ul li.current_page_item ul li a:link,
ul.sidebar ul li.current_page_item ul li a:visited {
	color: #30749c;
	font-weight: normal;
}
ul.sidebar ul li a:hover,
ul.sidebar ul li.current_page_item ul li a:hover {
	color: #333;
}
ul.sidebar ul li ul li.current_page_item {
	background: url('../img/nested-bullet-black.gif') center left no-repeat;
	background-position: 9px;
}
ul.sidebar ul h4 {
	color: #004571;
}
.footer {
	margin: 50px 0 0 0;
	border-top: 1px solid #ccc;
	font-size: .8em;
	text-align: right;
}

/**************************************/
/*              HEADER                */
/**************************************/
.masthead-image {
	background: #80bcd9;/*#514a40;*/
	padding: 0;
	margin: 0;
}
.main-nav {
	background: #004571; /*#06110d;*/
	border-top: 1px solid #fff;
}
.img-container {
	height: 250px;
}
.masthead .logo {
	margin: 0 0 10px;
}
.masthead .site-desc h1 {
	color: #3888b7;
	font-size: 16px;
	font-family: arial;
	margin: -30px 0 0 65px;
}
.masthead .site-desc h1 span {
	color: #333;
}
.masthead img {
	margin:0 0 0 0;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
.main-nav .nav ul {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-nav .nav ul li {
	margin: 5px 5px 7px 0;
	width: 90px;
	float: left;
	text-align: center;
	line-height: 1.2em;
}
.main-nav .nav ul li a:link,
.main-nav .nav ul li a:visited {
	color: #fff;
}
.main-nav .nav ul li a:hover {
	color: #80bcd9;
	text-decoration: none;
}
.main-nav .nav ul li.current_page_item a:link,
.main-nav .nav ul li.current_page_item a:visited,
.main-nav .nav ul li.current_page_ancestor a:link,
.main-nav .nav ul li.current_page_ancestor a:visited {
	color: #80bcd9;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.content {
	margin: 25px 0 0 0;
}
.content .post h1 {
	font-weight: normal;
}
.content .hentry h1 a:hover {
	color: #333;
}
.content .hentry h1 span {
	font-size: 12px;
	font-variant: small-caps;
}
.content .hentry .post-meta {
	font-size: .8em;
	color: #999;
	margin: -10px 0 0 0;
	padding: 0;
}


/**************************************/
/*               WP STYLES            */
/**************************************/

/* WordPress alignment and Image style */
.aligncenter,
div.aligncenter {
   display: block;
	margin: 1em auto;
}
.alignleft {
   float: left;
   margin: .2em .6em 0 0;
}

.alignright {
   float: right;
   margin: .2em 0 0 .6em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: .3em;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: .9em;
   line-height: 1.2em;
   padding: 0 .3em .4em;
   margin: 0;
}

/* WordPress Optional Styles
.categories {...}
.cat-item {...}
.current-cat {...}
.current-cat-parent {...}
.pagenav {...}
.page_item {...}
.current_page_item {...}
.current_page_parent {...}
.widget {...}
.widget_text {...}
.blogroll {...}
.linkcat{...}
*/
