/*  
Theme Name: Gravy
Theme URI: http://www.darrenhoyt.com/products/gravy/
Description: A Baseline Theme for WordPress. 
Version: 1.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com

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


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/posts.css');
@import url('http://www.wpquestions.com/css/style.css');
@import url('http://www.wpquestions.com/css/nav.css');



/* ---------- @ Structure -----------*/

#main {
	padding: 0;
	}
	
#branding {
	margin-bottom: 50px;
	padding: 45px 0 30px;
	background: #f3f2e9;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	}

#sidebar {
	width: 168px;
	float:right;
	background: #4B5251;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 18px 18px;
	display: none;
	}

#content {
	width: auto;
	}
	
	
	
	
/* ---------- @ Headers -----------*/

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:30px;
	}

h1#description {
	font:italic 1em Georgia;
	text-align: center;
	color: #939393;
	letter-spacing: .03em;
	margin-top: -2px;
	padding-left: 92px;
	}
		
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 0;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 2.2em;
	border-bottom: 2px solid #E1E8E7;
	padding-bottom: 18px;
	line-height: 118%;
	}

.entry h3 {
	font-size:1.6em;
	}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.4em; 
	}

#sidebar h4 {
	color:#bababa;
}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

.blog .pulldown-archives, .blog .pulldown-cats {
	margin: 10px 0 0 -30px
	}

#nav .pulldown-archives li, #nav .pulldown-cats li {
	border: none;
	float: none;
	padding: 7px 0;
	}
	 	
#logo, #logo a, #logo a:visited {
	float: none;
	display: block;
	margin: 0 auto;
	}

.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

h2 a, h2 a:visited {
	color: #111;
	text-decoration: none
	}

h2 a:hover, h2 a:active {
	color: #474747;
	}
	
.hilite {
	background: #F9E98E;
	}	
	

/* Author Page*/

#writer {
	overflow:hidden;
	background:#f4f4f4;
	margin-bottom:35px;
	padding:16px;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#comment_pagination {
	margin-top:22px;
	overflow:hidden;
	}

#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center
	}
	
.current-numeric-page {
	padding: 5px 8px;
	}
	
#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	}
	
#archive_pagination a:hover {
	background: #f5f5f5;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}
		
#comment_pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

.widget {
	margin-bottom:24px;
	overflow:hidden
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	line-height:140%;
	}

.widget li a, .widget li a:visited {
	color: #FFF;
	text-decoration:none;
	}

.widget li a:hover, .widget li a:active {
	text-decoration: underline;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}




