/*  
Theme Name: Cat4 Baseline r2
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:#a7ddfd url(images/bg.gif) bottom repeat-x;
	color: #111;
	padding:0;
	}

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

em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

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

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

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

table p {
	line-height: 120%;	
}

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

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

td {	
	background:#fff;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em "Trebuchet MS", Arial, Verdana, Sans-Serif;
	letter-spacing:.03em;
	}

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


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

#outer-wrapper {
	background: url(images/bg-top.png) top center no-repeat;
	width: 1300px;
	margin:0 auto;
	min-height: 900px;
}

#wrapper {
	font-size:.85em;
	width:960px;
	margin:0 auto;
	/*background:#d8e979 url(images/bg_wrapper-top.gif) right 155px no-repeat;*/
	background:#d8e979 url(images/bg_wrapper-top.gif) right 177px no-repeat;
	}

#subscription {
	background: #a5c55b url(images/bg_subscription.gif) 7px 5px repeat-x;
	border-top: 3px solid #738f33;
	text-align: right;
	padding: 4px 10px;
	font-size: .85em;
}

#subscription img {
	vertical-align: bottom;	
}

#subscription a, #subscription a:visited {
	color: #111;	
}

#masthead {
	background:#eff5c7 url(images/bg_masthead.gif) top right no-repeat;
	height: 155px;
	}

#branding {
	position: relative;
	}

#evil-forces {
	width: 290px;
	position: absolute;
	top: 2px;
	right: 5px;
}

#main {
	overflow:hidden;
	background:url(images/bg_main.gif) bottom left no-repeat;
	padding:30px 0 0;
}

body.page-template-page_school-php #main {
	padding-top: 0;	
}

.banner {
	z-index: 1000;
	position: relative;
}

.banner img {
	margin-bottom: 15px;
	border: 2px solid #a5c55b;
}

.menu {
	float:left;
	width: 215px;
	padding-top: 90px; 
	}
	
#content {
	width:440px;
	float:left;
	min-height: 400px;
	}

#sidebar {
	width: 250px;
	float:left;
	margin-left: 20px;
	}

#recent-blogs {
	position: relative;	
}

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

h1 {
	font: bold 2.7em Georgia, "Trebuchet MS", Arial, Verdana, Sans-Serif;
	position: absolute;
	/*top: 15px;*/
	left: -37px;
	margin-right: 225px;
	text-indent: -999em;
	}

h1,
h1 a {
	display: block;
	width: 562px;
	height: 240px;
}

h1 a, h1 a:visited {
	color:#111;
	text-decoration:none;
	background: url(images/logo.gif) no-repeat;
	z-index: 500;
	}

h1 a:hover {
	color:#111;
	text-decoration:underline;
	}

h1 a:active {
	color:#4d4d4d;
	}
		
h2 {
	font: 2em "Trebuchet MS", Arial, Verdana, Sans-Serif;
	color: #7f010f;
	}

h2#description {
	text-indent: -999em;
	}
	
.entry h2 {
	font-size:2em;
	padding: 0;
	margin: 15px 0 0;
	}

h2.posttitle,
h2.pagetitle,
.entry-top {
	background: url(images/bg_entry-top.gif) no-repeat;
	padding: 15px 15px 8px;
	margin: 0;
}

body.archive h2.pagetitle,
body.search h2.pagetitle {
	background: none;
	padding: 0;
	margin-bottom: 15px;
	font-size: 1.5em;
}

.entry-top {
	padding: 8px 15px 0;
}
				
#sidebar h3 {
	text-transform:uppercase;
	color: #7f010f;
	}

h3 {
	color: #09732d;	
	border:none;
	font:1.5em "Trebuchet MS", Arial, Verdana, Sans-Serif;
	}

.entry h3 {
	margin-top: 20px;
}

h3#hdr_recent-blogs {
	text-indent: -9000px;
	width: 130px;
	height: 76px;
	background: url(images/hdr_recent-blogs.gif) no-repeat;
	position: absolute;
	top: 10px;
	left: -122px;
}
	
#respond h3 {
	margin:20px 0;
	}

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

h4 {
	font: 1.3em "Trebuchet MS", Arial, Verdana, Sans-Serif;
	color: #b83521;
	}
	
.entry h4 {
	margin:15px 0;
	}
	
h5 {
	font: .85em "Trebuchet MS", Arial, Verdana, Sans-Serif;
	text-transform:uppercase;
	}




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


/*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;
	/*background:#fff;*/
	background: url(images/bg_widget-bottom.gif) bottom center no-repeat;
	padding-bottom: 10px;
	}

.widget-content {
	padding: 0 20px;	
}

.widget-top {
	background: url(images/bg_widget-top.gif) top center no-repeat;
	height: 10px;
}

.widgettitle {
	padding-top: 10px;
}

.widget-content {
	padding-bottom: 15px;
	line-height:160%;
	background: url(images/bg_widget.gif) repeat-y;
}
	
.widget li {
	list-style:none;
	border-bottom: 1px dotted #769f35;
	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%;
	}
	

		
	
	
/* ---------- @ 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 !important;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	text-decoration: none;
	}

.button:hover,
.cform input.sendbutton:hover {
	background:#272727 !important;
	color:#FFF !important;
	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 {
	overflow:hidden;
	width:900px;
	margin:0 auto;
	padding:20px 0 0;
	font-size: .9em;
	}

#footer p {
	text-align: center;		
}
			
