/*
Theme Name: The Human Marvels
Theme URI: http://www.thehumanmarvels.com
Description: The official theme of The Human Marvels
Author: Sam Benson
Author URI: http://www.artofbam.com
version: 1.0
*/



* {
  margin: 0;
  padding: 0; 
}

* {
  outline: none;
}

body{
  background: #CDC2AE url(images/bg.jpg) repeat;
  text-align: center;
  font-family: "Times New Roman",Times,FreeSerif,serif;
  font-size: 14px;
  color: #000;
}

a {
  text-decoration: none;
  color: #90332e;
}

a img{
  border: none;
}

a:hover{
  color: #7d0606;
}

h1{
  font-size: 24px;
  font-weight: normal;
  color: #272727;
  margin-bottom: 15px;
  float: left;
  width: 582px;
}

p{
  margin: 0 0 10px 0;
}

.clearall{
  clear: both;
}

#wrapper img{
  border: 0;
}

#wrapper{
  width: 966px;
  text-align: left;
  margin: 0 auto;
}

#main{
  width: 600px;
  float: left;
}

#main .featured{
  margin: 0 0 0 17px;
}

#menu{
  background: url(images/menu_bg.gif) no-repeat;
  width: 966px;
  height: 58px;
  float: left;
  font-size: 18px;
}

#menu ul{
  margin: 20px 0 0 21px;  
}

#menu li{
  display: inline;
  list-style: none;
  float: left;
  text-transform: uppercase;
  margin: 0 12px 0 13px;
}

#feature {
  width: 600px;
}

#feature .top{
  background: url(images/top.jpg) no-repeat;
  height: 25px;
}

#feature .content{
  background: url(images/featurecontent.jpg) repeat;
  padding: 0 12px 0 18px;
  clear: both;
}

#feature .bottom{
  background: url(images/bottom.jpg) no-repeat;
  height: 30px;
}

#feature .continue{
  float: right;
}

.feature_image{
  float: right;
  margin: 3px;
}

.content_body{
  float: left;
  margin: 20px 0 0 18px;
  width:582px;
}

.content_body .post{
  margin: 0 0 80px 0;
}

.content_body img{
  margin: 6px;
}

.postinfo{
  background: url(images/infobg.gif) no-repeat;
  color: #272727;
  margin: 13px 0 0 0;
  width: 582px;
  float: left;
}

.singleinfo{
  background: url(images/infobg.gif) no-repeat;
  color: #272727;
  margin: 13px 0 0 0;
  width: 582px;
  float: left;
  height: 35px;
}

.tags{
  float: left;
  margin: 7px 0 10px 5px;
}

.comments{
  float: right;
  margin: 7px 5px 10px 0;
}

#sidebar{
  width: 336px;
  float: left;
  margin-left: 30px;
}

#sidebar ul li{
  list-style: none;
}

#subscribe{
  width: 230px;
  font-size: 13px;
  float: right;
  text-align: right;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

#subscribe img{
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.search{
  width: 335px;
  float: right;
  margin: 14px 0 0 0;
}

.fieldHolder{
	width: 336px;
	height: 53px;
	background: url(images/searchbox.gif) no-repeat;
}

.search_field{
  font-family: "Times New Roman",Times,FreeSerif,serif;
	width: 295px;
	height: 24px;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	margin: 19px 0 0 20px;
}

.search_button{
  display: none;
}

#about{
  margin: 19px 0 0 0;
  float: right;
}

#about .continue{
  float: right;
  margin: 20px 0 0 0;
}

#about .image{
  float: left;
  margin: 4px 5px 0 0;
}

#about span{
  color: #730606;
  text-align: right;
  float: right;
  width: 219px;
}

#sidebarlinks{
  width: 158px;
  float: right;
  margin: 10px 0 0 20px;
}

#sidebarlinks ul li{
  list-style: none;
  text-align: center;
}

#amazon{
  margin: 20px 0 0;
}

#shirts{
  margin: 20px 0 0;
}

#categories{
  margin: 20px 0 0;
}

#weirdweb{
  margin: 20px 0 0;
}

#adsense{
  width: 150px;
  float: left;
  margin: 45px 0 0 0;
  text-align: right;
  height: 800px;
}


#footer{
  width: 966px;
  background: url(images/footerbg.gif) repeat;
  float: left;
  font-size: 13px;
  color: #272727;
  text-align: center;
  margin: 20px 0 0 0;
}

#footer p{
  margin: 12px 0 0px 0; 
}

.navigation{
  float: left;  
  width:582px;
  margin: 30px 0 0 0;
}

.navigation img{
  vertical-align: middle;  
}

.alignleft{
  float: left;
  display: inline;
  padding-top: 10px;
}

.alignleft a{
  color: #730606;
  text-transform: uppercase;
  font-size: 12px;
  background: url(images/previous.gif) no-repeat;
  padding: 10px 10px 10px 60px;

}

.alignright{
  float: right;
  display: inline;
}

.alignright a{
  color: #730606;
  text-transform: uppercase;
  font-size: 12px;
  background: url(images/next.gif) no-repeat;
  background-position: right;
  padding: 10px 60px 10px 10px;
}

.loggedin{
  margin: 0 0 10px 0;
}

.inputs{
  margin: 0 0 5px 0;
}

.textarea{
  width: 582px;
}

.submitbutton{
  float: right;
  margin: 5px 20px 0 0;
  width: 60px;
}

#commentssection{
  margin: -20px 0 20px 0;
}

#commentssection .image{
  margin:  30px 0 -25px 0;
}

#commentssection ul{
  list-style: none;
}

#commentssection span{
  text-transform: uppercase;
  font-weight: bold;
}

.commentmeta{
  color: #730606;
}

#feature p{
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
}

.commentmeta a{
  color: #730606;
}

.eachcomment{
  margin: 40px 0;
  padding: 20px 0;
  width: 582px;
  background: url(images/featurecontent.jpg) repeat;
}

.alt{
  margin: 30px 0;
}

#commentform{
  padding-top: 20px;
}
ul{ 
  list-style-type: none;
}
