.clear {clear:both;}
.cb {clear:both;}
.fL {float:left;}
.fR {float:right;}

.aL {text-align:left;}
.aC {text-align:center;}
.aR {text-align:right;}
.aJ {text-align:justify;}

a {
	color:#997638;
	font-size:12px;
	text-decoration:none;
	font-style:italic;
}

a:hover { 
	text-decoration:underline;
}

#context {
	width:850px ;
    margin-left:auto ;
    margin-right:auto ;
	margin-top:0px ;
	margin-bottom:0px ;
	text-align:left ;
	padding:0px ;
	background-color:black ;
}


body {
	background-color:black;
	color:#997638;
	font-size:13px;
}

#header {
	background-image:url('../images/gore_head.jpg');
	background-repeat:no-repeat;
	width:850px;
	height:171px;
	font-family:arial;
}

#left {
	width:200px;
	float:left;
	margin-right:17px;
}

#left .box .body {
	width:180px;
	
}

#center {
	width:406px;
	float:left;
}

#center .box {
	float:left;
}

#right {
	width:200px;
	float:left;
	margin-left:17px;
}



.box {
	border:1px solid #997638;
	padding:5px;
}

#context_body {
	position:relative;
}

#blogContent {
	float:left;
}

.blogEntry {
	
	margin-bottom:5px;
	margin-top:5px;
	padding:2px 0px 5px 0px;
	float:left;
}

.blogEntry .blogHeader a{
	color:#c3861c;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

.blogEntry .blogHeader {
	float:left;
	width:408px;
	margin-bottom:15px;
	color:#372c1b;
	font-weight:bold;
}

.blogEntry .blogLead {
	float:left;	
}

.blogEntry img {
	border:1px solid #997638;
	text-align: left;
	width:250px;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

.tableControl {
	width:408px;
	text-align:center;
	
}

.tableControl a {
	font-style:normal;
	font-size:13px;
	color:#c3861c;
	font-weight:bold;
}

.tableControl .notActive {
	font-style:normal;
	font-size:13px;
	color:white;
}

.search {
	position:relative;
	top:-20px;
}

.search input[type=text] {
	background-color:black;
	border:1px solid #444444;
	color:#c3861c;
	font-weight:bold;
}

.inputter {
	background-color:black;
	border:1px solid #444444;
	color:#c3861c;
	font-weight:bold;
}

.submitter {
	background-color:#c3861c;
	border:1px solid #444444;
	color:black;
	font-weight:bold;
}

.search input[type=submit] {
	background-color:#c3861c;
	border:1px solid #444444;
	color:black;
	font-weight:bold;
}

.blogComment {
	float:left;
	width:408px;
}

.blogComments_table {
	width:408px;
	margin-top:15px;
}

.blogComments_table th {
	background-color:#997638;
	color:black;
	font-weight:bold;
	padding:2px;
}

.blogComments_table td {
	border:1px solid #997638;
	padding:2px;
	margin-bottom:5px;
}

.blogComments_table .footer {
	border:1px dashed black;
	height:20px;
}

.buttonCommentB {
	border:2px solid #bb7c13;
	width:30px;
	height:30px;
	font-size:17px;
	font-weight:bold;
	color:#bb7c13;
	background:none;
	font-family:"Times New Roman",Georgia,Serif;
}

.buttonCommentI {
	border:2px solid #bb7c13;
	width:30px;
	height:30px;
	font-size:17px;
	font-style:italic;
	color:#bb7c13;
	background:none;
	font-family:"Times New Roman",Georgia,Serif;
}

.buttonCommentU {
	border:2px solid #bb7c13;
	width:30px;
	height:30px;
	font-size:17px;
	text-decoration:underline;
	font-family:"Times New Roman",Georgia,Serif;
	color:#bb7c13;
	background:none;
}

.buttonCommentSmile {
	border:1px solid #bb7c13;
	background:none;
	color:#bb7c13;
	font-size:17px;
	text-decoration:underline;
	font-family:arial
}

.commentzone {
	border:2px solid #bb7c13;
	width:200px;
	height:150px;
	font-size:17px;
	font-family:arial;
	color:#bb7c13;
	background:none;	
}
