/*  
Theme Name: Beth Bornstein Theme
Theme URI: http://wordpress.org/
Description: Custom theme for Beth Bornstein
Version: 1.0
Author: Kenneth Feldman
Author URI: http://www.kpfdigital.com/

*/

/*CSS Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal}
li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}
abbr, acronym{border:0; font-variant:normal}
sup{vertical-align:baseline; position:relative; top:-0.5em}
sub{vertical-align:text-bottom}
input, textarea, select{font-family:inherit; font-size:inherit; font-weight:inherit}
input, textarea, select{font-size:100%}
legend{color:#000}
hr{visibility:hidden; clear:both}

a{outline:none}
/*
IE 7 no likey this: a{position:relative}
*/

.clearfix:after{content:"."; clear:both; height:0; visibility:hidden; display:block}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

html, body{min-height:101%}

img#wpstats{display:none}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, ul, dl, fieldset, address{margin-bottom:1em}

ol{list-style:decimal}
ul, li{list-style:square}
li{margin-left:00px}

body { 
	background: #cec798 url(images/background.gif) top center repeat;
	color: #432606;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 25px 0px 0px 0px;
}

/*********************************************
		Link Styles
*********************************************/
a {
	color: #2e559b;
	text-decoration: underline;
}
a:hover { color: #333; text-decoration: underline; }
/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #432606;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; padding: 0px 10px 5px 0px; }
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	color: #7c460b;
	font-size: 23px;
	line-height: 1em;
	font-family: Georgia, Times New Roman, Arial;
	font-weight: normal;
	text-decoration: none;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}
h1 a {
	color: #B3307E;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #7c460b;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	border-bottom: 2px dotted #7c460b;
	padding-bottom: 5px;
}
h3 { /* This style used as the post titles on homepage/archive */
	color: #7c460b;
	font-size: 22px;
	font-family: Georgia, Times New Roman, Arial;
	font-weight: normal;
	text-decoration: none;
	clear: both;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 5px;
}

h3.post { /* This style used as the post titles on homepage/archive */
	font-size: 18px;
	padding-top: 10px;
}



h3 a {
	color: #7c460b;
	text-decoration: none;
}
h3 a:hover {
	color: #333;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	clear: both;
}
/*********************************************
		Container Div / Wrap Div
*********************************************/
#container {
	background: #f5f5e5 url(images/container-bg.gif) bottom left repeat-x;
	text-align: left;
    margin: 0px auto;
    width: 654px;
    padding: 0px;
	border: 1px solid #CCC;
	/*border-top: 5px solid #7c460b;*/
}
#wrap {
    margin: 0px; padding: 0px;
    width: 654px;
}
#border-top {
    margin: 0px; padding: 0px;
    width: 898px; height: 1px;
	display: block;
}
/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

/*********************************************
		Content Div
*********************************************/
#content {
	float: right;
	margin: 0px;
	padding: 15px 15px 20px 15px;
	width: 402px;
	display: block;
	border: 0px solid black;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}
/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.meta-top p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px; padding: 0px;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px; margin: 0px;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
/*********************************************
		Left Sidebar
*********************************************/
#sidebar {
	font-family: Arial, Tahoma, Verdana;
	color: #432606;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 402px;
	margin: 0px 0px 15px 0px; padding: 20px 0px 5px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#sidebar p {
	padding: 0px 0px 5px 0px;
}
#sidebar img {
	text-align: center;
}
#sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	padding: 0px 15px 10px 0px;
}
#sidebar ul li.item {
	padding: 0px 26px 10px 0px;
	display: block;
	width: 170px;
	float: left;
	font-size: 12px;
	line-height: 1.4em;
}
#sidebar ul li ul {
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
#sidebar ul li ul li {
	padding: 0px;
	margin: 6px 0px;
}
#sidebar ul li ul li a {
	color: #2255AA;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}
/*********************************************
		Left Sidebar (Page Title and Menu)
*********************************************/
#l_sidebar {
	display: inline;
	float: left;
	border: 0px solid black;
	width: 200px;
	margin: 0px 0px 15px 0px; padding: 15px 11px 45px 11px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#l_sidebar #title {
	color: #B3307E;
	font-size: 29px;
	font-family: Georgia, Times New Roman, Arial;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#l_sidebar #title a {
	color: #7c460b;
	text-decoration: none;
}
#l_sidebar #title a:hover {
	color: #333;
	text-decoration: none;
}
#l_sidebar h2 { /* Description - tagline */
	color: #432606;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	border-bottom: 0px solid #fff;
}
#menu {
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 45px 0px; padding: 0px;
}
#menu li {
	margin: 0px; padding: 7px 0px;list-style: none;
}
#menu li a {
	color: #7c460b;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu li.current_page_item a, #menu li.current_page_item a:visited {
	color: #d77101;
	text-decoration: none;
}
#menu li a:hover {
	color: #d77101;
	text-decoration: none;
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#commentform input,
#commentform textarea {
	padding: 2px;
	border:1px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
/*********************************************
		Footer Styles
*********************************************/
#footer {
	width: 654px;
	color: #fff;
	margin: 0px auto;
	padding: 10px 0px;
	clear: both;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #432606;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/*********************************************
		The Obligatory WP Stuff
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#frontimage {margin-bottom: 2em;}

