/*
Theme Name: Maurgood v2
Theme URI: 
Description: The default WordPress theme for <a href="http://www.maurgood.com">Maurgood</a>.
Version: 1.0
Author: Sean Stewart
Author URI: http://www.clubwinder.com
Tags: 

	Maurgood v1.0

	This theme was designed and built by Sean Stewart.

*/

@import url(reset.css);
@import url(typography.css);


/* -------------------------------------------------------------- 
  
   styles.css
   * Custom site styles.
   
-------------------------------------------------------------- */
body {
	background:url(images/body2.jpg) repeat-x center top #383428;
	color:#41300A;
	padding-left:2em;
	padding-right:2em;
}

a:hover {text-decoration:none;}


.container {
	width:75em /*900px*/;
	margin:0 auto;
	position:relative;
}

.header {
	height:130px;
	text-align:right;
}

.content {
	width:900px;
	background:#FFFFFF;
	border:6px solid #FFFFFF;
	margin:0 auto;
	padding:0 0 3em;
	background:none;
	border:none;
	border-bottom:.5em solid #695F4A;
	color:#41300A;	
}
	.content .wrapper {
		text-align:left;	
	}
	.content .main {
		float:left;
		width:700px;
		margin-right:29px;
	}
		.main h1 {
			font-family:Georgia, 'Times New Roman', serif;
			color:#41300A;
			font-size:2em;
			line-height:1.25;
			margin-bottom: 0.75em;
		}
		.main .main-content {margin-right:4.5em;}	
		.main ul {margin-left:3em;}
		.main ul li {list-style:none;background:url(images/0147_brown-4square.png) no-repeat left .25em;padding-left:1.5em;}
		
	.content .sidebar {
		float:left;
		width:152px;
		padding-left:10px;
		padding-bottom:1.5em;
		background:url(images/divider2.png) repeat-y left top;
	}	
		.sidebar ul {margin:0 1.5em 0 0;padding:0;}
		.sidebar li {
			display:inline;
			list-style:none;
			line-height:1.25em;			
		}
			.sidebar li a {
				display:block;
				text-decoration:none;
				margin-bottom:.75em;
				font-size:1em;		
				font-family:'Helvetica', arial, sans-serif;
				font-weight:bold;
				text-transform:uppercase;
				color:#41300A;		
			}
				.sidebar li a:hover {
					text-decoration:underline;
				}
		


.footer {
	margin-top:325px; /* NOTE: you must change the IE dimensions in the head of index.php */
	margin-bottom:40px;	/* NOTE: you must change the IE dimensions in the head of index.php */
	font-size:.90em;
	color:#FFFFFF;
	clear:both;
}
	.footer ul {list-style:none;}
	.footer li {display:inline;}
	.footer a {color:#FFFFFF;}	
	.footer .small {font-size:.90em;}
	

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #c0baaa; 
  color: #c0baaa;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

.right {text-align:right;}



#post-107 h2 {
	font-family:Georgia, 'Times New Roman', serif;
	color:#41300A;
	font-size:2em;
	line-height:1.25;
	margin-bottom: 0.75em;
}