/* CSS Document */


* {
	padding: 0;
	margin: 0;
}

body {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background:url(images/stripe_bg01.jpg) repeat-x;
	background-color:#000000;
}

a:link, a:visited { color: #B45F06; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #B45F06; text-decoration: underline}

p {
 padding: 10px;
}

#templatemo_wrapper1 {
background: url(images/maintopBG.jpg) top repeat-x;
}

#templatemo_wrapper2 {
background: url(images/mainbuttomBG.gif) bottom repeat-x;
}

#wrapper {
margin: auto;
width:900px;
height:850px;
}

#forevercinematic_banner {
float: left;
height:270px;
width:900px;
background: url(images/forevercinematic_banner.jpg) no-repeat;
border: 1px solid #B45F06;
}

#templatemo_banner {
float: left;
height:270px;
width:900px;
background: url(images/placeholder_banner.jpg) no-repeat;
border: 1px solid #B45F06;
}

#templatemo_bannertext{
text-align: right;
padding: 190px 20px 0 0;
font-size: 14px;
color: #FFFFFF;	
}

#templatemo_bannertext span{
font-size: 24px;
font-weight: bold;
color: #ff6000;	
}

#section {
background: url(images/stripe_bg02.jpg) repeat-x;
background-color:#000000;
float:left;
width:890px;
height:640px;
padding:5px;
border: 1px solid #303030;
}

#section2 {
background: url(images/stripe_bg02.jpg) repeat-x;
background-color:#000000;
float:left;
width:890px;
padding:5px;
border: 1px solid #303030;
}

#critics {
background-color:#000000;
float:left;
width:625px;
height:240px;
border: 1px solid #303030;
margin-left:5px;
margin-top:10px;
}

#updates {
background-color:#000000;
float:left;
width:595px;
border: 1px solid #303030;
margin-left:5px;
margin-top:10px;
padding:15px;
}

#updates_interior {
float:left;
width:595px;
}

#social_media {
float:left;
width:595px;
height:35px;
text-align:right;
padding-top:10px;
}

#twitter {
float:left;
width:240px;
height:510px;
border: 1px solid #303030;
margin-left:10px;
margin-top:10px;
}

#advertisements {
background-color:#000000;
width:890px;
height:125px;
float:left;
padding-top:15px;
}

#comic_books {
background-color:#000000;
float:left;
width:850px;
border: 1px solid #303030;
margin:5px;
padding:15px;
}

/*------------- Menu ------------------*/
#templatemo_menu {
	float: left;
	width: 900px;
	height: 40px;
	margin: 18px 0 0 0;
	padding-bottom:2px;
}

#templatemo_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	width: 127px;
	height: 30px;
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #B45F06;
	border-left: 1px solid #B45F06;
}

#templatemo_menu ul li .lastmenu{
	border-right: 1px solid #B45F06;	
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #B45F06;
	background: url(images/menuhoverBG.gif) no-repeat;
}

/* ----------------- end of menu----------------*/
