/* 
Theme Name: magnolia
Description: Based on Whiteboard by Brian Purkiss (http://brianpurkiss.com)
Author: Ruby Design
Author URI: http://www.rubydesign.co.uk
Version: 2.0
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}


/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	color: #332812;
	background-color: #b2b2a0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 30px;
	color: #332812;
}
h2 {
	font-size: 14px;
	color: #332812;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #800000;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color:#800000;
	margin: 0px;
	padding: 0px;
}


p {
	font-size: 11px;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 5px;
	line-height: 14px;
}
table {
	margin-right: 20px;
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	font-size: 11px;
	padding-bottom: 5px;
	vertical-align: top;
}
tr {
}


#content a:link {
	color: #332812;
}
#content a:visited {
	color: #332812;
}
#container
{
	background-color: #FFF;
	background-image: url(/wp-content/themes/magnolia/images/bk.gif);
	background-repeat: repeat-y;
	border: 1px solid #b2b2a0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	min-height:600px;
}



#left
{
float: left;
width: 300px;
}
#logo {
	width: 300px;
}

#nav .current_page_item a {
	color: #FFFFFF;
}

#nav
{
	float: left;
	width: 300px;

}

#nav ul {
	list-style-type: none;
}
#nav ul li {
	color: #B3B7B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/wp-content/themes/magnolia/images/dot.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
   
}
#nav ul li a {
	text-decoration: none;
    color: #B3B7B1;
}
#nav ul li a:hover {
	color: #FFFFFF;
}


.page_item {
   color: #B3B7B1;
}



#content
{
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 300px;
	padding: 0px;
	width: 600px;
}
#content img {
	width: 600px;
}

#contact img {
   width: auto;
}
