﻿/*  
Theme Name: Booher
Theme URI: http://www.booher.com
Description: A custom WordPress theme created for Dianne Booher
Version: 1.0
Author: GCS
Author URI: http://www.gibbtech.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background-color: #E9DE9F;
}

#wrapper {
	margin: 0 auto 10px auto;
	width: 800px;
	text-align: left;
	border: none;
	background-color: #FFFFFF;
}

h1{
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	font-size: 24px;
	padding: 14px 0 6px 15px;
	text-indent: -5000px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 75px;
	margin-bottom: 0;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: normal;
}

blockquote { font-style: italic; 
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB; 
}

img {
	border: 0;
}

img.img {
	border: 3px solid #640000;
}

input.styled {
	font-size: 0.8em;
	border: 1px solid #555555;
	padding: 2px;
}

.link_line {
	font-size: 0.8em;
	margin-bottom: 6px;
	padding-left: 3px;
}

a.c, .link_line a {
	color: #1B456D !important;
	text-decoration: underline !important;
}

.stylehive_badge {
	font-family: arial, sans-serif;
	font-size: x-small;
	width: 160px;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #cc3333;
	color: white;
}

.stylehive_badge iframe {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	align: center;
}

.stylehive_badge .by {
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	background-color: #cc3333;
	color: white;
}

.stylehive_badge .by a {
	background-color: #cc3333;
	color: white !important;
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: circle; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

#header{
	padding: 0;
	background: #640000;
	color: #FFF;
	clear: both;
}

#header a{
	text-decoration: none;
	color: #fff;
}

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

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	background: #FFF;
}

#top-menu a{
	text-decoration: none;
	text-transform: lowercase;
	color: #555;
	padding: 5px 20px 6px 20px;
}

#top-menu a:hover{
	text-decoration: none;
	background: #555;
	color: #FFF;
}

#top-menu ul{
	margin: 0 auto;
	width: 750px;
	padding: 2px 0;
}

#top-menu ul li{
	display: inline;
	font-size: 12px;
}

/*----POST----*/

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
}

#container{
	float: left;
	width: 400px;
	padding: 0 0 0 0;
}

.post{
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
}

.post h2{
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	font-size: 18px;
	padding: 8px 0 10px 0;
	color: #000000;
}

.post h2 a {
	color: #000000;
	text-decoration: none;
}

.entry{
	line-height: 16px;
	font-size: 13px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate { 
	color: #640000;
	font-weight: bold;
	font-size: 1.25em;
	border-bottom: 1px solid #640000;
	padding-bottom: 4px;
}

p.postmetadata{
	font-size: 11px;
	color: #666666;
	border-top: 1px dotted #666666;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

.postmetadata .posttime {
	color: #666666;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
}

	

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 190px;
	margin: 0 auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

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

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2 {
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	padding: 3px 3px 3px 3px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}

.sidebar ul li h2 a {
	text-decoration: underline;
	color: #555 !important;
	font-weight: bold;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}

.sidebar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
}

.sidebar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .syndication .rss .sub{
	list-style: none;
}

/*------Left Sidebar-------*/

.leftbar{
	float: left;
	width: 190px;
	margin: 0 auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.leftbar ul li{
	padding: 10px 0 10px 5px;
}

.leftbar ul li h2 {
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	padding: 3px 3px 3px 3px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}

.leftbar ul li h2 a {
	text-decoration: underline;
	color: #555 !important;
	font-weight: bold;
}

.leftbar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 380px;
	border: 1px solid #666666;
	margin-top: 25px;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 5px 0 5px 0;
}

.comments-template h2, .comments-template h3{
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	font-size: 16px;
	color: #640000;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #640000;
	padding: 0px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #640000;
}

.comments-template textarea{
	font-family: 'Trebuchet MS', Verdana, sans-serif !important;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #666666;
	width: 350px;
}

#menu {
	background-color: #FFFFFF;
	padding: 3px 5px 6px 5px;
	text-align: center;
	color: #e3d583;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: -20px;
	border-bottom: 1px solid #660000;
	margin-bottom: 10px;
}

#menu a {
	color: #AC1600;
	font-size: 0.7em;
	font-weight: bold;
}

/*----FOOTER----*/

#footer{
	clear: both;
	float: left;
	width: 785px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #640000;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: none;
}
