#doc h1 {
	height: 100px;
	background-image: url(img/Blog.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #fff;
}
#content h3 {
	padding-bottom: 45px;
}
#posts {
	float: left;
	width: 525px;
	text-align: left;
	border-right: solid 1px #999;
	padding-right: 10px;
	padding-left: 10px;
}
#posts h4 {
	font-family: verdana;
	font-size: 17px;
	text-align: center;
	border-bottom: dotted 1px #330000;
	padding-bottom: 10px;
}
#posts h5 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	font-weight: normal;
}
div.topic_odd {
	padding-bottom: 20px;
	border-top: solid 1px #ccc;
	padding-top: 30px;
	background-color: #e4e3e3;
	padding-right: 10px;
	float: left;
	width: 500px;
	padding-left: 10px;
}
div.topic_even {
	padding-bottom: 20px;
	border-top: dotted 1px #999;
	padding-top: 30px;
	background-color: #f9f9f6;
	padding-right: 10px;
	float: left;
	width: 500px;
	padding-left: 10px;
}
/*
div.topic_odd:hover {
	background-color: #999;
	color: #fff;
}
div.topic_even:hover {
	background-color: #ccc;
	color: #fff;
}


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NEW ADDITION BELOW: Blog Object!!!   */
div.p_obj {
	padding-top: 10px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	position: static;
	float: left;
	width: 500px;
	text-align: center;
}
div.p_obj a {
	text-decoration: none;
}
div.p_obj img {
	border: solid 1px #000;
}
a.user {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #333;
	width: 125px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	float: left;
	text-align: left;
}
a.user:hover {
	color: #000;
	cursor: help;
}
a.user span {
	display: block;
	text-align: left;
	padding-left: 20px;
}
a.user img {
	border: solid 1px #000;
}
span.p_date {
	display: block;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 300px;
	text-align: center;
	padding-bottom: 5px;
	
}
a.p_subject {
	display: block;
	width: 350px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px;
	color: #330000;
	text-decoration: none;
}

div.topic_odd a.p_subject:hover {
	text-decoration: none;
	background-color: #fff;
}
div.topic_even a.p_subject:hover {
	text-decoration: none;
	background-color: #e4e3e3;
}
div.p_topic {
	float: left;
	width: 500px;
	text-indent: 20px;
	
}
div.p_topic p {
	font-family: verdana;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 10px;
	
}
div.p_topic p a {
	font-weight: bold;
	font-family: verdana;
	font-size: 10px;
	padding: 4px;
}
div.p_topic p a:hover {
	background-color: #666;
	color: #fff;
}
span.continued {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
div.p_metrics {
	float: left;
	width: 500px;
	display: block;
	text-align: center;

}
div.p_metrics p {
	font-family: verdana;
	font-size: 10px;
	
}

#new_topic {
	float: left;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#new_topic fieldset {
	border: 0;
}
#new_topic label {
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
}
#new_topic label span {
	float: left;
	width: 150px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}
