/* 
Theme Name: One of us Films
Theme URI: 
Description: 
Author: 
Author URI: 
Version: 1
Tags: Framework
Template: hybrid
*/


/* Clear
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td,img {
	margin:0;
	border:none;
	padding:0;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

li {
	display:list-item;
	list-style-type:none;
	list-style-position:outside;
}


/**
* Body
************************************************/

/* Contains everything */
body {
	position:relative;
	background:#000;
	color:#fff;
	font-family:arial,verdana,"sans serif";
	font-size:62.5%; /* scaled default font size; 1em = 10px */
	line-height:24px;
	text-align:center;
}	
	

	/* Wrapper for everything inside of the body */
	#body-container {
	margin:0 auto;
	width:1008px;
	min-width:1008px;	
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a {color:#286ab0; text-decoration:none;}
a:visited {color:#286ab0;}
a:hover {color:#286ab0; text-decoration:underline;}
a:active {color:#286ab0;}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:bold;
	line-height:1.2em;
}
h2, h1.page-title {
	font-size:2em;
	color:#286ab0;
	font-weight:normal;
	padding:0;
	margin-bottom:16px;
	display:block;
}
h1.page-title {margin-bottom:.5em;font-weight:bold;font-size:1.6em;}
h3 {
	font-size:1.4em;
	color:#fff;
	padding:0;
	margin-bottom:14px;
	display:block;
}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft { float:left;}
.right, .alignright {float:right;}

.center, .aligncenter {   display: block;
   margin-left: auto;
   margin-right: auto;
}
.block, .alignnone {}
.clear {clear:both;}

/**
* Images
************************************************/

/* Normal images */
img {}

img.alignleft { float:left;margin-right:1em;}
img.alignright {float:right;margin-left:1em;}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color:#000
}


/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Login Box */
#user_name_login{float:left; width:172px;height:20px;}
#user_name_login input {width:70px;height:11px;font-size: 1.1em;margin: 0; }


#user_name_login .Button{
	width: 12px;
	height: 20px;
	padding: 0 0 5px 0;
	background: transparent;
	vertical-align: middle;
}


/**
* Header
************************************************/

/* Contains entire header */
#header-container {	
position:relative;
	height:113px;
	padding:0;
	margin:0;
	}

	/* Contains site title and tagline */
	#header {
		height:20px;
		text-align:right;
		margin-right:1em;
		width:100%;
		
		}

		/* logo */
#logo h1,
#logo h1 span {
	margin:0;
	width:231px;
	height:93px;
	padding:0;
}

#logo h1 {
	position:relative;
	font-size:.8em;
	line-height:1;
}

#logo h1 a {
	color:#fff;
	text-decoration:none;
	padding:0;
}

#logo h1 span {
	cursor:hand;
	position:absolute;
	background:url('images/logo.jpg') no-repeat top left;
}


/**
* Page navigation
************************************************/

/* Wrapper for navigation */

#navigation {
	height:25px;
	padding:0;
	text-align:center;
	background:url(images/line.gif) no-repeat 0 23px;
		
}


#navigation ul li {
	position:relative;
	display:inline;
	margin:0;
	

	

}

/* Top nav links */
#navigation ul li a {
	font-size:1.15em;
	font-family:"Avenir Heavy",arial,verdana,"sans serif";
	text-transform:normal;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	line-height:1.5em;
	padding:5px 18px 5px 16px;
	border-left:#286ab0 1px solid;

}
#navigation ul li a:hover {color:#286ab0;}
#navigation ul li.current_page_item a {color:#286ab0;}
#navigation ul li.current_page_item ul li a, #navigation ul li ul li.current_page_item a {color:#000;}
#navigation ul li.first_item a{border:none;}
#navigation ul li:hover ul,
#navigation ul li.sfhover ul {
    display:block;
}

#navigation ul ul {
	display:none;
    position:absolute; 
	background:none;
    width:110px; 
	top:12px;
	left:-20px;
	padding-top:8px;
	border-bottom:#286ab0 1px solid;
	
}
 
html>body #navigation ul ul {
    width:auto;
}

#navigation ul ul li {
	height:auto;
	text-align:left;
	width:110px;
	float:left;
	
	border-top:#286ab0 1px solid;
	border-left:#286ab0 1px solid;
	border-right:#286ab0 1px solid;
	background:#e5e5e5;
	padding:3px 0 2px 8px;
	margin:0;
}

#navigation ul ul li:hover,
#navigation ul ul li.sfhover {
	background:#fff;
}

#navigation ul ul li a {
	display:block;
	width:110px;
	font-size:1.1em;
	line-height:1.1em;
	color:#000;
	font-family:"Avenir Heavy",arial,verdana,"sans serif";
	text-align:left;
	text-transform:none;
	font-weight:normal;
	border:none;
	padding:0;
}


#Topmenu{float:left; width:300px; }
#mc_menu_1{text-align:right;}


