/*  
Theme Name: 2009 Cat4 Baseline Theme
Theme URI: http://www.category4.com
Description: A baseline theme for Category 4 projects
Version: 1.0
Author: Category 4
Author URI: http://www.category4.com/
*/


/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#393838;
	background: transparent url(images/bg.jpg);
	padding-bottom:30px;
	}
	
body, select, textarea, input {	
	font: 100% Verdana,Arial;
	}

p {	
	margin: 15px 0;
	line-height:140%;
	}
		
a, a:visited {	
	color: #7E6C58;
	text-decoration:none;
	}

a:hover, a:active {	
	color:#574837;
	}

*:focus { 
	outline: none;
	}
	
a img {
	border:none
	}

blockquote {
	line-height:140%;
	background:url(images/quote.gif) no-repeat;
	padding:0 0 0 40px;
	letter-spacing: .04em;
	}

#interior blockquote {
	margin: 15px;
	font-size: 1.2em;
	color: #5e5144;
}

blockquote p {
	margin: 0 0 10px;
}

blockquote cite {
	text-align:right;
	display: block;
	margin:12px 0 0;
	font-style: normal;
	}

#interior blockquote cite {
	font-size: .8em;
	font-weight: normal;
	line-height:120%;
}

blockquote cite p {
	margin: 0;
}	

ol {
	margin: 15px;
	padding: 0 15px 10px 0;
	}

ol ol {
	margin: 5px;
	}

ol li {
	margin-left:25px;
	}

table {
	border-collapse:collapse;
	border-left: 3px solid #D9CDBF;
	border-bottom: 3px solid #D9CDBF;
	margin:10px 1px;
	font-size: .95em;
	}

table table {
	font-size: 1em;
}

td, th {
	border:1px solid #D9CDBF;
	padding:6px;
	vertical-align: top;
	}

th {
	font-weight:bold;
	text-align:left;
	background: #f4ece4;
	color: #857c73;
	}
	
td {
	background: #ebe2da;
	}
	
		
	

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


#wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: 980px;
	}

#interior #wrapper {
	width: 960px;	
}
	   
#masthead {
	background: url(images/bg_mast.png) no-repeat;
	height: 141px;
	overflow: hidden;
	}

#interior #masthead {
	background:url(images/bg_mast_interior.png) no-repeat;
	height: 140px;
	}

.left {	
	float:left;
	}

.right {	
	float:right
	}

.inline * {
	display: inline;	
}

#main {
	background: #eaddcd url(images/bg_main.gif) top right no-repeat;
	border-left: 1px solid #d4c8ba;
	padding-bottom: 30px;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	}

#interior #main {
	width: auto;
}

#nav-bar {
	float: left;
	width: 163px;
	margin-right: 10px;
	padding-left: 12px;
	padding-bottom: 80px;
	background: #857c73 url(images/bg_nav.gif) no-repeat;
	border-top: 1px solid #70604d;
	border-bottom: 7px solid #70675e;
}

#interior #nav-bar {
	margin-left: 6px;
	border-top: none;
	width: 162px;
}

#widecolumn {
	margin:20px 15px 40px;
	float: left;
	width: 690px;
}
	
#content {
	float: left;
	width:500px;
	overflow: hidden;
	margin: 10px 0 40px;
	}

#interior #content {
	margin: 20px 0 40px 15px;
}
	
#sidebar {
	float:right;
	width:200px;
	overflow: hidden;
	padding:0 32px 60px 22px;
	margin: 20px 0 40px;
	}
	
#bottom-bar {
	clear: both;
	width: auto;
	float: none;
	margin: 20px 0 0;
	padding: 10px 25px 10px 35px;
	background:url(images/dots.gif) repeat-x;
}

#bottom-bar .col {
	width: 255px;
	margin-right: 10px;
	float: left;
}

#bottom-bar #last-col {
	margin-right: 0;
}
	
		
/* ---------- @ Headings -----------*/

		   
h1, a#logo {
	width: 533px;
	height: 89px;
	padding: 35px 0 0 210px;
	background: url(images/logo.gif) bottom right no-repeat;
	text-indent:-9000px;
	display:block
	}

h2 {	
	font-size: 1.6em
	}

.page-about h2 {
	display:none;
	}
	
h3 {	
	font-size: 1.4em;
	}

h2.script,
h3 {
	width:100%;
	clear: both;
	margin-bottom:-8px;
	background:url(images/bg_hdr.gif) no-repeat -3px 19px;
	font: bold 42px "CAC Shishoni Brush", "Brush Script MT", "Comic Sans MS", cursive;
	line-height: 1em;
	color: #e6748b;
	}

h2.script a, h2.script a:visited,
h3 a, h3 a:visited {
	text-decoration: none;
}
	
h4 {	
	font-size: 1.2em;
	line-height: 1.1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #2e8494;
	border-left: 4px solid #72bdc9;
	padding-left: 9px;
	}

h4.pagetitle {
	margin: 5px 0 15px;
}

.widget h4 {
	font-size: 1em;	
}

