@charset "UTF-8";
/* CSS Document */

#navbar-iframe {
	display: none;
	}


* {
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	text-decoration: none;
	}

body {
	text-align: center;
	background:  #1a1a1a url(http://www.coveryall.com/images/bg-arrows.jpg) repeat-x center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
.skip {
	display: none;
	}

	
	
	
/* HEADER */

#header {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	}
	
#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9em;
	font-weight:lighter;
	color:#fefefe;
	}
	
#header h1 a {
	color:#fefefe;
	text-decoration:none;
	}
	
#header h1 a:hover {
	color:#017985;
	text-decoration:none;
	border-bottom:1px solid #666666;
	}

.logo {
	display: none;
	}

	
	

/* CONTENT */

#content-outer {
	background:  #1a1a1a url(http://www.coveryall.com/images/bg-arrows.jpg) repeat center top;
	/*background:  #ffffff;*/
	}
#content-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	}
	
	/* SIDEBAR */
	
#left-menus {
	/* Creates the Left Menu column */
	float: left;
	display: inline;
	width: 281px;
	text-align: left;
	padding: 25px 0 30px 27px;
	}
#left-menus h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #8f2302;
	margin-bottom: 0.5625em;
	font-weight: lighter;
	}
#left-menus p {
	font-size: 1.1em;
	line-height: 1.6364em;
	color: #394750;
	}
#left-menus p a, #left-menus li a {
	color: #6f0305;
	border-bottom: 1px solid #dddccb;
	}
#left-menus p a:hover, #left-menus li a:hover {
	color: #017985;
	border-bottom: 1px dotted #c1a2a3;
	}
	
#left-menus ul {
	list-style-type: square;
	}
	
#left-menus ul.alt {
	list-style-type: none;
	}		
	
#left-menus li {
	padding-left: 5px;
	font-size: 1.1em;
	line-height: 1.6364em;
	margin: 0.4091em 0 0.4091em 20px;
	color: #777777;
	}
	
.sidebar {
	padding: 15px;
	/*border: 3px solid #d0d9df;*/
	border:1px solid #dddddd;
	background: #ffffff;
	margin-bottom: 30px;
	}

.about-photo {
	float: left;
	/*border: 3px solid #d0d9df;*/
	border:1px solid #dddddd;
	margin: 0 10px 10px 0;
	}
.archive {
	padding: 1em 0 0.5em 0em;
	}

	
	/* MAIN CONTENT AREA */
	
#main-content {
	float: right;
	display: inline;
	text-align: left;
	width: 601px;
	padding: 25px 27px 30px 0;
	}
#blogbody {
	padding: 17px 33px 33px 33px;
	/*border: 3px solid #d0d9df;*/
	border:1px solid #dddddd;
	background: #fefefe;
	color:#333333;
	}
#blogbody h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	color: #6f0305;
	font-weight: lighter;
	}
#blogbody a {
	color: #6f0305;
	border-bottom: 1px solid #dddccb;
	}
#blogbody a:hover {
	color: #017985;
	border-bottom: 1px dotted #c1a2a3;
	}
#blogbody p {
	font-size: 1.1em;
	line-height: 1.6364em;
	margin: 0.8182em 0;
	}
#blogbody img {
	border: 3px solid #d0d9df;
	margin: 15px;
	}
/*#blogbody p a, #blogbody li a {
	color: #6f0305;
	border-bottom: 1px dotted #6f0305;
	}
#blogbody p a:hover, #blogbody li a:hover {
	color: #017985;
	border-bottom: 1px solid #017985;
	} */

#blog-post {
	font-size: 1.1em;
	line-height: 1.6364em;
	}
	
.blog-date {
	font-size: 1em;
	text-transform: uppercase;
	color: #999999;
	text-align: right;
	}
.blog-dots {
	font-size: 1em;
	color: #999999;
	padding: 2em 0;
	text-align: center;
	}
.author-said {
	padding-top: 1.6364em;
	}
hr {
	color: #dddccb;
	background-color: #dddccb;
	border: 0;
	height: 1px;
	margin: 1em 0 2em 0;
	}



/* FOOTER */

