/*
Theme Name: Active
Theme URI: http://www.bobbyanderson.co.uk/
Description: Theme based upon Activa web development
Version: 1.0
Author: Bobby Anderson
Author URI: http://www.bobbyandersonwebdesign.com/
Tags: red, custom header, fixed width, two columns, widgets

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: #f8f7f7;
	}
	
a {	text-decoration: none; }

a:hover {text-decoration: underline; }
	
#toplinks a {
	color: #454545;
}

#header h1 {
	font-size: 36px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#header h1 a {
	color: #999999;
	text-decoration: none;

}

#header .description {
	font-size: 24px;
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
}

#sidebar {
	text-align: left;
}

#sidebar a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
}

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

.textwidget {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
}

.textwidget a {
	margin-left: 0px!important;
}

#posts {
	font-size: small;
}

#posts h2 {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #b60000;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
	padding: 5px;
}

#posts h2 a {
	color:#FFFFFF;
	text-decoration: none;
}

#posts a {
	color: #CC0000;
	font-weight: bold;
}

#posts .post h1 {
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#posts .post p {
	margin-top: 3px;
	line-height: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer {
	text-align: left;
}

#footer a {
	color: #999999;
}

/* Navigation Styling */

#navigation a {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background-image: url(images/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a span {
	background-image: url(images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
	padding-right: 10px!important;
}

#navigation a:hover {
	color: #FFFFFF;
	background-image: url(images/tab-left-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation a:hover span {
	background-image: url(images/tab-right-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
	padding-right: 10px!important;
}



/* Structure */

#container {
	width: 100%;
	margin: 0px auto;
}

#toplinks { 
	margin: 0px auto;
	width: 800px;
	text-align: right;
	margin-bottom: 5px;
} 

#wrapper {
	margin: 0px auto;
	width: 877px;
	background-image: url(images/content-bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#page { 
	margin: 0px auto;
	width: 877px;
	text-align: left;
}

#top {
	width: 877px;
	height: 30px!important;
	background-image: url(images/top-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#header {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#navigation {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px!important;
	padding-bottom: 0px!important;
}

#content {
	text-align: left;
	width: 590px;
	margin-left: 30px;
	float: left;
}

#posts {
	margin-top: 0px;
	margin-left: 5px;
	padding: 10px;
	text-align: left;
	background-image: url(images/post-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#posts #comment {
	width: 400px!important;
}

#sidebar {
	margin-right: 35px;
	float: right;
	width: 204px;
	padding-top: 10px;
}

#footer {
	clear: both;
	margin: 0px auto;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/bottom-bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 877px;
}
	

/* Sidebar Styling */

#sidebar {
	margin-top: 0px;
}

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar .searchform {
    text-align: center;
}

#sidebar .s {
	width: 110px;
}

#sidebar h2 {
    color: #454545;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-image:url(images/sidebar-h2.jpg);
    background-position: center top;
	background-repeat: no-repeat;

}


/* End Various Tags & Classes*/

