@charset "utf-8";
/* CSS Document */

/*------------------------------
[Master Stylesheet]

Project: Web-Shows.com
Version: 1
Author: Marius Ladio II
Last Modified: 12/15/08
------------------------------*/
@import url('reset.css');
/*------------------------------
[color codes]
#333333-main font color
993333-red highlight color
------------------------------*/
html { height: 100%; }

body {
	color:#333333;
	font:78% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height:1.5;
	text-align:center;
}

a:link {color: #666666;}     /* unvisited link */
a:visited {color: #666666;}  /* visited link */
a:hover {color: #333333;}   /* mouse over link */
a:active {color: #333333;}   /* selected link */

/*---floats and clear---*/
.left {float:left;}
.right {float:right;}
.clear {clear:both;}

/*---layou---*/
#header, #content, #footer{
	margin:0 auto;
	width:950px;
	text-align:left;
}

/*---header style---*/
#header {
	background:url(images/header-logo_03.jpg) no-repeat 2px 0px;
	height:45px;
	margin-top:20px;
	margin-bottom:15px;
}
.navbar {
	background:url(images/navbar.jpg) no-repeat;
	height:44px;
	margin-right:2px;
	width:419px;
}
.nav-menu {
	margin-left:37px;
	font-weight:bold;
}
.navbar p{
	margin-top:14px;
}
.navbar a{
	text-decoration:none;
}
/*---top banner---*/
#banner {
	background:url(images/banner.jpg) no-repeat;
	height:220px;
	margin:0 auto;
	width:950px;
}
#banner h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:1;
	padding-bottom:5px;
}	
.banner-text {
	padding-top:65px;
	padding-left:460px;
	padding-right:50px;
	text-align:left;
}
.msmb-link {
	color:#993333;
}	
.more {
	padding-top:4px;
	padding-right:3px;
}	

/*---content area---*/
#content { 
	width:950px;
}

#content h1{
	font-size:14px;
	font-weight:bold;
	padding:2px 0;
}

/*---main column style---*/
#mainCol {
	float:left;
	width:700px;
}

.content-box {
	margin:20px;
	padding-bottom:30px;
	border-bottom:1px dashed #333333;
}

/*---side column style---*/
#sideCol {
	margin-left:700px;
	padding-top:20px;
	padding-right:5px;
	width:240px;
}

#search {
	padding-bottom:15px;
}
.search-btn {
	position:absolute;
	border:0;
	margin-left:2px;
	margin-top:-1px;
}

/*---footer style---*/
#footer {
	margin-top:30px;
}

#footer p {
	font-size:10px;
	color:#666666;
}
