/*
Theme Name: Gibson - Basic
Theme URI: http://gibsondesignmanagement.com/
Description: Our first custom wordpress theme.
Version: 1.0
Author: Amanda Butterworth
Author URI: http://twitter.com/mandaleebee
Tags: custom header, fixed width, two columns, widgets

	Gibson - Basic v1.0
	 http://gibsondesignmanagement.com/services/social-media-and-networking/

	This theme was designed and built by Amanda Butterworth

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body{
	background: #5E5E5E url(images/bg.png) repeat-y center;
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0 auto;
	text-align:center;
}

h1{
	margin: 0;
	color: #C98859;
	font:  normal 250%/100% Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: none;
}

h1 a{
	margin: 0;
	color: #C98859;
	font:  normal 100%/100% Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: none;
	text-decoration:none;
}

h2{
	margin: 0;
}

h3{
	margin: 0;
}

h4{
	margin: 0;
}

#container{
	width: 770px;
	height:100%;
	background: #FFF;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#main{
	width: 765px;
	padding: 0px 0 5px 5px;
	margin: 0 auto;
}

/*	Begin Images - Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img a{
        border:2px solid #C98859;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Header */
#header{
	width: 770px;
	height: 168px;
	margin: 0 0 5px 0;
	padding: 0;
}

#logo{
	width: 127px;
	height: 168px;
	background: url(images/logo.jpg);
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}

#banner{

	width: 641px;
	height: 147px;
	float: left;
}

#banner.img{

}

/* Menu */
#menu {
	width: 641px;
	height: 16px;
	background: #343434;
	float: left;
	padding: 3px 0 5px 0;
	text-align: right;
	bottom: 0px; right: 0px;
}

#menu ul, #menu li{
	vertical-align: middle;
	display: inline;
	list-style-type: none;
	text-align: right;
	float: left;
	background:none 0px 0px no-repeat;
	padding:0 7px;
        margin: 2px 0 0 0;
        border-left: 1px solid #D2D2D2;
}

#menu li a, #menu li a:visited {
	color: #FFF;
	font: 1.1em Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* Posts */
#content{
	padding: 40px 0 0 12px;
	width: 450px;
	margin: 0 10px 0 0;
 
}

.post{
	float: left;
	width: 470px;
	margin:0;
	padding:0;
        font: 1.2em Arial, Verdana, Helvetica, Sans-Serif;
        line-height:1.5em;
}

.post h1{
        font-size: 2.0em;
}

.post li{
        padding:5px 0;
}

.post-title{
	border-bottom: 1px #f9e8c0 solid;
	margin:0;
	padding:0 0 7px 0;
}

.post-date{
	font-size: 90%;
	margin: 2px 0 5px 0;
	color: #C98859;
	float: left;
}

.post-comment{
        font-size: 90%;
        float: right;
	color: #C98859;
        padding: 5px 0;
}

.post-comment a, .post-comment a:visited{
        font-size: 90%;
        font-weight: bold;
        float: right;
	background: #C98859;
	color: #FFFFFF;
        text-decoration: none;
        padding: 3px 5px;
        border: 1px solid #F9E8C0;
}

.entry{
	clear: both;
	padding-top: 0px;
}

.entry a{
        color: #C98859;
}

.postmetadata{
	margin: 0 0 20px;
        line-height:1.0em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* Sidebar */

#sidebar{
	width: 250px;
	background: #FFF;
	float:right;
        margin: 0 0 10px 0;
}

#sidebar .icons{
        width:250px;
        float:left;
        padding:0;
        margin:0;
        text-align: left;
}

#sidebar .icons img{
        float:left; 
        padding:0;
        margin: 0 5px 5px 0;
}

#searchform {
	background: #C98859;
	width: 250px;
	padding: 0;
	float:left;
	margin: 5px 0 15px 0;
}

#searchform .s{
	border:1px solid #203346;
	width: 187px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	margin: 10px 0px 10px 10px;
	border: 1px solid #343434;
	background: #FFF;
	vertical-align: middle;
}

#searchform .submit {
	background: url(images/search-btn-bg.png) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	padding:0;
	margin: 0 10px 0 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

#sidebar h3{
	font: normal 140%/100% Arial, Helvetica, sans-serif;
	color: #343434;
	border-bottom:1px #C98859 solid;
	margin: 10px 0px 5px;
}

#sidebar ul{
	list-style: none;
	margin:0 5px 0 10px; 
	padding:0; 
}

#sidebar ul li{
	list-style: none;
	background: url(images/bullet.jpg) no-repeat;
	padding: 2px 0px 2px 15px;
	border-bottom:1px solid #f9e8c0;
}

#sidebar ul li a, #sidebar ul li a a:visited{
	color: #C98859;
	text-decoration: none;
	font-size: 1.2em;
}

/* Footer */

#footer{
	float: left;
	width: 770px;
	text-align:center;
}

#footer a, #footer a:visited{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover{
        color: #C98859;
}

#footer .address{
	padding: 5px 0 5px 0;
	border-top: 1px solid #f9e8c0;
	margin: 5px 0 0 0;
        font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}

#footer .address a, #footer .address a:visited{
        color: #5E5E5E;
}

#footer .address a:hover{
        color: #C98859;
}


#footer .bar{
	height: 12px;
	float: left;
	background: #5E5E5E;
	color: #FFF;
	width: 770px;
	vertical-align: middle;
	padding: 6px 0;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}