/* CSS Coded by LochieAxon.com */
html {
	overflow-y: scroll;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #3C3C3C;
	background-image:url("../images/main/backdrop.jpg");
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#footer{
	width:100%;
	height:20px;
	float:right;
	background-image:url("../images/main/footer.jpg");
	background-repeat:repeat-x;
}
#background{
	float:left;
	width:826px;
	background-color:#0F0F0F;
}
#main {
	width:770px;
}
#container{
	width:825px;
}
#header{
	width:820px;
	height:150px;
	background-image:url("../images/main/header.jpg");
	background-position:center;
	background-repeat:no-repeat;
}

#navbar{
	text-align:center;
	width:820px;
	height: 35px;
	text-decoration: none;
	font-size:14px;
	background-image: url('../images/main/button.png');
	background-repeat:repeat-x;
	background-position:6px;
	margin-top:-5px;
	background-color: #333333;
}
#nav{
	margin:0 auto;
	width:690px;
}

/* Container */
#leftside{
	height:auto;
	width:500px;
	float:left;
}
#rightside{	
	height:auto;
	width:220px;
	float:right;
}
#fullsize{
	height:auto;
	font-size:10px;
	float:right;
	background-color:#151515;
	width:750px;
	border-style: solid;
	border-width: 1px;
	border-color:#535353;
	padding:10px;
	color:#999999;
	margin-top:30px;
}
/* LEFT */
#postbox{
	height:auto;
	float:left;
	background-color:#151515;
	width:482px;
	border-style: solid;
	border-width: 1px;
	border-color:#535353;
	padding:10px;
	color:#999999;
	margin-top:30px;
}

/* BLOG */
#postboxtop{
	height:62px;
}
#titleblock{
	width:390px;
	height:61px;
	float:left;
}
/* FLASH */
#flashbox{
	font-size:10px;
	height:52px;
	width:230px;
	text-decoration:none;
	float:left;
	padding:5px;
	vertical-align:bottom;
	color:#666666;
}
#flashbox:hover{
	color:#999999;
	background-color:#333333;
}
.flashtext{
	color:#999999;
	font-size:12px;
}

/* RIGHT */

#minibox{
	float:right;
	height:auto;
	background-color:#151515;
	width:220px;
	border-style: solid;
	border-width: 1px;
	border-color:#535353;
	padding:10px;
	color:#999999;
	margin-top:30px;
}

#icon{
	width:51px;
	height:51px;
	padding-bottom:10px;
	padding-right:10px;
	float:left;
}


/* Text */

a{
	text-decoration:none;
	color:#F79592;
}
a:hover{
	color:#FFE9EC;
}

#headers{
	color:#FFFFFF;
	font-family:"Tw Cen MT";
	font-size:40px;
	margin-top:-35px;
	margin-left:40px;
}

.title{
	font-size:18px;
	text-decoration:none;
	color:#FFFFFF;
}
.title:hover{
	color:#CCCCCC;
}

.flashTitle{
	font-size:14px;
	text-decoration:none;
	color:#FFFFFF;
}
.flashTitle:hover{
	color:#CCCCCC;
}

.picture{
	color:#666666;
}
.picture:hover{
	color:#999999;
}


a.button {
	padding:4 10 0 10;
	display:block;
	float:left;
	background-color: #333333;
	background-image: url('../images/main/button.png');
	background-repeat:repeat-x;
	height: 25px;
	margin-top:5px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
a.button:hover {
	background-image: url('../images/main/buttonhover.png');
	color: #FFFFFF;
	text-decoration: none;
}
