/* 
Title:		stephenswaringwhite.com screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Helvetica, Verdana, sans-serif;
	color: #7c7c7c;
	line-height: 1.8em;
}
body#splash {
	background: #4f68b0; /* darker blue */
}
body {
	background: #869ACF; 
}

td { 
	vertical-align: middle;
}

a:link, a:visited, a:active, a:hover {
	outline: none;
}
a {
	color: #7f7f7f;
}
a:hover {
	color: #b4c5de;
}


/* AUDIO PLAYER */
#dewplayer_content {
	width: 240px; 
	height: 20px; 
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}
/* ***************//*************** */
/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	width: 900px;
}
#wrapper-inner, #wrapper-inner-splash {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	border: 1px solid #333;
	background: #869ACF; /* darker blue */
}
#wrapper-inner-splash {
	border: none;
	background: #4f68b0; /* darker blue */
}

/* *************** BANNER *************** */
#banner {
	background: url(../images/sitemap-banner.png) no-repeat left top;
	width: 100%;
	height: 210px;
	display: block;
}
#content {
	overflow: auto;
	width: 100%;
	background: #c2cce8 url(../images/waves-splash.jpg) no-repeat left bottom;
}
#content ul {
	color: #fff;
}
#content a {
	color: #4f68b0;
	text-decoration: none;
}
#content a:hover {
	color: #869acf;
	text-decoration: underline;
}
#content .column {
	float: left;
	width: 49%;
	display: block;
}
#splashflash {
	width: 100%;
	height: 430px; 
}
.textBox {
	width: 100%;
	height: 200px;
	overflow: hidden;
	line-height: normal;
	font-style: italic;
	color: #fff;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	background: #c2cce8 url(../images/waves-splash.jpg) no-repeat left bottom;

}
.textBox .script {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	font-variant: normal;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #c5c5c5;
	height: 100%;
	overflow: auto;
}




/* *************** FOOTER *************** */
#footer, body#splash #footer { 
	width: 900px;
	height: 1.9em;
	line-height: 1.9em;
	font-size: 11px;
	color: #4F68B0;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
body#splash #footer {
	color: #758dd2;
}
#footleft { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
}
#footleft p {
	margin: 0;
	padding: 0;
}
#footmiddle { 
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding: 0;
}
#footright { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 0;
}
#footer a, body#splash #footer a, #footer a.lighter {
	border-bottom: none;
	color: #4F68B0; 
	text-decoration: none;
}
body#splash #footer a {
	color: #758dd2;
}
body#splash #footer a.lighter, body #footer .lighter {
	color: #c2cce8;
}
#footer a:hover, #footer a.lighter:hover, body#splash #footer a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

/* *************** links, info footers *************** */
#links, #links-splash {
	width: 100%;
	height: 1.9em;
	line-height: 1.9em;
	font-size: 11px; 
	color: #4F68B0;
	border-bottom: 1px solid #758dd2;
	text-align: center;
	text-transform: lowercase;
	clear: both;
}
#links-splash {
	color: #758dd2;
	border-bottom: 1px solid #758dd2;
}
#links a, #links-splash a {
	color: #4F68B0;
	text-decoration: none;
}	
#links-splash a {
	color: #9ab0ee;
}	
#links a:hover, #links-splash a:hover {
	color: #fff;
	text-decoration: none;
}	
#links-splash a.lighter {
	color: #c2cce8;
}
#links-splash a.lighter:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
}
/*#links a.current, #links-splash a.current {
	color: #fff;
	text-decoration: underline;
}	
#links-splash a.current {
	color: #c2cce8;
}	
#links a.current:hover, #links-splash a.current:hover {
	color: #fff;
	text-decoration: underline;
}	*/


