/* 
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;
}
object {
	outline: none;
	border: 0;
}

/* 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 */
}


/* ***************//*************** */
/* ***************POP UP MOVIE WINDOWS*************** */
body#pop {
	background: #000; 
	margin: 0;
	padding: 0;
}
body#pop #flash_movie {
	width: 700px;
	height: 392px;
	border: 0;
	outline: none;
	margin: 0 auto;
	padding: 0;
}



/* *************** 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;

	position: relative;

}
#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;
}


#ad {
	float: right;
	display: inline;
	width: 139px;
	margin: 15px 15px 0 0;

	position: absolute; 
	bottom: 12px;
	right: 0;
	z-index: 103;

	border: 1px solid #ccc;
}

/* *************** FOOTER *************** */
#footer, body#splash #footer { 
	width: 900px;
	height: 3em;
	line-height: 150%;
	font-size: 11px;
	color: #4F68B0;
	margin: 0 auto;
	padding: 6px 0 0 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;
}
/*============================================================
SOCIAL MEDIA BOX
============================================================*/
#footer #social-media-box {
	width: 25px;
	margin: 0 auto;
	height: 20px;

	display: inline; 
	float: right;
	border: 0;
}
#footer #social-media-box a.social-media {
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: inline;
	float: left;
	display: inline;
	margin: -2px 5px 0 10px;
	border: 0;
}
#footer #social-media-box a.social-media:hover {
	border: 0;
}
#social-media-box .facebook {
	background: url(../images/facebook.png) no-repeat left top;
}
#social-media-box .facebook:hover {
	background: url(../images/facebook.png) no-repeat left -20px;
	border: none;
}
#social-media-box .twitter {
	background: url(../images/twitter.gif) no-repeat left top;
}
#social-media-box .twitter:hover {
	background: url(../images/twitter.gif) no-repeat left -20px;
	border: none;
}
#social-media-box .linkedin {
	background: url(../images/linkedin.png) no-repeat left top;
}
#social-media-box .linkedin:hover {
	background: url(../images/linkedin.png) no-repeat left -20px;
	border: none;
}

#social-media-box .tumblr {
	background: url(../images/tumblr.gif) no-repeat left top;
}
#social-media-box .tumblr:hover {
	background: url(../images/tumblr.gif) no-repeat left -20px;
	border: none;
}
#social-media-box .rss {
	background: url(../images/rss.gif) no-repeat left top;
}
#social-media-box .rss:hover {
	background: url(../images/rss.gif) no-repeat left -20px;
	border: none;
}
#social-media-box .packawhallop {
	background: url(../images/packawhallop.gif) no-repeat left top;
}
#social-media-box .packawhallop:hover {
	background: url(../images/packawhallop.gif) no-repeat left -20px;
	border: none;
}

#social-media-box span {
	display: none;
	text-indent: -10000px;
}
/* ***************//*************** */
/* *************** 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;
}	*/



