html, body {
	font-size:11px;
	text-align:center;
	background:#DDD;
	color:#333;
	margin:0;
	padding:0;
	font-family:verdana;
}

/* AREA LAYOUTS */
/* Removed
#page_top {
	height:15px;
	width:1000px;
	margin:15px auto 0 auto;
	background:#FFF url('../images/page_bg_ends.png') no-repeat top center;
}
*/
#page {
	background:#FFF url('../images/page_bg_middle.png') repeat-y bottom;
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#header {
	width:950px;
	height:83px;
	margin:0 auto;
	background:url('../images/header_bg.png') no-repeat 325px bottom;
	text-align:left;
	overflow:hidden;
}
#logo {
	padding:0 0 0 25px;
	float:left;
}
#logo h5 {
	font-size:10px;
	font-weight:normal;
	color:#777;
	margin-left:5px;
	font-family:arial;
}
#signin_form {
	margin-top:25px;
	height:90px;
	width:400px;
	float:right;
}
.login_box1 {
	width:73px;
	float:right;
}
.login_box2 {
	width:125px;
	height:50px;
	float:right;
}
.login_box3 {
	width:200px;
	height:50px;
	float:right;
	
}
.login_box4 {
	width:200px;
	height:50px;
	float:right;
}

.login_box4 p {
	float:right;
	width:175px;
}


.login_box3_input {
	background-color: rgb(255, 255, 160);
	width:190px;
}

.loginErrorText {
	font-weight:bold;
	color:#FF0000;
}

.login_box2_input {width:115px;}

#reg_b { margin-left: 2em }
#howtopost form { float:right }
#div_job_board { margin-top: -2em }
#job_board_title { margin-top: -2em }
h1#job_board { float: left; margin-top: .28em} 
#screenplay { line-height: 4.4em }
#screenplay a { 
	display: block; 
	background: transparent url('../images/scripter_screenplay_02.png') scroll no-repeat left center; 
	width: 100%; 
	text-indent: 5em;
	font-weight: bold;
}
#howtopost { margin-bottom: 0.4em; }
#howtopost input { font-size: 16px; border: 2px gray outset; background-color: #e0e0e0; font-weight: bold; color: #335533 }
#comicbook { line-height: 4.8em }
#comicbook a { 
	display: block; 
	background: transparent url('../images/scripter_comicbook_02.png') scroll no-repeat left center; 
	width: 100%; 
	text-indent: 5em;
	font-weight: bold;
}

.benefits p {
	margin-bottom:10px;
}

.benefits img {
	float: left;
	margin-left:10px;
	margin-right:10px;
	
}

#remember {background:#FFF;}
.remember_label {
	position:relative;
	top:-2px;
	
}
#navigation {
	margin:0 auto;
	height:40px;
	width:950px;
	background:#619518 url('../images/nav_bg.png') repeat-x;
	text-align:left;
	text-transform:uppercase;
}
#navigation ul {
	display:block;
	list-style:none;
	font-size:12px;
	padding:0 0 0 25px;
	margin:0;
}
#navigation ul li {
	float:left;
	color:#FFF;
}
#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navigation ul li a {
	color:#FFF;
	display:block;
	font-weight:bold;
	height:22px;
	padding:7px 15px 0 15px;
	border-right:1px solid #382;
	border-left:1px solid #3A5;
	background:url('images/nav_bg.png') repeat-x;
}
#navigation ul li a:hover {
	text-decoration:none;
	background-position:0 -40px;
	color:#FFFFA0;
}
#navigation ul li ul {
	background:#FFF;
	opacity:0.9;
	position:absolute;
	z-index:1000;
	left:-999em;
	padding:5px;
	border:1px solid #FFFFA0;
	border-top:0;
}
#navigation ul li ul li {clear:both;}
#navigation ul li ul li a {
	width:150px;
	clear:both;
	border:none;
	color:#333;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	display:block;
	background:#FFF;
	padding-left:10px;
}
#navigation ul li ul li a:hover {
	background:#EEE;
	color:#619518;
	font-weight:bold;
}
.video {margin-left:25px;}
#tagline {
	width:950px;
	margin:5px auto 15px auto;
	background:#DDD;
	color:#555;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding:2px 0;
	height:15px;
}
#tagline p {
	margin:0;
	padding:0;
	background:#DDD;
}
.tagline_title {
	margin-left:25px;
	font-weight:bold;
	font-size:11px;
	color:#777;
	background:#DDD;
}
.homeHeader p {font-size:12px;}
#column01 {
	float:left;
	width:350px;
	background:FFFFFF;
	margin-left:50px;
	text-align:left;
	overflow:hidden;
}
.feed_icon {
	position:relative;
	top:3px;
}
#blog {
	margin-bottom:35px;
	clear:both;
}
#blog .views-field-title {
	font-weight:bold;
	margin:0 0 10px 0;
}
#blog .views-field-name {
	float:left;
	margin:0 10px 0 0;
}
#blog .views-field-created {
	float:left;
	margin:0 10px 0 0;
}
#blog .views-field-content {
	clear:both;
}
#blog .field-content {padding:10px 0 0 0;}
#blog .views-field-view-node {
	text-align:right;
	margin:-10px 0 15px 0;
	padding:0 15px 0 0;
	background:url('/resources/sites/all/themes/zen/fivesprockets/images/btn_arrow_right.png') no-repeat right top;
}

