/* 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-color: #fff;

	padding: 0px;

	margin: 0px;

	color: #000;

	font: 84% Trebuchet MS, Trebuchet, Tahoma, Arial;

	text-align: justify;

	border-top:10px solid #e04eff;

	border-bottom:10px solid #52c8f9;

}



blockquote {

	border: 2px dotted #D68B15;

	background-color: #ecb0da;

	padding: 1em;


}



ins {

	color:#000000;

	font-style: italic;

}



a {

	color: #9F0000;

	border: 0;

}

a:visited {

	color: #9F0000;

	border: 0;

}

a:hover {

	color: #FF0000;

	border: 0;

}



a.nada {

	text-decoration:none;

	border: 0;

}





h2 {

	color: #999;

	font-size: 80%;

	text-align: right;

}

h3 {

	color: #000;

	font-size: 120%;

	text-align: left;
	padding-left: 10px;
	margin-top: 40px;

}



h5 {

	text-align: left;

	font-size: 160%;


}



h5 a {


	color:#a100c4;

}



h5 a:hover {

	text-align: center;

	color:#a100c4;

	text-decoration: none;

}


h5 a:visited {

	text-align: center;

	color:#a100c4;


}




table.invisible

{

	margin: 1ex;

	border-collapse: collapse

}

table.invisible td

{

	padding: 0ex 0ex;

}

td.right

{

	text-align: right;

}

div#pageFooter {

	clear: both;

	width: 742px;

	margin: 0 auto;

	background:#e04eff;
}

p.baseline {

	text-align: center;

	font-size: 74%;

	color: #fff;

}

hr {

	height: 0;

	border: 0;

	border-top: 1px solid #78a;

}



div#wrapper {

	width: 742px;

	margin: 0 auto;

	border-left: 2px solid #e04eff;

	border-right: 2px solid #e04eff;

	background: #fff url(img/bg_content.gif) repeat-y 0 0;

}



h1#pageTitle {

	letter-spacing: 2px;

	font-size: 200%;

	font-weight: bold;

}







.pageSubTitle {

	color: #000;

	text-align: center;

	margin-top: 130px;

	font-weight: bold;

	letter-spacing: 2px;





}

div.stats{

	float: right;

	padding-right: 1px;

	padding-top: 1px;

	padding-bottom: 1px;

	padding-left: 0px;

}



/* Styles for posts */

.bPosts {

	margin-top:2px;

	float: right;

	width: 480px;

	padding-right: 6px;

	overflow: hidden;

}

.bPost, .bPostpublished

{

	clear: both;

	margin: 0 2.5ex;

	border-bottom: 1px solid #ddd;

	/* border: 1px solid #78a; */

}

.bSmallHead {

	font-size: 80%;

	color: #999;

	margin: 1ex 0 2ex 0;

	text-align: right;

}

.bTitle {

	color: #78a;

	margin: 1ex 0;

}

.bText {

	margin-top: 0px;

	margin-bottom: 0px;

}

.bSmallPrint

{

	clear: both;

	color: #999;

	font-size: 80%;

	margin: 1ex 0 2ex 0;

}



.bMore

{

	text-align:center;

	font-weight: bold;

}

.bSmallPrint2

{

	clear: both;

	color: #999;

	font-size: 80%;

	text-align: center;

}

input.bComment, 

textarea.bComment

{

	background-color: #EEEEEE;

	border: 1px solid #ccc;

	width: 97%;

	padding: 2px;

	margin: 0ex;

}

select.bComment		/* Used by the profile form */

{

	background-color: #EEEEEE;

	border: 1px solid #ccc;

	padding: 1px;

	margin: 0ex;

}





/* Styles for stats */

div.statbloc

{

	width: 490px;

	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: #8AA793;

	padding: 1ex;

}







/* Styles for sidebar (right) */



.bSideBar {

	width: 250px;	

	float: left;

	height: auto;
	background-color: #ade3f9;

}



h3

.bSideItem {

	margin: 2ex;

	padding: 0 0 2ex 0;

	border-botton: 1px solid #ddd;

}

.bSideItem ul {

	margin-left: 5px;

	margin-right: 10px;

	padding-left: 8px;

	margin-top: 8px;

	margin-bottom: 8px;

	list-style-type: none;

}

.bSideItem ul ul{

	margin-left: 18px;

	padding-left: 8px;

	margin-top: 0px;

	margin-bottom: 0px;

}

.bSideItem form {

	margin-top: 0px;

	margin-bottom: 0px;

}

.dimmed

{

	color: #3F4441;

	font-size: 84%;

}

input.SearchField

{

	background-color: #EEEEEE;

	border: 1px solid #ccc;

	padding: .5ex;

	width: 95%;

	margin-left: 0px;

}





/* Calendar: */

caption {

	border: 1px solid #000;

	background-color: #F4E4FB;

	border-bottom: 0;

}

table.bCalendarTable {

	border: solid 1px #000;

	border-collapse: separate; 

}

table.bCalendarTable tfoot td {

	background-color: #F4E4FB;

	border-top: 1px solid #000;

}

table.bCalendarTable tfoot a {

	text-decoration: none;

}

table.bCalendarTable tfoot a:hover {

	background-color: #D883FF;

	color: #fff;

}

th.bCalendarHeaderCell {

	color: #fff;

}

#bCalendarToday {

	background-color: #F0DAFB;

}



.bSideItem h3 a {color:#78a; text-decoration:none;}

.bSideItem h3 a:hover { text-decoration:underline; color: #78a; }

.banner { margin: 10px;}


.bSideItem li {margin-bottom: 5px; list-style-image:url(img/garimar.png); list-style-type:square; margin-left:25px;}

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 { background-color: #000;}

div.top_menu ul {
	margin: 0px;
	padding: 0;
	list-style-type:none;
	padding: 0;
}
div.top_menu li {
	text-decoration: none;
	display: inline;
	border-right:1px solid #fff;
}
div.top_menu li a {
	padding: .5ex 1em .5ex 1em;
	color: #fff;
	margin-bottom: 10px;
	font-weight:bold;
	text-decoration:none;
}
div.top_menu li a:hover {
	text-decoration: underline;
	background-color:#ec20b0;
	color:#FFFFFF;
}


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;

}
div.PageTop {width: 742px; margin: 0 auto; padding-top: 10px; padding-bottom: 10px; background-color:#52c8f9;}
