/* Designed by François PLANQUE - http://fplanque.net/ */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */
@import url("css/global.css");

a {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #6E7F47; text-decoration: none;
}
ol {padding: 0 0 0 20px; margin: 0;}
ul {float: left; width: auto; padding: 0 0 0 25px;}

div.pageHeader h1 a,
div.pageHeader h1 a:visited {  /* IE6 */
	color: #fff;
	text-decoration: none;
}
div.pageHeader h1 a:hover {
	text-decoration: underline;
}


table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
div#pageFooter {
	clear: both;
	background-color: #fff;
	width: 738px;
	margin: 0 auto;
	padding: 0 0 1ex 0;
}
p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #888;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	background: #fff url(img/bg_content.gif) repeat-y 0 0;
	width: 740px;
	margin: 0 auto;
	padding: 0;
}

div.pageHeader {
	padding: 1ex;
	margin: 0 1px 0 1px;
	border-bottom: 1px solid #000;
	text-align: center;
	background: #78a;
}

div.pageHeader h1 {
	font-size: 270%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.PageTop ul {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.PageTop ul li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

div.top_menu ul {
	background-color: #ddd;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
div.top_menu li {
	display: inline;
	padding: .5ex 0 .5ex 1em;
}
div.top_menu a {
	text-decoration: none;
	color: #000;
}
div.top_menu a:hover {
	text-decoration: underline;
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color: #000;
}
div.PageTop a.default:hover {
	text-decoration: underline;
	color: #9ae;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	color: #78a;
}
div.PageTop a.selected:hover {
	text-decoration: underline;
	color: #9ae;
}

.widget_core_coll_tagline {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

}

/* Styles for main area (left) */
.prevnext{
	height: 33px;
	padding: 0;
	margin: 0;
	color: #333;
}
.prevnext_container{
	padding: 0;
	height: 33px;
	background: url(./images/prevnext_bg.png) bottom left repeat-x;
	}
.prevnext_title{
	float: left;
	padding-top: 0px;
	}
.prevnext_title h2{
	padding: 7px 15px 0 15px;
	height: auto;
	color: #42604A;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.prevnext_post{
	text-align: right;
	
}
.prevnext_links{
	padding: 0;
	color: #42604A;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	float: right;
}
.prevnext_links a {
	text-decoration: none;
	color: #91886C;
}
.prevnext_links a:hover {
	text-decoration: none;
	color: #6E7F47;
}
.prevnext_posttitle{
	padding-top: 1px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	float: right;
}
.nav_right{
	padding: 7px 15px 0 15px;
}
.right{
	padding: 7px 15px 5px 15px;
}
.about {
	padding:0;
}

/* Styles for posts */
.bPosts {
	float: left;
	width: 649px;
	background: none;
	padding:0;
	margin: 0;
	line-height: 20px;
	/* background: #090;*/
}
.bPosts ul{
	float: right;
}
#blog_maincontent_left img{
	float: left; 
}
.bPostContent{
	padding: 15px 15px 0 15px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 20px;
}
.TrackBacks{
	font-style: Arial, Helvetica, sans-serif;
}
.comments_title{font-size: 16px; font-weight: bold; text-decoration: underline;}
.commments_section {background: #333;}

div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	width: 649px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
}

.bPost h1
{
	clear: both;
	width: 619px;
	padding: 2px 0 6px 15px;
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6E7F47;
}
.bPost h2
{
	float: left;
	padding: 8px 8px 8px 15px;
}
.bPost h3
{
	float: none;
	padding: 8px 15px 0 15px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #666;
}
.bPosts h4 {
	padding: 0 0 0 15px; margin: 0;
}
.bPost h5
{
	float: none;
	padding: 0 15px 12px 15px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0;
	color: #666;
}
.bPosts h6 {
	float: left; width: 649px; padding: 8px 0 0 0; margin: 0 0 15px 0;
}

h5.small{
	float: none;
	padding: 0 15px 12px 15px;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
	color: #666;
}
h5.floatleft{
	float: left;
	padding: 8px 15px 8px 15px;
}
h5.floatright{
	float: right;
	padding: 8px 15px 8px 15px;
}

.bSmallHead {
	margin: 0;
	padding: 0;
	color: #55705d;
	font-size: 14px;
	padding: 0 0 0 15px;
	border-bottom: dotted 1px #999;
}
.bPostName a, .bPostNamepublished a {
	font:33px  Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	width: 634px;
	float: left;
	margin: 0;
	padding: 15px 0 12px 15px;
	border-bottom: dotted 1px #999;
}
.bPostName a:hover, .bPostNamepublished a:hover {
	color: #6E7F47; text-decoration: none;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bText img{
	float: left; margin: 0 15px 0 0; border: 2px solid #5f8b6c;
}
.bText img.right{
	float: right; margin: 0 0 0 15px; padding: 0;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 12px;
	padding: 8px 15px 0 15px;
	margin: 16px 0 22px 0;
}
.bDate
{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #9B9275;
	width: 619px;
	float: left;
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	lint-height: 0;
	clear: both;
}
.feedback_feed_msg{
	padding: 0 0 0 15px;
}
input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


input.submit,
input.preview,
input.reset {
	background-color: #ddd;
	color: #78a;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
.search .SearchField { 
width: 230px;
font-family: "Verdana", Arial; 
color: #666; 
border: 1px solid #666;
font-size: 14px;
padding: 2px;
margin-bottom: 3px;
}
.search input { 
font: 13px Arial, Helvetica, sans-serif;
margin-top: 5px;
color: #666;
padding: 2px 4px 2px 4px;
}


/* Special SideItems: */
.widget_plugin_evo_Calr,
.widget_core_coll_title,
.widget_core_coll_longdesc {
	/* background-color: #fee; */
	padding: 0;
	border-bottom: 0;
}
.widget_core_coll_title a {
	text-decoration: none;
	color: #78a;
}

/* Calendar: */
table.bCalendarTable caption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}

#blog_maincontent_header_bg{
	background: url(./images/street_header_bg.png) top left repeat-x; width:100%; margin:0; float:left; border-bottom: solid 1px #fff; height: 43px;
	}
#blog_maincontent_left_bg{
	float: left; margin:0 0 0 2px; padding: 0; background: #fff url(../images/maincontent_spacer_bg.png) top right repeat-x; width: 649px;
	}
