/* STRUCTURE */

body {
	background:#e3dcd6 url("images/bg.jpg") repeat-y center;
	color:#000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 76%;
	text-align:center;
	margin:0;
}

a {color: #000000;}

#wrapper {
	background:#f5e9b1;
	width:760px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
}

#wrapper.home {
	background:#ffffff;
}


/* NAVIGATION */

#header {
	width:100%;
	background:#ffffff;
	text-align:left;
	border-top: solid #89735C 6px;
	padding: 30px 0 15px 0px;
}

#header ul {
	margin: 0;
	padding:0;
	list-style: none;
	text-align: right;
}

#header ul li {
	display: inline;
	padding: 0 15px 0 0;
}

#header ul li a {
	color: #677f54;
	font-weight: bold;
}

#header .logo {
	margin: 0 0 0 30px;
}



#main-nav {
	background:#677f54;
	border-top: solid #c4dab3 16px;
	margin:0;
	padding: 15px 30px 15px 30px;
}
#main-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align: left;
}
#main-nav ul li{
	display: inline;
	padding: 0 15px 0 0;
}

#main-nav ul li a {
	color: #ffffff;
	font-size: 150%;
	text-decoration: none;
}

#main-nav ul li a.active {
	color: #ffffff;
	font-size: 150%;
	text-decoration: underline;
}


#breadcrumb {
	margin: 20px 35px 10px 35px;
}
#breadcrumb .gt {
	color: #e7c89b;
}


/* CONTENT */


#home-content {
	background:#f5e9b1;
	padding:30px;
}
#home-content img.left {
	clear: both;
	float: left;
	margin: 0 30px 30px 0;
	border: solid 2px #89735c;
}

#home-content p {
	font-size: 11pt;
	line-height: 1.25em;
}
#home-content a {
	color: #810000;
}
#home-content a:hover {
	color: #000000;
}



#main-content {
	background:#f5e9b1;
	padding:30px;
}
#main-content img.left {
	clear: both;
	float: left;
	margin: 5px 2em 1em 0;
	border: solid 2px #89735c;
}

#main-content img.right {
	clear: both;
	float: right;
	margin: 5px 0 1em 2em;
	border: solid 2px #89735c;
}

#main-content p {
	font-size: 11pt;
	line-height: 1.25em;
}

* html #main-content p{
	display: inline-block;
	}

#main-content p.tinytext {
	margin: 2em 0 0 0;
	font-size: 9pt;
	line-height: 1.25em;
}

#main-content a {
	color: #810000;
}
#main-content a:hover {
	color: #000000;
}

#main-content ul {
	list-style: square;
}
#main-content ul li {
	font-size: 11pt;
	line-height: 1.5em;
}

.special {padding:15px; text-align:center; background: #c4dab3; border: 1px dashed #677f54;}
.special a {display:block; }

#sidebar {width:225px; float:right; margin: 0 0 15px 15px; padding:15px; background: #c4dab3; border: 1px dashed #677f54;}

#sidebar img.left {
	clear: both;
	float: left;
	margin: 0 15px 15px 0;
	border: solid 2px #89735c;
}

#forum-content {
	background:#f5e9b1;
	padding:30px;
}

#forum-content p.tinytext {
	margin: 2em 0 0 0;
	font-size: 9pt;
	line-height: 1.25em;
}


/* Featured */

#home-featured {
	background:#ffffff;
	padding: 30px;
	border-top: solid #dfd1a0 4px;
}

#home-featured img {
	float: left;
	margin: 0 30px 30px 0;
	border: solid 2px #9f9f9f;
}




/* FOOTER */

#footer {
	background:#c4b9ad;
	margin: 0 0 0 0;
	padding: 30px;
	clear: both;
	border-top: solid 6px #a69684;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h1 {
	font-size: 300%;
	margin: 0 0 1em 0;
}


.sIFR-hasFlash h2 {
	display: inline;
	font-size: 200%;
	text-transform: uppercase;
}

.sIFR-hasFlash h3 {
	font-size: 125%;
}
