/*
Theme Name: bandworth
Theme URI: http://stephanbrady.com/
Description: The default WordPress theme for bandworth.
Version: 1.0
Author: Andrew Shell
Author URI: http://blog.andrewshell.org/
*/

html {
    background-color: #fff;
    background-image: url(images/bg1.gif);
    background-repeat: repeat-x;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h2 {
    font-size: 20px;
}

a {
    color: #2a6082;
}

body {
    font-family: Arial;
    margin: 0;
    padding: 0;
}

#header {
    background-image: url(images/header_bg.jpg);
	
}

#header a {
    display: block;
	
}

#headerimg {
    background-image: url(images/header.jpg);
    background-position: top center;
	background-repeat:no-repeat;
    height: 149px;
    margin: 0 auto;
    width: 978px;
}
#sabbar {
background-color: #000000;
    background-image: url(images/sabbar.jpg);
    background-position: top center;
	background-repeat:no-repeat;
    height: 34px;
    margin: 0 auto;
    
}

#container {
    margin: 0 auto;
    margin-top: 30px;
	height:100%;
    width: 900px;
}

#headerimg h1 {
    position: absolute;
    top: -9000px;
    left: -9000px;
}

#content {

    float: left;
    margin-right: 130px;
    width: 422px;
}

#sidebar {
    float: left;
    width: 340px;
}

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

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

#sidebar h2 {
    font-size: 15px;
	margin-bottom:5px;
}

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

#tabs li {
    background-image: url(images/tab2.gif);
    float: left;
    height: 34px;
    margin-left: 3px;
    text-align: center;
    width: 82px;
}

#tabs li.first {
    margin: 0;
}

#tabs li a {
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    text-decoration: none;
    text-transform: uppercase;
}

#tabs li a:hover {
    color: #cccccc;
    text-decoration: underline;
}

#sidebar_content {
    background-color: #ffffff;
    background-image: url(images/bg2.gif);
    background-repeat: repeat-x;
    height: 2000px;
    margin: 3px 0 0 0;
    padding: 0;
}

#sidebar_content .inner {
    margin: 0 20px;
}

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

.widget {
    margin-bottom: 25px;
}

.post {
    margin-bottom: 40px;
	margin-left: 19px;
}

.post_time {
    font-size: 11px;
}

#profiles {
    margin-top: 35px;
}

.profile {
    margin-bottom: 30px;
    font-size: 10px;
}

.profile h2 {
    font-size: 17px;
    line-height: 1;
    margin: 0;
}

.profile .job_title {
    color: #2a6082;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile .email {
    font-size: 11px;
    font-weight: bold;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

textarea#comment {
    width: 422px;
}
