@import url(../../rsc/basic.css);	/* Import basic styles */

@import url(../../rsc/forms.css);	/* Import default form styles */

/*@import url(../../rsc/comments.css); Import default comment styles */



body {

		margin:20px 20px 0px 20px;

		background:#eee;

		}

	

	#main {

		position:relative;

		border-bottom:1px solid #000;

		border-left:1px solid #000;

		border-right:1px solid #000;

		border-top: 1px solid #000;

		background:#fff;

		padding-top:0px;

		margin-top:10px;

		height:100%;

		clear:both;

		font-family:Georgia, "Times New Roman", Times, serif;

		}



/* Looks like you have to specify the width of #menu

or IE5 Mac stretches it all the way across the div, and 

Opera streches it half way. */



	#main #menu {

		border-left:1px solid #000; 

		border-bottom:1px solid #000;

		border-top: 0px none #000;

		border-right:0px none #000;

		float:right;

		width:230px;

		background:#eee;

		/*margin:0px 0px 10px 10px;*/

		clear:both;

		font-size:12px;

		}

		

#main #menu a {	color:#000;

			text-decoration: none;

			height: 14px;

	}



		

	/*	#menu li a {

	background-image: url(img/boxbullets.gif);

	background-repeat: no-repeat;

	background-position: 0 1px;

	color: #000;

	padding-left: 14px;

	text-decoration: none;

	font-size:small;

	}*/

	

	#main #menu li a {

	background-image: url(img/boxbullets-long.gif); 

	background-repeat: no-repeat;

	background-position: 0 1px;

	color: #000;

	padding-left: 14px;

	text-decoration: none;

	height: 14px;

	}
	
		#main #menu a.clear {

	background-image: url(none); 

	background-repeat: no-repeat;

	background-position: 0 1px;

	color: #000;

	text-decoration: none;

	height: 14px;

	}
	
#main #menu ul  {
	margin-left:5px;
	padding-left: 5px;
	list-style-type: none;}
#main #menu ul ul {padding-left: 5px;}
#main #menu ul ul ul {padding-left: 5px;}



#main #menu li a:visited {

	background-image: url(img/boxbullets-long.gif); 

	background-position: 0 -154px;

}



#main #menu li a:hover {

	background-image: url(img/boxbullets-long.gif); 

	background-position: 0 -78px;

	color: #abc;

}

		

	p,h1,pre {

		margin:0px 10px 10px 10px;

		  font-family:Georgia, "Times New Roman", Times, serif;

		}

		



		

 a:link, a:visited, a:active{color:#abc;}

 a:hover{color:#B6B6B6;}

 

 blockquote{border:2px dotted #ccc;}

		

	.dimmed

{

	color: #aaa;

	font-size: 84%;

}

		

	#main #menu h1 {

		font-size:14px;

		padding-top:10px;

		}

	#main #menu h3{	font-weight: bold;

	border-top: 1px solid #aaa;

	border-bottom: 1px solid #aaa;

	background-color: #fff;

	text-align: center;

	padding-top: 5px;

	padding-bottom: 0em;

	font-size: 16px;}

	

		#main #menu h4{	font-weight: normal;

	border-top: 1px solid #aaa;

	border-bottom: 1px solid #aaa;

	background-color: #fff;

	text-align: center;

	padding-top: 0.1em;

	padding-bottom: 0em;

	font-size: 14px;}

		

	#header {

 width: 100%;

 color: #069;

 margin:0; padding: 0;

 border-bottom: 8px double white;

 z-index: 100;

  }

  

  #header h1 {

  font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 25px;

	color:#4F4B4B;}

		

	h1 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 18px;

}



h2 {

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color:#ddd;}

	

	#menu p { font-size:10px}



.bPosts {margin-left:5px;}



.bPost, .bPostpublished

{

	

	margin-right: 10px;

	margin-left: 20px;

	margin-top: 8px;

	margin-bottom: 8px;

	padding-right: 8px;

	padding-left: 8px;

}

.bPostSide

{

	margin-bottom: 8px;

}

.bSmallHead {

	  font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 60%;

	margin-top: 8px;

	margin-bottom: 8px;

	color: #B6B6B6;

}

.bTitle {

	margin-top: 8px;

	margin-bottom: 8px;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 120%;

}

.bText {

	margin-top: 0px;

	margin-bottom: 0px;

}

.bMore

{

	text-align: center;

}

.bMore a

{

	font-weight: bold;

	font-size: 110%;

}

.bSmallPrint,

{

	

	  font-family:Georgia, "Times New Roman", Times, serif;

	font-size: 80%;

	margin-top: 8px;

	margin-bottom: 8px;

}

	

	.clear {clear:both;

	height:0}



/* Styles for comments */

div.bComment {

	border-color: #33CCCC;

	padding-bottom:10px;

	margin-bottom:10px;

	border-bottom:1px solid #ccc; /* override */

}



form.bComment fieldset

{

	clear: none;

	border: none;

	margin: 2ex 0ex;

	padding: 0ex;

	/* border: 1px solid #f00; */

}



/* Styles for comment form */

input, 

textarea

{

	background-color: #f0f0f0;

	border-width: 1px;

	border-color: #cccccc;

	border-style: solid;

	padding: .5ex;

	margin: 0ex;

	-moz-border-radius: 6px;

}



fieldset {-moz-border-radius: 6px;}

select.bComment

{

	background-color: #f0f0f0;

	border-width: 1px;

	border-color: #cccccc;

	border-style: solid;

	padding: .5ex;

	width: 100%;

	margin: 0ex;

	-moz-border-radius: 6px;

}



/* Styles for stats */

div.statbloc

{

	float: left;

	width: 44%;

	margin-left: 2%; 

	margin-right: 0%; 

	margin-bottom: 2ex;

	border: 1px solid #abc;

}

div.statbloc h3

{

	margin-top: 0px;

	margin-left: 0px;

	margin-right: 0px;

	color: #FFFFFF;

	text-align: center;

	background: #abc;

	padding: 1ex;

}
