/*
Theme Name: Heliograph
Theme URI: Proprietary Theme - Not for public distribution
Description: CSS based, 2 columns, fixed (or fluid) Wordpress theme from <a href="http://www.talkinoutamyass.com/">Talkin Outa My Ass</a>
Version: 1.0
Author: Mark Coleman
Author URI: http://www.talkinoutamyass.com

	Heliograph v1.0

	Theme designed by Mark Coleman. 

*/


/* global prop. */
*{
  margin: 0;
  padding: 0;
}

html, body{
 height:100%;
}

body{
  font-family: Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 0.75em;
  font-style: normal;
  color: #333333;
}

body{
	min-height:100%;
	height:auto !important; /* ie ignores it */
	height:100%; /* fix */
	position: relative;
	background-color: #f9faf8;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-position: left 205px;
}

a{
  color: #2d83d5;
  text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #FF0000;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {border:solid #666 2px}

img.alignright {float:right; }
img.alignleft {float:left; }
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignright { padding: 7px; margin: 0 0 8px 4px; display: inline; }
img.alignleft { padding: 7px; margin: 0 8px 4px 0; display: inline; }

a img {border:0}

.wp-caption { margin: 3px; padding: 3px; font-size: 87%; color: black; font-weight:bold}

pre{
  white-space: normal;
}

table{
  margin: 6px 0 12px;
  border-bottom: 3px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

table td, table th{
  text-align: left;
  padding: 3px 6px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

table td{
  margin: 4px;
}


table th{
  background: #ebebeb;
  border-bottom: 2px solid #d9d9d9;
}

table tr.odd{
  background: #ebebeb;
}

table tr:hover{
  background: #d9d9d9;
}

fieldset{
  padding: 10px;
}

legend{
  padding: 2px 5px;
  font-weight: bold;
}

p{
  line-height: 150%;
  margin: 4px 0 7px;
}

small{
  font-size: 90%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 225%;
	font-weight: normal;
	margin: 3px 0 5px;
	color: #91B37B;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	margin: 3px 0 5px;
	color: #91B37B;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin: 3px 0 5px;
	color: #91B37B;

}


/* actual layout width: default is 960px (for 1024x768+); 100% = fluid width */
#page{
	width: 900px;
	min-width: 760px;
	margin:0 auto;
	position: relative;
}

#cssControls{
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 10px;
}


/*** HEADER AREA ***/

/* logo position */

#page-wrap1{
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 205px;
}

#page-wrap2{
  width: 100%;
  display:block;
}

#header{
  height: 180px;
}

/* header tabs */
#tabs {
	line-height:normal;
	position: absolute;
	left: 15px;
	top: 176px;
}

#tabs ul {
 list-style:none;
}

#tabs li {
 display:inline;
}

#tabs a {
	text-decoration:none;
	font-size:120%;
	float:left;
	background:url(images/tab-left.png) no-repeat left top;
	color:#fff;
	padding-left:5px;
	margin-right:0px;
	cursor: pointer; /* IE 7 bug-fix */
	height: 29px;
	font-weight: bold;
}

#tabs a span{
 float:left;
 display:block;
 background:url(images/tab-right.png) no-repeat right top;
 height: 29px;
 padding-right: 5px;
}

#tabs a span span{
 display:block;
 background:none;
 height: auto;
 padding: 4px 4px 0 4px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
 color:#cfcfcf;
}

#tabs a:hover{
 background-position:0px -29px;
 color:#fff;
}
#tabs a:hover span{
 background-position:100% -29px;
 color:#fff;
}

#tabs a.active {
 background-position:0px -58px;
 color:#000;
}
#tabs a.active span {
 background-position:100% -58px;
 color:#000;
}

/*** MAIN ***/

#main-wrap{
	float: left;
	width: 100%;
}

#main{
	display: block;
}


/* for accesibility (eg. if sidebar needs removed on some pages) */
.with-sidebar{
  margin-right: 260px;  /* sidebar width + some padding */
}

#main-content{
	min-height: 400px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.pagetitle{
	color: #666666;
}


/* secondary tabs */


.post{
	display: block;
	position: relative;
	background-repeat: repeat-x;
	background-position: left top;
}

/* post header */

.postheader{
}
.postheader h2, postheader h3{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.postheader h2 a, .postheader h3 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #91B37B;
}

.postheader h2 a:hover, .postheader h3 a:hover{
  background: none;
  color: #ed1f24;
}
.postinfo{
  background: transparent url(images/postinfo-bg.png) no-repeat right bottom;
}
.postinfo p{
	padding: 4px 0 4px 5px;
	color: #666666;
	font-size: 11px;
}

