/* CSS Document */

/***********************************************************************************************
 Setup
***********************************************************************************************/

* {
margin: 0;
padding: 0;
border: 0;
}

/***********************************************************************************************
 Reference Colours
***********************************************************************************************/

/***********************************************************************************************
 Layout Elements
***********************************************************************************************/

body {
background-color:#000000;
color: #E2DFD8;
}

#wrapper {
width: 1000px;
margin: 0 auto;
}

#content_wrapper {
background-image: url(../images/structure/content_wrapper_bg.jpg);
background-repeat:no-repeat;
}

#content {
background-image: url(../images/structure/content_bg.jpg);
background-repeat:repeat-y;
width: 400px;
padding: 30px 70px 50px 30px;
margin-left: 70px;
}

#content_footer {
width: 400px;
padding: 0;
margin-left: 70px;
}

#footer {
width: 400px;
padding: 30px 70px 50px 30px;
margin-left: 70px;
text-align: center;
}

#socnets {
float:right;
margin-top: 280px;
}

/***********************************************************************************************
 Nav
***********************************************************************************************/
	


/***********************************************************************************************
 Text
***********************************************************************************************/

/* set base font size to equivalent of 10px */
/* therefore to get 18px use 1.8em */
body {
font-size: 62.5%;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-family:Georgia, "Times New Roman", Times, serif;

}

p, ul {
font-size: 1.3em;
line-height: 1.8em;
margin-bottom: 2em;
text-align:left;
}

#footer p {
text-align: center;
color: #9B8E74;
}

h1 {
font-size: 2.2em;
margin-bottom: 0em;
font-weight: normal;
font-style:italic;
font-family: Helvetica, Verdana, Arial, sans-serif;
}


h3, h2 {
color: #9B8E74;
font-size: 1.3em;
line-height: 1.8em;
}

a:link, a:active, a:visited {
color: #9B8E74;
}

a:hover {
color: #FFFFFF;
}

#story ul {
margin-left: 2em;
}

.alert {
color:#FF0000;
}