/*  
Theme Name: BBnet default - WP2.7
Theme URI: http://blueblood.net/
Description: 
Version: 1.2
Author: Forrest Black
Author URI: http://blueblood.net/

*/


/**
 * Blueblood.net classes
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 10px 10px 10px;
	font-size: 12px;
	background-color: #372360; 
	background-image: url(/_images/bg2.jpg); 
}



a:link
{
	color: #5B0081;
	text-decoration: none;
}
a:visited
{
	color: #5B0081;
	text-decoration: none;
}
a:hover, a:active
{
	color: #9D7CBB;
	text-decoration: underline;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.required {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
}

.title {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bolder;
	color: #36225D;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.2em;
	}

h2 {
	font-size: 1.6em;
	line-height: 1;
	}



h3 {
	font-size: 1.3em;
	}


.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.thumb_slide {
	border: 1px solid #000000;
	margin-bottom: 3px;
}

.story_box {
	border: 1px solid #000000;
}


.datetext {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 20px;
}
.story_box .date_box {
	color: #999999;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}

.ad_box {
	color: #999999;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.nav_right_headlines { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	text-align: left; 
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.inset_left {
	border: 1px solid;
	border-color: #000000;
	float: left;
	margin:2px 5px 0px 0px;
}

.inset_right {
	border: 1px solid;
	border-color: #000000;
	float: right;
	margin:2px 0px 0px 5px;
}

/* wp stuff */
#content {
	text-align:left;
	margin-left:8px;
	margin-right:8px;
}


.navigation {
	display:block;
	clear:both;
	font-size:1.0em;
	padding:10px 0;
}


.post {
	margin-bottom:.5em;
	padding-bottom: .5em;
	clear:both;
	border-bottom:1px solid #000;
}


.postmetadata {
	font-weight:bold;
	font-size:1.5em;
	color:#666;
	
}

.related {
	background-color:#E1E4F2;
	border:1px solid black;
	padding:8px;
	clear:both;	
}

.related ul {
	padding:0 0 0 0px;
	margin:0;
	list-style:none;

}

.related ul li:before {
	content: "\00BB \0020";
	}

#sidebar {
	width:160px;
	text-align:left;
	margin: 0 0px;
	padding: 0;

}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 3px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 3px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 0;
	padding: 0;
	}
	
	
	
/* Begin Form Elements */
#searchform {

}

#sidebar #searchform #s {
	border:1px solid #666;
	width:98%;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	width:500px;
	
}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width:99%;
	border:1px solid #666;
	padding:3px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



#tagcloud {
	clear:both;
	text-align:center;
	padding:1em 0;
}


/* Begin SUPPORT Form Elements */

	#reportTable {
		border-collapse: collapse;
	}
	
	tr.element {
		background-color: #FFFFFF;
	}
	
	#reportTable td {
		margin:0px;
		padding:5px;
	}
	
	td.label {
		width: 225px;

	}
	
	td.element {
		width: 350px;
	}
	
	td.element input, td.element textarea, td.element select {
		width:95%;
	}
	
	span.required {
		color: white;
	}