.postmetadata{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.postmetadata p{
	color: #666666;
	font-size: 10px;
}
.postmetadata a{
  color: #666666;
}

.postmetadata a:hover{
  background: none;
  color:#ed1f24;
}

p.postcontrols{
	text-align: right;
	color: #999999;
	margin-bottom: 11px;
}

/* the .entry class defines styles of post and page contents */
.entry h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	margin: 12px 0 10px;
	font-weight: bold;
	color:#000000;
}

.entry h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	margin: 35px 0 10px;
	font-weight: bold;
	color:#000000;
}

.entry h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: 35px 0 8px;
	color:#000000;
}

.entry h4{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 125%;
  font-weight: bold;
  margin: 30px 0 8px;
}

.entry h5{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: normal;
  margin: 12px 0 6px;
}
.entry p{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.entry blockquote{
	font-style: italic;
	color: #666666;
	margin-top: 45px;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: transparent;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.entry blockquote h4{
	margin: 0;
	padding: 0;
}


.entry ul,
.entry ol{
	margin-top: 12px;
	margin-bottom: 12px;
}

.entry ol li{
	list-style-type: decimal;
    margin-left: 30px;

}
.entry ul li{
	list-style-type: disc;
    margin-left: 30px;
}

.recentposts {
	color: #666666;
	margin-top: 20px;
	margin-right: 80px;
	margin-left: 80px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
}

.recentposts h3{
	font-weight: bold;
	font-style:italic;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 2px;
}
.recentposts h4{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}
.postpreview{
	margin-top: 5px;
}

a.comments, .post p.postcontrols a.comments{
  background-image:url(images/comments.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding-left: 19px;
}

a.no.comments, .post p.postcontrols a.no.comments{
  color:#ed1f24;
}

a.no.comments:hover, .post p.postcontrols a.no.comments:hover{
  background-color: #ed1f24;
  color: #fff;
}


/* comments */

.comment{
  background: transparent url(images/comment-div-bg.png) repeat-y 96px bottom;
}

.comment .wrap{
  background: transparent url(images/comment-div-start.png) no-repeat 96px top;
  min-height: 120px;
  position: relative;
}

.comment .avatar{
  float: left;
  width: 90px;
  padding-top:10px;
}

.comment .details{
  display: block;
  margin-left: 108px;
}

.comment .details .head{
  background: transparent url(images/postinfo-bg.png) repeat-x left bottom;
  padding: 2px 10px;
  display: block;
  position: relative;
	color: #666666;
	font-size: 11px;
}

span.rate{
  right: 8px;
  position: absolute;
}

span.rate a.karma{
  font-family: "Arial Black", Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
  padding: 0;
}

span.rate a.karma.negative{ color:#ed2124; }
span.rate a.karma.positive{ color:#6fb23c; }

span.rate a.karma:hover{
  background: none;
}

span.rate a.ratelink{
  padding: 4px;
  text-decoration: none;
}

span.rate a.ratelink.up{ background: transparent url(images/thumb-up.gif) no-repeat left center;      }
span.rate a.ratelink.down{ background: transparent url(images/thumb-down.gif) no-repeat left center;      }


.comment .details .text{
  background: transparent url(images/comment-bg.png) repeat-x left top;
  padding: 3px 10px;
  min-height: 40px;
}


/* sidebar */

#sidebar{
	background: transparent url(images/side-start.png) no-repeat left top;
	float: left;
	display: block;
	margin-left: -260px;   /* sidebar width! */
	width: 180px;          /* sidebar width! */
	position: relative;
	top: 175px;
text-decoration:none;
	}
#sidebar h2{
	font-family: Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration:none;
margin: 16px 0 2px 0;
	color: #333333;
}
#sidebar .wrap{
	background: transparent url(images/side-bg.png) no-repeat right top;
	margin-left: 25px;
	width: 200px; /* actual size is +36px right-padding + shadows (around 320px) */
	padding: 20px 36px 0 0;
	min-height: 350px;
}

#sidebar ul, #sidebar ul, li{
  list-style-type: none;
  line-height: 125%;
}
#sidebar li{
	margin-left: 5px;
}
/* sidebar menu */

#sidebar ul.nav, #sidebar ul.nav li{
  list-style-type: none;
}

#sidebar ul.nav li{
  background: transparent url(images/div-h.gif) repeat-x left bottom;
  padding: 2px 0 3px;
  display:block;
}

/* no bg on the last menu item */
#sidebar ul.nav li.last{
  background: none
}


#sidebar ul.nav ul{
  margin: 0px 0 12px;
}

#sidebar ul.nav ul ul{
  margin: 0px 0 8px; /* lower bottom-padding for 2+ level menu */
}

