/*  
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('css/nav.css');
@import url('css/posts.css');



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


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

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#dad2c1 url(images/bg.gif);
	color: #111;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a, a:visited {
	color: #3c5966;
	}

a:hover, a:active {
	color:#607810;
	}
	
hr {
	display: block;
	height:1px;
	background:#e0ac73;
	border:0;
	color:#e0ac73;
	}

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

th, td {
	padding:5px 6px;
	border-bottom:1px solid #8f8f8f;
	background:#d2d2d2;
	vertical-align: top;
}

th {
	font-size: .9em;
	text-align: left;
	text-transform:uppercase;
	background: #d0d0d0;
	letter-spacing:0.15em;
	color: #3d3d3d;
}

td {	
	background:#d2d2d2;
	}

.ginput_container td {
    background:none !important;
}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
	
blockquote {
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #8c5725;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}

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


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

#wrapper {
	font-size:.8em;
	}

.wrapper {
	width:950px;
	margin:0 auto;
}

#masthead {
	border-top: 3px solid #733a11;
	border-bottom: 1px solid #733a11;	
	background:#895524 url(images/bg_masthead.gif);
	padding:30px 28px 26px;
	overflow:hidden;
	}

#main {
	overflow:hidden;
	padding:30px;
}

#interior #main {
	background: url(images/bg_feature.gif);
	padding: 25px 30px 50px;
	border-bottom: 1px solid #ccc7b8;
}

#breadcrumbs {
	font-size: .9em;
	padding-bottom: 25px;
}
	
#content {
	width:565px;
	float:left
	}

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

#home #content {
	width:525px;
}

#home #sidebar {
	width: 360px;	
}

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

h1 {
	font: bold 2.7em Arial, Verdana, Sans-Serif;
	}

h1#logo,
h1#logo a, h1#logo a:visited {
	display: block;
	width: 400px;
	height: 47px;
	float: left;
	}

h1#logo a, h1#logo a:visited {
	background: url(images/logo.gif) no-repeat;
	text-indent: -9000px;
	}
		
h2 {
	font: 2em Arial, Verdana, Sans-Serif;
	margin: 25px 0 20px;
	color: #333d1e;
	}

h2#description {
	background: url(images/tagline.gif) no-repeat;
	text-indent: -9000px;
	height: 97px;
	}

.entry {
	font-size: 15px;
}
.entry h2 {
	font-size:2em;
	padding: 0;
	margin: 15px 0 0;
	}
	
h2.posttitle {
	margin:0;
	}

h2.pagetitle {
	padding:4px 0; 
	margin:0;
	background:url(images/bg_hdr.gif) no-repeat;
	}
				
#sidebar h3 {
	/*border-bottom:3px solid #CCC;
	padding-bottom:5px;
	margin:22px 0 10px;
	color:#939393;
	font-size:.85em;
	font-weight:normal;
	letter-spacing:.08em;
	text-transform:uppercase*/
	}

#home h2.pagetitle, #home #sidebar h3 {
	background:url(images/bg_hdr-home.gif) left 8px no-repeat;
	padding: 0;
	margin:0;
	border: none;
	color: #333d1e;
}

.entry h3 {
	border:none;
	font:1.6em Arial, Verdana, Sans-Serif;
	}

#home #sidebar .entry h3 {
	margin-bottom: 0;	
}
	
#respond h3 {
	margin:45px 0 20px 0;
	}

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

h4 {
	font:bold 1.3em Arial, Verdana, Sans-Serif;
	}
	
.entry h4 {
	margin:15px 0;
	}
	
h5 {
	font: .85em Arial, Verdana, Sans-Serif;
	text-transform:uppercase;
	}




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

/*Home*/

#feature {
	background: url(images/bg_feature.gif);	
	padding: 20px 20px 20px 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

#feature img {
	float: left;
}

#feature .text {
	float: left;
	width: 370px;
	margin-left: 30px;
	font-size: 1.1em;
}

#feature .text img {
	float: none;
}

p.calls-to-action {
	overflow: hidden;
	/*margin-left: 35px;*/
}

a.more {
	display: block;
	width: 87px;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	background: url(images/button_more.gif) left center no-repeat;
	text-align: center;
}

p.calls-to-action a.more {
	float: left;
	padding: 6px 0 0;
	margin-right: 10px;
	width: 110px;
	height: 33px;
	background-position: top center;
}

a#get-involved {
	background-image: url(images/button_get-involved.gif);
}

#headlines li {
	margin-bottom:23px;
	list-style:none;
	}

#headlines .date {
	color:#6d6565;
	float:left;
	padding:2px 4px 0 0;
	}

#headlines p {
	margin-top: 0;	
}


/*Misc*/

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


/* 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 #CCC;
	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:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-right:1px solid #a3a3a3;
	border-bottom:1px solid #a3a3a3;
	}

#author, #email, #url {
	width:220px;
	}
		
.button,
.cform input.sendbutton {
	padding: 8px 14px;
	background: url(images/button_get-involved.gif) no-repeat !important;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	width: 117px;
	cursor: pointer;
	}

.button:hover,
.cform input.sendbutton:hover {
	background: url(images/button_get-involved.gif) no-repeat !important;
	color:#FFF;
	text-decoration:none
	}

.button:active,
.cform input.sendbutton:active {
	background: url(images/button_get-involved.gif) no-repeat !important;
	}

#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;
	}

#masthead #s {
	background: #dbd4c6 !important;	
	border: none;
}
	
#searchsubmit {
	vertical-align:top
	}


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

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

.clearfloat {
	display:block
	}
	



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

#footer {
	font-size:.75em;
	overflow:hidden;
	padding:25px 20px;
	color:#4d4d4d;
	}

#footer a, #footer a:visited {
	color:#4d4d4d;	
}

#footer img {
	vertical-align:middle;
	}
			
a#cat4 {
	display:block;
	width:36px;
	height:26px;
	float:right;
	background-image:url(images/cat4.png);
	text-indent:-9000px;
	margin: 2px 0 0 0;
}

.wp-caption.alignleft {
	clear: left;
}

.gallery h4 {
	clear: both;
	padding-top: 10px;
	margin-left: 5px;
}

.gallery img {
	margin: 0;
}

.gallery, .thumbnail {
	float: left !important;
}

.gallery .thumbnail {
	padding: 0px 5px 0px 5px;
}

.gallery .thumbnail .caption {
	background-color: #eee;
	padding: 0px 5px 0px 5px;
	height: auto;
	overflow: hidden;
	margin: 2px 0 5px 0;
	padding: 2px;
	border: 1px solid #999999 !important;
	width: 200px;
}

.gallery-photo-data {
	margin: 0 !important;
}

.gallery-photo-data td {
	background: white;
	padding: 1px;
	margin: 0;
}
