/* CSS Document */

html, body {
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ebebeb;
}
html { 	border-top:1px solid #01e06f; }

a:link, a:visited { color:#aaa; text-decoration:none; }
a:hover { color:#fff; text-decoration:underline; }

p { padding:0; margin:12px 0; }
h1 { font-size:18px; margin:4px 0 10px 0; padding:0; font-weight:bold; color:#fff; }
h2 { font-size:11px; color:#fff; margin:6px 0 6px 0; padding:0; font-weight:bold; text-transform:uppercase; }

strong { color:#01e06f; font-size:12px; }


#container {
	width:950px;
	margin:0 auto;
}

#content {
	padding:3px 0 0 0px;
	clear:both;
}
#home #content,#production #content { background:url(../images/robert_side.jpg) no-repeat 630px 30px #000; }
#about #content { background:url(../images/robert_about_side.jpg) no-repeat top right #000; }
#tv #content { background:url(../images/robert_side_tv_blank.jpg) no-repeat 600px 45px #000; }
#production_credits #content { background:url(../images/production_credits_side.jpg) no-repeat top right #000; }
#lessons #content { background:url(../images/robert_studio_side.jpg) no-repeat 660px 90px #000; }
#pineapple #content { background:url(../images/robert_side_pinapple.jpg) no-repeat 630px 15px #000; }
#links #content { background:url(../images/robert_side_links.jpg) no-repeat top right #000; }
#contact #content { background:url(../images/robert_contact_side.jpg) no-repeat top right #000; }

.clear { clear:both; }

p#news {
	font-size:13px;
	font-weight:bold;
	background:url(../images/whatWeCanDo.gif) no-repeat left 18px;
	border-bottom:1px solid #666;
	padding:15px 0 15px 150px;
	margin:0;
	color:#ccc;
	width:500px;
}

#footer { border-top:1px solid #666; color:#aaa; font-style:italic; text-align:right; clear:both; }

ul.links {
	list-style:none;
	margin:35px 0 100px 0;
	padding:0;
}
ul.links li { font-size:12px; margin:6px 0; }

label { display:block; color:#fff; font-size:12px; margin:10px 0 6px 0; }
input, select, textarea { background:#ccc; border:1px solid #01e06f; padding:2px; width:300px; color:#333; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }


/*****
******/
h1#logo {	
	text-indent:-50000px;
	width:179px;
	height:28px;
	float:left;
	margin:10px 0 20px 0;
	padding:0;
}

h1#logo a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/logo.gif) no-repeat;
}

#header { border-bottom:1px solid #666; }
#header ul {
	list-style:none;
	float:right;
	margin:32px 10px 0 0;
	padding:0;
}
#header li { 
	float:left;
	display:block;
	padding:3px 8px;
	font-size:12px;
	height:20px;
}

#header li a:link,
#header li a:visited {
	display:block;
	width:100%;
	height:22px;
}
#header li a:hover,
#header li.current a:link,
#header li.current a:visited { border-bottom:2px solid #01e06f; color:#fff; text-decoration:none; }




/***************************************************
* FRONT PAGE SECTIONS
***************************************************/
#sections { margin:0; padding:0px 0; }
#sections div {
	float:left;
	width:195px;
	padding:15px 7px 0 0;
	color:#aaa;
}
#sections h1 {
	margin:0 0 14px 0;
	padding:0;
	font-size:14px;
	color:#fff;
}
#sections h1 a:link, #sections h1 a:visited { color:#fff; }
#sections h1 a:hover { color:#01e06f; }

#sections #producer, #sections #tv { padding-left:15px; }
#producer .readMore { margin-top:51px; }
#tv .readMore { margin-top:38px; }




/***************************************************
* INNER PAGE DIVS
***************************************************/
#content #menu {
	width:150px;
	float:left;
	margin:43px 15px 0 80px;
	text-align:right;
}
#content #menu h1 { font-size:14px; margin:16px 0 8px 0; padding:0; font-weight:bold; }
#content #menu h1 a { color:#fff; }
#content #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#content #menu li {
	margin:2px 0;
	text-align:right;
}

#content #menu li a:link,
#content #menu li a:visited {
	display:block;
	padding:3px 0px;
	border-bottom:2px solid #000;
}
#content #menu li.active a:link,
#content #menu li.active a:visited {
	color:#01e06f;
	text-decoration:none;
}


#content li a:hover {
	color:#ccc;
}


#fill {
	width:340px;
	float:left;
	margin:15px 40px;
	color:#ccc;
}
#fill.wide { width:549px; }
#fill.vwide { width:auto; }