/*
THEME NAME: bbpcc
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme rich with powerful and dynamic semantic class selectors; a canvas for CSS artists
VERSION: 0.9.5
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%; /* Resets 1em to 10px */
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em; /* bump it to 11px */
	background-color: #300;
	margin: 0;
	border: none;
}
div#wrapper {
/*	border: 10px solid #ff3; */
	margin-left: 30px;
	margin-right: 00px;
	margin-top: 0px;
	padding: 0;
	background-color: #300;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 2em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.2em;
}
h7 {
	font-size: 1.1em;
}
p {
	margin-top: 1em;
	line-height: 1.4em;
}
ul {
	margin-top: 2ex;
}
li {
	margin-left: 2.5em;
	line-height: 1.4em;
}

img {
	border: 0 none;
}
a {
	color: #600;
}
a:hover {
	color: #900;
}

/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
	float: right;
	margin: 0 0 0 -270px;
	padding: 0;
	padding-bottom: 1em;
	width: 100%;
}
div#content {
	margin: 0 0 0 270px;
	padding: 0em;
	padding-top: 1px; /* we stupidly need this to make this display fully display when h2 has top margin of 2em */
	padding-right: 2em;
	padding-left: 4em;
	padding-bottom: 4ex;
	background-color: #fff;
	background-image: url(images/contentfooter.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.sidebar {
	float: left;
	width: 200px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
div#primary {
	clear: left;
	margin: 0;
	padding-top: 242px;
	background-color: white;
	background-image: url(images/sidebartop.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
div#secondary {
	clear: left;
	margin: 0;
	padding-bottom: 60px;
	background-color: #fff;
	background-image: url(images/sidebarfooter.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#footer {
	clear: both;
	width: 100%;
}


div#header {
	text-align: center;
	margin-top: 0;
	margin-left: 270px;
	padding: 0;
	height: 96px;
	background-color: #fff;
	background-image: url(images/headerleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div#header h1#blog-title {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0em;
}

div#blog-description {
	color: #360;
	font-size: 2.3em;
	font-weight: bold;
	
}

div#access div.skip-link {
	position: absolute;
	top: 1em;
	right: 1em;
	display: none; /* we don't really want to see this */
}
div#menu {
	font-size: 1.0em;
	height: 16px;
	padding: 0;
	background-color: #600;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
div#menu ul a {
	font-weight:700;
	text-decoration:none;
}
div#menu ul,div#menu ul ul,div#menu ul li{list-style:none;margin:0;padding:0;}
div#menu ul li {
	float:left;
}
div#menu ul li a {
	background:#ffc;
	padding: 0.1em 0.5em;
}
div#menu ul ul{display:none;}
div#menu ul ul li{float:none;}
div#menu ul ul li a{margin:0;padding:0;}
div#menu ul li:hover ul {
	display:block;
	font-size: 1.0em;
	padding-top:0.5em;
	position:absolute;
}
div#menu ul li:hover ul li a{background:#f5f5f5;border:none;display:block;padding:0.1em;width:10em;}

.entry-title{clear:both;}
div#container,div.sidebar{margin-top:0em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.req-field{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0 0 3.5em;}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}


div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li {
	font-size: 0.98em;
	font-weight: bold;
}
div.sidebar h3 {
	font-size:1.2em;
	margin-bottom: 1ex;
	text-align: center;
}
div.sidebar input#s{width:5em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul.xoxo ul{margin:0 0 0 0em;}
div.sidebar ul.xoxo li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1ex;
/*	border:1px none #000; */
	border-top: 1px solid #300;
/*	margin-bottom: -1px; */
	background-color: #600;
}
/* linklevel-1 is a sub category */
div.sidebar ul.xoxo li ul li.linklevel-1 {
	padding-left: 2em;
/*
background-color: #693;
*/
}
div.sidebar ul.xoxo li ul li.current-cat {
	background-color: #ff3;
}
div.sidebar ul.xoxo li ul li.current-cat a {
	color: #000;
}
div.sidebar ul.xoxo li ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.3em 0.5em;
}
div.sidebar ul.xoxo li ul li:hover {
	background-color: #300;
}
div.sidebar ul.xoxo li ul li:hover a {
	color: #fff;
}

div.sidebar ul.xoxo ul ul{margin:0 0 0 0.5em;}
div.sidebar ul.xoxo ul ul li{list-style:circle;}


div#thirdary {
	font-size: 1.1em;
	text-align: center;
	clear: left;
	margin-bottom: 2em;
}
div#thirdary p.stronger {
	font-size: 1.2em;
	font-weight: bold;
}
div#thirdary ul {
}

div#thirdary li {
	margin-top: 1ex;
}

div#thirdary p {
	font-size: 0.9em;
	line-height: 1.3em;
}

div.sidebar ul.xoxo3 li ul li {
	text-align: center;
}

div#thirdary p a {
	color: #fff;
}

div.sidebar ul.xoxo3 li ul li a {
	text-decoration: none;
}

div#addressinfo {
	margin-top: 4ex;
	padding-bottom: 2ex;
	color: white;
	text-align: center;
	border-top: 8px solid #600;
	border-bottom: 8px solid #600;
}


div#footer {
	color: #f99;
	font-size: .9em;
	font-weight: 300;
	text-align: center;
	margin-top: 2em;
	margin-left: 0;
	padding-bottom: 0em;
	background-color: #600;
	position: fixed;
	bottom: 0;
	left: 0;
}

div#footer a {
	color: #c66;
}

div#content {
}

div#content blockquote {
	margin-left: 2em;
/*	padding-left: 1em;
	border-left: 8px solid #ffc;
*/
}

/* float image right in body */
div.entry-content img {
	float: right;
	margin-right: 5em;
	margin-left: 3em;
	margin-bottom: 1ex;
}
/* shoving the sidebar to a new position */
div#sidebarwrapper { 
	position: absolute; 
	left: 50px;
	top: 40px;
}

/* search box */
form#searchform input#s {
	margin-left: 15px;
	width: 120px;
}
form#searchform input#searchsubmit {
	text-align: center;
}

/* contact form security. hide website field */
div.contactform form input#wpcf_website {
	display: none;
}
div.contactform form label#wpcf_website_label {
	display: none;
}

/* special spacing for photos category page. */

div.category-photos p {
	text-align: center;
}

div.category-photos img {
	margin: 0;
	padding: 0;
	float: none;
}

