@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #000000;
	margin:0;
	padding:0;
}

#wrapper {
	width:1000px;
	margin: 0 auto;
	padding: 0;
	}

#header {
 	height:72px;
 	}

#logo {
	float:left;
	border:0;
	}

#content_home {
	width:1000px;
	height:516px;
	background: url(/images/wrapper_bg.jpg) no-repeat top center #38352d;
	clear:both;
	z-index:99;
	}

#content_sub_wrapper {
	width:1000px;
	height:auto;
	margin:0;
	padding:0;
	z-index:99;
	background-color:#FFFFFF;
	}

#content_sub_page {
	width:548px;
	margin: 0 0 0 360px;
	padding:0 0 30px 0;
	overflow:hidden;
	}	
	
/* typography */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#696453;
	margin: 0 0 20px 0;
}

p img { float:left; margin:5px 10px 10px 0; border:4px #7D7662 solid; background:#fff; padding:1px; }

h1{
	font-size:36px;
	line-height:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-weight:lighter;
	color: #dd3626;
	margin: 0 0 25px 0;
}

#blog-title { width: 546px; padding-bottom: 8px; border-bottom: 4px dotted #696453; }

#blog-title h1{
	font-size:36px;
	line-height:42px;
	font-stretch:normal;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #dd3626;
	margin: 0;
	text-transform: uppercase;
}

#blog-title h5{
	font-size:12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #696453;
	margin: 0;
}


h2 {
	color:#dd3626;
	font-size:18px;
	font-weight:lighter;
	margin-bottom: 5px;
	}

.post h2 {
	color:#dd3626;
	font-size:22px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top:30px;
	}



h5 {
	color:#696453;
	font-size:18px;
	font-weight:lighter;
	font-style: italic;
	margin: 15px 0;
	}


h6 {
	margin:0 0 35px 0;
	}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:25px;
	font-style:italic;
	margin: 25px 35px;
	width:430px;
	padding: 0 10px;
	border-left: #D3D3CE solid 3px;
	}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#696453;
	}
	
li {
	margin-bottom:10px;
	}	

/* linking */
#content_sub_page a{
	font-weight: bold; 
	text-decoration: none;
	color: #dd3626;
	}

#content_sub_page a:hover {
	font-weight: bold; 
	text-decoration: none;
	background-color: #dd3626;
	color:#FFFFFF;
	}

#content_sub_page h2 a {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	}

#content_sub_page h2 a:hover {
	border-bottom: 1px solid #dd3626;
	background: #f5f5f5;
	}


	
/* top rollover nav - home page */
#navigation {
	background:#38352d url(images/bg-top-nav.jpg) bottom repeat-x;
	float:right;
	width:346px;
	height:27px;
	margin: 45px 0 0 0;
}

#navigation ul	{
	font-size: 11px;
	text-align:center;
	padding: 0;
	margin: 0;
	list-style:none;
	}
	
#navigation li	{
	display: inline;
	list-style:none;
	margin: 0;
	padding:0;
	height:27px;
	}	


#navigation ul a{
	padding: 0 20px;
	display:inline-block;
	height:27px;
	line-height:27px;
	margin:0;
	color:#696453;
	font-weight: normal; 
	text-decoration: none;
	float:left;
	border-right: 2px solid #000;
	}
	
#navigation ul a.last{
	padding: 0 21px 0 20px;
	display:inline-block;
	height:27px;
	line-height:27px;
	margin:0;
	color:#696453;
	font-weight: normal; 
	text-decoration: none;
	float:left;
	border:none;
	}

#navigation ul a.last img{
	border:none;
	outline:none;
	text-decoration:none;
	background:none;
	}

#navigation ul a:hover, #navigation ul a.last:hover {
	background-color:#dd3626;
	color:#ffffff;
	text-decoration: none;
	}


/* top rollover nav - SUB pages */
#navigation_SUBpage {
	background-color:#38352d;
	float:right;
	height:22px;
	padding-top:5px;
	margin: 45px 140px 0 0;
}

#navigation_SUBpage ul	{
	display: inline;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}
	
#navigation_SUBpage li	{
	display: inline;
	margin: 0;
	}	

#navigation_SUBpage ul a:link, #navigation_SUBpage ul a:visited {
	padding: 9px 15px 5px 15px;
	margin:0;
	color:#ffffff;
	font-weight: normal; 
	text-decoration: none;
	}

#navigation_SUBpage ul a:hover {
	padding: 9px 15px 35px 15px;
	margin:0;
	background-color:#dd3626;
	color:#ffffff;
	font-weight: normal; 
	text-decoration: none;
	}

#navigation_SUBpage ul a:active {
	padding: 9px 15px 35px 15px;
	margin:0;
	background-color:#dd3626;
	font-weight: normal; 
	text-decoration: none;
	color: #ffffff;
}

/* navigation linking to the sub pages */
#subpage_nav2 {
	background-color:#38352d;
	width:955px;
	height:22px;
	clear:both;
	padding: 5px 0 0 45px;
	border-bottom:#dd3626 5px solid;
}

#subpage_nav2 ul	{
	display: inline;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}
	
#subpage_nav2 li	{
	display: inline;
	margin: 0;
	}	

#subpage_nav2 ul a:link, #subpage_nav2 ul a:visited {
	padding: 9px 15px 6px 15px;
	margin:0;
	color:#fff;
	font-weight: normal; 
	text-decoration: none;
	}

#subpage_nav2 ul a:hover {
	padding: 9px 15px 6px 15px;
	margin:0;
	background-color:#dd3626;
	color:#fff;
	font-weight: normal; 
	text-decoration: none;
	}

