/*
Theme Name: Doug Esteves
Theme URI: http://www.bloggingexpertise.com/themes/citrus-scraps/
Description: Based on Citrus Scraps by Blogging Expertise at http://www.bloggingexpertise.com/
Version: 1.0
Author: Putler Data Designs 
Author URI: http://www.putlerdatadesigns.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/

/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	text-align: center;
	background: #999;
	background-image: url(http://www.dougesteves.com/images/body_bg.jpg);
	font-family: 'Trebuchet MS',  Verdana, Arial, sans-serif;
	font-size: 12px; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	font-weight: normal;	
	line-height: 16px;
}

p {font-size: 120%;}
h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {
	font-family: Times, serif;
	font-weight: 800;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 14px;
	
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid #555;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a, a:active {
	color: #754D1D;
}

a:visited {
	color: #1B2876;
}

a:hover {
	color: #325132;
	text-decoration: none;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-size: 160%;
	font-weight: 800;
	color: #1B2876;
	text-transform: lowercase;
}

.heading1 { /* for headings that don't have any real semantic value */
	font-size: 160%;
	font-weight: 800;
	color: #754D1D;
	
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: transparent;
	border: 0px solid #666666;
	margin: 20px auto; /* for centered layouts */
	overflow: hidden;
	padding: 0px;
	text-align: left;
	width: 780px;
}

#header {
	background-image: url(/images/top_bg.jpg);
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	border-bottom: 3px solid white;
	height: 119px;
}

#navigation {
	overflow: hidden;
	}

#container {
	/*background: url(images/background-container.png) right top repeat-y;*/
	background: url(/images/left_bg.jpg) left top repeat-y;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	/*background: transparent url(images/background-content.png) left top no-repeat;*/
	background: #F7F7F7;
	float: right;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	width: 530px;
	min-height: 562px;
	}

#sidebar {
  background: #FFFFFF url(/images/left_bg.jpg) left top repeat-y;
	width: 205px;
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	/*height: 1150px;*/
	font-size: 95%;
	}

#footer {
	/*background: transparent url(images/background-footer.png) right top no-repeat;*/
	background: transparent url(/images/footer_bg.jpg) left bottom repeat-x;
	clear: both;
  margin: 0;
  padding: 0px 0px 0px 0px;
  text-align: center;
  height: 46px;
}


/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */

#header h1 a,
#header h2 a {
	/*background: transparent url('images/blog-name.png') center center no-repeat;*/
	background: transparent url(/images/logo.jpg) left top no-repeat;
   display: block;
	line-height: 119px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
	color: #1B2876;
}
	
#header h2.description {
	color: #777;
	font-size: 100%;
	font-weight: normal;
	margin-left: 230px;
	overflow: hidden;
}

h3.category_description {
	font-weight: normal;
}


/* Navigation elements */

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	background: #fa3;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	margin: 1px 0px 1px 1px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	}

#navigation ul li a:hover {
	background: #FF6600;
	color: #fff;
}


/* Sidebar elements */
	

#sidebar .widget {
	margin-bottom: 25px;	
}

#sidebar .widget .heading,
#sidebar .widget .heading a {
	color: #754D1D;
	text-decoration: none;
	font-family: Times, serif;
	font-weight: 800;
}

#sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#sidebar .widget a:link, 
#sidebar .widget a:visited {
	color: ;
}

#sidebar .widget a:hover {
	color: ;
}

#sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin-right: 10px;
}

form#searchform label {
	display: none;
}



/* Post elements */
.post {
	clear: both;
	margin-bottom: 35px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 160%;
	font-family: Times, serif;
	font-weight: 800;
	color: #1B2876
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #325132;
	text-decoration: none;
}

.interpost-nav {
	margin: 30px 0px 30px 0px;
	text-align: center;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}


/* Metadata elements */
.post-metadata { 
	font-size: 85%;
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments .heading {
	display: block;
	font-family: Times;
	font-weight: 800;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	clear: both;
	padding: 5px;
}

#comments .comment-list .alt,
div.landing_pages {
	background: #ECD3B4;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
	font-size: 2em;
	text-decoration: none;
}

#comments .comment-number a {
	color: #1B2876;
	text-decoration: none;
}

#comments .comment-number a:hover {
	color: #fff;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}


/* Footer elements */

#footer p{
	color: #BFDEBE;
  font-weight: normal;
  font-size: 10px;
	padding-top: 23px;
}

/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

/* site specific menu */
.left_nav{
font-family: Tahoma, san-serif;
font-weight: bold;
font-size: 11px;
color: #754D1D;
text-decoration: none;
line-height: 27px;
display: block;
}

.left_nav ul{
margin: 0px;
padding: 0px;
list-style: none;
}

.left_nav li{
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 19px;
background: url(/images/bullet.jpg) no-repeat left 10px;
display: block;
height: 27px;
}

.left_nav a:link{
text-decoration: none;
line-height: 27px;
display: block;
height: 27px;
}

.left_nav a:visited{
text-decoration: none;
line-height: 27px;
display: block;
height: 27px;
}

.left_nav a:hover{
color: #355333;
text-decoration: none;
line-height: 27px;
display: block;
height: 27px;
}

.left_nav a:active{
text-decoration: none;
line-height: 27px;
display: block;
height: 27px;
}

.line_bg{
background: url(/images/line.jpg) no-repeat left bottom;
}


.post ul,
.post ol {
	font-size: 12px;}

.color{
color: #754D1D;
font-weight: bold;
}	

.img_border{
border: 2px solid #754D1D;
}

.left_nav1{
font-family: Tahoma;
font-weight: bold;
color: #754D1D;
text-decoration: none;
line-height: 27px;
display: block;
}

.left_nav1 ul{
margin: 0px;
padding: 0px;
list-style: none;
}

.left_nav1 li{
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 19px;
background: url(images/bullet.gif) no-repeat left 10px;
display: block;
font-size: 12px;
}

.page-header {
color: #192976; 
text-transform: uppercase; 
font-family:"Times New Roman",Georgia,Serif; 
font-size: 22px;
text-align: left;
font-weight: bolder; }

li {font-size: 120%;}