/*
Dimensions
900
600-300
590-280
*/


/* ____________________________ GENERIC STUFF _____________________________ */

body{
	background:url(http://joshtam.net/paranormal/p/bg.jpg) top center repeat-y #333333;
	margin:0px;
	color:#aaaaaa;
	font:13px Arial, sans-serif, sans;
	cursor:default;
}

em {
	display:block;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:9px;
	font-style:none;
	font-family: Consolas, Courier, monospace;
	color:#88ff88;
}

a {text-decoration:none; font-weight:bold}
a:link, a:visited { color:lime; }
a:hover, a:visited:hover { color:#B7FF6F; border-bottom:1px dotted #b7ff6f}
a:active { color:white; }
a img{border:0px}


/* ____________________________ ID STUFF ___________________________________ */

#divmain{
	margin:auto;
	width:896px;
}

#divheader p{
	display:block;
	width:880px;
	height:13px;
	background:url(http://joshtam.net/paranormal/p/headerbottom.png) top center no-repeat;
	margin:0px auto 0px auto;
	text-indent:-9999em;
}

#h1main{
	text-indent:-9999em;
	display:block;
	width:545px;
	height:219px;
	background:url(images/paranormallogo.jpg) no-repeat;
}

#divbody{
	float:left;
	width:590px;
}

#divbodytop{
	width:590px;
	height:20px;
	background:url(http://joshtam.net/paranormal/p/content.png) no-repeat;
}
#divbodyinside{
	width:580px;
	background:url(http://joshtam.net/paranormal/p/contentrepeat.png) repeat-y;
	padding:5px 15px 5px 5px;
}
#divbodyinside h1, h2{
	font-size:15px;
	margin:8px 12px 0px auto;
	text-shadow: #55aa55 1px 1px 3px;
	border-bottom:1px dashed #333333;
}
#divbodybottom{
	width:590px;
	height:20px;
	background:url(http://joshtam.net/paranormal/p/content.png) 0px -42px no-repeat;
}
#divside{
	float:left;
	width:300px;
}
#divsidetop{
	width:300px;
	height:10px;
	background:url(http://joshtam.net/paranormal/p/side.png) no-repeat;
}
#divsideinside{
	width:280px;
	background:url(http://joshtam.net/paranormal/p/siderepeat.png) repeat-y;
	padding:4px 20px 4px 15px;
	font-size:11px;
	color:white;
	line-height:11px;
}
#divsideinside h3, #divsideinside h2{
	display:block;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:9px;
	font-style:none;
	font-family: Consolas, Courier, monospace;
	color:#88ff88;
	margin:0px;
	border:0px;
}
#divsidebottom{
	width:300px;
	height:10px;
	background:url(http://joshtam.net/paranormal/p/side.png) 0px -40px no-repeat;
}

#navbar-iframe { display:none }




/* ________________ CLASSES __________________ */
.superclearer{
	clear:both;
}

.headerlogo{
	display:block;
	width:880px;
	height:100px;
	background:url(http://joshtam.net/paranormal/p/header.jpg) top center no-repeat;
	margin:0px auto 0px auto;
	text-indent:-9999em;
	
}
.divhr{
	width:85%;
	height:1px;
	border-top:1px dotted #66bc66;
	margin:5px 0px 5px 0px;
}
.divcomments{
	font-size:11px;
	margin:5px 20px 0px 5px;
	padding:5px;
	background:url(http://joshtam.net/paranormal/p/commentbg.png) repeat-x;
}
.divcomments p{
	text-transform:uppercase;
	font: 9px consolas,courier,monospace;
	letter-spacing:1px;
	margin:0px;
}


