/*  
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:#333235 url(images/bg.png);
	color: #111;
	padding:20px 0;
	}

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

a, a:visited {
	color: #007438;
	}

a:hover, a:active {
	color:#4d778d;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	border: 15px solid #0b0b0b;
	width:100%;
	margin:15px 0;
	background: #0b0b0b;
	}

th, td {
	vertical-align: top;
}

th {
	text-align: left;
	color: #ffdc0e;
	border-bottom: 7px solid #646464;
	padding:5px 10px;
	font-size: .8em;
}

td {	
	border-bottom: 2px solid #3b3b3b;
	color: #fff;
	padding:5px 6px;
	font-size: .85em;
	}
		
table caption {
	background: #0b0b0b;
	padding:2px 0;
	color: #fff;
	}	
	
blockquote,
#main blockquote.quotescollection {
	color:#fff;
	padding:1px 18px;
	margin:25px 45px;
	background: url(images/bg_blockquote.gif);
	}

#sidebar blockquote,
#sidebar #main blockquote.quotescollection {
	margin: 15px 0 !important;	
}

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


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

#shadow {
	background:url(images/bg_shadow.png) repeat-y;	
	width:1100px;
	margin:0 auto;
}

#wrapper {
	font-size:1.05em;
	width:970px;
	margin:0 auto;
	background:#007438;
	padding: 13px 15px 0 14px;
	}

#masthead {
	background:url(images/bg_masthead.png) no-repeat;
	/*padding:28px 28px 24px;*/
	height: 121px;
	overflow:hidden;
	}

#home #masthead {
	border-bottom: 4px solid #000;	
}

#header-images {
	background: #000;	
}

#branding {
	float:left;
	width: 265px;
	margin: 7px 0 0 30px;
	}

#main {
	background: #aeadad url(images/bg_main.jpg);
	border: 1px solid #174e32;
	border-width: 0 1px 1px 1px;
}

#main-content {
	padding:20px 0 0;
	background: url(images/bg_main_top.png) no-repeat;	
	overflow:hidden;
}

#home #main-content {
	padding-top: 30px;	
}

#home #home-content {
	background: url(images/bag.jpg) 260px 52px no-repeat;
	overflow:hidden;
	min-height: 390px;
}

#widecolumn {
	padding: 0 30px 20px;	
}
	
#content {
	padding:0 0 20px 30px;
	width: 500px;
	float:left
	}

#home #content {
	padding:0 30px 20px 0;
	width: 430px;	
	float: right;
}

#sidebar {
	padding:0 30px 20px 0;
	width: 350px;
	float:right;
	/*padding:0 20px 20px;*/
	}

#home #sidebar {
	width: 310px;
	padding:0 0 20px 30px;
	float: left;	
}

#home #sidebar .callout a {
	background:url(images/award.png) no-repeat left top;
	display:block;
	height:186px;
	margin:0 0 15px 30px;
	text-indent:-9999px;
	width:186px; 
}

/*
#home #sidebar .callout .inner {
	border:1px dashed #007438;
	padding:16px 12px 20px;
}
*/

#home #sidebar .callout .inner p {
	margin:0;
	font-weight:bold;
}

#home #sidebar .callout .inner p.source {
	margin-top:7px;
	font-size:.9em;
	text-align:right;
}

#home #sidebar .callout .inner p a {
	color:#fff;
	font-weight:normal;
}

#home #sidebar .callout .inner p a:hover {
	text-decoration:underline;
}

body.page-template-page_split-php #content,
body.page-template-page_split-php #sidebar {
	float: none;
	width: auto;
	padding: 0 30px 20px;
}

body.page-template-page_split-php #sidebar {
	background: #fff;
	border-top: 7px solid #007338;
	padding: 0 30px;
	font-size: .85em;
}

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

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

h1 a, h1 a:visited {
	display: block;
	width: 265px;
	height: 107px;
	text-indent: -9000px;
	background: url(images/logo.gif) no-repeat;
	}
		
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	}

h2#description {
	background: url(images/tagline.gif) no-repeat;
	width: 541px;
	height: 49px;
	text-indent: -9000px;
	float: right;
	margin:40px 50px 0 0;
	}
	
.entry h2 {
	font-size:2em;
	padding: 0;
	margin: 15px 0 0;
	}
	
h2.posttitle {
	margin:0;
	}

h2.pagetitle {
	padding:0 0 12px;
	margin:0 0 15px;
	}

h3 {
	border-bottom:3px solid #CCC;
	padding-bottom:5px;
	margin:15px 0 10px;
	font-size:1em;
	font-weight:normal;
	letter-spacing:.08em;
	color: #fff;
}

h3#hdr-testimonial {
	background: url(images/hdr_testimonial.gif) no-repeat;
	text-indent: -9000px;
	height: 19px;
	padding: 0;
	margin: 0 25px;
	border-bottom: none;
}
				
#sidebar h3 {
	margin:22px 0 10px;
	}

body.page-template-page_split-php #sidebar h3 {
	color: #111;	
}
	
#respond h3 {
	margin:45px 0 20px 0;
	}

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

h4 {
	font-size: 1em;
	}
	
.entry h4 {
	margin:15px 0;
	}
	
h5 {
	font-size: .85em;
	text-transform:uppercase;
	}




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


/*Misc*/

#testimonial-feature {
	background: url(images/bg_blockquote.gif);
	margin: 2px 0 0 15px;
	padding: 15px 0;
	width: 418px;
}

#testimonial-feature blockquote,
#main .quotescollection_randomquote {
	background: url(images/bg_blockquote_home.gif) no-repeat !important;
	margin: 0 !important;
	padding: 0 25px 5px !important;
	color: #fff !important;
}

#testimonial-feature p {
	margin-top: 10px;	
}

#testimonial-feature cite {
	text-align: left;
	margin-top: 10px;
}

#testimonial-feature .more {
	color: #ffdc0e;
	display: block;
	text-align: right;
	font-size: .85em;
	margin-right: 25px;
}

#home #content .entry {
	margin: 10px 0 0 40px;
	font-size: .9em;
}

#home #content .entry img {
	margin: 0 0 0 10px !important;
	border: none !important;
}

#home #sidebar ul,
ul.checks {
	margin-top: 10px;	
}

#home #sidebar ul li,
ul.checks li {
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(images/icon_check.gif) left 4px no-repeat;
	font-weight: bold;
	font-size: 1.05em;
}



.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:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

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

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

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


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

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

.clearfloat {
	display:block
	}
	



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

#footer {
	background: url(images/bg_footer.png) no-repeat;
	width:900px;
	margin:0 auto;
	font-size:.7em;
	overflow:hidden;
	color:#dadada;
	padding:40px 100px;
}

#footer p {
	line-height: 100%;
	margin-top: 25px;
}

#footer img {
	float: left;
	margin-right: 10px;
	}
	
#footer .left {
	float:left;
	width:320px;
	overflow: hidden;
	}

#footer .right {
	float:right;
	width:550px;
	overflow: hidden;
	}
			
