/*-----------------------------------------------------------------------------
version:   1.0
author:    sande wetmore
email:     sande@sandewebdesign.com
website:   http://www.sandewebdesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Put margins back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: .5em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	color: #FFFaf9;
}
p {
	font-size: 1.2em;
}
#content-wrapper p {
	text-align: left;
}
strong {font-weight: bold;}
#container  {
	color: #796f6f;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #23577c;
}
#header h1 {
	background: url(../images/swd-font.gif) no-repeat left top;
	height: 35px;
	width: 438px;
	text-indent: -9999px;
}

li h4 {
	font-weight: bold;

}
#content-wrapper h3 {text-align: left;}

/* =Links
-----------------------------------------------------------------------------*/
a, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a {
	color: #23577c;
}
a:hover {
	color: #60b1e9;
}
li a:hover {
	background:#60b1e9;
	color: #210D0F;
}
#container.home a {
	font-size: 1.2em;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
/* =Navigation - horizontal bar
----------------------------------------------------------------------------- */
ul.navbar {
	width: 100%; 
	float: left;
}
ul.navbar li {
	float: left;
}
ul.navbar a {
	display: block;
	float: left;
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
}
ul.navbar a:hover {
	text-decoration: underline;
}
#mainnav{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1em;}



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/
.formbox {
	background: #e4d5ce;
	width: 80%;
	color: #210d0f;
	padding: 10px;
}
.formbox form {
	padding: 15px;
}
#content-wrapper form {
	padding: 10px 20px;
	text-align: left;
	border: 1px solid #998681;
	background: #f0e8e5;
}
#content-wrapper input:focus, 
#content-wrapper textarea:focus {
	background: #dbc3b8;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

/* =Lists
--------------------------------------------------------------------- */
.ulList ul {
	display: block;
	float: left;
	width: 250px;
	margin: 0 24px 15px 5px;
	padding-bottom: 10px;
	border: 1px solid #998681;
	background: #f0e8e5;
}
.ulList li {
	padding-left: 10px;
	padding-right: 10px;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/


/* =Misc 2
-----------------------------------------------------------------------------*/


/* =Layout
-----------------------------------------------------------------------------*/

body {
	background: #000000;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background: url(../test/www-background.jpg) no-repeat left top;
	overflow: auto;
}
#content-wrapper {
	background: #e4d5ce;
	color: #210d0f;
	padding: 15px 25px 25px;
	overflow: auto;
	text-align: center;
}
#content-inner {
	width: 550px;
	float: left;
	overflow: auto;
}
#related {
	float: right;
	width: 280px;
}
#header {
	padding-left: 85px;
}
#footer {
	padding-bottom: 7px;
	clear: both;
}


/* LEAVE AT END 
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
