/*
Theme Name: Easy Blue
Description: A simple, nice and clean blue wordpress theme. Released by <A href="http://www.postdotcom.com/"><b>Post Dot Com Web Directory</b></a>.
Author: Harmony 	
Author URI:  http://www.postdotcom.com
Version: 2.2
*/

/* main css */
html {
 height: 100%;
 margin-bottom: 1px;
}
body {
 margin:0;
 padding:0;
 background: #ffffff;
 color: #EFEFEF;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 line-height:1.6;
}
#page {
 background: #ffffff;
 width:724px;
 margin-left: 35px;
}

#topcontent {
 background: #ffffff;
 line-height: 5px;
 height: 5px;
}

#logo {
 padding: 15px 0 25px 60px;
 background:#232323;
}
#logo h1 a {
 margin: 0; padding: 0;
}
#logo h1 a {
 font: bold 14px Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
}
#content {
 width: 750px;
  background: #ffffff;
}
#content p {
 margin: 0; padding: 0;
}
#content h1 {
 padding: 10px 0 5px 0; 
 margin: 20px 10px 10px 10px;
 font: 14px Verdana, Arial, Helvetica, sans-serif;
 color: #000000; 
 border-bottom:#214D80 1px solid;
}
#content h1 a {
 color: #000000;
 font: 14px Verdana, Arial, Helvetica, sans-serif;
 text-decoration:none;
}
#content h1 a:hover {
 color: #FF9900;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h3 {
	font-size: 1.3em;
	}


h3, h3 a, h3 a:visited {
	color: #333;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.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;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #007EBB;
	text-decoration: none;
	}

a:hover {
	color: #035BB5;
	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 Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
 font-size: 12px;
 color: #000000;
 padding: 1px 10px;
}
.post li {
 margin-left: 25px;
}
.post .details {
 background: #CDE8B7;
 padding: 2px 5px;
 margin-top: 5px;
}
.storydate {
	float: left; text-align: center;
	width: 83px;
	height: 78px;
	padding: 3px 0;
	margin-right: 10px; margin-top:20px;
	background: url(images/bg_date.gif) no-repeat top center;
	font: 30px arial; text-transform:uppercase;
}
.storydate .day {
	font: bold 20px arial;
}
.storydate .month {
	font: bold 40px arial; color:#000000;
}
.storytime, .storytime a {
	color: #8BB55E;
	text-decoration: none;
}
.storytime span {
	color: #698662;
}

.comment {
 background: #3667A2;
 margin-top: 10px;
 font-size: 12px;
 height: 40px;
}
.comment .left {
 float: left;
 padding: 10px 0 0 10px;
 color: #ffffff;
 font: bold 12px arial;
}
.comment .left a:link, .comment .left a:visited {
 color: #ffffff;
 font: 12px arial;
 text-decoration: none;
}
.comment .left a:hover {
 color: #FF9900;
}
.comment .right {
 float: right;
 padding: 10px 20px 0 0;
}
.comment .right a:link, .comment .right a:visited {
 color: #ffffff;
 font: 12px arial;
 text-decoration: none;
}
.comment .right a:hover {
 color: #FF9900;
}

.postmetadata {
	clear: left;
}
/* End Structure */

/* Begin Images */

img {
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 5px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 4px;
	display: inline;
	}

/* End Images */


/* Begin Form Elements */
#form {
 margin-bottom: 15px;
}
input#s {
 border: 1px solid #216396;
 padding: 5px;
 color: #000000;
 font: 12px Arial, Helvetica, sans-serif;
 width: 140px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* 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;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* 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 {
}
/* 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;
	}

#top {
 text-align: center;
 height: 120px;
 background: #232323 url(images/bg_top.gif) repeat-x bottom left;
}

#nav {
 float: right;
}
#nav ul {
 list-style: none;
 margin: 77px 50px 0 0;
 padding: 6px !important;
 padding: 9px;
}
#nav li {
 display: inline;
}
#nav li.page_item a:link, #nav li.page_item a:visited {
 color: #ffffff;
 font-weight: bold;
}
#nav li a {
 padding: 15px 25px;
 text-decoration: none;
  background: url(images/bg_nav.gif) no-repeat top center;
}
#nav li a:hover, #nav li.current_page_item a:link, #nav li.current_page_item a:visited {
 background: url(images/nav_current.gif) no-repeat top center;
 color: #ffffff !important;
 text-decoration: none;
}

#footer {
 background: #58BDF2;
 text-align: center;
 padding: 30px 30px 60px 30px;
 margin:0 auto;
}
#footer a {
 color: #FFD973;
}

#sidebar {
 background: #4171A6;
}
#sidebar .inner {
 padding: 10px;
 text-align: left;
}
#sidebar h2 {
 font: 14px Arial, Helvetica, sans-serif;
 font-weight: bold;
 margin: 0 0 5px 0;
 padding: 0 0 0 23px;
}
#sidebar ul {
 list-style: none;
}
#sidebar li {
 list-style: none;
 padding: 0 0 0 12px; margin: 0 0 0 23px;
}
#sidebar li a {
 padding: 3px 7px;
}
#sidebar li a:hover {
 color: #ffffff;
}
#sidebar li a {
 color: #ffffff;
 font: bold 12px Arial, Helvetica, sans-serif;
 font-weight:normal;
 text-decoration: none;
 display: block;
}
#sidebar li a:hover, #sidebar li.current_page_item a {
 color: #FF9900;
}
#sidebar ul, #sidebar ul ol {
 margin: 0 0 20px 0; padding: 0;
}
h2.cats {
 background: url(images/cat.gif) no-repeat left center;
 color: #EFEFEF;
}
.cats li {
 background: url(images/cat_x.gif) no-repeat left center;
}
h2.meta {
 background: url(images/star.gif) no-repeat left center;
 color: #EFEFEF;
}
.meta li {
 background: url(images/star_x.gif) no-repeat left center;
}
h2.sponsor {
 background: url(images/circ.gif) no-repeat left center;
 color: #EFEFEF;
}
.sponsor li {
 background: url(images/circ_x.gif) no-repeat left center;
}