/*  
Theme Name: Dark Blue jQuery
Theme URI: http://www.whitneyfay.net
Description: Just a simple grey theme
Version: 1.0
Author: Whitney Glosenger
Author URI: http://www.whitneyfay.net
*/

@charset "utf-8";
/* CSS Document */

body {
	background: #090c0e url('images/background.jpg') top left repeat-x;
	margin: 0px;
	padding: 0px;
	font: 75%/1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #E7E7E8;
	text-align: center;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
h1, h3, h5, {
	color: #FFF;
	}
	
h2, h4, h6 {
	font-variant:small-caps;
	color: #90BADE;
	}

h3 { color: #B5D7F3; line-height: 1em; margin: 0px; padding: 0px;}

h4 {
font-size: 1.1em;
color: #B5D7F3;
}
	
.title {
	font-variant:small-caps;
	color: #90BADE;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	}
	
.bigline {
	line-height: 1.2em;
	}
	
	a, a:link, a:active, a:visited {
		color: #90BADE;
		font-weight: normal;
		text-decoration: none;
	}

        a:hover {
                color: #FFF;
        }

        a img {border: 0px;}

fieldset {
     border: 0px;
     }

label { 
     font-weight: bold;
     color: #B5D7F3;
     width: 100px;
     float: left;
}
	
#wrapper {
	background: #141A1F;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	}
	
#header {
	background: url('images/header.jpg') top left repeat-x;
	width: 1000px;
	height: 174px;
	margin: 0px;
	padding: 0px;
	}
	
#navigation {
	background: url('images/nav.jpg') top left no-repeat;
	width: 1000px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	}
	
	#navigation a:link, 
	#navigation a:active, 
	#navigation a:visited {
		display: block;
		width: 100px;
		height: 30px;
		float: right;
		text-align: center;
		color: #FFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		text-decoration: none;
	}
	
#content {
	background: #141A1F;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	opacity: 1;
	}
	
	#content .text {
		font-size: 1em;
		margin: 0px;
		padding: 20px;
	}
	
	#content .sidebar {
		width: 250px;
		float: right;
		margin-left: 20px;
		}
	
	#content .main {
		margin-right: 270px;
	}

	#content .mainfull {
		margin-right: 0px;
	}
		
	#content .top {
		margin: 0px;
		padding: 0px;
	}
	
	#content .desc {
		font-size: 1.1em;
	}
	
	hr {
		border-top: 1px dashed #E7E7E8;
      	border-bottom: 0;
		border-left: 0px;
		border-right: 0px;
      	color: #E7E7E8;
      	background: none;
      	height: 1px;
	}
	
	#content .comments {
		float: right;
	}
	
#feature {
	width: 960px;
	margin: 0px auto;
	padding: 20px;
	opacity: 1;
	}
	
	#feature .inner {
		background: #000;
		margin: 0px;
		padding: 10px;
		}
		
	#slider ul, #slider li {
		margin: 0px;
		padding:0;
		list-style:none;
		}

	#slider li { 
		width:940px;
		height:190px;
		overflow:hidden; 
		}
		
	.feature_01 {
		background: url('http://www.whitneyfay.net/images/features/01.jpg') top left no-repeat;
		width: 940px;
		height: 190px;
		text-indent: 240px;
		}
		
	.feature_02 {
		background: url('http://www.whitneyfay.net/images/features/02.jpg') top left no-repeat;
		width: 940px;
		height: 190px;
		text-indent: 240px;
		}
		
	.feature_01 p, .feature_02 p {
		margin-left: 240px;
		text-indent: 0px;
		line-height: 1.3em;
	}
		
		ol#controls{
		margin: 10px 0 0 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#FFF;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#3B4D5B;
		color:#fff;
		}
		
	.highlight {
		font-weight: bold;
		color: #B5D7F3;
		}
	
	.highlight2 {
		font-weight: normal;
		color: #B5D7F3;
		}
		
	
		
#footer {
	clear: both;
	background: #141A1F;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	opacity: 1;
	text-align: center;
	}

.center {
    text-align: center;
}

.imgright {
float: right;
margin-left: 20px;
}

.imgleft {
float: left;
margin-right: 20px;
}
	
