/* 
    -----------------------------------------------------------
	CORE STYLE SHEET
	STARTED: June 7 2008
	AUTHOR: Lamonte Harris of Cleanscript.com
	PROJECT: TV Sitcom Script Version 2.0
     ---------------------------------------------------------- 
*/

/** MAIN STUFF **/
.realcenter {
	position: relative;
	left: 50%;
	margin-left: -275px;
}
html
{
	height: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	background-color: #fcf8ec;
	font-family: verdana;
	font-size: 12px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
img {
	border: 0;
}
#topad {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.clear {
	clear: both;
}
ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: url(navicon.jpg);
}
a {
	color: #f9752e;
	word-spacing: -1px;
}
a:hover {
	color: #c1571e;
}
h3 {
	margin-bottom: 0;
}
p {
	margin-top: 0;
}
div.adminbody {
	padding: 10px;
	background-color: #ddd0a6;
}
div.adminbody a{
	color: #8a7329;
	font-weight: bold;
}
div.adminbody a:hover {
	color: #a18732;
	font-weight: bold;
}
div.break {
	margin-top: 5px;
}

#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}

/** TV2 BANNER **/
div#bgbanner {
	width: 100%;
	height: 68px;
	background-color: black;
}
div#banner {
	width: 900px;
	height: 68px;
	margin: 0 auto;
}

div#footer {
	margin-top: 10px;
}

/** MAIN CONTENT **/
div#wrapper {
	width: 950px;
	margin: 10px auto;
}

/** LEFT CONTENT **/
div#left {
	float: left;
	width: 72%;
	margin-right: 5px;
}
	div.welcomemsg {
		padding: 0px 70px 5px 5px;
	}
	div.welcomemsg h1 {
		font-size: 15px;
	}
	/** CONTENT BACKGROUND IMAGE BARS **/
	div.roundtop {
		background-image: url(roundhead.jpg);
		background-repeat: no-repeat;
		width: 620px;
		height: 11px;
	}
	
	div.roundmid {
		background-image: url(roundmid.jpg);
		background-repeat: repeat-y;
		width: 620px;
		padding: 0 5px 2px 5px;
	}
	
	div.roundmid h2 {
		padding: 0 0 2px 0;
		margin: 0;
		font-weight: normal;
		font-size: 21px;
		word-spacing: 2px;
		color: #fb9862;
	}
	
	div.roundmid h2 a {
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
	
	div.roundmid span.season, div.roundmid span.comments {
		font-size: 11px;
	}
	
	div.roundfoot {
		background-image: url(roundfoot.jpg);
		background-repeat: no-repeat;
		width: 620px;
		height: 11px;
	}
	
	div.contentbox{
		margin-bottom: 20px;
	}
	
	div.maincontent {
		padding: 0 40px 0px 10px;
		margin: 10px 0 10px 0;
	}
	/** ADD COMMENT BOX **/
	div#addcomment {
		color: #999999;
	}
	div#addcomment h3 {
		color: #000;
	}
	div#addcomment input,div#addcomment textarea {
		border: 1px solid #cccccc;
		padding: 5px;
	}
	
	/** CONTACT FORM **/
	.contact, .contact strong {
		color: #999999;
	}
	.contact input, .contact textarea {
		border: 1px solid #cccccc;
		padding: 5px;
	}
	
	/** COMMENT BODY **/
	#commentbox {
		font-size: 11px;
	}
	.pagination {
		margin-bottom: 10px;
	}
	.pagination a{
		font-size: 10px;
		text-decoration: none;
	}
	.commentboxhead {
		font-style: italic;
	}
	.commentboxbody {
		margin-bottom: 5px;
	}	
/** RIGHT CONTENT **/
div#right {
	float: right;
	width: 24%;

}	
	/** RIGHT NAVIGATION BAR **/
	div.sidebar {
		width: 100%;
		margin-bottom: 10px;
	}
	div.navbar {
		background-image: url(navbar.jpg);
		background-repeat: no-repeat;
		width: 222px;
		height: 28px;
		padding: 5px 0px 5px 10px;
		color: white;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
	}
	div.sidecontent {
		position: relative;
		width: 100%;
		margin-top: -10px;
		padding: 5px 5px 5px 10px;
	}
	div.sidecontent ul {
		padding-right: 10px;
	}		