#blog {

}
#blog p {

}
#blog a {
	text-decoration: underline;
	color: blue;
}
#blog a:hover {

}
div.paddiv {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
#new_topic p {
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #e4e3e3;
	border: solid 1px #ccc;
	color: #000;
	width: 400px;
	padding: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
#new_topic fieldset span {
	font-family: verdana;
	font-size: 12px;
}
input.emtxt {
	width: 180px;
	padding: 2px;
	border: solid 1px #330000;
	background-color: #fff;
}
input.ttxt {
	width: 300px;
	padding: 2px;
	border: solid 1px #330000;
	background-color: #fff;

}
#extras {
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 20px;

}
#extras h4 {
	font-family: verdana;
	font-size: 17px;
	text-align: center;
	border-bottom: dotted 1px #330000;
	padding-bottom: 10px;
}
#search {
	text-align: left;
}
#search fieldset {
	border: 0;
	padding: 10px;
}
#search label {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 5px;
}
input.searchtxt {
	padding: 2px;
	width: 180px;
	border: solid 1px #330000;
	background-color: #fff;
}
#sresults {
	position: relative;
	float: left;
	width: 184px;
	height: 200px;
	overflow: scroll;
	background-color: #fff;
	border: solid 1px #000;
}
span.dropdownspan {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 100%;
}
#sresults p {
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
	display: block;
	background-color: #000;
	color: #fff;
}
#sresults ul li {
	display: block;
	list-style: none;
	padding: 2px 2px 2px 2px;
	border-bottom: dotted 1px #ccc;
}
#sresults ul li a {
	display: block;
	list-style: none;
	width: 100%;
	padding: 6px;
	border: solid 1px #fff;
	font-weight: normal;
	font-family: verdana;
	font-size: 10px;
	
}
#sresults ul li a:hover {
	border: solid 1px #ccc;
	background-color: #e4e3e3;
}
#sresults ul li a span {
	color: #000;
	font-family: arial;
	font-size: 10px;
	display: block;
	width: 100%;
	background-color: #e4e3e3;
	text-align: center;
	border-bottom: solid 1px #999;
	letter-spacing: 1px;
}
a.closeajax {
	text-align: right;
	display: block;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 100%;
	color: #666;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	border-bottom: dotted 1px #fff;
}
a.closeajax:hover {
	border-bottom: dotted 1px #000;
}


#archives {
	float: left;
	width: 100%;
}
#archives a {
	text-decoration: none;
}
#archiveframe {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#topcontributors {
	padding-bottom: 20px;
	float: left;
}
div.tablepad {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#topcontributors table {
	width: 100%;
}
#topcontributors table tr {

}
#topcontributors table tr td {
	border: solid 1px #ccc;
	font-family: verdana;
	font-size: 10px;
}
#topcontributors table tr td a {
	display: block;
	padding: 4px;
}
#topcontributors table tr td a:hover {
	color: #000;
	background-color: #e4e3e3;
}
td.head {
	text-align: center;
	font-weight: bold;
	background-color: #e4e3e3;
}
td.num {	
	text-align: center;
	padding: 4px;
}

#topcontributors a {
	text-decoration: none;
	color: #990033;
	font-size: 10px;
}
#newbloggers {

}
#newbloggers ul {
	width: 95%;
}
#newbloggers ul li {
	display: block;
	list-style: none;
}
#newbloggers ul li a {
	display: block;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	color: #000;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	background-color: #fff;
	border: solid 1px #fff;
	text-decoration: none;

}
#newbloggers ul li a:hover {
	background-color: #e4e3e3;
	border: solid 1px #ccc;
	color: #000;
}
#newbloggers ul li a img {
	border: solid 2px #000;
}
#newbloggers ul li a span {
	display: block;
}
div.emsg {
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	color: red;
}
h4.keptopics {
	padding-top: 50px;
}
#poptopics {
	float: left;
	display: block;
}
#poptopics a {
	text-decoration: none;
	color: #330000;
}
#poptopics h4 {
	float: left;
	width: 100%;
	display: block;
	padding-top: 25px;
}
#poptopics h4 span {
	display: block;
	width: 100%;
	font-size: 10px;
}
#poptopics ul li {
	width: 100%;
	display: block;
	float: left;

}
#poptopics ul li a {
	width: 100%;
	display: block;
	padding: 5px;
	border-bottom: dotted 1px #333;
	font-family: verdana;
	font-size: 9px;
	text-align: left;
	height: 40px;

}
#poptopics ul li a span.mtext {
	display: none;
}
#poptopics ul li a span.dotz {
	display: inline;
}
#poptopics ul li a:hover {
	font-weight: bold;
	font-size: 12px;
}
#poptopics ul li a:hover span.mtext {
	display: inline;
	font-size: 12px;
}
#poptopics ul li a:hover span.dotz {
	display: none;
}
a.mvt_release {	
	font-family: verdana;
	font-size: 17px;
	text-align: center;
	float: left;
	width: 100%;
	display: block;
	padding-bottom: 10px;
	padding-top: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #330000;
}
