/* GENERAL FORMATING */

a.din:hover {
	background: #123;
}
	
#main a:link {
	color: #0000ff; background: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#main a:visited {
    color: #808; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

#main a:active {
	color: #808000; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

#main a:hover {
	color: #ff0000; background: #fff; 
	text-decoration: underline;
	font-weight: bold;
}

body {
	font-size: 12pt;
	line-height: 1.8em;
	font-family: Arial, sans-serif;
	background: #676767;
	color: #656565;
	margin: 0; padding: 0;
}

br.clear {
	clear: both;
}

.date {
	background: #222222;
	color: #ffffff;
	font-size: 0.70em;
	padding: 2px;
	display: inline-block;
	width: 50px;
	text-align: center;
	margin-right: 0.75em;
	/* margin-left: 15px; */
	margin-bottom: 10px;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}

h2,h3,h4 {
	margin-bottom: 1.0em;
	font-family: Arvo, serif;
	color: #000000;
	/* padding-left: 15px; */
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}

img.top {
	margin: 8px 0 20px 0;
}

p {
	/* margin-left: 15px; */
	margin-bottom: 1.25em;
}

strong {
	color: #000000;
}

ul {
	margin-bottom: 1.25em;
}

/* PAGE FORMATTING */

#bg1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1494px;
	background: #ccc;
	z-index: 1;
	box-shadow: inset 0px 280px 60px 0px rgba(0,0,0,0.3);
}

#bg2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 217px;
	background: #262626;
	z-index: 2;
	box-shadow: inset 0px 10px 60px 0px rgba(0,0,0,0.7);
}

#outer {
	position: relative;
	z-index: 3;
	width: 960px;
	margin: 35px auto 35px; /* 35px auto 35px */
	background: #ffffff;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
}

#header {
	position: relative;
	padding: 28px;
	height: 125px;
	background: #0a7f99;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0px -40px 60px 0px #005B6D;
	border-bottom: solid 1px #003B47;
}

#nav {
	position: absolute;
	top: 0; left: 0;
	padding: 10px 28px;
	width: 904px;
	height: 34px;
	line-height: 48px;
	margin: 0 0 28px 0;
	background: purple;
	font-size: 0.9em;
	border-bottom: solid 1px #009FBF;
	border-top: solid 1px #1098B3;
	box-shadow: inset 0px -10px 40px 0px #005B6D;
	
}

html>/**/body #nav {
	padding-top: 0px;
	height: 48px;
}

#nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	padding: 0 12px 0 12px;
}

#nav ul li.first {
	padding-left: 0;
}

#logo {
	position: absolute;
	bottom: 15px;
	left: 28px;
	height: 138px;
	line-height: 138px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logo h1 {
	padding-top: 25px;
	font-size: 2.25em;
	font-family: Arvo, serif;
}

html>/**/body #logo h1 {
	padding-top: 0;
}

#search { 
	position: absolute;
	top: 100px;
	bottom: 0;
	right: 28px;
	height: 138px;
	line-height: 138px;
}

#search input.text {
	padding: 10px 40px 10px 10px;
	background: #ffffff url(images/search.png) top right no-repeat;
	border: 0;
	width: 250px;
	color: #777;
}

#banner {
	position: relative;
	width: 960px;
	height: 244px;
}

#banner .captions {
	position: absolute;
	right: 0;
	top: 90px;
	text-shadow: 2px 2px 0px rgba(0,0,0,1.0);
	border: 2px solid black;	
}

#banner .captions h2 {
	color: #fff; background: #000;
	padding: 28px;
	margin: 0;
}

html>/**/body #banner .captions h2 {
	background: rgba(0,0,0,0.7);
}

#main {
	position: relative;
	padding: 30px 28px 30px 28px;
	width: 904px;
}

#main ul {
	list-style: none;
}

#main ul li {
	padding: 8px 0 8px 0;
	border-top: solid 1px #d1d1d1;
}

#main ul li.first {
	padding-top: 0;
	border-top: 0;
}

#sidebar {
	width: 250px; height: 970px;
	float: left;
	padding: 0; padding-right: 10px;
	border: 2px solid gray;
}
	
.box {
	margin: 0 0 0 15px;
	overflow: hidden;
}

#content {
	width: 630px; height: 700px; /* R */
	margin: 0 0 0 270px;
	padding: 0;
	color: #000;
}

#photo {
    width: 960px; height: 244px;
	background: gray;
}	

#sshot {
		background: #000;
		padding-top: 10px;
		border: 2px solid red;
		text-align: center;
}
		
#copyright {
	padding: 40px 0 40px 0;
	text-align: center;
	color: #000; background: #0a7f99;
}

#copyright a {
	color: #000;
}
