/* 
Theme Name: Blue News
Theme URL: http://www.alexmckenzie.info/
Description: Blue theme, good for news items.
Author: Alex McKenzie
Author URI: http://www.alexmckenzie.info/
Version: 1.0

Built from the Whiteboard Framework - http://whiteboardframework.com/
*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	color: #111;
}

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

#menu {
	background: #036;
	padding: 10px;
	margin: 10px 0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5f8eea), to(#334faf));
	background: -moz-linear-gradient(top, #5f8eea, #334faf);
	border: 1px solid #036;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 18px;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0px #03C;
}

#menu a:hover {
	color: #ddd;
}

img#wpstats{display:none}

/*
 * Posts
 */
 
#posts {
	float: left;
	width: 670px;
	margin-right: 30px;
}

#posts h2 {
	font-size: 18px;
	font-weight: bold;
	color: #036;
	margin: 10px 0 30px 0;
}

.post {
	margin: 20px 0;
	padding-bottom: 20px;
}

a {
	color: #03C;
}

a:hover {
	color: #003;
}

.meta-data {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}

.meta-text {
	margin-top: -10px;
	padding-right: 10px;
	background: none repeat scroll 0 0 white;
	float: left;
	color: #666;
}

.post .title {
	margin: 20px 0 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}

.post .title h1 a {
	font-weight: normal;
	color: #036;
	text-decoration: none;
}

.post .article p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
}

.post .article img {
	padding: 10px;
}

.post .article ul,
.post .article ol,
.post .article dl {
	margin-bottom: 20px;
	margin-left: 40px;
	
}

.post .article dt {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}

.post .article ol {
	margin-bottom: 20px;
	margin-left: 40px;
}

.post .article ul li {
	font-size: 14px;
	line-height: 20px;
	list-style-type: disc;
}

.post .article ol li {
	font-size: 14px;
	line-height: 20px;
	list-style-type: decimal;
}

.post .article em {
	font-style: italic;
}

.post .article small {
	font-size: 12px;
	font-style: italic;
}

.post .article table {
	font-size: 14px;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
}

.post .article table,
.post .article th,
.post .article td {
	border: 1px solid #ddd;
}

.post .article th,
.post .article td {
	padding: 5px;
}

.post .article th {
	font-weight: bold;
}

.post .article strong {
	font-weight: bold;
}

.post .article blockquote {
	margin-left: 20px;
}

.post .meta-more {
	margin-top: 20px;
	font-size: 12px;
	margin-bottom: 60px;
}

.post .comments {
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top, #fff, #ccc);
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #eee;
	-webkit-box-shadow: 0 1px 0 #eee;
	box-shadow: 0 1px 0 #eee;
	padding: 5px 0;
	float: right;
}

.post .tags,
.post .categories {
	float: left;
	display: block;
	padding: 5px 0;
	margin-right: 10px;
}

.post .comments:hover {
	border: 1px solid #333;
}

.post .comments a {
	padding: 10px;
	color: #777;
	text-shadow: 0 1px 0px #eee;
}

.aligncenter,div.aligncenter {display: block;margin-left: auto;margin-right: auto;}.alignleft{float:left;}.alignright{float:right;}.textleft{text-align:left;}.textright{text-align:right;}.clear{clear:both;}
.wp-caption {
	border: 1px solid #ddd;
	padding: 5px;
}
.wp-caption img {
	padding: 0 !important;
	margin: 5px 0 5px 5px !important;
}
.wp-caption-text {
	font-size: 12px !important;
	text-align: center !important;
	margin-bottom: 0 !important;
	font-weight: bold !important;
}

/*
 * Sidebar
 */
 
#sidebar {
	float: left;
	width: 260px;
	margin-top: 9px;
}

#sidebar .side-list {
	margin: 20px 0;
}

#sidebar .side-list li {
	list-style-type: disc;
	margin-left: 14px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #555;
}

#sidebar .side-list li a {
	/*color: #555;
	text-decoration: none;*/
}

#footer {
	text-align: center;
	margin-top: 20px;
	background: #eee;
	padding: 20px 0 4px 0;
}

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

#footer_content p {
	font-size: 12px;
	color: #777;
	margin-bottom: 16px;
}

#footer_content a {
	color: #777 !important;
}

.postnavigation {
	text-align:center;
	font-size: 14px;
}

#comments {
	font-size: 13px;
}

#comments .title {
	margin: -20px 0 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #036;
}

#comments #comments_list {
	margin-top: 23px;
}

#comments .comment_text {
	margin: 25px 0;
}

#comments .comment_text p {
	padding-left: 10px;
	line-height: 18px;
	margin-bottom: 16px;
}

#comments .comment_text .grav {
	padding: 5px;
	border: 1px solid #ddd;
}

#comments #trackbacks {
	margin: 20px 0;
}

#comments #trackbacks li {
	list-style-type: disc;
	margin-left: 14px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #555;
}

.comments_reply {
	font-size: 13px;
}

.comments_reply p {
	margin-bottom: 20px;
}

.comments_reply .title {
	margin: 20px 0 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #036;
}

#commentform {
	
}

#commentform input {
	width: 335px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border: 1px solid #aaa;
}

#commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 670px;
	height: 150px;
	border: 1px solid #aaa;
}

#commentform #submit {
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top, #fff, #ccc);
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #eee;
	-webkit-box-shadow: 0 1px 0 #eee;
	box-shadow: 0 1px 0 #eee;
	width: 150px;
	padding: 0 10px;
	color: #777;
	text-shadow: 0 1px 0px #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

#commentform input:hover,
#commentform textarea:hover,
#commentform #submit:hover {
	border: 1px solid #333;
}

#commentform #submit:hover {
	color: #333;
}

#commentform input:active,
#commentform input:focus,
#commentform textarea:active,
#commentform textarea:focus {
	border: 2px solid #333;
}

#searchform input {
	width:  150px;
	height: 25px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}

#searchform label {
	font-size: 14px;
	line-height: 25px;
}

#searchform #searchsubmit {
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top, #fff, #ccc);
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #eee;
	-webkit-box-shadow: 0 1px 0 #eee;
	box-shadow: 0 1px 0 #eee;
	width: 100px;
	padding: 0 10px;
	color: #777;
	text-shadow: 0 1px 0px #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 27px;
	line-height: 27px;
}

#searchform input:hover,
#searchform #searchsubmit:hover {
	border: 1px solid #333;
	color: #333;
}