/* -- standard html layout --*/

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-image: url(/common/images/right.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

a:link, a:visited {
	color: #009;
	text-decoration: none;
	}
	
a:hover {
	color: #7373b6;
	text-decoration: none;
	}
p.post { /* post body */
	margin: 4px 2px 5px 2px;
	font-size: 11px;
}

div.post {
	border-bottom: 1px #ccc dashed;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

div.ad {margin-bottom: 4px; padding-bottom: 2px; }

a.title:link, a.title:visited { 
	color: #006; 
	text-decoration: none;
}

a.title:visited { 
	color: #999; 
	text-decoration: none;
}

a.title:hover {
	color: #006; 
	text-decoration: underline;
}
	

/*-- classy parts etc --*/

.ppost {
	background: url(/templates/phazed/images/tl.gif) 0 0 no-repeat #f0f0f0;
	padding: 5px 5px 5px 5px;
}	

.nsfw {color: red;}

.menutl {background: url(/templates/phazed/images/tl.gif) 0 0 no-repeat #ddd; }

.menutr {
	background: url(/templates/phazed/images/tr.gif) 100% 0 no-repeat;
	font-size: 12px;
	margin: 0;
	padding: 1px 0 1px 6px;
	border-bottom: 1px #94a6d8 solid;
	color: #132a6c;
	font-weight: bold;
}

.pagination ul li a {
	background: #eee;
	color: #333;
	text-decoration: none;
	padding: 0 4px 1px 4px;
	/* padding: 1px 5px; */
	border: 1px #999 solid;
}

.pagination ul li a:hover {
	background:  #dee3ee;
	border: 1px #000 solid;
}

.captcha {
	padding:0;
	width: 300px;
	}
	
.captcha_butt {
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:pointer;
	}
	
/*-- id'd parts --*/
#header {
	background: #f5f5f5;
	padding: 5px 10px 5px 5px;
}

#logo {
	font-size: 16px;
	font-weight: bold;
	padding-left: 7px;}
	
#topnav {
	border-top: 1px #335577 solid;
	border-bottom: 1px #335577 solid;
	font-size: 12px;
	margin: 0;
	padding: 3px 5px 3px 5px;
	background: #7d93b5;
}

#topnav ul {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

#topnav ul li {
	display: inline;
	margin-right: 15px; }

#topnav a:link, #topnav a:visited {
	color: #e3e9f2;
	text-decoration: none;
	font-weight: bold;
	}
	
#topnav a:hover {
	color: #fff; text-decoration: none;
	font-weight: bold;
	}

#content { /* content container */
 	margin-right: 190px;
	padding: 10px 5px 5px 8px;
	overflow: hidden;
}


#content h1 a:link, #content h1 a:visited, #content h1 a:hover {
	display: block;
	text-decoration: none;
	color: #111;
	}

#content h1 { /* post tags */
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #444;
	width: 80px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	/*background: url(/templates/phazed/images/tl.gif) 0 0 no-repeat;*/
}

#content h2 { /* post titles */
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#content h3 { /* post info */
	color: #555;
	font-size: 10px;
	margin: 0 0 0 1px;
	font-weight: normal;
	float: left;
}

#content h4 { /* comments */
	color: #555;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 2px 0;
	text-align: right;
}

#content p a:link { color: #009; text-decoration: underline; }
#content p a:visited { color: #999; text-decoration: none; }
#content p a:hover { color: #7373b6; text-decoration: underline; }

#left {
	position: absolute;
	left: 0;
	top: 68px;
	width: 130px;
	padding: 7px 5px;
}

#right { /* right menu container */
	position: absolute;
	right: 0;
	top: 68px;
	width: 180px;
	padding: 7px 5px;
}

#right h2 { /* menu body */
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
}

#right h2 a:link, #right h2 a:visited {
	color: #009;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 5px;
	border-bottom: 1px #ddd solid;
}

#right h2 a:hover {
	background:  #eee;
	color: #000;
	display: block;
	padding: 2px 2px 2px 5px;
	border-bottom: 1px #94a6d8 solid;
}

#extra {
	margin: 25px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #999;
}

#extra a:link, #extra a:visited { color: #999; text-decoration: none; }
#extra a:hover { color: #000; text-decoration: none; }