/* 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(../../../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 */

body {
	background: #C0617F url(img/main-bg.gif) repeat-x;
	color: #2D2D2D;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img {
	border: 0px;
}

a:link { 
	color: #FDBDD2;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #FDBDD2;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #F2BCCE;
}

ul, li {
	color: #F0C5D2;
}


#pageHeader {
	height:337px;
	display:block;
	width:860px;
	margin-right:0px;
	margin-bottom:10px;
	background-image: url(img/hilaryduff.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index:2;
	/*border: solid 1px green;*/
	overflow:hidden;
}
#pageHeader a {
	position:absolute;
	top:322px;
	right:39px;
	width:50px;
	height:20px;
	z-index:3;
	display:inline;
}
#blog {
  width: 860px;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 860px;
	position:relative;
	clear:both;
}

#pageFooter {
	clear: both;
	color: #F2BCCE;
	font-size: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: center;	
}

.photo {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	padding:5px;
	border: 1px solid #ca738f;	
}
.photo img{
	border: 1px solid #df8fa9;
}
.bSideBar {
	float: right;
	/*padding-top: 110px;*/
	width: 240px;
	padding: 5px;
	background-color:#A82851;
}


.bSideBar ul {
	list-style: none;
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 8px;
	padding: 0px;
}

.bSideBar li {
	/*background: url(img/list-bg.gif) no-repeat;*/
	display: block;
	/*font-size: 10px;*/
	list-style: square inside;
	margin: 0px;
	padding: 0px;
	/*padding-left: 15px;*/
	padding-top: 1px;
}

.bSideBar li.sub {
	display: block;
	font-size: 10px;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 1px;
}

.bPosts {
	float: right;
	width: 590px;
	padding: 5px;
	overflow: hidden;
}
.bPosts a {
	text-decoration:underline;

}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	/* clear: both; */
	/* margin: 0 2.5ex; */
	/* padding: 0; *(/
	/* border-bottom: 1px solid #ddd; */
	/* border: 1px solid #78a; */
	overflow:hidden !important;
	text-align:center;
        margin-bottom:10px;
}
.bSideItem {
	/*background: url(img/menu-bg_body.gif) repeat-y;*/
	background-color:#A82851;
	margin-bottom:10px;
	color: #F2BCCE;
	text-align: left;
	padding: 8px;
	width: 210px;
  /*
	margin-left:10px;
	*/
}
.sideItemTitle {
	background: url(img/tab-heading.gif) no-repeat;
	color: #F2BCCE;
	display: block;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 18px;
	letter-spacing: -1px;
	/*padding-left: 10px;*/
	padding-top: 3px;
	margin-bottom: 8px;
	/*margin-left: 7px;*/
	width: 210px;
	text-align:center;
}
.sideItemTitleTitle {
	color: #F5E6EB;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;	
}

.sideItemTitle2 {
	background: url(img/tab-bg.gif) no-repeat;
	display: block;
	font-size: 10px;
	height: 17px;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 10px;
	width: 179px;
}


.bTitle {
	color: #F2BCCE;
	/*display: block;*/
	font-size: 16px;
	font-weight: bold;
	height: 33px;
	letter-spacing: -1px;
	margin-bottom:0px;
	padding-left: 20px;
	padding-right:10px;
	padding-top: 11px;
	width: 546px;
	text-transform: uppercase;
	background: url(img/textbox-top2.gif) no-repeat;
	/*margin-left: 8px;*/
	overflow: hidden;
	text-align: left
}
.pageSubtitle {
	color: #F2BCCE;
	font-size:14px;
}

.bComment {
	color: #F0C5D2;
	background: #C0617F;
	text-align:left;
}
textarea.bComment {
	color: white;
}
.textbox, .bText, .bSmallHead{
	background: #C0617F url(img/textbox-bg.gif) no-repeat;
	border-left: 1px solid #DF8FA9;
	border-right: 1px solid #DF8FA9;
	color: #F0C5D2;
	/*margin-left: 8px;*/
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	width: 544px;
	padding-bottom:10px;
	font-size: 15px;
	text-align:justify;

}
.bSmallHead {
	/* color: #FFFFFF; */
	display: block;
	font-size: x-small;
	text-align: left;
	/*width: 530px;*/
	padding-bottom: 10px;
}

.textboxtop {
	margin-top:10px;
}
.textboxbottom, .bSmallPrint {
	background: url(img/textbox-bottom.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 23px;
	margin-bottom: 10px;
	/*margin-left: 8px;*/
	padding-right: 15px;
	padding-top: 5px;
	text-align: right;
	width: 561px;
}

.lastnav{
	border-right: 0px none #c0617f !important;
}


/* b2evolution */
input.bComment,
textarea.bComment
{
	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;
}


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


a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #9ae;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #78a;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #9ae;
}


.pageSubTitle {
	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;

}
div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 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: #ddd;
	color: #78a;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

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



.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 180px;
	margin: 0ex;
}

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

.center {
	color: #F0C5D2;
}

.center2 {
	text-align: center;
	color: #F0C5D2;
	padding-bottom: 10px;
}

.searchbar {
	color: #F0C5D2;
	width: 145px;
	margin-left: 18px;
	padding-bottom: 10px;
}
.unknowbox {
	color: #F0C5D2;
}
