/* CSS Document */
/*--------------------------------COLOR SCHEME---------------------------*/
/*--------------------------------RED: #990000---------------------------*/
/*--------------------------------GREY: #CCCCCC--------------------------*/
/*--------------------------------BLACK: #000000-------------------------*/
/*--------------------------------WHITE: #FFFFFF-------------------------*/

 /*------stops page jump---------*/
html {overflow-y: scroll; } 
/*------stops page jump---------*/

@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}

h3 {
}

p, ul, ol {

}

ul, ol {
}

blockquote {
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display: none;
}

/**-------------- LOGO -------------------*/

#logo {
	width: 960px;
	height: 278px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat;
}



/*-------------------------- NAV MENU -------------------------*/

#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: #000000 url(images/nav.jpg) no-repeat;
}

#menu {
height: 50px;
line-height: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 30px;
color: #CCCCCC;
}
#menu ul {
margin: 10px 0 0 20px;
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #cccccc;
padding: 0 9.5px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color:#000000; 
background-color:#990000;
text-decoration: none;
}


/*---------------------- Page ----------------------*/

#page {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background: url(images/bkg.jpg) repeat-y left top;
}

/*----NOTE!!! If any more links are added to this side panel, you MUST go into the style.css file and adjust the PAGE HEIGHT on any pages where the sidebar extends longer than the content (ie the Services.php page)AT THIS POINT - it is a MIN of 1120px ---*/

#page-about {
	padding: 0 0 0 0;
	height: 2400px;
}

#page-articles {
	padding: 0 0 0 0;
	height: 2150px;
}

#page-contact {
	padding: 0 0 0 0;
	height: 2000px;
}

#page-contributions {
	padding: 0 0 0 0;
	height: 780px;
}

#page-dvd {
	padding: 0 0 0 0;
	height: 2550px;
}

#page-home {
	padding: 0 0 0 0;
	height: 1400px;
}

#page-investigations {
	padding: 0 0 0 0;
	height: 2150px;
}

#page-links {
	padding: 0 0 0 0;
	height: 980px;
}

#page-live {
	padding: 0 0 0 0;
	height: 1140px;
}

#page-mailer {
	padding: 0 0 0 0;
	height: 780px;
}

#page-services {
	padding: 0 0 0 0;
	height: 780px;
}

#page-show {
	padding: 0 0 0 0;
	height: 780px;
}

#page-stages {
	padding: 0 0 0 0;
	height: 1900px;
}

#page-store {
	padding: 0 0 0 0;
	height: 780px;
}

#page-support {
	padding: 0 0 0 0;
	height: 780px;
}




/*------------------- Content ----------------------*/

#content {
	float: right;
	width: 700px;
	padding-top: 10px;
	padding-right: 5px;
}

/*---------------------- Post ----------------------*/

.post {
	margin: 0 0 0 0;
	border-bottom: none;
    color: #CCCCCC;
}

.post .title {
	height: 25px;
	color: #990000;
}

.post .title a {
	text-decoration: none;
	color: #990000;
}

.post .date {
}


.post .entry {
	padding: 5px 0 15px 0;
}

.post .video {
    height: 450px;
	padding: 5px 0 15px 0;
}



/*---------------------- Sidebar ----------------------*/

#sidebar {
	float: left;
	width: 190px;
	margin-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar ul li {
	background:url(images/left_side_arrow.gif) no-repeat; 
    padding: 0 0px 0px 10px; 
   
}

#sidebar p {
	margin: 10px 0 0 0;
	padding: 0px 0px;
}

#sidebar h2 {
	padding: 10px 0 10px 0;
    font-size: 14px;
    color: #990000;
}

#sidebar p {
	line-height: 100%;
}

#sidebar a {
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
}


/*-------------------- Footer --------------------*/

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
	background: url(images/footer.jpg) no-repeat left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #6C6A69;
}

#footer a {
	color: #6C6A69;
}
