/*
Theme Name: The Content Blue
Version: 1.0.1
Theme URI: http://www.andrewspeaksout.com/themes
Author: Andrew Wolfe
Author URI: http://www.andrewspeaksout.com/
Description: A simple, clean theme designed to make content the focus of any Wordpress blog.
Tags: blue, two-columns, right-sidebar, fixed-width, sticky-post
.
	This theme was designed and built by Andrew Wolfe,
	whose blog you will find at http://www.andrewspeaksout.com/
	
	For support, visit http://www.andrewspeaksout.com or email at andrew@andrewspeaksout.com

	The CSS, XHTML and design is released under GPLv3:
	http://www.gnu.org/licenses/gpl.html
	The full GNU General Public License is included in the "COPYING" document
.
*/

body{
	background: #3D70B1;
	width: 900px;
	margin: 0 auto 0; /* Center 900px "page" */
	padding: 0;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Le Monde Sans", "ITC Stone Sans", "Trebuchet MS", Sans-serif;
	font-size: 12px;
}

#wrapper{
	background: #3D70B1; /* Enforce background color on all content below top horizontal navigation bar */
	padding: 0 20px;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}


/* Top Horizontal Navigation Bar */
#navbar{
	background: #658DC1;
	padding: 0 20px;
	line-height: 60px;
	font-size:9px;
	font-weight: bold;
	letter-spacing:2px;
	text-transform: uppercase;
}

#navbardate{
	float: left;
	color: #658DC1;
}

#navbar ul{
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}

#navbar li{
	display: inline;
	padding: 0 10px;
}

#navbar li.current_page_item a{
	color: #FFFFFF; /* Changes the link color of the current active page in the top navigation bar */
}


/* Header Area */
#header{
	margin: 0;
	padding: 25px 0;
}

#header h1{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Le Monde Sans", "ITC Stone Sans", Sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: lowercase;
}

#header h2{ /* h2 in the header div is for the site's tagline */
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}


/* All Left Column Content */
#container{
	width: 615px;
	float: left;
}

#container_nosidebar{
	width: 100%;
}

.post{
	padding: 10px 0;
	/* text-align: justify; */ /* Uncomment text-align: justify; to justify the paragraph text in posts */
}

.h2title{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Le Monde Sans", "ITC Stone Sans", Sans-serif;	
	font-size: 30px;
	font-weight: normal;
}

.h3title{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.entry{
	padding: 8px 0;
	line-height: 1.5em;
}

.entrytext{
	overflow: hidden;
}

.entrytext a{
	text-decoration: underline; /* This overrides the universal "a" element to allow underlined links in posts */
}

.entrytext blockquote{
	padding-left: 5px;
	border-left: 1px solid #FFF;
}

.more-link{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: #06315B;
	padding: 0 5px;
	border: 1px solid #042443;
}

.oldpostsnav, .newpostsnav{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: #06315B;
	margin: 0;
	padding: 0 5px;
	display: inline;
	border: 1px solid #042443;
}

.postcats, .posttags, .postpages{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #06315B;
	padding: 5px;
	border: 1px solid #042443;
}

.postmetadata{
	margin: 25px 0;
	font-size: 11px;
	border-top: 1px solid #FFFFFF;
}

/*
.entrytext img{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #06315B;
	border: 1px solid #042443;
	margin: 10px 10px 10px 0;
	padding: 5px;
	text-align: center;
}
*/

.wp-caption {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color: #06315B;
border: 1px solid #042443;
margin: 10px 10px 10px 0;
padding-top: 4px;
text-align: center;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

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


/* Comments */
.commentlist{
	margin: 0;
	padding: 20px 0;
	list-style: none;
}

.commentlist p{
	padding: 5px;
}

.commentlist p a{
	text-decoration: underline; /* Allows links to be underlined within user comments */
}

.odd-comment{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #042d58;
	margin: 10px 0;
	border: 1px solid #032a4f;
}

.even-comment{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #063767;
	margin: 10px 0;
	border: 1px solid #012d53;
}

.trackbacks{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #063767;
	margin: 0;
	border: 1px solid #032a4f;
}

.trackbacks h3{
	margin-left: 10px; /* Adds breathing room to the Trackbacks section title text */
}

.commentmetadata{
	height: 60px;
}

.commentmetadata img{ /* Avatar Positioning */
	float: left;
	margin: 0;
	padding: 5px;
}

.commentmetadatainfo{
	display: table-cell; /* Vertically centers the text within the .commentmetadata div */
	vertical-align: middle;
	margin: 0;
	padding: 5px;
	height: 60px;
	line-height: 1.3em;
}

#commentedit{
	margin: 0;
	padding: 5px;
	font-size: 10px;
}


/* Sidebar */
#sidebar{
	width: 225px;
	margin: 0;
	padding: 0;
	float: right;
}

#sidebar h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar ul{ /* Sidebar widgets as a whole */
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li{ /* Individual Sidebar widgets */
	margin: 0 0 25px 0;
	padding: 0;
}

#sidebar li ul li{ /* List items within a widget */
	margin: 0; /* Resets list items within a widget to zero margin to cancel the individual widget spacing margin */
}

.feed-list li a{
	background: transparent url(images/icons/feed12.png) no-repeat scroll 0 50%; /* 12px Feed Icons on left of feed-list links */
	padding-left: 15px;
}

#wp-calendar{
	width: 100%; /* Stretches the Calendar widget's table to 100% the width of sidebar. ID of wp-calendar */
}

/* Footer */
#footer{
	margin: 0;
	padding: 25px 0 10px 0;
	font-size: 11px;
	line-height: 1.3em;
	clear: both;
}

#footer p{
	background-image: url('images/wp-logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 1em;
	border-top: 1px solid #FFFFFF;
}

* html #footer p{
	background-image: url('images/wp-logo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 1em;
	border-top: 1px solid #FFFFFF;
}