#footer-blue-outer {
	/* Extends the orange line across the full width of the browser */
	background-color: #017985;
	width: 100%;
	}
#footer-blue-inner {
	/* Establishes the width of the orange line and styles it */
	width: 960px;
	background-color: #017985;
	margin: 0 auto;
	text-align: center;
	height: 3px;
	}
#footer-red-outer {
	/* Extends the grey background across the full width of the browser */
	background-color: #6f0305;
	width: 100%;
	}
#footer-red-inner {
	/* Establishes the width of the grey footer and styles it */
	width: 930px;
	margin: 0 auto;
	color: #dddddd;
	line-height: 18px;
	font-size: 1.1em;
	text-align: left;
	padding: 15px 15px 45px 15px;
	}
#footer-red-inner h2 {
	/* The template includes several headings (H2s) that do not display in standard browsers.  They improve site accessibility by titling lists of links -- for example, the list of Frequently Used Tools in the header. NOTE: This expalins why there is not a standard H2 style.  Rather, H2 is styled for different purposes in different divs */
	display: none;
	}
#footer-red-inner ul li {
	/* Turns off the bullets that are typically found in an unordered list and displays the list horizontally rather than vertically (the default) */
	list-style: none;
	display: inline;
	margin-right: 10px;
	}
#footer-red-inner p a {
	/* Styles the links in the footer */
	color: #dddddd;
	padding-bottom: 2px;
	}
#footer-red-inner p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #017985;
	padding-bottom: 2px;
	}
	
.reelpic {
	padding:6px;
	background-color:#fefefe;
	margin-right:5px;
	margin-top:15px;
	margin-bottom: 25px;
	}	

.reeldesc {
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#fefefe;
	float:left;
	padding-right: 10px;
	padding-top: 105px;
	line-height: 1.4em;
	}
	
.contacttitle {
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#fefefe;
	}
	
.contactinfo {
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#fefefe;
	padding-top: 10px;
	line-height: 1.667em;
	}	
		
.contactinfo a {
	text-decoration:none;
	color:#fefefe;
	}
	
.contactinfo a:hover {
	text-decoration:none;
	color:#017985;
	}
	
.copyfloat {
	float:right;
	width:250px;
	font-size:1em;
	text-align: right;
	margin-right: 10px;
		}
		
.copyfloat a {
	text-decoration:none;
	color:#00a4b5;
	}
	
.socialfloat {
	float:left;
	width:200px;
	font-size:1.1em;
	text-align:left;
	padding-left:10px;
	}	
	
.socialfloat img {
	margin-right:7px;
	}	
	
.socialfloat a {
	text-decoration:none;
	color:#fefefe;
	}
	
.socialfloat a:hover {
	text-decoration:none;
	color:#017985;
	}	
	
.leftfloatphoto {
	float:left;
	margin-right:20px;
	}
	

.trailerfloat {
	float:right;
	margin-right:25px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.bannedfloat {
	float:right;
	margin-right:25px;
	margin-top: 125px;
	margin-bottom: 10px;
	}
	
/*NAV*/

/* NAV */	
	
#nav-outer {
	width:100%;
	background-color:#017985;
	}
	
#menuwrapper {
	margin: 0 auto;
	width:960px;
	background-color:#017985;
	height:34px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding:10px;
	border-right: 1px solid #01555d;
	font-size: 1.2em;
	color: #fefefe;
	text-align:left;
	letter-spacing:1px;
	background-color:#017985;
}

#p7menubar a.trigger {
	padding: 10px 25px 10px 15px;
	background-image: url(http://www.beyondthemythmovie.com/p7_cssexpress/p7exp/images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 200px;
}

#p7menubar ul li a  {
	color: #fefefe;
	border-right: 0;
	padding: 5px 12px 5px 16px;
	font-size:1.2em;
	border-bottom:1px solid #eee;
}


#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #fefefe;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fefefe;
	background-color: #333333;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #333333;
	background-color: #fefefe;
}

#p7menubar ul a:hover {
	background-color: #666666!important;
	color: #fefefe!important;
	
}

#p7menubar li {width: auto;}		