/* --- Facade CSS - Amanda 2008-2009
       Do not copy, edit or redistribute
       You can look but don't snatch please.
       www.makoeyes.org --- */

* {
	margin: 0;
	padding: 0;
	}

/* --- BASIC OUTLINE --- */

body {
	background: url(images/bodybg.jpg) repeat-x #292c2e;
	font: 11px Arial, Helvetica, sans-serif;
	color: #b2ccd7;
	line-height: 20px;
	letter-spacing: 1pt;
	}

#container {
	width: 795px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

#container-bg {
	background: url(images/postbg.jpg) repeat-y;
	width: 795px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}

#top {
	background: url(images/header.jpg) top no-repeat;
	width: 795px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	}

#content {
	width: 605px;
	height: 100%;
	float: left;
	padding-left: 5px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-top: -155px;
	}

/* --- NAVIGATION --- */	
#navigation {
	position: relative;
	top: -150px;
	left: -25px;
	float: left;
	text-align: right;
	color: #fff;
	}
	
	#navigation a, a:link {
	font: bold 18px "Times New Roman", Times, serif;
	color: #ed5562;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	#navigation a:hover {
	font: bold 18px "Times New Roman", Times, serif;
	background: url(images/navhover2.png) top center no-repeat transparent;
	padding-top: 10px;
	color: #f3ea8b;
	text-transform: uppercase;
	text-decoration: none;
	}

/* --- OUTLINE CONTINUED ---*/
	
#footer {
	width: 795px;
	height: 186px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	}

#bottom {
	width: 795px;
	padding: 5px;
	text-align: right;
	background: transparent;
	color: #fff;
	}

/* --- SELECTORS AND CUSTOMIZATIONS --- */

img {
	border: 0px;
	}

p {
	text-align: justify;
	padding: 5px;
	margin-bottom: 15px;
	}

/* --- HEADINGS --- */
h1 {
	font: bold 18pt Georgia, "Times New Roman", Times, serif;
	border: 0px;
	color: #e8aaaf;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 5px;
	}

h2 {
	font: 9px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border-bottom: 1px solid #845f67;
	text-transform: uppercase;
	}

h3 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #c15d69;
	text-align: right;
	border-bottom: 1px solid #845f67;
	text-transform: uppercase;
	}

/* --- LINKS --- */
a, a:link, a:visited {
	background-color: transparent;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ee6c0a;
	text-decoration: underline;
	text-transform: lowercase;
	}
a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fd8e3d;
	text-decoration: underline;
	text-transform: lowercase;
	}

/* --- OTHER --- */
strong, b {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #7f909a;
	background-color: #465157;
	}

i, em {
	font: italic 11px Arial, Helvetica, sans-serif;
	color: #edad79;
	}

.code {
	background: #292c2e;
	padding: 5px;
	}

img.background:hover {
	background: #7f909a;
	padding: 5px;
	}

/* --- FORM --- */
input, textarea, select {
	background: #434d53;
	color: #ffb9c1;
	border: 1px solid #34444d;
	font: 11px Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 3px;
	}

ul {
	margin-left: 15px;
	padding: 2px;
	list-style-type: none;
	}

blockquote {
	-moz-border-radius-topleft: 15px; 
	-webkit-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
	background: #434d53;
	border: 1px solid #34444d;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 5px;
	text-align: left;
	width: 300px;
	margin-top: 5px;
	}

/* --- COPYRIGHT --- */
.right {
	text-align: right;
	}

.center {
	text-align: center;
	}
