@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: "Century Gothic", AvantGarde, Arial, Verdana, sans-serif;
	font-size:13px;
}
p {margin:1em 0 1em 0;}
/* Generic bix box that contains the entire site*/
.container{
	position:relative;
	margin:0px auto;
	/*width:783px;*/
	width:1000px;
	padding:0;
}
.banner{
	position:relative;
		/*width:783px;*/
	width:1000px;
	padding:0 0 0 0;
	font-size:16px;
}
.b_background{
	position:relative;
	float:right;
	top:0;
	right:0;
	border:0;
}
.logo{
	position:absolute;
	top:21px;
	left:0;
	width:209px;
	height:148px;
	border:0;
}
#home_quote{
	margin-bottom:1.5em;
}
/* Menu Section */
.menu{
	position:relative;
	background-image:url(images/navstripes.gif);
	background-repeat:repeat-x;
	height:21px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	padding:10px 0 10px 0px;
	letter-spacing:1px;
	text-align:center;
}
.menu ul{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
.menu ul li{
	display:inline;
	margin:0;
	padding:0;
}
.menu a{
	color:#FFF;
	text-decoration:none;
	margin:0 35px 0 35px; /*Margin around links - syntax is 'margin: top right bottom left' - current values are the largest you can have on a PC so only descrease!*/
}
.menu a:hover{color:#ddd;}

/*Lower section of site including side bars*/
.main_body{
	position:relative;
		/*width:783px;*/
	width:1000px;
	line-height:24px;
	margin:20px auto;
	padding:0;
}
.main_body_full{
	line-height:24px;
}
.main_body_full .page_content{
	margin:10px 0 0 0;
}
/*left side bar*/
.main_body_left{
	position:relative;
	width:240px;
	padding:20px;
	margin:0 0px 0 0;
	float:left;
	line-height:normal;
}
.main_body_left a{
	font-size:13px;
	text-decoration:none;
	color:#000;
}
.main_body_left a:hover{
	text-decoration:underline;
}
.main_body_left ul{ 
	list-style:none;
	padding:0;
	margin:0;
}
.main_body_left ul li{
	margin:0 0 7px 7px; /*This is for the category listings in the left bar - syntax is 'margin: top right bottom left'*/
}

.side_bar_image_title{/* This is used for the graphic titles on the left side */
	margin:18px 0 4px 0;	 /*syntax is 'margin: top right bottom left'*/

}

#about_image{margin-top:0; margin-bottom:3px;} /*Override the above 'side_bar_image_title' top margin for the about image because there's nothing above it */

.about_text, .archive_text{ /*text under the ABOUT and ARCHIVES	titles on the left side*/
	font-size:13px;
	line-height:24px;
	margin:0px 0 4px 7px;
}

.subscribe_items{margin:0 0 3px 7px;} /* The items under subscribe - email, rss */

.size11 {	/* (posts to tease your palate) - I was pretty lazy naming this one*/
	font-size:11px;
	margin:0px 0 10px 7px;
	padding:0;
}

.featured_posts{margin:0px 0 8px 7px;} /*belles du blog listings - syntax is 'margin: top right bottom left'*/

.about_text p {display:inline;}/*negate the <p> tags we get from wordpress on the category description*/


/* Section with the content*/
#page_main_body_right{
	padding:7px 0 20px 30px;
}
.main_body_right{
	position:relative;
	float:left;
	width:650px;
	margin-top:0;
	padding:7px 0 20px 60px;
	font-size:13px;
}
.main_body_right a{
	color:#666666;
	text-decoration:underline;
}
.main_body_right a:hover{
	text-decoration:none;
	
}
.main_body_right .post_footer a, .main_body_right .addtoany a{
	color:#000;
	text-decoration:none;
}
.main_body_right .post_footer a:hover, .main_body_right .addtoany a:hover{
	text-decoration:none;
}







.main_body_right .blog_title a{
	color:#000;
	text-decoration:none;
}
.main_body_right .blog_title a:hover{
	text-decoration:underline;
	
}
.shoe{margin:0 1px 3px 0} /*Space around the image of the shoe */

.main_body_right img{
	vertical-align:text-bottom;
}
.post_footer{
	font-size:10px;
	line-height:16px;
	text-transform:lowercase;
}

.post_footer_line{ /* dotted line below post */
	width:100%;
	border-top:1px dotted gray;
	margin:10px 0 10px 0;
	line-height:16px;
	height:1px;
}
div#nav_links{ /*Prev and next links */
	position:relative;
	text-transform:none;
	height:20px;
	margin:0;
}
div#nav_before{
	position:absolute;
	left:0;
	display:inline;
}
div#nav_next{
	position:absolute;
	right:0;
	display:inline;
}
/* Page Footer */
.footer{
	position:relative;
	margin:0px auto 20px;;
		/*width:783px;*/
	width:1000px;
	text-align:right;
	height:20px;
	font-size:11px;
	top:0;
}
.footer a{
	text-decoration:none;
	color:#000;
}
.footer a:hover{
	text-decoration:underline;
}
.footer_menu ul{
	list-style:none;
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
.footer_menu ul li{
	display:inline;
		margin:0;
	padding:0;
}
/* Archives */
.archived_posts{/*defunct*/
/*	margin:0 0 0 0;
	padding:0 0 0 0;*/
	} 
.browse_by_cat_listing li{/*Listings on Archives Page */
	margin:0px 0 0 0;/*  - syntax is 'margin: top right bottom left'*/
	padding:0 0 0 0;
	line-height:inherit;
}
.archive_headings{ /*headings on the archives page */
	color:#666666;
	font-size:14px;
	font-weight:normal;
	padding:15px 0 0px 0px;
	margin: 0px;
}


/*Pages*/
.pages_side_text{ /* Text on left for non-blog pages*/
	margin:0 0 0 0;
	line-height:24px;
	color:#666666;
}
.page_content{ /* Main text on page for non-blog pages*/
	margin:50px 0 0 0;
	padding:0;
	border:1px solid white;
}


.left{float:left;}
.page_column{
float:left;
width:200px;
padding:0 10px 0 10px;
border:1px solid red;
}
.right{float:right;}
.clear{clear:both;}

div.blog_category_title{ /*Category title above post */
	font-size:14px;
	/* font-weight:bold; */
	text-decoration:none;
	color:#666666;
	padding:14px 0 8px 0px;/*  - syntax is 'padding: top right bottom left'*/
}

div.blog_title{ 
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	padding:12px 0 10px 0px;/*  - syntax is 'padding: top right bottom left'*/
}

.cat-item{ list-style:none;
height:17px;}
.related_post{
	list-style:none;
	display:inline;
	margin:0 5px 0 5px;
	padding:0;
}
.related_post li{
	display:inline;
	margin:0 5px 0 5px;
	}
.addtoany{font-size:10px;
text-transform:lowercase;}/*add to any text link*/

.lowercase{text-transform:lowercase;}
input{font-family: "Century Gothic", AvantGarde, Arial, Verdana, sans-serif;border:0;}
.search_field{width:195px; margin-top:10px; margin-bottom:2px;color:#666666;
border:1px solid #000;}
	
p {
    margin:  .5em 0 1em 0;
    padding:  0;
}

.brfix {
    margin:  2px;
    padding:  2px;
}

.quotetilde {
	font-size:19px; 
	font-family:Georgia,Times,serif; 
	padding-left:80px;
	margin:  .25em;
}

h2 {
    margin-bottom: .1em;
    padding:  0;
}
.hidden{display:none;font-size:0px;height:0;width:0;}
.home_quote{/*margin-top:38px;*/}
a.no_underline{
	text-decoration:none;
}
a.hover_underline{
	text-decoration:none;
}
a.hover_underline:hover{
	text-decoration:underline;
}


