/*   
Theme Name: New Broom
Theme URI: http://geoffmatheson.net/newbroom/
Description: A search engine optimized website framework for WordPress.
Author: Geoff Matheson
Author URI: http://geoffmatheson.net
Version: 0.7
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');


/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/2c-r-fw.css');

/* =Generics */

body {
	/*margin: 1.5em 15%;*/
	background-color: #393524;
}

a, a:link {
	color:#dd0000;
	text-decoration:none;
}

a:hover {
	color:#E5D38F;
	text-decoration:underline;
}

p, div, li {
	font-family:Georgia, Times, serif;
}

blockquote {
	background-image:url('images/blockquote.png');
	background-repeat:repeat-y;
	background-position: 0px top;
	padding-left:70px;
	margin-left:-10px;
	color:#393524;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
	width:100%;
	vertical-align:bottom;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: block;
	float: left;
	height: 50px;
	width:160px;
	/*background-image:url('images/page_button.png');*/
	vertical-align:bottom;
	background-align: bottom center;
	text-align:center;
	padding-top:10px;
}
.menu a {
	color:#E5D38F;
	font-family:American Typewriter, Rockwell, Courier New, Courier, monospace;
	font-weight:bold;
}

.current_page_item {
	background-image: url('images/page_button.png');
	background-repeat: no-repeat;
}
/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 3em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
	padding: 10px;
	color:#393524;
}

.widget-title {
	height:30px;
	width:260px;
	text-align:center;
	color:#CCBE8B;
	background-image:url('images/widget_title.png');
	background-repeat:no-repeat;
	font-size:1.4em;
	font-family:American Typewriter, Rockwell, Courier New, Courier, monospace;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}


/* =Header and Branding 
---------------------------------------------------------------- */

#masthead {
	width:100%;
	height:300px;
	background-image:url('images/communist_header.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}

#blog-title {
	height:190px;
	width:700px;
	margin: 5px auto;
}

#blog-title span a {
	display:block;
	text-indent: -9999999px;
	height:150px;
	width: 700px;
}

#blog-description {
	text-align:right;
	font-family: American Typewriter, Rockwell, Courier New, Courier, monospace;
	font-size:2em;
	color:#CCBE8B; 
	padding-right:50px;
}

/* =Main Body */
#wrapper {
	background-color:#CCBE8B;
	border:2px solid #736A48;
}

#container {
	background-color:#CCBE8B;
}

#content {
	padding:5px;
	
}

/* =Post Styles */
.entry-title { 
	width:560px;
	height:70px;
	background-image:url('images/post_header_paint.png');
	background-repeat:no-repeat;
	padding:25px 20px 2px 20px;
	line-height:1.1em;
	vertical-align:center;
	text-align:center;
	font-family: American Typewriter, Rockwell, Courier New, Courier, monospace;
	font-size:1.8em;
	color:#CCBE8B;
}

.entry-title a{
	color:#CCBE8B;
	font-family: American Typewriter, Rockwell, Courier New, Courier, monospace;
	text-decoration:none;
	vertical-align:center;	
}

.entry-meta {
	text-align:center;
	clear:both;
	width:560px;
	height:50px;
	background-image:url('images/entry_meta.png');
	background-repeat:no-repeat;
	background-position: 50% 0%;
	margin-top:-10px;
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-family:American Typewriter, Rockwell, Courier New, Courier, monospace;
	font-size:1.1em;
	color:#393524;
}

.entry-meta a{
	color:#dd0000;
}

.post, .page {
	padding:0 20px 0 20px;
}

.entry-utility {
	padding:20px;
	font-style:italic;
	color:#393524;

}

.entry-content {
	font-family:Georgia, Times, serif;	
	padding: 0 15px 0 15px;
	margin:0;
}
#nav-above{
	display:none;
}

.page-title{
	width:560px;
	height:70px;
	background-image:url('images/page_header_paint.png');
	background-repeat:no-repeat;
	padding:25px 20px 2px 20px;
	line-height:1.1em;
	vertical-align:center;
	text-align:center;
	font-family: American Typewriter, Rockwell, Courier New, Courier, monospace;
	font-size:1.8em;
	color:#CCBE8B;
	margin-left:20px;
}
#nav-below {
	padding-left:30px;
	padding-right:30px;
}
#comments {
	padding:30px;
	color:#393524;
}

.comment-meta {
	font-style:italic;
}

.comment-content {
	color:#111111;
	text-indent:1em;
	padding:1em;
}

li.bypostauthor {
	padding:5px;
	background-color:#393524;
	color:#CCBE8B;
	border-bottom:1px solid #E5D38F;	
}

li.bypostauthor .comment-content {
	color:#E5D38F;
}
.alt div .avatar {
	float:right;
	padding:2px;
	border:1px solid #E5D38F;
	margin:0px 0px 3px 5px;
}

.even div .avatar {
	float:left;
	padding:2px;
	border:1px solid #E5D38F;
	margin:0px 5px 3px 0px;
}	

#comments-list h3 {
	font-weight:bold;
	font-size:1.3em;
}

#comments-list ol li {
	clear:both;
	padding:5px;
	border-top:1px solid #E5D38F;
	list-style-type:none;	
}



.wp-caption {
	padding:5px 1px 1px 1px;
	background-color:#E5D38F;
	border:1px solid #736A48;
	color: #393524;
}
