#Blog_Grid { 
	width: 100%;
	}

#Blog_Grid div.Content_Box {
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
	}

#Blog_Grid div.Blog_Row_Head { 
	padding: 2px;
	float: left;
	}

#Blog_Grid div.Edit_Tab { 
	border-left: solid 1px #AE6D00; border-top: solid 1px #AE6D00; border-right: solid 1px #AE6D00;
	position: relative;
	width: 150px;
	height: 20px;
	float:right;
	}

#Blog_Grid div.Blog_Row_Title{ 
	clear: both;
	padding:  0 5px 5px 5px;
	border-left: solid 1px #AE6D00; border-top: solid 1px #AE6D00; border-right: solid 1px #AE6D00;
	background-color: #3c3c3c;
	font-weight: bold;
	}


#Blog_Grid div.Blog_Row_Content{ 
	padding: 5px;
	border-left: solid 1px #AE6D00; border-right: solid 1px #AE6D00;
	background: none;
	}

#Blog_Grid div.Blog_Row_Content_Footer{ 
	border-bottom: solid 1px #AE6D00;
	}

#Blog_Grid div.Blog_Row_Footer{ 
	padding: 2px 2px 2px 4px;
	border-left: solid 1px #AE6D00; border-right: solid 1px #AE6D00; border-bottom: solid 1px #AE6D00;
	background-color: #3c3c3c;
	}

#Blog_Grid div.Blog_Row_Comments{
	text-align:right;
	padding: 2px 4px 2px 2px;
	}

#Blog_Footer{ 
	padding: 2px 2px 2px 2px;
	border: solid 1px #AE6D00;;
	background-color: #3c3c3c;
	text-align: center;
	}

#Blog_NoRecords{ 
	
	padding: 2px;
	border-left: solid 1px #AE6D00; border-top: solid 1px #AE6D00; border-right: solid 1px #AE6D00; border-bottom: solid 1px #AE6D00;
	background-color: #3c3c3c; 
	text-align: center;
	}


.Blog_Archive_Row_Title td { 
	
	padding: 2px;
	vertical-align: top;
	background-color: #3c3c3c;
	font-weight: bold;

	}

.Blog_Archive_Table_Content { 
	
	border: solid 1px #AE6D00;
	}

.Blog_Archive_Row_Content td { 
	
	padding: 5px;
	vertical-align: top;
	background-color: #1c1c1c; 

	}

#blog_archive_search {
		clear: left;
		float: right;
        position: relative;
		width: 220px;
        }

#blog_archive_grid {
		width: 400px;
        position: relative;
		float: left;
        }


#blog_archive_cat_grid {
		float: right;
        position: relative;
		width: 220px;
        }

/*Blog Headlines*/
#blog_headlines { width:138px; padding: 3px; margin-bottom: 3px; margin-left: 0px; background-color: #3c3c3c; border: 1px solid #ff9a11;}

.archive_title{}
.archive_search_title{}
.archive_categories_title{}
.msgbox{padding: 5px;width: 133px; border: 1px solid #ff9a11; overflow: auto; background-color: #3c3c3c; color: #999999;}
.block_title{padding: 2px; padding-left: 12px; width: 131px; overflow: auto; background-color: #3c3c3c; color: #000; font-weight: bold; background-image: url(Images/block_top_back.gif); margin-top: 5px;}
.content_image{float: left; border: 1px solid #3c3c3c; display: block; margin-right: 5px;}

/*****************************************************/
/* CSS for the polls                                                   */
/* PR Bar Graph */
.option-css {
position: relative; /* IE is dumb */
width: 100%;
/*border: 1px solid #ff9a11;*/
padding: 1px;
margin-bottom: .2em;
background:#3c3c3c;
}
.option-graph {
position: relative; /* IE is dumb */
width:98%;
border: 1px solid #000;
padding: 1px;
margin-bottom: .2em;
background:#000;
}
.option-graph .bar {
display: block;
position: relative;
text-align: center;
color: #7c7c7c;
height: .8em;
line-height: .8em;

}
.option-graph .bar span { position: absolute; left: .5em; }

#pollbox {
margin-left: 0px;
margin-top: 2px;
padding:0.1em;
border: #ff9a11 solid 1px;
background:#3c3c3c;
width:141px;
}
#pollbox form{
margin: 0;
}
#pollbox  ul{
margin-left: .2em;
padding:.1em;
list-style-type: none;
font-size: 0.9em !important;
}
#pollbox  ul li{
margin-bottom: .2em;
list-style-type: none;
}

#pollbox p.small {
font-size: .8em !important;
}

/*********************************************************/
/* mailing subscription form */

#subscribe_box {
margin-left: 0px;
margin-top: 2px;
padding: 2px;
border: #ff9a11 solid 1px;
background:#3c3c3c;
width:139px;
}

#subscribe_radio {
display:inline;
}

#subscribe_box .input{
margin-bottom: 0.2em;
}

/*credit: http://www.exploding-boy.com */
/*- Top Right Preferences Link--------------------------- */
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 40px;
	width: 40px;
	background: url(../../Styles/TrinityHome/preferences_icon.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}