/*  
Theme Name: Cat4 Baseline
Theme URI: http://www.category4.com
Description: A baseline theme by Category4
Version: 0.1
Author: Category4
Author URI: http://www.category4.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
  Float Clearing
  Footer
  


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

@import url('style_nav.css');
@import url('style_posts.css');



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#7a5736 url(images/bg.jpg);
	color: #2b1a0e;
	padding:20px 0;
	}

body, select, input, textarea {
	font: 100% Georgia, "Times New Roman", Times, serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

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

a:hover, a:active {
	color:#bd5e1e;
	}
	
hr {
	display: block;
	height:1px;
	background:#b5a99b;
	border:0;
	margin: 15px 0;
	color:#b5a99b;
	clear: both;
	}

table {
	border-collapse:collapse;
	margin:15px 0;
	}

th, td {
	padding:5px 6px;
	border:1px solid #b5a99b;
	background: #f0e9e1;
	vertical-align: top;
}

th {
	font-size: .85em;
	text-align: left;
	text-transform:uppercase;
	background: #e7e2ce;
	letter-spacing:0.15em;
}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font-style:italic;
	letter-spacing:.03em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


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

#wrapper {
	font-size:.8em;
	width:881px;
	margin:0 auto;
	/*background:#FFF url(images/bg_wrapper.gif) bottom no-repeat;*/
	background: #fff;
	padding: 8px 10px 0;
	}

#masthead {
	background:#2b1a0e url(images/bg_masthead.png) bottom right no-repeat;
	border-top: 4px solid #91543c;
	border-bottom: 1px solid #a96737;
	color: #cb9d87;
	padding: 0 13px 0 0;
	overflow:hidden;
	}

#masthead-top {
	overflow: hidden;
	background: url(images/bg_branding.png) 358px 25px no-repeat;
	padding: 0 0 48px 15px;
}

#branding {
	float:left;
	overflow: hidden;
	width:545px;
	padding-top: 48px;
	}

#hdr {
	background: #1a0f08 url(images/bg_feature.png) bottom right no-repeat;
	padding: 30px 20px 15px;
	color:#d1b684;
	overflow: hidden;
}

#main {
	overflow:hidden;
	background: #e2d6ca url(images/bg_main.png) bottom no-repeat;
}

#content-wrapper {
	padding: 30px 20px;
	overflow: hidden;
}
	
#content {
	width:590px;
	float:left
	}

#sidebar {
	width: 190px;
	float:right;
	padding:0 20px 20px;
	}

	
	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	}

h1#logo,
h1#logo a, h1#logo a:visited {
	display: block;
	height: 36px;
	width: 350px;
	}

h1#logo a, h1#logo a:visited {
	color:#e5eaef;
	text-decoration: none;
	background: url(images/logo.gif) no-repeat;
	text-indent: -999em;
	}
		
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	margin: 25px 0 20px;
	letter-spacing: 1px;
	}
	
.entry h2 {
	font-size:2em;
	padding: 0;
	margin: 15px 0 0;
	}
	
h2.posttitle {
	margin:0;
	}

h2.pagetitle {
	padding:0;
	margin:0;
	text-transform: uppercase;
	}

#hdr a.rss {
	display: block;
	float: left;
	margin: 5px 0 0 10px;
}

#hdr h2.pagetitle {
	float: left;
}

h3,
h3 a, h3 a:visited {
	color: #541c01;
}

h3 a:hover, h3 a:active {
	color:#bd5e1e;
}

h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	}
	
#respond h3 {
	margin:45px 0 20px 0;
	}

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

#multipage h3 {
	margin-top: 5px;
	font-size: 1.7em;
}

h4 {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #541c01;
	}
	
.entry h4 {
	margin:15px 0;
	}
	
h5 {
	font: .85em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing: .3em;
	color: #541c01;
	margin: 20px 0 0;
	}

#masthead h5 {
	color: #cb9d87;	
	margin: 0;
}




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



/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
			

/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#pagination {
	margin-top:25px;
	overflow:hidden;
	padding:5px 0;
	}

#pagination a, #pagination a:visited {
	border:1px solid #CCC;
	position:relative;
	padding:4px 8px;
	text-decoration:none;
	}

#pagination a:hover {
	text-decoration:underline;
	}

#pagination a:active {
	border-color:#949494;
	}
		
#pagination #older {
	float:left;
	text-align:right;
	width:48%;
	}

#pagination #newer {
	float:right;
	width:48%;
	}

a.rss img {
	border:none;
	}	
	
		
	

/*Sidebar and Widgets*/

.widget {
	margin-bottom:30px;
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #b5a99b;
	padding:6px 0;
	}

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

.widget li a:hover, .widget li a:active {
	/*color:#6d6d6d;*/
	}

.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 td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

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

.rssSummary {
	line-height:160%;
	}
	
.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#e7e2ce !important;
	padding:5px;
	border:1px solid #d9cdbf;
	}

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

#author:focus, #email:focus, #comment:focus, #url:focus, #s:focus {
	background: #fffff7 !important;
}
		
.button,
.cform input.sendbutton {
	padding: 8px 14px;
	background:#5f3727;
	color:#d1b684 !important;
	border:none;
	font-size:1.1em;
	cursor: pointer;
	}

.button:hover,
.cform input.sendbutton:hover {
	background:#593423;
	color:#d1b684;
	text-decoration:none
	}

.button:active,
.cform input.sendbutton:active {
	background:#593423;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#s {
	width:225px;
	font-size:1em;
	}
	
#searchsubmit {
	vertical-align:top
	}

table select {
	margin-bottom: 10px;	
}


/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	



/* ---------- @ Footer -----------*/

#footer {
	font-size:.7em;
	overflow:hidden;
	text-transform: uppercase;
	width:870px;
	margin:0 auto;
	background: #190f08;
	color:#73685c;
	padding: 25px 15px;
	}

#footer img {
	margin-left: 10px;
	vertical-align: middle;
	}
	
#footer .left {
	float:left;
	width:500px;
	}

#footer .right {
	float:right;
	width:350px;
	text-align: right;
	}
			