/* 2nd level menu */
#sidebar ul.nav li li{
  background: none;
  padding: 0;
  margin-left: 25px;
}

/* 3rd ... n levels */
#sidebar ul.nav li li li{
	margin-left: 10px;
}

#sidebar ul.nav li a{
	background: none;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 12px;
	color: #000;
	position: relative;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#sidebar ul.nav li a:hover{
  background: #f0efef url(images/side-nav-bg.png) repeat-y right top;
  color: #ed2124;
}

#sidebar ul.nav li a span{
  background: transparent url(images/b1.gif) no-repeat left 3px;
  padding-left: 17px;
}

#sidebar ul.nav li a:hover span{
  background-position: left -185px;
  color: #ed2124;
}

#sidebar ul.nav li li a{
  text-transform: none;
  font-size: 12px;
  padding: 0;
}

#sidebar ul.nav li li a:hover{
  background: none
}


#sidebar ul.nav li li a span{
  background: none;
  padding: 0;
}

#sidebar ul.nav li a span.rss{
  background: transparent url(images/side-nav-rss.gif) no-repeat left top;
  display: none;
  width:26px;
  position: absolute;
  height: 13px;
  right: 0;
  padding: 0 10px 0 0;
  top: 0;
  text-decoration: none;
  cursor: pointer;
  z-index: 5;
}

#sidebar ul.nav li a span.rss:hover{
  background-position: 0px -13px;
}


/* sidebar search */

#searchtab{
	background: transparent url(images/search-bg.png) no-repeat left top;
	margin: 0;
	padding: 0;
}
#searchtab .inside{
	background: transparent url(images/search-go.png) no-repeat right top;
	position: relative;
	height: 45px;
	padding: 0;
}
#searchtab input{
  border: 0;
  background: none;
  font-size: 12px;
  padding: 0px;
}
#searchtab input.searchfield, #searchtab input#s{
  position: absolute;
  top: 8px;
  left: 30px;
  color: #333333;
  padding: 0px;
}
#searchtab input.searchbutton, #searchtab input#searchsubmit{
	position: absolute;
	right: 20px;
	top: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
	font-weight: bold;
}
#searchtab label{
  display: none;
}
#searchtab input.searchbutton:hover{
  color: #fff;
}

/*** FOOTER ***/

#footer{
  clear: both;
  background: transparent url(images/div-h2.gif) repeat-x left top;
  padding: 20px 0;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.error{
  color:#ed1f24;
}

form input{
  padding: 2px 8px;
}



/*** WORDPRESS SPECIFIC STYLES ***/


#tabs li.current_page_item  a {
 background-position:0% -58px;
 color:#000;
}
#tabs li.current_page_item a span {
 background-position:100% -58px;
 color:#000;
}

.navigation{
	font-size: 90%;
}

.navigation .alignleft{
  float: left;
}

.navigation .alignright{
  float: right;
}

.navigation a{
  text-decoration: none;
  color: #666666;
	height: 20px;
}

.navigation a:hover{
  background: none;
  color:#000000;
}

span.editlink{
	position: absolute;
	right: 10px;
	clear: both;
}

span.editlink.relative{
  position: relative;
}


span.editlink a{
  display: block;
  height: 16px;
  background: transparent url(images/edit.png) no-repeat left top;
  padding-left: 18px;
  color: #000;
  text-decoration: none;
}

span.editlink a:hover{
  background-position: left bottom;
  color:#ed1f24;
}

div.act{
  position: absolute;
  top: 2px;
  right: 10px;
}

span.reply a, span.quote a, span.advedit a{
  display: block;
  height: 16px;
  width: 16px;
  float: left;
  margin: 0 2px;
}

span.advedit a{ background: transparent url(images/edit.png) no-repeat left 1px; }
span.reply a{ background: transparent url(images/reply.png) no-repeat left top; }
span.quote a{ background: transparent url(images/quote.png) no-repeat left top; }

span.quote a:hover, span.reply a:hover{
  background-position: left bottom;
}


#footer a.rss{
  background: transparent url(images/rss.png) no-repeat left top;
  padding-left: 18px;
}

#footer a.rss:hover{
  background: #2d83d5 url(images/rss.png) no-repeat left top;
}

#commentform{
  display: block;
  background: transparent url(images/div-h2.gif) repeat-x left 0px;
  padding: 6px 0 0 0;
  margin: 20px 0;
}

#commentform textarea{
  margin-bottom: 6px;
}

ol#thecomments, ol#thecomments li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}


/* gravatar */
.comment .avatar{
  float: left;
  width: auto;
  padding-top: 6px;
  padding-left: 8px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* contact form */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 450px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