h5 {
	font-size: 1em;
	line-height: .9em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #6b8224;
	border-left: 4px solid #7b9b31;
	padding-left: 5px;
}



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

/*General*/

#sidebar a, #sidebar a:visited {
	color: #7d6c5a;
	}

#sidebar a:hover, #sidebar a:active {
	color: #504131;
	}
	




.hidden {
	display:none;
	}

/* Dropcaps */
.cap {
	float:left;
	font-size:34px;
	line-height:30px;
	margin-right:4px;
	position:relative;
}


/*Wordpress*/ 

.entry {
	padding-bottom:15px;
	overflow: hidden;
	}

.entry ul,
.bullets,
.widget ul {
	padding:0 15px 0 10px;
	margin: 15px 0 25px;
	}

.entry ul ul,
.bullets ul,
.widget ul ul {
	margin: 5px 0;
	}			

.entry ul li,
.bullets li,
.widget ul li {
	background:url(images/bullet.gif) left 1px no-repeat;
	list-style:none;
	padding-left: 15px;
	margin: 5px 0;
	}			

.entry img {
	margin:1px 20px 20px 0;
	padding:4px;
	border:1px solid #D9CDBF;
	background:#fff;
	}

.entry img.alignleft,
.entry div.alignleft {
	float:left;
}

.entry img.alignright,
.entry div.alignright {
	float:right;
}

.entry img.alignright {
	margin:1px 0 20px 20px;
}

.excerpt img {
	float:left;
	padding:4px;
	margin:12px 12px 12px 0;
	display:inline;
	border:1px solid #D9CDBF;
	background:#fff;
	}

.entry .wp-caption {
	margin: 15px 5px 6px;
	font-size: .9em;
	background: #f3f3f3;
	border:1px solid #D9CDBF;
}

.entry .wp-caption img {
	border: none;
	padding: 0;
	display: block;
	margin: 5px auto;
}

.entry .wp-caption p.wp-caption-text {
	margin: 5px auto;
	text-align: center;
}

.postmetadata {
	color:#877e73;
	font-weight:normal;
	text-transform:uppercase;
	font-size: .9em;
	margin: 5px 0;
	}

ol.commentlist {
	padding-left:30px;
	}
	
ol.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	}
	
.commentmetadata {
	}

.commentlist small {
	}

.commentlist cite {
	}	

	
/* About page links */

.link {
	float:left;
	width:45%;
	margin:0 5% 20px 0;
	display:inline;
	}

.link img {
	float:left;
	margin: 0 12px 12px 0;
	padding:4px;
	border:1px solid #D9CDBF;
	background:#fff;
	}

.link p {
	margin:4px 0 0;
	}

.link h4 {
	font-size:1em;
	margin-top:6px;	
	}


/* Widgets */

.widget {
	margin:0 0 25px;
	overflow: hidden;
}

	
/* ---------- @ Forms -----------*/

#searchform {
	margin: 15px 0;
}

#s, #comment, #author, #email, #url {
	background:#f4ece4;
	border:1px solid #D9CDBF;
	padding:3px;
	}

#comment {
	width: 400px;
}

#submit, #searchsubmit, .button {	
	background: #554c44 !important;
	border: 1px solid #756e67;
	margin: 0 0 1px 3px;
	font-size:0.9em;
	color:#e7e7dc;
	text-transform: uppercase;
	padding:3px;
	cursor: pointer;
	}

#submit:focus, #searchsubmit:focus,
#submit:hover, #searchsubmit:hover,
.button:focus, .button:hover {	
	background: #3b3027 !important;
	border-color: #605750 !important;
	}

#sendbutton {
	margin-top:20px;
	}

#cf_field_2 {
	background:#FFF ! important
	}

form#frmSS1 {
	margin-top:15px;
	}

td input.field {
	width:250px;
	padding:3px;
	border:1px solid #D9CDBF;
	}

td label {
	display:block;
	padding-top:3px;
	}

.page-subscribe input#sendbutton	{ 
	cursor: pointer;
	width: 100px;
	background: #39251a;
	color: #b08d79;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: normal;
	border: 1px solid #1b0d04;
	margin-left: 215px;
	padding:3px;
	}

.page-subscribe input#sendbutton:hover {
	/*background: #906c52 !important;*/
	color: #fff;
	}
	
	
		

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

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

.clearfloat {
	display:block
	}


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

#footer {
	color:#6d6a6a;
	width:980px;
	margin:0 auto;
	font-size:0.6em;
	background: url(images/bg_footer.gif) no-repeat;
	height:55px;
	overflow: hidden;
	}

#interior #footer {
	width: 960px;	
}

ul#footer-content {
	margin: 12px 0 0;
	padding: 0;
	float: right;
	width: 395px;
	overflow: hidden;
}

ul#footer-content li {
	list-style-type: none;
	float: left;
	padding: 2px 10px 3px;
}

li.copyright {
	margin: 0;
	border-right: 1px dotted #998c7c;
}

a#cat4 {
	display:block;
	width:23px;
	height:18px;
	float:left;
	background:url(images/cat4.gif) no-repeat;
	text-indent:-9999px;
	}

