/*
Theme Name: first on scene
Theme URI: http://drdezign.com/
Description: A custom design based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: David Reedy
Author URI: http://drdezign.com/
Tags: cms, two columns, ssp

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	This theme was designed and built by David Reedy,
	whose blog you will find at http://drdezign.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding: 0px;
	background:#000 url(images/background.jpg) fixed top center;
	font-size: 62.5%;/* Resets 1em to 10px */
        font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	text-align: center;
	color: #FFF;	
}
#wrapper {
	width: 980px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding: 0;
	background: url(images/logo.png) no-repeat;
	height: 142px;
}
.flashmovie {
	clear:both;
	margin:0;
	padding:0;
}
.textContent {
	margin: 0 0 0 200px;
    width:550px;       
}

/* site hyperlinks */
a, a:hover, a:visited, h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited{
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0 2px 0;
}
a:active {	
	color: #E62E42
}
a:link {
	color: #FFF;		
}
a:hover {

}
a:visited {
	color:#fff;
}

/* header menu hyperlinks */
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	line-height: 1;
	font-size:10px;
}
#nav {
	margin-left: 320px;
	padding-top:128px;
}
#nav a {
	display: block;
	width: 9em;
}
#nav a:active {	
	color: #E62E42
}
#nav a:link {
	color: #FFF;		
}
#nav a:hover {
	background: #16006b;	
}
#nav a:visited {
	color:#fff;
}
#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
	height: 2em;
	text-align:center;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #6b4ee6;
	padding: 4px;
	width: 9em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/* footer menu hyperlinks */
#nav2 a {
	display: block;
	width: 9em;
}
#nav2 li a:link {
	color: #FFF;
}
#nav2 li a:hover {
	background: #6b4ee6;
}
#nav2 li a:visited {
	color:#fff;
}
#nav2, #nav2 ul { /* all lists */
	text-align:center;
	list-style: none;
	font-size:9px;
}
#nav2 li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
	text-align:center;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* home layout */
#home_classes {
	background-image: url(images/classes.png);
	background-repeat: no-repeat;	
    height: 292px;
}
#home_programs {
	clear: both;
	background-image: url(images/programs.png);
	background-repeat: no-repeat;
	height: 340px;
}
#classes_wrapper {
	padding-left:60px;
	height:200px;
}
#programs_wrapper {
	padding-left:60px;
}
.classes_text {
	width: 245px;
	margin-right:30px;
	padding: 0 10px 20px 10px;
	text-align: justify;
	float: left;
}
.programs_text {
	float: left;
	width: 225px;
	margin-right:46px;
	padding: 80px 10px 20px 15px;
	text-align: justify;
}
.programs_text h3 {
	font-size: 1.2em;
        color:white;
}
.classes_text h3 {
	font-size: 1.2em;
        color:white;
}

/* footer */
#footer_menu {
	text-align: center;
    clear:both;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 144px;
	clear:both;
}
#footer #aha {
        float:left;
	text-align: left;
	padding-left: 40px;
padding-top:20px;
}
#footer #fb {
	float:left;
	padding-left: 40px;
}
.small {
	font-size: .8em;
        text-align:center;
        line-height:1.1em;
        padding: 6px 0 0 0;
        color:black;
}
.small a {
        color:#E62E42;
}

/* titles */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFF;
}
h1 {
	font-size: 1.4em;
	text-align: center;
	padding-top: 30px;
	margin: 0;
}
h2, h2.pagetitle {
	font-size: 1.1em;
    text-align: center;
	margin: 30px 0 0;
}


h3 {
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
}

h6 {
	font-size: 1.0em;
}
#update #cat-press .narrowupdate p   {
	color: red;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}
.post hr {
	display: block;
}
.clear {
	clear: both;
}

/* End Headers */



/* Begin Lists */


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/* End Entry Lists */




