/*  
Theme Name: Free Range
Theme URI: http://localhost/wordpress/wp-content/themes/freerange/
Description: Freerange Films web site
Version: 1.0
Author: Justin Slack
Author URI: http://www.urbanrenewal.co.za
*/

/*General things*/

@import url('../../plugins/easy-contact/sample/econtact-basic.css');

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.8em Arial, Helvetica, sans-serif;
	color:#5b5b5b;
	text-align: center;
	background: #fff;
}

h1 {
	color:#88ccf4; 
	font-family: Geneva, Arial, "Verdana", sans-serif; 
	font-weight: normal; 
	text-transform: uppercase;
	font-size:1.4em;
	line-height: 24px;
}


h2, h4, h5, h6 {
	color:#88ccf4; 
	font-family: Arial, "Verdana", sans-serif; 
	font-weight: normal; 
	font-size:1.6em;
	text-transform: uppercase;
	line-height: 24px;
}

h3 {
	color:#88ccf4; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size:1.6em;
	text-transform: uppercase; 
	line-height: 24px;
	padding-bottom: 0px;
	}
	
a:link, a:visited {
	color: #58b9f3;
	text-decoration:none;
	}

a:hover, a:active {
	color:#e72a8c;
	text-decoration:underline;
	}

a:active, a:focus {
	outline: 0
}

p {
	margin: 0;
	padding: 5px 0 5px;
	padding-bottom: 5px;
	font-size:  1.2em; 
}

blockquote {
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #f5f5f5;
}

blockquote p {
	padding: 10px;
}

blockquote blockquote {
	float: none;
	width: auto;
	margin: 0 10px;
	background: #fff;
}

dd {
	padding: 0 0 0 20px;
}

form, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans serif; 
	font-weight: normal; 
	font-size:1em;
}



.alignleft {float:left;}

.alignright {float:right;}


.wp-caption {
	border: 1px solid #ededed;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.clear {margin:0;padding:0;clear:both;}

small {
	font size: 1.1em;
}

.thumb {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	}


/*Main Layout*/


#wrapper {
	width: 940px;
	margin: auto;
	text-align: left;
}

/*Header*/

#header {
	width: 940px;
	height: 147 px;
}

#logo {
	height: 111px;
	background: url(../freerange/images/backgrounds/logo.jpg) top left no-repeat;
}

#rss {
	height: 64px;
	position: absolute;
	left: 950px;
	top: 20px;
	}

#rss a img {
	text-decoration: none;
	border:none;
	}

/* Main Navigation */

#main-nav { 
	
	height: 30px;
	background:  url(../freerange/images/navigation/menubackground.gif);
}

#main-nav dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#main-nav { padding-left: 0px; } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#main-nav dt { float: left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 30px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -30px;
}


#main-nav dt#home,
#main-nav dt#home a { width: 86px; background-image:   url(../freerange/images/navigation/home.gif); }

#main-nav dt#about,
#main-nav dt#about a { width: 95px; background-image:   url(../freerange/images/navigation/about.gif); }

#main-nav dt#news,
#main-nav dt#news a { width: 96px; background-image:   url(../freerange/images/navigation/news.gif); }

#main-nav dt#productions,
#main-nav dt#productions a { width: 144px; background-image:   url(../freerange/images/navigation/productions.gif); }

#main-nav dt#commercials,
#main-nav dt#commercials a { width: 151px; background-image:   url(../freerange/images/navigation/commercials.gif); }

#main-nav dt#post,
#main-nav dt#post a { width: 91px; background-image:   url(../freerange/images/navigation/post.gif); }

#main-nav dt#project,
#main-nav dt#project a { width: 153px; background-image:   url(../freerange/images/navigation/project.gif); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 124px; background-image:   url(../freerange/images/navigation/contact.gif); }
}

/*Main Content*/

#container {
	float: left;
	width: 940px;
}

#content {
	padding: 10px 5px;
	float: left;
	width: 690px;
	border-right: 1px dotted #88ccf4;
	}

#homepage {
	float: left;
	width: 940px;
}

#featurecontent {
	padding: 10px 5px;
	float: left;
	width: 900px;
	}

#aboutbox {
	margin-top:10px;
	}

.aboutboxreadmore {
	font:1.1em Arial, Verdana, Helvetica, Sans-serif;
	}
	
.aboutboxfeature {
	width: 900px;
	margin-left: 5px;
	padding:15px;
	}

.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:0px;
	}

.feature {
	width: 900px;
	margin-left: 5px;
	padding:15px;
	border-top:1px dotted #88ccf4;
	border-bottom:1px dotted #88ccf4;
	overflow:auto;
	}

.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:0px;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:10px;
	}

.title {
	font-size:1.4em;
	font-weight:bold;
	line-height:18px;
	}
	