#subpage_nav2 ul a:active {
	padding: 9px 15px 6px 15px;
	margin:0;
	background-color:#dd3626;
	font-weight: normal; 
	text-decoration: none;
	color: #fff;
}




/* footer nav */
#footer{
	width: 980px;
	text-align:right;
	font-size:10px;
	align: bottom;
	}
	
#footer ul	{
    clear: both;
	display: inline;
	padding: 0;
	margin: 0 0 0 5px;
	font-size:10px;
	color:#696453;
	}
	
#footer li	{
	font-size:10px;
	display: inline;
	padding-left: 5px;
	margin: 0;
	}	


#footer ul a:link, #footer ul a:visited {
	font-size:10px;
	font-weight: normal; 
	text-decoration: none;
	color: #696453;
	}

#footer ul a:hover {
	font-size:10px;
	font-weight: normal; 
	text-decoration: underline;
	color: #fff;
	}

#footer ul a:active {
	font-size:10px;
	font-weight: normal; 
	text-decoration: none;
	color: #fff;
}
	
/* footer nav - SUBpage */
#footer_SUBpage{
	width: 1000px;
	text-align:right;
	font-size:10px;
	padding:20px 0;
	}
	
#footer_SUBpage ul	{
    clear: both;
	display: inline;
	padding: 0;
	margin: 0 5px;
	font-size:10px;
	color:#696453;
	}
	
#footer_SUBpage li	{
	font-size:10px;
	display: inline;
	padding-left: 5px;
	margin: 0;
	}	


#footer_SUBpage ul a:link, #footer_SUBpage ul a:visited {
	font-size:10px;
	font-weight: normal; 
	text-decoration: none;
	color: #696453;
	}

#footer_SUBpage ul a:hover {
	font-size:10px;
	font-weight: normal; 
	text-decoration: underline;
	color: #ffffff;
	}

#footer_SUBpage ul a:active {
	font-size:10px;
	font-weight: normal; 
	text-decoration: underline;
	color: #ffffff;
}
	

/* other linking */
a:link.nolink,a:visited.nolink,a:hover.nolink,a:active.nolink {
	text-decoration: none;
	border: 0;
}

img a{
border:0;
}

img a:hover {
border:0;
}

/* helpers */
div.spacer {
  height:365px;
  clear: both;
}

img.left {
	float:left;
	border:0;
	margin:0 18px 55px 0;
	}
	
	/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left:15px;
	float: left;
	width: 250px;
		}

#sidebar ul {
	list-style:none;
	margin:0;
	}	
	
#sidebar ul li ul {
	list-style:none;
	padding:0 0 0 0px;
	margin-bottom: 30px;
	line-height:14px;
	}
#sidebar ul li ul li {
	margin-bottom:2px;
	}
	
#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* side-bar linking */
#sidebar ul a:link, #sidebar ul a:visited {
	font-weight: normal; 
	text-decoration: none;
	padding: 0 2px;
	color:#696453;
	}

#sidebar ul a:hover {
	font-weight: normal; 
	text-decoration: none;
	background-color: #a0e1eb;
	padding: 0 2px;
	color:#696453;
	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
	font-weight: normal; 
	text-decoration: none;
	padding: 5px 2px;
	margin-bottom:0;
	color:#696453;
	display:block;
	border-bottom:#918d81 dotted 1px;
	}


#sidebar ul li ul li a:hover {
	font-weight: normal; 
	text-decoration: none;
	background-color:#E1DEDC;
	padding: 5px 2px;
	margin-bottom:0;
	color:#696453;
	}


#sidebar ul a:active {
	text-decoration: none;
	padding: 0 2px;
	color: #696453;
}

#sidebar ul.popular-posts{
	margin-bottom: 30px;
}

#sidebar ul.popular-posts li {
	margin: 0;
}

#sidebar ul.popular-posts li a{
	font-weight: normal; 
	text-decoration: none;
	padding: 5px 2px;
	margin:0;
	color:#696453;
	display:block;
	line-height: 14px;
	border-bottom:#918d81 dotted 1px;
}

#sidebar ul.popular-posts li a:hover {
	font-weight: normal; 
	text-decoration: none;
	background-color:#E1DEDC;
	padding: 5px 2px;
	margin:0;
	color:#696453;
	}


/* post bottom margin */
.post {
margin-bottom: 40px;
padding-bottom: 10px;
background:url(images/post-bottom-border.gif) repeat-x bottom;
}

/* date styling */
small {
	font-size:10px;
	display:block;
	color:#696453;
	font-weight:bold;
	margin-bottom:25px;
	}
	
/* helpers */
.clearfloat { clear:both; }

.floatright {float: right;}
.floatleft {float: left;}

.post-navigation {padding: 15px 0;}
.prevpost {width: 150px; text-align: left;}
.nextpost {width: 150px; text-align: right;}
.bloghomelink {width:150px; margin: 0 auto; text-align: center;}


/*----------------------------------------------------------------*																				
	WordPress 2.8 Plugin: WP-PageNavi 2.60									
	Copyright (c) 2009 Lester "GaMerZ" Chan											

	File Written By:																
	- Lester "GaMerZ" Chan															
	- http://lesterchan.net
														
	File Information:																
	- Page Navigation CSS Style														
	- wp-content/plugins/wp-pagenavi/pagenavi-css.css								
 *----------------------------------------------------------------*/


.wp-pagenavi a, .wp-pagenavi a{
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: none;
	background-color: #dedede;	
}

#pagenavi-wrap .wp-pagenavi a:hover {	
	border: none;
	background-color: #38352d;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	border: none;
	color: #696453;
	font-weight: bold;
	background-color: #dedede;	
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: none;
	color: #fff;
	background-color: #dd3626;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: none;
}
