/*
Theme Name: Blue Fade
Theme URI: http://www.opsis-web.com/oc/
Version: 1.0
Description: Clean, stripped down design with a blue-bluer gradient and OpsisCreations branding littering the site. 
Author: Opsis Creations
Author URI: http://www.opsis-web.com/
*/

/*Organization
Items can be found in the following order:
	General
	ID
	Class
	Tag
*/

/*******
 General
*******/
	
*{margin:0; padding:0;}

body {
	background:#003366 url('images/gradient.jpg') repeat-x top;
	color:#FFF;
	font-family:verdana,arial,"sans serif";
	font-size:62.5%; /* Sets 1em to 10px */
	margin:0; padding:0;
	text-align:center;
}



/*******
   ID
*******/
#OuterWrap {
	margin-left: auto;
	margin-right: auto;
	padding:0;
	position:relative;
	width:1000px;
}

#NavBar {
	background: url('images/nav_accent.jpg') no-repeat right;
	border-bottom:1px dotted #fff;
	font-size: 1.8em;
	font-variant: small-caps;
	padding: 10px;
	text-align: left;
}

#Header{
	margin:5px 0 5px;
	position:absolute;
	top:50px;
	left:0;
}

#Banner {
	width:1000px;
}

#Content {
	clear:both;
	font-size:1.4em;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	padding:300px 0 10px;
	text-align:left;
}


#Footer {
	background:url('images/footer.png') no-repeat right;
	clear:both;
	height:170px;
	width:800px;
	left:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	position:relative;
	text-align:center;
}

#Copyright {
	height:75px;
	left:50%;
	top:50%;
	text-align:center;
	position:absolute;
	width:400px;
}

/*******
  Class
*******/
.align_left{
	text-align:left;
}

.align_right{
	text-align:right;
}

.button {
	border:1px solid black;
	bottom:10px;
	height:50px;
	width:300px;
	margin:0 20px 10px;
	position:absolute;
}

.capture {
	border:2px solid #000;
	margin:10px;
}

.clear {
	clear:both;
	margin:10px;
	position:relative;
	width:800px;
}

.centerdiv {
	left:0;
	padding:10px;
	position:absolute;
}

.dark {
	background:center url('images/bg_striped_dark.jpg') no-repeat;
	clear:both;
	height:268px;
	margin:10px;
	position:relative;
}

.details {
	width:390px;
	padding:5px;
}

.headline {
	color:#ff9933;
	font-family:Georgia, serif;
	font-size:2.86em;
	margin:10px;
	padding-top:40px;
	text-align:right;
	width:290px;
}


.left {
	float:left;
}

.right {
	float:right;
}

.orange {
	color:#ff9933;
}

.serif {
	font-family:Georgia, serif;
}

.text {
}

/*******
 Tags
*******/

a:link {color: #FFF; text-decoration: none; border-bottom:1px dashed;}     /* unvisited link */
a:visited {color:#CCC; text-decoration: none; border-bottom:1px dashed}  /* visited link */
a:active {color: #FFF; text-decoration: none; border-bottom:1px dashed}   /* selected link */

a#NavBar{text-decoration:none;}

h1 {font-size:2.4em;}

h2{ font-size:1.8em;}

p {
	line-height:1.5em;
	text-indent:2.0em;
	margin:.5em 0 .5em;
}

p:first-letter {
	font-size:1.1em;
	font-weight:bold
}

img {border:0;}