@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	color:#545036;
}
html {
	background:#1a1918;
	color: #e39206;
	font-size:12px;
	background:url("body_bg.jpg");
background-repeat:repeat;
}

body{
margin:0;
padding:0;
line-height: 1.5em;
}

img, a
{
	border:none;
}

b{font-size: 110%;}
em{color: red;}



#wrapper{
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}




/* HEADER
--------------------------------------------------------- */

.logo {
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	height:25px;
}


/* Topnav */

#topnav {
	float: left;
	margin: 0;
	padding: 0;
	
	background-image: url(http://www.bluecapstudio.com/newrise/css/nav_back.png);
	background-repeat:no-repeat;

	height:21px;

	
	list-style:none;
	font-variant:small-caps;
	width:100%;
	text-align:center;
	font-size:16px;
}

#topnav li {
	float:left;
	margin:0 auto;
	text-align:center;

}

#topnav a {
	float:left;
	text-decoration: none;
	margin:0 auto;
	text-align:center;
	margin-left:20px;
	color:#CCC;
}

#topnav a:hover {
	color:#D7DBFF;
}
.nav_home {
	padding-left:35px;
}



#contentwrapper{
float: left;
width: 100%;
background-image:url("content_scroll_mid.png");
background-repeat:repeat-y;
}

#contentcolumn{
	float:left;
margin-right: 310px; /*Set right margin to RightColumnWidth*/
font-size:13px;
}

#topCont{

background-image:url("content_scroll_top.png");
background-repeat:no-repeat;
height:50px;
}

#contentcolumn #bottomCont{

background-image:none;
background-repeat:no-repeat;
}

#panelcolumn{

float: right;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
}

#indent{
	margin-left:10px;
}

#footer {
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
	width: 100%;
	height:50px;
	background-image:url("content_scroll_bottom.png");
background-repeat:no-repeat;
	position: relative;
	text-align: center;
}


#innertube{
height:100%;

}
#innertube h1{
	padding-left:45px;
	padding-bottom:10px;
}
#innertube p{
	margin-left:45px;
	margin-right:45px;
}




.title{
color:#84A2BA;
font-size:25px;
text-align:center;
font-weight: bold;
}
.date{
color:#84A2BA;
font-size:13px;
float:left;
}
.poster{
color:#84A2BA;
font-size:13px;
float:right;
}








/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	height: 100% !important;
	height: auto;
	margin-bottom: 1px;
}
