/* 
Template Name: Bugnbelle Custom Theme
Template URI: http://www.bugnbelle.com/
Description: Three Column Full Width Flexi Layout
Version: 1.0
Author: bj novack
Author URI: http://kickasswebdesign.com/
*/

* {margin: 0; padding: 0;}
body {
	background: #ddd4e8 url(images/stripes.gif) repeat;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #0a51a1;
}
a:hover {
	color: #545a38;
	text-decoration: underline;
}
a:active {
	color: #dee983;
}
h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 110%;}
h4 {font-size: 100%;}
p {padding: 8px 0;}

.mainwrapper {
	background: #ddebb8 url(images/bows_bg.jpg) repeat;
	position: relative;
	margin: 0 auto;
	min-width: 800px;
	width: 90%;
	color: #000000;
	border-right: 1px solid #0a51a1;
	border-left: 1px solid #0a51a1;
	border-bottom: 1px solid #0a51a1;
}
#header {
}
#content-container {
	margin: 15px 330px 0 0;
	font-size: small;
	}
#main-content {
	float: left;
	width: 100%;
	}
#main-content .pad {
	width: 90%;
	margin: 0 auto 15px auto;
	padding: 10px;
	background: #ddebb8;
	color: #000000;
	border: 2px solid #c2d58d; 
	}
#main-content ol {
	padding-left: 20px;
}
#main-content ul {
	margin-left: 8px;
}
#main-content ul li ul {
	margin-left: 15px;
}
blockquote {
	padding: 5px 15px;
}
#secondary-content {
	position: relative;
	float: right;
	width: 318px;
	margin-right: -325px;
	font-size: 80%;
	padding-bottom: 12px;
	background: #ddebb8;
	border: 2px solid #c2d58d;
	margin-bottom: 10px;
	}
	.sidebarcontent {
	width: 60%;
	float: right;
	display: inline;
}
.piccontent {
	width: 40%;
	float: left;
	display: inline;
}
.piccontent p {
	text-align: left;
	margin: 0 auto;
	background: #ddebb8;
}
.piccontent ul, .sidebarcontent ul {
	text-align: left;
	background: #ddebb8;
	margin-bottom: 10px;
}
.piccontent ul ul, .sidebarcontent ul ul {
	border: none;
	margin: 0;
}
.postcontent {
	width: 90%;
	margin: 0 5%;
	padding: 15px 0;
}
.sidepads {
	padding: 5px;
}
#footer {
	text-align: center;
	clear: both;
	padding: 7px 0 3px 0;
	background: #becc9b;
	color: #000000;
}
#footer p {
	padding-top: 3px;
	font-size: 70%;
}
#secondary-content h2 {
	background: #becc9b;
	font-size: 100%;
	color: #4b4637;
	padding: 5px;
	font-weight: normal;
}
#secondary-content ul {
	margin: 0;
	padding: 0;
	position: relative;
	color: #000000;
}
#secondary-content ul {
	padding: 0 0 5px 0;
}
#secondary-content ul ul {
	text-indent: 0;
	margin-right: -3px;
}
#secondary-content li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#secondary-content ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 8px;
	color: #0a51a1;	
}
#secondary-content ul a:link, #secondary-content ul a:visited {
	color: #0a51a1;
}
#secondary-content ul a:hover {
	color: #545a38;
	background: #ddd4e8;
}
#secondary-content ul a:active {
	color: #9cacc3;
}
#secondary-content li {
	display: block;
	padding: 4px 4px 0 0;
	margin-top: 2px;
}
#secondary-content h3 {
	color: #ddebb8;
	text-align: left;
}
#main-content .post h2 {
	background: #becc9b;
	padding: 5px;
	margin: 5px 0;	
}
#main-content .post h2 a:visited {
	color: #545a38;
}
#main-content .post h2 a:hover {
	color: #7b815a;
}
.clearA {
	overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
a img{
	border: none;
}
.center, .centerlogo, .centered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.center {
	padding-bottom: 5px;
}
/* from here on is the blog stuff, except some cascade stuff at the very bottom. */
.title {
	font-size: 175%;
	color: #545a38;
	padding: 10px 0 4px 5px;
}
.description {
	margin: 20px 0 5px 0;
	padding: 0 30px;
	font-size: 140%;
	color: #4b4637;
}
.desimage {
	margin: 0 20px 15px 0;
}
.navigation {
	font-size: 80%;
	width: 90%;
	margin: 0 30px;
	position: relative;
}
/*last entry and next entry link classes */
.alignleft {
	float:left;
	width: 200px;
	margin: 0 200px 0 0;
	display: inline;
	clear: none;
}
.alignright {
	float:right;
	width: 200px;
	margin: 0 0 0 200px;
	display: inline;
	clear: none;
}
/* meta and post stuff */
.postmetadata {
	padding: 6px;
	font-size: 85%;
	text-align: right;
	margin-top: 15px;
}
.post {
	padding: 15px 17px;
	clear: both;
}
.bloginfo {
	margin: 0; padding: 0;
	text-align: right;
}
.bloginfo {margin: 0 10px 0 0;}
/* searchbox form stuff */
#searchform {
	padding: 0 0 0 10px;
}
.searchbox {
	width: 80%;
	margin: 0;
	background: #fffff1;
}
#searchsubmit, #submit {
	margin: 2px 0 0 1px;
	background: #dee9a3;
	color: #0a51a1;
	border: 1px solid #0a51a1;
	font-weight: bold;
}
/* Pullquote can be used for setting any text into a box within your blog entries */
.pullquoteleft, .pullquoteright, p.shopbox {
	background: #dee9a3;
	color: #000000;
	margin: 5px;
	border: 1px solid #545a38;
}
.pullquoteleft p, .pullquoteright p, p.shopbox {
	padding: 4px;
}
.pullquoteleft {
	float: left;
	width: 150px;
}
.pullquoteright {
	float: right;
	width: 150px;
}
.pullquoteleft h3, .pullquoteright h3 {
	padding: 3px;
}
.about {
	border-bottom: 1px dotted #b4af9e;
}
.imgleft {
	float: left;
	margin: 8px;
}
.imgright {
	float: right;
	margin: 8px;
}
caption {
	text-align: center;
}
.centered {
	text-align: center;
	margin: 0 auto;
}
ol.commentlist li {
	border-bottom: 1px dotted #545a38;
}
h3#respond {
	padding-top: 8px;
}
h2.pagetitle {
	color: #0a51a1;
}
blockquote {padding: 15px;}
.sociable {padding-top: 15px;}
/* adjustments for column drop in IEMac. */
/*\*//*/
.description { 	margin: 0 0 5px 0;}
/**/	

