/*
www.creepcake.com - CSS

Version: 4.0
Author: Creepcake.com
Author URI: http://www.creepcake.com
*/


html {
	background: #19110A url(images/html_bg.jpg) no-repeat center top;
	}

body {
	margin: 0;
	padding: 0;
	background: url(images/bck.jpg) repeat center top;
	background-attachment: fixed;
	FONT-FAMILY: Verdana, Tahoma, Arial;
	FONT-SIZE: 8pt;
	color: #3c3c3c;
	}


h1, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	}
	
.hideme {
	display: none;
	}

h2 {
	color: #DCD6BA;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	}


h2 a:link {
	color: #DCD6BA;
	text-decoration: none;
	}

h2 a:visited {
	color: #DCD6BA;
	text-decoration: none;
	}

h2 a:hover {
	color: #DCD6BA;
	text-decoration: none;
	}

p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	text-transform: uppercase;
	color: #42301F;
	font-size: 10px;
	}

a {
	color: #33CCFF;
	}

a:hover {
	text-decoration: none;
	}


/* Post */

.post {
	margin: 0;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 410px;
	}	

.post .info a
	{
	text-decoration:none;
	}
	
.post h2 a 
	{
	text-decoration:none;
	color: #DCD6BA;
	}
	
.post h2 a:hover 
	{
	text-decoration:none;
	color: #DCD6BA;
	}
	

/* Header */

#header {
	background: url(images/head_bg.jpg) no-repeat left top;
	width: 860px;
	height: 325px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	margin-bottom: 30px;
	}
	
#contact {
	margin: 315px 0 0 0;
	text-align: left;
	padding: 0;
	width: 302px;
	height: 30px;
	float: right;
	}
		
.email a {
	color: #533F28;
	text-decoration: none;
	}	


/* Content */

#content {
	width: 860px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	}

#colOne {
	float: left;
	width: 238px;
	margin: 15px 0 0 0;
	}

#colTwo {
	float: right;
	width: 860px;
	}


/* Footer */

#footer {
	background: #19110a url(images/footer_bg.jpg) repeat center top;
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	height: 40px;
	}

.footertext {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	text-align: left;
	color: #44361A;
	font-weight: normal;
	line-height: 15px;
	}	
	
#copyright {
	height: auto;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	}	
	

/* Screen */	

.screen {
	margin: 5px 5px 5px 5px;
	width: auto;
	font-family: Verdana, Times, serif;
	font-size: 100%;
	display: inline;
	font-weight: normal;
	}
	
.screen a {
	float: left;
	margin: 0;
	height: 20px;
	padding: 1px 5px 1px 12px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	width: auto;
	display: block;
	background: url(images/scr_b.gif) no-repeat;
	}
	
.screen  a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #33CCFF url(images/scr.gif) no-repeat;
	}

.pic { 
	border-style: solid; 
	border-width: 4px; 
	border-color: #120D07; 
	}
	
.pic a:link {
	border-style: solid; 
	border-width: 4px; 
	border-color: #120D07; 
	}	
		
.pic a:visited {
	border-style: solid; 
	border-width: 4px; 
	border-color: #120D07; 
	}	
			
a:hover .pic {
	border-style: solid; 
	border-width: 4px; 
	border-color: #120D07; 
	}


A:link { COLOR: #44361A; TEXT-DECORATION: none; }
A:visited { COLOR: #44361A; TEXT-DECORATION: none; }
A:hover { COLOR: #33ccff; TEXT-DECORATION: underline; }