#blog .views-admin-links {display:none;}
#blog ul {clear:both;}
#blog .inline li {
	display:block !important;
	margin:4px 0 !important;
	padding:0 !important;
	float:left;
}
#blog .inline li a {
	border:1px solid #999;
	padding:1px 3px;
	margin:0 2px;
	color:#333;
}
#blog .inline li a:hover {
	text-decoration:none;
	color:#619518;
	border:1px solid #619518;
}
.views-field-teaser {
	margin-bottom:15px;
}
.blog_links {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
}
.blog_links li {
	display:inline;
	margin:0 0 0 5px;
}
.blog_links li a {
	border:1px solid #BEC;
	padding:1px 3px;
	text-transform:uppercase;
	font-size:9px;
}
.blog_links li a:hover {
	text-decoration:none;
	border:1px solid #619518;
}
.featured_item {margin-bottom:10px;}
.featured_item ul {list-style:none;}
.featured_item li {
	display:inline;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #BEC;
}
.featured_item img {
	float:left;
	width:75px;
	margin:0 10px 10px 0;
}
#column02 {
	text-align:left;
	float:left;
	margin-left:25px;
	width:300px;
	overflow:hidden;
	background:FFFFFF;
}
.person {clear:both;}
.person img {
	float:left;
	margin:0 10px 10px 0;
}
.person h3 {margin-bottom:0;}
#column03 {
	text-align:left;
	float:left;
	margin-left:25px;
	width:200px;
	overflow:hidden;
	background:FFFFFF;
	
}
#logo h1 a img { margin-top: 6px }
#logo h3 { }
#write-and-produce { font-weight: bold }
.column03_input {width:200px;}
.column03_input_register {margin-left:72px;}
.sprockets { margin-top: 1.5em; margin-bottom: 1.5em}
.mmm_logo {margin:10px 0 10px 20px;}
.signup_heading {margin-bottom:0;}
.signup_tag {
	font-size:11px;
	color:#619518;
	font-weight:bold;
	margin-top:5px;
}

.reg_tag {
	font-size:11px;
	color:black;
	margin-top:5px;
}

.reglink {
	font-size:11px;
	color:black;
	font-weight:bold;
	margin-top:5px;
}

.reglink  a:link {
	text-decoration:underline;
}


.featured {
	list-style:none;
	padding:0;
	margin:0;
}
.featured a {}
.featured a:hover {text-decoration:none;}
.featured li {margin:0 0 10px 0;}
.featured_job {
	color:#555;
	font-size:11px;
	font-weight:bold;
}
.featured_job:hover {color:#000;}
#home_ads img {
	text-align:center;
	padding:2px;
	margin:20px 0 0 25px;
	border:8px solid #EEE;
}
#home_ads img:hover {border:8px solid #DDD;}
#page_bottom {
	height:25px;
	width:1000px;
	margin:0 auto;
	background:#FFF url('../images/page_bg_ends.png') no-repeat bottom center;
}
#footer {
	width:950px;
	margin:0 auto 25px auto;
	color:#777;
	padding-left:10px;
}
#footer ul {
	display:inline;
	list-style:none;
	float:right;
	padding:0;
	margin:0;
}
#footer ul li {
	display:inline;
	margin-left:2px;
}
.footer_tag {
	float:left;
	padding:0;
	margin:0;
}
.required {
	color:red;
}

/* GENERIC */

img {border:none;}
.reset {clear:both;}
a {color:#619518;text-decoration:none;}
a:hover {text-decoration:underline;}
h1, h3, h4, h5, h6 {color:#353;}
h3 {font-size:12px;}
h2 {
	color:#000;
	font-size:14px;
	margin:0;
	padding:0;
}
p {padding:0; margin-top:0;}
small {
	font-size:9px;
	color:#999;
}
textarea, input {
	background:#DDD;
	color:#619518;
	margin:0 0 10px 0;
	border:0;
}
hr {
	display:block;
	height:1px;
	border:none;
	background:#619518 url('images/hr_bg.png') repeat scroll center;
	margin:2px 0 15px 0;
}
