/*
Theme Name: Olive Juice 
Theme URI: http://www.olivejuiceproductions.co.za
Description: a-brief-description 
Author: Creative Lounge
Author URI: http://www.creativelounge.co.za
Version: 1.0
. 
General comments/License Statement if any. 
. 
*/ 

#header_wrapper {
	background-image:url(images/header.jpg);
	height: 175px;
	width: 990px;
	padding-right: 30px;
}
	
#logo {
	margin-top: 20px;
	height: 100px;
	background: url(images/logo.png) no-repeat top left;
}

#menu {
	margin-top: 20px;
	float: right;
}

#menu li {
	display: inline;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 10px 0px -10px;
	padding-left: 15px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	color:#6D6E70;
} 

#menu li:first-child {
	background: none;
}

#content {
	margin: 40px 0px 40px 0px;
}

#content h4 {
	color: #45565B;
	background: url(images/separator_blue.png) left no-repeat;
	padding-left: 20px;
	line-height: 30px;
}

#showreel {
}

#featured {
	margin-top: -26px;
}

#featured .date {
	font-size: 10px;
}

#featured img {
	margin: 8px 0px 5px 0px;
	width: 160px;
}

#single {
	margin-top: -26px;
	margin: auto;
	width: 640px;
}

#single p {
	margin-bottom: 20px;
	text-align: justify;
}

#single object {
	margin-bottom: 8px;
	margin-top: 3px;
}

#footer_wrapper {
	background-image: url(images/footer.jpg);
	height: 220px;
	width: 990px;
	padding-right: 30px;
}

/* Movie List Display */

.movie_list {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

ul.display {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 0;
	list-style: none;

}

ul.display li {
	float: left;
	width: 220px;
	padding: 5px 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

ul.display li a {
	color: #6D6E70;
}



ul.display li .content_block {
}

.content_block img {
	border: none;
	margin-bottom: 8px;
	width: 220px;
}

.movie list h5 {
	color: #6D6E70;
}


/* logo text from coda */
	
#logo h1 { 
	float: left;
	width: 280px; 
	height: 100px; 
}

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

#logo h1 a span {
	display: none;
}

embed {
	margin-left: auto;
	margin-right: auto;
}

.movie {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

/* About Page Template */


#aboutbox img {
	float: right;
	border: 1px solid #6D6E70;
	padding: 5px;
	margin-left: 20px;
}

#aboutbox p{
	text-align: justify;
	line-height: 16px;
	padding: 5px;
}

#aboutbox {
		padding-top: 20px;
}

/* Commments Area*/

input, textarea {
	border: 1px #6D6E70 solid;
	color: #6D6E70;
		font-family: Helvetica;
	font-size: 12px;
}

textarea {
	padding-top: 15px;

}



.formname {
	background: url(images/name.jpg) no-repeat right top;
	padding-left: 10px;
}

.formemail {
	background: url(images/email.jpg) no-repeat right top;
	padding-left: 10px;	
}

.formurl {
	background: url(images/website.jpg) no-repeat right top;
	padding-left: 10px;	
}

.formtext {
	background: url(images/text.jpg) no-repeat right top;
	padding-left: 10px;	
}


.comment_heading {
	display: inline;
	border-bottom: 1px solid #6D6E70;
	width:100%;
	clear: both;
	padding-bottom: 3px;
	text-transform: uppercase;
	color: #6D6E70;
	line-height: 20px;
}

.comment_heading a,p {
	color: #6D6E70;
}


.commentlist {
	border: 1px solid #6D6E70;
	padding: 5px;
	overflow: scroll;
	height:310px;
	margin-top: 3px;
}

.commentlist li {
	margin-top: 9px;
	margin-bottom: 20px;
}

#comment-area {
	margin-top: 20px;
}

#comment-area p {
	margin-bottom: 5px;
	margin-top: 12px;
}

#comment-area h4 {
	display: inline;
	margin-bottom: 5px;
}

#commentbox {
	border: 1px solid #6D6E70;
	width:260px;
	padding-left: 10px;
	height: 320px;
	margin-top: 3px;
}
