/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#EFEFEF url(images/body-bg.png) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#35566A;
	}
	
#container {
	width:890px;
	margin:0 auto;
	}


#header {
	height:225px;
	}

#content-container {
	width:890px;
	}

	
#sidebar-right {
	float:right;
	width:270px;
	padding-top:16px;
	}
	
#main-content {
	float:left;
	width:608px;
	background:url(images/main-content-repeat.gif) 5px top repeat-y;
	}
	
	#main-content-inside {
		width:608px;
		background:url(images/main-content-top-bg.png) no-repeat;
		}
		
		#main-content-inside-bottom {
			width:566px;
			padding:30px 21px;
			background:url(images/main-content-bottom-bg.gif) 5px bottom no-repeat;
			}

	
#footer {
	padding:8px 12px;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

ul#header-nav {
width:100%;
	height:35px;
	padding-top:29px;
	margin-bottom:25px;
	overflow:hidden;
	}
	
	ul#header-nav li {
		height:35px;
		width:100px;
		display:block;
		float:left;
		margin-right:2px;
		}
		
	ul#header-nav li.home {
		width:80px;
		}
		
		ul#header-nav li a {
			display:block;
			height:35px;
			background:url(images/header-nav-a-bg.gif) 0px 4px no-repeat;
			text-align:center;
			color:white;
			font-weight:bold;
			line-height:38px;
			text-decoration:none;
			}
			
			ul#header-nav li a:hover,
			ul#header-nav li a.selected {
			background-position:0px -31px;
			line-height:35px;
			}
		
		ul#header-nav li.home a,
		ul#header-nav li.home a.selected {
			background:url(images/header-nav-home-bg.gif) 0px 4px no-repeat;
			}
			
			ul#header-nav li.home a:hover,
			ul#header-nav li.home a.selected {
			background:url(images/header-nav-home-bg.gif) 0px -31px no-repeat;
			}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

.button-block {
	width:270px;
	}

.button-newsletter {
	float:left;
	margin-right:15px;
	}

.sidebar-right-content {
	padding-top:80px;
	}

.ad-block {
	margin-bottom:20px;
	}

	.ad-block img {
		float:left;
		margin-bottom:15px;
		}
	
	.ad-block img.ad-right {
		float:right;
		}

#sidebar-right h2 {
	font-size:12px;
	color:#35566A;
	padding-bottom:5px;
	margin-bottom:8px;
	background:url(images/sidebar-right-h2-bg.png) left bottom no-repeat;
	}

#sidebar-right ul {
	margin-bottom:25px;
	}

	#sidebar-right ul li {
		padding:5px 0 5px 20px;
		}
		
		#sidebar-right ul.archives li {
		background:url(images/archive-li-bg.png) 0px 60% no-repeat;
		}
	
		#sidebar-right ul.categories li {
		background:url(images/folder-icon.gif) 0px 60% no-repeat;
		}
		
		#sidebar-right ul li a {
			color:#35566A;
			}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	color:#C42824;
	text-decoration:underline;
	}

a:hover {
 	text-decoration:none;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	

#main-content ul {
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	}

#main-content ul ul {
	margin:0 0 6px 0;
	padding:6px 0 0 15px;
	}
	
	#main-content ul li {
		list-style:disc;
		}


	
h1 {

	}

h2,
h2 a,
h2 a:link,
h2 a:visited {
	font-size:18px;
	color:#C42824;
	text-decoration:none;
	margin-bottom:4px;
	}
	
	h2 a:hover {
	text-decoration:underline;
	}

p {
	line-height:1.5;
	margin-bottom:15px;
	}


img {
	border:none;
	}

blockquote span.quote {
	display:block;
	margin-bottom:5px;
	border-left:10px solid #D4D4D4;
	padding-left:10px;
	}

blockquote span.quote-author {
	font-weight:bold;
	font-style:italic;
	color:#35566A;
	}
	
.navigation {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eaeaea;
	}

#main-content textarea {
	width:95%;
	padding:5px;
	}


/* post block styles /////////////*/

.date-left {
	float:left;
	width:61px;
	height:71px;
	text-align:center;
	background:url(images/date-left-bg.png) no-repeat;
	} 
	
	.date-left .date {
		display:block;
		height:43px;
		line-height:43px;
		color:#233B48;
		font-weight:bold;
		font-size:28px;
		text-align:center;
		}
	
	.date-left .month {
		display:block;
		height:20px;
		line-height:20px;
		color:white;
		font-weight:bold;
		font-size:12px;
		text-align:center;
		background:#B00000;
		text-transform:uppercase;
		letter-spacing:1px;
		}

.post-content {
	float:right;
	width:485px;
	padding-bottom:10px;
	margin-bottom:50px;
	background:url(images/post-bottom-bg.gif) left bottom no-repeat;
	}

.postmetadata {
	padding-bottom:15px;
	margin-bottom:20px;
	background:url(images/post-bottom-bg.gif) left bottom no-repeat;
	}



/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer p {
	color:#777;
	font-size:11px;
	letter-spacing:.7px;
	}
	
	#footer p a {
	color:#777;
	font-size:11px;
	text-decoration:underline;
	}
	
	#footer p a:hover {
	color:#333;
	font-size:11px;
	text-decoration:none;
	}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	



