/* Designed by Bread & Roses - http://www.breadandrosesweb.com/ */

@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/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 */

/*STRUCTURE*/
#wrapper{
	width: 738px;
	margin: 0 auto;
}

/*Clearing After for Footer*/
#mainColumn:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #mainColumn{height: 1%;}
/*End Clearing After for Footer*/


div.pageHeader{
	height: 130px;
	width: 738px;
	background: #fff url(img/logo.png) no-repeat 0 0;
	padding-top: 1px;
	margin-top: 1px;
}

#pageFooter{
	height: auto;
	float: right;
	background-color: #fff;
	width: 738px;
	margin-top: 3px;
	padding: 0 0 1ex 0;
	clear: both;
}



#sideColumn{
	float: right;
	width: 235px;/*
	background-color: #FF9900;*/
	padding: 0 0 0 15px;
	margin-right: 0px;
	font-size: .9em;
	background: url(img/sidebg.png) #FF9900 repeat-x top;
}
#mainColumn{
	float: right;
	width: 440px;
	margin: 0;
	padding: 0 40px 15px 0;
	border-right: 2px solid #fff;
	font-size: 1em;
	background-color: #FFFFFF;
}
.SocialBookmarks{
	padding: 5px; 
	text-align: left; 
	margin-top: 5px;
}
.bSideItem {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

/* Calendar: */
caption.bCalendarCaption {
	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: #000;
}
#bCalendarToday {
	background-color: #bce;
}

p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #999;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}


h3 img{
	margin-top: 4px;
}

/*End STRUCTURE*/


/*TEXT*/
body {
	background: #fff url(img/bg.png) repeat-y 50% 0;
	padding: 0px;
	margin: 0px;
	color: #000;
	font: 84% Arial, Helvetica, sans-serif;
}
h1#pageTitle {
	color: #FF6633;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 35px 0 0 0;
}
.pageSubTitle {
	color: #009900;
	text-align: center;
	border: 0px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font: 100% Verdana, Helvetica, sans-serif;
	line-height: 100%;

}


.bSideItem h3 {
	color: #009900;
	font-size: 130%;
	line-height: 150%;
	background-color: #FFF;
	width: 233px;
	margin-left: -15px;
	padding-left: 2ex;
	border-top: 1px solid #FF6633;
	border-bottom: 1px solid #FF6633;
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 2.5ex;
	padding: 0;
	border-bottom: 1px solid #ddd;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #009900;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #000;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}
a {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
.bSideItem a {
	color: #990000;
}
.bSideItem a:visited {
	color: #000;
}
.bSideItem a:hover {
	color: #333;
}

#bloglist{
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
}
ul#bloglist, ul#bloglist li  {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bloglist a:link, #bloglist a:visited {
	color: #ffffff;
	font-size: small;
	line-height: 1.3em;
	margin-right: 9px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background-color: #FF9933;
}
#bloglist a:hover {
	color: #000;
	background-color: #fff;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	margin-right: 7px;
	background-image: url(img/linkbg.jpg);
	background-repeat: repeat-x;
}
blockquote{
	background-image: url(img/blockbg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	border: 1px solid #FF6633;
	padding-left: 20px;
	padding-right: 20px;
}
span.notes{
	color: #000;
	font-size: 84%;
}
span.dimmed
{
	color: #CC3333;
	font-size: 84%;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
	list-style: url(img/ul.gif);
	}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex;
	border: 1px solid #78a;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}

input.submit,
input.preview,
input.reset {
	background-color: #33CC00;
	color: #000;
	border: 1px solid #FFF;
	font-weight: bold;
	font-size: 120%;
	padding: 1px;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}
h2 {
	color: #FF9900;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #000;
	font-size: 120%;
	background-color: #FFF;
	width: 100%;
}
h4 {
	color: #000;
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
