/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #242e4c;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.3;
}

a {
	color: #E65134;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

em { 
	font-style: italic;
}

#wrapper {
	width: 977px;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid rgb(204, 204, 204);
}

#header {
	overflow: hidden;
	width: 977px;
	border-bottom: 1px solid rgb(204, 204, 204); 
	padding-bottom: 3px;
	border-top: 1px solid #EFEFEF;
	margin: 0 auto;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 977px;
	overflow: hidden;
	
}

#content {
	float: left;
	width: 614px;
	background: url("images/bg.gif"); 
}

.post {
	margin-bottom: 20px;
}

.post-title {
	line-height: 1.2;
	font-weight: normal;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
}

/*.post-title a {
	color: #333333;
}*/

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft, img.alignLeft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 20px 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright, img.alignRight {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 20px 0 15px 25px;
	padding: 4px;
}

.alignright, .alignRight {
	float: right;
	}

.alignleft, alignLeft {
	float: left;
	}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
	background-color: #fff;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 180px;
}

.sidepanel {
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid rgb(204, 204, 204);
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

/*.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}*/

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}


.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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, .wp-caption-dd {
	font-size: 11px;
	line-height: 12px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: left;
	font-style: italic;
	font-size: 10px;
	color: #01448F;
	margin-top: 5px;
}
/* End captions */

/********* ADDED BY REBECCA **********/

.clear {
	clear: both;
}

.upper {
	text-transform: uppercase; 
}

.articleblue {
	color:#01448F;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
}

.menublock {
	color:#01448F;
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	text-decoration: none;
	margin-left: 10px;

}

/****** SIDEBAR HEADLINES *****/


.headlinelinks {
	color: #E65134;
}

.title {
	color:#4F505A;
	font-family:Verdana;
	font-weight:bold;
	margin-bottom: 5px;
}

.headlineright {
	float: left;
	width: 140px;
	margin-left: 5px;
}

/*** HEADER STUFF ***/

#headerBar {
	
}

#searchBox, #issueInfo {
	float: left;
}

#donateNow{
	float: right;
	margin-right: 10px;
}

#searchBox {
	margin-top: 18px;
	margin-left: 15px;
}

#issueInfo {
	margin-top: 12px;
	margin-left: 35px
}

#issueInfo p {
	color:#424AC1;
	font-family:Verdana;
	font-size:8pt;
}

.headerDate {
	color:#424AC1;
	font-family:Verdana;
	font-size:8pt;
}

#headerIssue {
	color:#91A027 !important;
	font-family:Verdana;
	font-size:9pt !important;
	font-weight:bold;
}

/*** FOOTER STUFF ***/

#footer {
	width: 977px; 
	border-width: 0px 1px 1px 1px; 
	border-color: #cccccc; 
	border-style: solid;
}

#bobbyApproved, #footerCopyright, #footerZeek {
	float: left;
	text-align: center;
	width: 325px;
}

#bobbyApproved, #footerZeek {
	margin-top: 30px;
}

#footerCopyright {
	margin: 10px 0 10px 0;
}

/***** FRONT PAGE ******/

.storyCol {
	width: 290px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.frontStory {
	border: 1px solid rgb(204, 204, 204);
	background-color: #fff;
	width: 270px;
	padding: 10px;
	margin-top: 10px;
}

.frontCover {
	width: 570px;
	margin-left: 10px;
}

.frontCoverText {

	color:#01448F;
	font-size:10px;
	font-style:italic;
	line-height:12px;
	margin:5px 0 0;
	padding:0 4px 5px;
}

.p_left {
	float: left;
}

.p_right {
	float: right;
}

.p_left p {
	text-align: left;
	font-style: italic;
}

.p_right p {
	text-align: right;
	font-style: italic;
}

.p_bottom p {
	font-style: italic;
}

.p_bottom_img {
	text-align: center;
	margin: 10px;
}

.p_left img, .p_right img, .p_bottom img {
	margin: 5px;
}

.storyTitle {
	text-transform: uppercase; 
}

#photoCredit {
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	border: 1px solid rgb(204, 204, 204);
	font-style: italic;

}

.photoBold {
	font-weight: bold;
}

.wp-polls strong {
	
}

/******* POST STUFF **********/

.usersidebar {
	float: left;
	width: 108px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.usersidebar img {
	width: 100px;
}

.usersidetext {
	margin-top: 5px;
	background-color: #D4DEE8;
	width: 96px;
	font-size: 7pt;
	padding: 2px;
}

#authorInfo {
	float: left;
	font-size: 15px;
}

#print {
	float: right;
}

#storyContent {
	margin-top: 15px;
}

.bigtitle {
	font-size: 20px;
}

.excerpt {
	font-size: 12px;
	margin-top: 5px;
}

.excerpt p {
	margin-bottom: 5px;
}

/******** GALLERY STUFF *********/

#imgGallery {
	width: 594px;
	text-align: center;
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: -10px;
}

#imgGallery a {
	font-size: 11px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

#imgGallText {
	color:#4F505A;
	font-family:Verdana;
	font-weight:bold;
	text-align: left;
	margin: 10px;
}

.thumbs a {
	margin: 2px;
}

.home-page-text {
	padding: 20px;
	line-height: 1.6;
}

.home-page-text p {
	margin-bottom: 10px;
}