h1, h2, h3, h4, h5, h6 {
	display: inline;
	padding:0px;
	margin:0px;
}

a > img {
	border: 0px;
}

.hiddenformfield {
	display:none;
}

.categorycontainer{
	float:left;
	clear:both;
	margin-bottom:20px;
}

.categoryheader{
	float:left;
	width:500px;
	clear:both;
}

.categoryheader >h2 {
	font-size:22px;
	font-weight: bold;
	color: rgb(80,80,80);

}

.categoryheader > span {
	font-size:12px;
	color: gray;
}

.toplinks{
	
}

.toplinks > a{
	font-weight:bold;
	font-size:12px;
}

.toplinks > a:visited{
	color: gray;
	font-size:12px;
	 text-decoration:none;
}

.toplinks >a:link{
	color:gray;
	font-size:12px;
	text-decoration:none;
}
 
.toplinks>a:hover{
	color:gray;
	font-size:12px;
	text-decoration: underline;
}


.maincontainer{
	width:565px;
	background-color: rgb(240,240,240);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	clear:both;
	float:left;
	padding-top:5px;
}

.defaultcontainer{
	width:555px;
	background-color: rgb(240,240,240);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	clear:both;
	float:left;
	padding:5px;
}

.defaultitem{
	float:left;
	background-color:white;
	padding:5px;
	font-size:14px;
	color: rgb(80,80,80);
}

.defaultmainitem{
	float:left;
	background-color:white;
	padding:5px;
	font-size:14px;
	color: rgb(80,80,80);
	width:545px;
}

textarea{
	font-family:Arial;
}

#userinfo{
}

#picselectiondiv {
	background-color: gray;
	float:right;
}

.wallcontainer{
	width:550px;
	background-color: rgb(240,240,240);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	clear:both;
	float:left;
	padding:5px;
	margin-bottom:20px;
}

.wallitem{
	background-color:white;
	padding:0px;
}

.mainitem{
	background-color:white;
	margin-left:5px;
	margin-right:5px;
}

.fieldname{
	float:left;
	width:80px;
	text-align:right;
	padding-top:4px;
	color: rgb(80,80,80);
	text-align:right;
}

.poster{

	float: left;
	background-color: white;
	margin-left:5px;
	margin-bottom:5px;
	height:175px;
	width:125px;
	padding:5px;
}

.postertitle {
	height: 35px;
	overflow:hidden;
	width:120px;	
	}

.posterline1{
	font-size:12px;
	font-weight:bold;
	color:gray;
	height:16px;
	clear:both;
	overflow: hidden;
}

.posterline1b{
	font-size:12px;
	font-weight:bold;
	color:gray;
	max-height:32px;
	clear:both;
	overflow: hidden;

}

.posterline2{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:gray;
	height:32px;
	clear:both;
	overflow: hidden;
	clear:both;
}

.posterline2b{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:gray;
	height:16px;
	clear:both;
	overflow: hidden;
	clear:both;
}

.poster > a, a:visited, a:active, a:link{
	text-decoration:none;
	color:gray;
}

a:hover {
	text-decoration:underline;
}

.homeblogsnippet >p{
	margin-bottom:5px;
}

a.readmore:link, a.readmore:visited, a.readmore:active{
	font-size:12px;
}



a.homeblogtitle:link, a.homeblogtitle:visited, a.homeblogtitle:active {
	font-size:14px;
	font-weight: bold;
	color: gray;
}

.homeblogsnippet {
	font-size:13px;
	color: #393939;
}



.blogpostinfo{
	font-size:11px;
	color:gray;
}

.blogcontent{
	padding:5px;
	background-color:white;
}

.pagination{
	clear:both;
	text-align:center;
	
}

.pagetitleholder{
	float:left;
}
.pagetitleholder > h1 {
	font-size:20px;
	color: rgb(80,80,80);
}
.pageinfo{
	clear:both;
	font-size:14px;
	color:gray;
}

.sidebarinfo{
	font-size:14px;
	color: rgb(80,80,80);
}

/* registration */

.regformfield {
	width:130px; 
	float:left; 
	text-align:right;
	color:rgb(80,80,80);
}

.regformerror{
	color: #FF7D40;
}

.formfieldwrap{
	margin-top:5px;
}

/* toolinfo */

.toolcategory{
	 clear:both;
	 padding-right:5px;
	 margin-bottom:10px;
}

.detailtool {
	font-weight: bold;
	color: rgb(80,80,80);
	font-size:14px;
}

.toolinfotext {
	font-size:12px;
	color: rgb(80,80,80);
}


.blogpostbody{
	font-size:12px;
	color:#333333;
}

.blogpostheader{
	font-size:14px;
	font-weight:bold;
	color: rgb(80,80,80);
}

span#copyright{
color:gray;
font-size:12px;
}


