/*
Theme Name: Bacon v2
Theme URI: http://www.baconlogic.com
Description: Made from a blank.  Ribbed for your pleasure.
Version: 2.0
*/

div.PeCatsBrands {display: none;}
div.PeSwitcher {display: none;}
a.categorylink {display: none; }


hr { background: url(images/hr.png) center; border: 0px; height: 32px; width: 471px; /* color: #feeccf;  background-color: #feeccf; border: 0; height: 1px; */ }
/* feeccf  old: fee8c6*/
#calendar_wrap caption {font-weight: bold;
                        font-size: 12pt; }
#sidebar a {color: #990000; }
#sidebar a:visited {font-style: italic;}
#content a { color: #e77471; }
#content a:hover { background: #ffffff; color: #e77471; }
/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/



/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #6e0001;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid #555;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}


a:hover {
	background: #e77471;
	font-color: #ffffff;
	text-decoration: none;
}



a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

.heading { /* for headings that don't have any real semantic value */
	font-family: Arial, Verdana, sans-serif;
	font-size: 130%;
font-weight: bold;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: #6e0001 repeat-y;
	margin: 0px auto; /* for centered layouts */
        margin-top: 15px;
	overflow: hidden;
	padding: 0px;
	text-align: left;
	width: 772px;
}

#header { margin: 0 0 0 0;
	background: #fff url(images/BL_01.jpg) left bottom no-repeat;
height: 93px;
width: 772px;
	overflow: hidden;
	padding: 0px;
}

#navigation {display:none;
}

#container {
	background: url(images/sidebar_02.jpg) repeat-y;
}

#content {
	background: transparent;
margin-top: 20px;
	border-left: 0px;
	float: right;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	width: 580px;
color: #feeccf;
}

#sidebar {
	background: transparent url(images/sidebar_01.jpg) left top no-repeat;
	overflow: hidden;
	padding: 15px 10px 0px 20px;
margin-bottom: -10px;
}

#footer {
	background: #6e0001 url(images/BL_08.jpg) right top no-repeat;
	clear: both;
height: 32px;
	padding-bottom: 1px;
	padding-left: 287px;
}


/* Header elements */


#header h1 a,
#header h2 a {
	background: transparent center center no-repeat;
	display: block;
	line-height: 93px;
	text-indent: -1000em;
	overflow: hidden;
}
	
#header h2.description {
	color: #777;
	font-size: 100%;
	font-weight: normal;
	margin-left: 230px;
	overflow: hidden;
}

h3.category_description {
	font-weight: normal;
}


/* Navigation elements */

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	background: #fa3;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	margin: 1px 0px 1px 1px;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation ul li a:hover {
	background: #FF6600;
	color: #fff;
}


/* Sidebar elements */


#sidebar {
	font-size: 85%;
}

#sidebar .widget {
	margin-bottom: 25px;	
}

#sidebar .widget .heading,
#sidebar .widget .heading a {
	color: #000;
	text-decoration: none;
}

#sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#sidebar .widget a:link, 
#sidebar .widget a:visited {
	color: ;
}

#sidebar .widget a:hover {
	color: ;
}

#sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin-right: 10px;
}

form#searchform label {
	display: none;
}



/* Post elements */
.post {
	clear: both;
	margin-bottom: 15px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 140%;
	font-weight: normal;
}

.post-header,
.post-header a,
.post-header a:visited {
	color: #000;
	text-decoration: none;
}

.interpost-nav {
	margin: 15px 0px 0px 0px;
	text-align: center;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}


/* Metadata elements */
.post-metadata { 
	font-size: 85%;
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments .heading {
	display: block;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	clear: both;
	padding: 5px;
}

#comments .comment-list .alt,
div.landing_pages {
	background: #6e0001;
}

div.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
	font-size: 2em;
	text-decoration: none;
}

#comments .comment-number a {
	color: #FFFFFF;
	text-decoration: none;
}

#comments .comment-number a.hover {
	color: #FFFFFF;
background: transparent;
	text-decoration: none;
}


#comments .comment-number a:hover {
	color: #fff;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 0px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 0px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}


/* Footer elements */

#footer {
	color: #ffffff;
	font-size: 85%;
	padding-top: 8px;
padding-bottom: 20px;
margin-top: -30px;
}

#footer a {
	color: #e77471;
	font-size: 85%;
	padding-top: 8px;
}

#footer p {padding-left: 60px;}



/* Widget-specific elements */



/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}