/*
	Phoenix Consulting, Master Stylesheet for screen media
	All code on this site unless otherwise mentioned is covered by this Creative Commons License:
	
		Attribution-ShareAlike License
		http://creativecommons.org/licenses/by-sa/2.0/
	
	Author: Ryan J. Bonnell, Creative Arc, Inc. (creativearc.com)
*/

body {
	background-color: #fff4cc;
	text-align: center;
	margin: 10px auto 10px auto;
	padding: 0;
	font: normal 10px/150% Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}

/* Main Page Structures
----------------------------------------------------------------------------- */

div#wrapper {
	color: #000;
	width: 758px;
	\width: 760px;
	w\idth: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0;
	border: 1px solid #000;
	background: #fff url(../images/sidebar.gif) repeat-y top left;
	position: relative;
	}
	
div#header {
	padding: 10px;
	text-align: right;
	}
	
div#sidebar {
	width: 175px;
	\width: 203px;
	w\idth: 175px;
	float: left;
	margin: 0;
	padding: 0 25px 15px 15px;
	color: #666;
	background: #fff;
	}

div#sidebar ul {
	padding-left: 0;
	}
	
div#container {
	padding: 0 10px 10px 10px;
	background: url(../images/background.jpg) no-repeat top right;
	}
	
div#sidebar ul li {
	list-style-type: none;
	font-weight: bold;
	line-height: 175%;
	}
	
div#content {
	width: 500px;
	margin: 0 0 0 210px;
	padding: 10px;	
	}

div#footer {
	color: #000;
	text-align: center;
	line-height: 150%;
	clear: both;
	}	

/* Header
----------------------------------------------------------------------------- */

#header h1, #header address, #header p {
	visibility: hidden;
	}
	
/* h1-h6 headers
----------------------------------------------------------------------------- */

#header h2 {
	color: #c00;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 85px;
	left: 300px;
	}
	
h2 {
	color: #c00;
	font-size: 11px;
	font-weight: bold;
	}	

h3 {
	font: 13px/125% "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #000;
	background-color: #acacac;
	border: 1px solid #000;
	width: 100px;
	height: 20px;
	padding: 0;
	margin: 0;
	line-height: 20px;
	text-align: center;
	}

h3 a {
	display: block;
	color: #000;
	text-decoration: none;
	width: 100px;
	height: 20px;
	}
	
h3:hover, h3 a:hover {
	color: #fff;
	background-color: #535353;
	}
	
h4 {
	font: italic 15px/150% "Times New Roman", Times, serif;
	color: #333;
	margin-top: 15px;
	padding: 0;
	}

/* General Classes
----------------------------------------------------------------------------- */

address {
	margin: 10px 0;
	font-style: normal;
	}
	
a img {
	border: none;
	text-decoration: none;
	}
	
hr { 
	background-color: #fff;
	border-bottom: 1px solid #666;
	border-top: none;
	border-right: none;
	border-left: none;
	line-height: 1px;
	height: 1px;
	margin: 15px 0;
	padding: 0;
	color: #666;
	clear: both;
	}
	
.strong {
	font-weight: bold;
	}
	
ul.values {
	font: italic 14px/150% "Times New Roman", Times, serif;
	color: #333;
	list-style-type: none;
	}	
	
.story {
	border: 2px solid #9c9373; 
	position: absolute;
	top: 235px;
	right: 22px;  /* 256 x 371 */
	width: 340px;
	\width: 354px;
	w\idth: 340px;	
	padding: 5px;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(50, 50, 50) transparent;
/* RGBa with 0.6 opacity */
background: rgba(50, 50, 50, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	color: #fff;


	text-align: left;
	}

.story h2 {
	color: #fff !important;
	font-size: 16px;
	}

.story p {
	font-size: 14px;
	}
