/*
Theme Name: Razorblade Society 1.0
Theme URL: http://RazorbladeSociety.com/home
Description: Razorblade Society theme 
Version: 1.0
Aurthor: Steven Razorblade
Tags: Society, Razorblades
*/ 

body {
	background-color:#000000;
	background-image: url(pics/background.jpg);
	background-repeat:repeat-y;
	text-align: center;
}
h1 {
	color: #fefffe;
	font-family: Times;
	letter-spacing:2px;
	font-size: x-large;
	background-image: url(pics/headlinebg.jpg);
	
}
h1 a{
	color: #fefffe;
	font-family: Times;
	letter-spacing:2px;
	font-size: x-large;
}
h1 a:hover {
	color: #5a0909;
	}
h2 a{
	color:#280202;
	font-family: Times;
	letter-spacing:2px;
	font-size: x-large;
}
h3{
	margin-top: -15px ;
	font-size:x-small;
	color:#280202;
	background-color: #828282;
}
p{
	color:#320304;
}
a {
	color:#bebebe;
	text-decoration:underline;
}
a:hover {
	color:#7b7474;
	cursor: hand;
}
a img {
	border:none;
}
a img:hover {
	cursor:hand;
}

/*..........................CLASSES.............*/

.underline {
	border-bottom: #190303 dotted;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
	padding-right: 7px;
}

.center {
	margin:0 auto; 
	text-align: center;
}

.magpost{
	float:left;
	font-size:small;
    color:#bebebe;
}
.post{
	color:#bebebe;
}
.headline{
	background-color: #ababab;
	padding: 5px;
	
}
.social{
	
}

/*
................................NAV......................................
*/
#nav{
	width:400px;
	height:50px;

	padding-top:4px;
	margin:0 5px;
	
}
#nav ul{
	position:absolute;
	
}
#nav li{
	border: groove #bebebe 1px;
	font-size:large;
	float:left;
	padding:0 5px 0 5px;
	display:block;
	text-decoration:none;
	background-color:#280202;
	
}


/*
....................................MAIN......................................
*/
#wrapper{
	width:1100px;
	margin: 0 auto;
	text-align: center;
}
#center {
	width:800px;
	margin: 0 auto;
	text-align: center;
}
#banner {
	width:800px;
	height:200px;
	background-image: url(pics/rsbanner.png);
	padding:0;
}

#main {
	background-image: url(pics/sides.png);
	background-color:#730e0e;
	width:500px;
	text-align: left;
	padding:10px;
	margin: 0 auto;
}

#mainin {
	padding:0 25px;
}
.center {
	margin:0 auto;
	
}
#footer {
	width:520px;
	height:100px;
	background-image: url(pics/footer.png);
	margin: 0 auto;
}
#footer p {
	margin:0; 
	padding:0 0 0 260px;
	font-size:smaller;
}

/*......................The click for more info div*/
#about {
	background-image: url(pics/paper1.jpg);
	background-color:#bebebe;
	padding:10px;
	border:#190303 solid 2px;
}
.center p {
	background-color:#7b7474;
	padding-left:10px;
	}
	.center p:hover {
		background-color:#bebebe;
		text-decoration:line-through;	
	}
	
	/*..............................ADs.......................*/
	
	#adleft{
		margin-top:100px;
		width:150px;
		background-color: #730e0e;
		float:left;
		
	}
	#adleft li{
		display:block;
	text-decoration:none;
	text-align:left;
	}
	#adleft img{
		border-bottom: #bebebe double thin;
		
	}
	#adleft li a{
	padding-left: 10px;
}
	#adright{
		margin-top:100px;
		width:150px;
		background-color:#730e0e;
		float:right;
		text-align:right;
		
	}