.feature #lead .title {
	font:1.4em Arial, Verdana, Helvetica, Sans-serif;
	line-height:100%;
	display:block;
	padding-bottom:0px;
	text-transform: uppercase;
	}
	
.readmore {
	font:1.2em Arial, Verdana, Helvetica, Sans-serif;
	}


/*New Posts*/

/*New Posts*/

#new-posts {
	float: left;
	width: 580px;
	margin-left: 15px;
	padding: 20px;
}

#new-posts p{
	line-height:18px;
}

#new-posts h2{
	font-family: Arial, Verdana, Helvetica, Sans-serif;;
	font-size: 1.6em;
	padding-bottom:7px;
}

#new-posts .title {
	font-weight:normal;
}

#thumb {
	float:left;
	margin: 4px 18px 8px 0;
	}


/*Blog Posts*/

.post{
	padding: 10px 22px;
}

.post h2{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 1.8em;
}

.entry-date {
 	padding: 10px 10px 0 0px;	
	color: #666;
	font-size: 1.1em;
}

.entry-content {
	line-height: 18px;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
 	padding: 10px 0 5px;
}

.entry-meta {
	border-top: 1px dotted #5e9fbd;
	margin: 10px 0 0 0;
	font-size: 1.2em;
}

.navigation{
	margin: 10px 10 10px 0;
	padding: 5px 10px 6px;
	line-height: 24px;
	font-size: 1.2em;
}

/*Sidebar*/

.sidebar{
	float: right;
	width: 238px;
	margin: 0 0 0 0;
	text-align: left;
	display: inline;
}

.sidebar h2{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color:#e72a8c;
	}


.sidebar ul{
	list-style-type: none;
	margin: 0 0 10px;
	padding: 15px 0px 0 10px;
}

.sidebar ul li{
	padding: 0 0 0;
	font-size: 1.1em;
}

.sidebar ul li h2{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color:#e72a8c;
	padding: 4px 10px 0px;
	}

.sidebar ul ul {
	margin: 0;
	padding: 6px 10px 0;
	line-height: 18px;
}

.sidebar ul ul li{
	padding: 0;
}

.sidebar ul ul ul{
	padding: 0 0 0 10px;
}

/*Footer*/

#footer {
	width: 940px;
	height: 96px;
	line-height: 18px;
	padding: 60px 10px;
	background: url(../freerange/images/backgrounds/footerbackground.jpg) no-repeat;
	clear: both;
}

a.footerlink:link { color: #cd247b; }
a.footerlink:visited { color: #cd247b; }
a.footerlink:hover { color: #cd247b; text-decoration:underline; }
a.footerlink:active { color: #cd247b; text-decoration:underline;}

/*Comments*/

#comments {
	width:600px;
	margin: 10px 10px 0;
	padding: 10px 0 0;
	}

.commentlist ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

#comments ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #5E9FBD;
}

#comments h2, #comments h3{
	font-family: Arial, serif;
	font-size: 1.2em;
}

.commentmetadata{
	font-size: 1.2em;
}

#comments p.nocomments{
	padding: 0;
}

#commentform {
	padding: 10px;
	}
	
#comments textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

img.avatar {float:left; margin-right:5px;}

.authcomment {
background-color: #B3FFCC !important;
} 

#respond {
	padding: 10px;
	}
	
.input {
	background:#fff;
	border: 1px solid #5E9FBD;
}


#search_form .search_input { 
	width: 18em;
	padding: 0.25em;
	color: #777;
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serif;
	border: 0.083333em solid #88ccf4;
	border-right-color: #88ccf4;
	border-bottom-color: #88ccf4;
}
	
#search_form .search_input:focus { 
	border-top-color: #666; 
	border-left-color: #666; 
	border-right-color: #ddd; 
	border-bottom-color: #ddd;
}
	
#content .search_input { font-size: 0.9231em !important;
	}
	
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #F2F3F6; border: 1px solid #7E8AA2; padding:10px; }

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0; width: 500px; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}
ol.forms textarea { height: 300px; width: 334px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	float:left;
	background: #ff9800;
	border: none;
	color: #000;
	cursor: pointer;
	font: 16px/16px "Avenir LT Std", Helvetica, Arial, sans-serif;
	overflow: hidden;
	padding: 6px 3px 3px 3px;
	text-transform: uppercase;
	width: auto;
}
ol.forms li.buttons button:hover { color: #222; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: left; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

#twitter_div {
	float:right;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:19px 30px 0 30px;
	padding-bottom:10px;
	padding-left:10px;
	}

#twitter_div h3 {
	font-weight:bold;
	font-size:1.4em;
	padding:0 0 10px 0;
	}
 
 
#twitter_update_list ul {
	list-style-type:none;	
} 
 
#twitter_update_list li {
	padding:0 0 5px 0;
	list-style-type:none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #58B9F3;
}
 
#twitter_update_list p {
	padding-right: 6px;
	padding-top:10px;
	padding-bottom: 10px;
}