#mc_menu_1 li {
	position:relative;
	display:inline;
	margin:0;
	border-right:#fff 1px solid;

	
}
#mc_menu_1 li a{
	font-size:1.15em;
	font-family:"Avenir Heavy",arial,verdana,"sans serif";
	text-transform:normal;
	text-decoration:none;
	font-weight:bold;
	color:#fff;	
	padding:0 11px 0 9px;
}
#mc_menu_1 li.wordpress_link a:hover, #mc_menu_1 li.current_page_item a {color:#286ab0;}
#mc_menu_1 li.external_link{border:none;}
#mc_menu_1 li.external_link a{cursor:default;}
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	text-align:left;
	
	margin-top:2em;
	margin-bottom:2em;

}

	/**
	* Content
	************************************************/

	/* Contains site's main content */

	.content {
		margin:0;
		padding:0;
		margin-left:65px;
		text-align:left;
		 margin-bottom:1em;
	}
	
	.content p,
	.content ul {
		padding:0;
		font-size:1.4em;
		line-height:1.4em;
		margin-left:1px;
		margin-bottom:12px;
	}

		/* Posts */
	#post {width:372px;float:left; background:#FFF;color:#000;}
	.boxtop{background:url(images/boxtop.gif) no-repeat 0 0;margin:0;padding:0; width:372px; height:20px;}
	.boxbottom{background:url(images/boxbottom.gif) no-repeat 0 0;margin:0;padding:0; width:372px; height:20px;}
body.single-category-blog .boxtop, .bigboxtop{background:url(images/bigboxtop.gif) no-repeat 0 0;margin:0;padding:0; width:880px; height:14px;}
body.single-category-blog .boxbottom, .bigboxbottom{background:url(images/bigboxbottom.gif) no-repeat 0 0;margin:0;padding:0; width:880px; height:14px;}	
	
	#MoviePage{width:530px;float:left;margin-right:1em; min-height:320px;}
body.single-category-blog #MoviePage, body.single-category-blog .breadcrumb{display:none;}

	body.home .post {width:315px; float:left;}
	#flashhome{width:530px;float:left;margin-left:25px;}
	
	#imageRow{height:68px;
		background:#000 url(images/line.gif) no-repeat top left;
		margin:1.5em 0 1.5em 0;
		padding:0;
		text-align:center;
	}
	#imageRow img {padding:1em;}
	#socialLinks {	height:23px;
	padding:0;
	text-align:center;margin:1em 0 1em 0;}
	#socialLinks ul li {
	position:relative;
	display:inline;
	margin:0 1em 0 0;
	
}
.navigation {float:right;}
	body.home h2{margin-top:0.8em;}	
	body.home .entry-content p{font-size:1.4em;}
	
	hr {border:none;height:1px; background-color:#286ab0;margin:1em 0 1em 0;}
	hr.dotted {color: #fff; background-color: #fff; border: 1px dotted #286ab0; border-style: none none dotted; }
		/* Breadcrumb */
		.breadcrumb {
			margin: 0 0 5px 0;
			font-size: 1.25em;
			font-style: italic;
			color: #fff;
			}
		.breadcrumb a {
			color: #fff;
			text-decoration: none;
			}
		.breadcrumb a:hover {
			color: #fff;
			text-decoration: underline;
			}
		.trail-end{font-weight:bold;}	
	#post .breadcrumb, #post .breadcrumb a, #post .breadcrumb a:hover, #bigbox .breadcrumb, #bigbox .breadcrumb a, #bigbox .breadcrumb a:hover{color:#000;}
	
	#pages, .films {margin-right:65px;}
	
	.padding2{padding-left:110px;padding-right:110px;}	
	
	
	
	
	body.single-category-blog #BlogSingle, #bigbox{color:#000; background-color:#FFF;width:880px; padding-bottom:14px;}
	body.single-category-blog #BlogSingle{width:880px;}
	 #bigbox #pages{margin:0 110px 0 110px;}
	#bigbox .breadcrumb {margin-left:110px;}
	#bigbox .entry .breadcrumb {margin-left:0;}
	
	.stockfootage{width:200px; height:300px;overflow:hidden;float: left;margin-right: 100px;}
	.NoMargin{margin-right:0;}
	.stockfootage h2{margin-bottom:1em;height:28px;font-size:1.5em;}
	.stockimg{width:200px; height:152px;}
	#SFootage{ margin-top:4em;margin-left:40px;}
	
	
	#sidebar{float:left; width:150px; margin-left:2.5em;margin-right:65px}
	
	#sidebar li.cat-item{font-size:1.2em;}
		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}


			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			#post .entry-content {padding:0 15px 0 15px;}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
		height:70px;
	padding:1em; 0;
	text-align:center;
	background:url(images/line.gif) no-repeat top left;
	}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {
			color:#235c99;
			font-size:1.1em;}
			
			
		#footer .credit {}
		
	.share {float:left;width:400px;}