/* ---------------------------------------------*/
/*                                              */
/* /common.css                                  */
/*                                              */
/* Code & design by Joshua Richey               */ 
/*                                              */
/* http://www.labbrain.com                      */
/*                                              */
/* May 1st, 2008                               */
/*                                              */
/* ---------------------------------------------*/

/* ---------------------------------------------*/
/* ------------>>> GLOBAL Layout <<<------------*/
/* ---------------------------------------------*/

html,body {
	margin:0;
	padding:0;
	height: 100%;
	}
body {
	background-color: #cbbb94;
	font-size: small;
	font-family: arial, trebuchet, helvetica, sans-serif;
	letter-spacing: .05em;
	}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 975px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #ECE3D3;
	border-left: solid 1px #773427;
	border-right: solid 1px #773427;
	padding: 0 20px 0px 20px;
	}
#header {
	padding:0px 0 10px 5px;
	}
#contentBorderTop {
	border-bottom: 10px solid #773427;
	border-left: 10px solid #ECE3D3;
	border-top: 0;
	border-right: 0;
	}
#content {
	background-color: #773427;
	width: 943px;
	margin: 0 auto;
	_text-align: left; /* ie hack */
	}
#contentBorderBot	{
	border-top: 10px solid #773427;
	border-right: 10px solid #ECE3D3;
	border-left: 0;
	_margin-right: -2px;	/* ie hack */
	}
#loginlink {
	float:right;
	/* margin-top: 10px; */
	margin-right: 40px;
	padding: 15px 10px 5px;
	border: 1px solid #773427;
	border-top: none;
	background-color: #fef8ee;
	font-size: .85em;
	}

#splashpic {
	margin: 0 auto;
	text-align:center;
	padding: 17px 0px 38px;
	width:886px;
	overflow: hidden;
	}

	a#left, a#right {
		display:block;
		text-decoration: none;
		height: 619px;
		position: relative;
	}
	a#left {
		background: url(/_includes/images/splash_01.jpg); 
		width: 450px;
		background-position: top right;
		float: left;
	}
	a#right {
		background-image: url(/_includes/images/splash_02.jpg);
		width: 436px;
		float: right;
	}
	
	span#lefttext, span#righttext {
		position: absolute;
		top: 20px;
		display: block;
		width: 180px;
		font-family: Georgia, Times, serif;
		line-height: 1.6em;
		color: #BA5751;
		font-weight: bold;
		font-style: italic;
	}
	span#lefttext {text-align: left; left: 20px;}
	span#righttext {text-align: right; right: 20px;}

.splash_hr {
	margin: 0;
	padding: 0;
	border: none;
	border-top:1px dotted #773427;
	width:943px;	
	margin: 0 auto;
	}

h1.splash_blurb {
	margin: 27px auto;
	text-align: center;
	font-style: italic;
	font-size: 1.3em;
}
p.splash_blurb {
	margin: 12px auto 0px;
	text-align: center;
	color: #BA5751;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

/* ---------------------------------------------*/
/* ----------->>> TEXT Formatting <<<-----------*/
/* ---------------------------------------------*/
a	{ color: #773427; }
a:hover	{ color: #D4572A; }


.cited {
	font-size: .9em;
	font-weight: bold;
	}
.caption {
	font-size: .8em;
	font-weight: normal;
	color:#666;
	}
h1 {
	font-family: Georgia, Times, serif;
	letter-spacing: 0;
	color: #D4572A;
	line-height: 1em;
	font-size: 1.2em;
	}

/* ---------------------------------------------*/
/* ----------->>> HEADER Formatting <<<---------*/
/* ---------------------------------------------*/
#header { }

#mosaic-logo {
	margin-left: 40px;
	padding-top: 10px;
	border: 0;
	}
#mosaic-tag {
	float: right;
	margin-top: -20px;
	margin-right: 40px;
	}
img {
	border: 0;
	}

/* ---------------------------------------------*/
/* ----------->>> FOOTER Formatting <<<---------*/
/* ---------------------------------------------*/

div#footer {
	position: relative;
	width:943px;
	height: 30px;
	bottom:0; /* stick to bottom */
	border-top:1px dotted #773427;
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
#footer p {
		padding-top:10px;
		font-size: x-small;
		margin:0;
	}
div#footer_splash {
	position: relative;
	background:#999;
	height: 20px;
	margin: 0;
	padding: 0;
	bottom:0; * stick to bottom */
	border-top:1px dotted #773427;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}	
