/*
Theme Name: Some Title
Description: funky blog design
Author: Rick Bjarnason
Author URI: http://www.cheekymonkeymedia.ca
*/

/*---------------------
		Resets
----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------
		General Tags
----------------------*/
body {
	background: #240d00 url(img/BG-body.jpg) repeat-x 0 0;
	font-size: 10px;
font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	color:#000;
}
h1 {
	
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
	padding-top: 10px;
}
h6 {
	font-size: 1em;
}
blockquote {
	background: #eee;
	font-style: italic;
	padding: 5px;
}
/*---------------------
		Layout
----------------------*/
#wrapper {
	margin: 0 auto;
	width: 794px;
}
#header {
	background: url(img/BG-header.jpg) no-repeat 0 0;
	height: 273px;
	position: relative; /* for positioning children */
}
#content-wrap {
	background:  url(img/BG-contentwrap-trans.png) no-repeat 0 bottom;
	padding-bottom: 25px;
	overflow: hidden;
}
#background-holder {
	background: #fff;
	overflow: hidden;
	min-height:595px;
	height: auto!important;


}
#content {
	float: left;
	padding: 10px 20px;
	width:530px;
	line-height:150%
}
#page-content {
	padding: 10px 20px;
	line-height:150%
}
#sidebar {
	float: right;
	padding: 10px 10px 10px 0;
	width: 195px;
}
#footer {
	background: url(img/BG-footer-trans.png) no-repeat 0 0;
	clear: both;
	height: 93px;
	position: relative;
}
#clear {
	clear: both;
}
/*---------------------
		Header Styles
----------------------*/
#header h2 {
	font-size: 2em;
	font-weight: normal;
	position: absolute;
	left: 35px;
	letter-spacing: -1px;
	top:118px;
	
}
#header h2 a {
	color: #fff;
	text-decoration: none;
	
}
#slogan {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	position: absolute;
	left: 35px;
	letter-spacing: -.5px;
	top:143px;
	
}
#logo {
	
 	display: block;
 	height: 180px;
 	position: absolute;
 	right: 10px;
 	top:10px;
 	width: 300px;
 	z-index: 100;
	
}
/*---------------------
	Navigation Styles
----------------------*/
#mainnav {
	position: absolute;
	top:255px;
	left: 5px;
	
}

#mainnav li {
	float: left;
	font-size: 15px;
	
	padding: 0 10px;
	position: relative;
}
#mainnav li a {
	color: #ff7f00;
	
	font-weight: 600;
	position: relative;
	text-decoration: none;
	z-index: 100;
}
#mainnav li a:hover, #mainnav .current_page_item a {
	color: #a32a00;
}
#post-navigation {
	clear:both;
	font-size: 14px;
}
#post-navigation a {
	color: #a32a00;
	
	text-decoration: none;
	
}
#post-navigation a:hover {
	color: #ff7f00;
	text-decoration: underline;
}
/*---------------------
	Content Styles
----------------------*/
#page-title {
	background: url(img/BG-pagetitle.png) no-repeat 0 0;
	height: 40px;
	margin: 5px auto 40px;
	padding: 10px 10px 0 5px;
	width: 771px;
}
#page-title h2 {
	color: #fff;
	font-size: 4em;

}

.post h1 {
	color: #000;
	font-size: 2em;
}
.post h1 a{
	color: #000;
	text-decoration: none;
}
.post h1 a:hover {
	text-decoration: underline;
}

.post  {
	color: #3f3f3f;
	font-size: 14px;
	line-height: 24px;
}
.post p {
	
	
	padding: 3px 0;
}
.post ul {
	list-style-type: disc;
	margin-left: 20px;
}
.post ol {
	list-style-type: decimal;
	margin-left: 20px;
}
.post li {
	padding: 5px 0;
}
.more-link {
	color: #ff7f00;
	float: right;
	text-decoration: none;
	
}
.more-link:hover {
	color: #a32a00;
	
}
/*---------------------
	Sidebar Styles
----------------------*/
#sidebar h3 {
	background: url(img/BG-sidehead.png) no-repeat center bottom;
	color: #000;
	font-size: 3.5em;
	margin-bottom: 15px;
}

.widg {
	font-size: 13px;
line-height: 24px;
	margin: 10px 0;
	padding: 22px 0 0;
}
.widg h4 {
	font-size: 15px;
	font-weight: normal;
	
}
.widg div {
	margin-left: 20px;
}
.widg li {
	margin-left: 20px;
	padding: 3px 0;
}
#sidebar table td{
	padding: 5px;
}
/*--------------------------
	Comment styles
--------------------------*/

#commentform p {
	padding:.5em 0;
}
#commentform input {
	border:1px solid #7D6958;
	padding:.2em;
}
#comments-template {
	margin:2em auto;
	clear:both;
	overflow:hidden;
	width:85%;
	padding:20px 30px;
	border:1px solid #BCBCBC;
	position:relative;
}
#comments-template li {
	clear:left;
	border-bottom:1px solid #ccc;
	padding:2em 0;
	overflow:hidden;
}
#comments-template .avatar{
	float:left;
	margin-right:25px;
	background:#afafaf;
	border:1px solid #fff;
	border-right:1px solid #BCBCBC;
	border-bottom:1px solid #BCBCBC;
	padding:4px;
}
.main_comment {
	background:#fff;
	margin-left:133px;
	padding:15px;
}
.main_comment p {
	font-size: 13px;
	padding: 5px 0;
}
#respond {
	margin-top:1em;
}	
/*--------------------------
	Footer styles
--------------------------*/
#footer #links {
	color:#fff;
	font-size: 17px;
	left: 29px;
	letter-spacing: -.08px;
	position: absolute;
	text-decoration: none;
	top:68px;
}
.copy {
	color:#fff;
	font-size: 9px;
	right: 22px;
	letter-spacing: -.08px;
	position: absolute;
	text-decoration: none;
	top:74px;
}