*html #blog_maincontent_left_bg{
	*margin:0; *background: none; *width: 649px;
	}
*html #blog_maincontent_left_pc{
	*margin: 0 0 0 2px; *overflow: visible;
	}
#blog_maincontent_left_bg a{
	color: #none;
}
#blog_maincontent_int_bg{
	background: #F3EEE0 url(./images/maincontent_spacertop_bg.png) top repeat-x; width:100%; margin: 0; float:left; font: Arial, Helvetica, sans-serif;
	}
*html #blog_maincontent_int_bg{
	*padding: 0 0 75px 0;
	}
html>body #blog_maincontent_int_bg{
	*padding: 0 0 75px 0;
	}
	
/* Street Stories Blog Sidebar */
#blog_sidebar_container{float: right; width:303px; height: 100%; margin:0; padding: 0;}
#blog_spacer_sidebar{background: url(./images/street_spacer_sidebar.png); float: left; height: 44px; width:303px; margin:0; padding: 0;}
#blog_sidebar_bg{background: url(./images/street_sidebar_bg.png) top repeat-y; float: left; width:299px; padding: 0 2px 0 2px; height: 100%; margin:0;}
	#blog_sidebar_bg_left{background: url(./images/street_sidebar_cont_bg.png) top repeat-y;float: left; width: 19px; height: 100%; margin:0; padding: 0;}
	#blog_sidebar_bg_right{font: 12px Arial, Helvetica, sans-serif; line-height: 15px; color: #666; background: url(./images/street_sidebar_cont_m.png) top repeat-x;float: right; width: 280px; height: 100%; margin:0; padding: 0;}
		#blog_sidebar_bg_right h3{font:20px  Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #000; padding-bottom: 6px; margin:0;}
#blog_sidebar_footer{background: url(./images/street_sidebar_footer_bg.png) top no-repeat; height: 98px; float: left; width:303px; margin:0; padding: 0;}


.bSideItem {float: left; width: 255px; padding: 0 15px 15px 10px; margin: 0; margin-bottom: 15px; background: url(./images/street_sidebar_divider.png) bottom left no-repeat;}
.bSideItem ul {float: left; width: 247px; padding-left: 8px; display: block; }
.bSideItem ul li{float: left; width: 231px; padding-bottom: 2px; padding-left: 16px; display: block; background: url(./images/street_sidebar_square.png) left top no-repeat;}
.bSideItem ul ul{float: left; width: 223px; padding-left: 8px; margin-top: 0px; margin-bottom: 0px; }
.bSideItem ul ul li{float: left; width: 207px; padding-bottom: 2px; padding-left: 16px; display: block; background: url(./images/street_sidebar_square.png) left top no-repeat;}
.bSideItem form {margin-top: 0px; margin-bottom: 0px; border: none;}	


#blog_sidebar_bg_right h4{
	width: 249px; float: left; padding: 15px 0 0 11px; background: none; height: auto;
	}
	
.odd{ 
background: #fff url(./images/maintext_sec2_bg.png) top repeat-x; 
color:inherit;
} 

.even{ 
 background: #EBE9DD url(./images/blog_sec1_bg.png) top repeat-x; 
}

.blog_title_text{
	font:10px Arial, Helvetica, sans-serif; color: #C7C7C7; display: block; padding: 10px 8px 0 255px;
	}
.blog_title_text a{
	color: #C7C7C7;
	}
#blog_maincontent_title_left h4{
	height:43px; width: 600px; float: right; margin:0;
	}
.commentspol{
	font:13px Arial, Helvetica, sans-serif; line-height: 17px; color: #666;
}
.commentspol_title{
	font-size: 17px; text-decoration: underline; font-weight: bold;
}
.bComment{
	font:13px Arial, Helvetica, sans-serif; line-height: 17px; color: #666; border: 1px dotted #ccc; padding: 10px; margin: 15px;
}
.bCommentTitle{
	font-size:15px;
}
.bCommentSmallPrint{
	font:12px Arial, Helvetica, sans-serif; font-weight: bold; color: #666; padding: 0 0 12px 0;
}
.bCommentSmallPrintDate{
	font-size:14px; font-weight: bold; color: #666; padding: 0 0 12px 0;
}