@import url("generic.css");
@import url("navigation.css");
@import url("listings.css");
@import url("forms.css");
@import url("flash-notice.css");
@import url("pagination.css");
@import url("tables.css");
@import url("backend.css");

/* -------------- GLOBAL STYLES -------------- */

html, body {
	height: 100%;
}

body {
	background: #ffffff url(../images/bg.png) repeat-x;
	font: 1.2em "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #5f5d53;
}

a:link, a:visited { color: #859f1d; }
a:hover { text-decoration: underline; }

/* -------------- LAYOUT -------------- */

#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

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

.container {
	width: 960px;
	margin: 0 auto;
}

#header {
    background: #2e2c23 url(../images/bg.png) repeat-x;
	height: 100px;
	padding-top: 25px;
}

	#header .logo {
background-image: url(../images/logo.jpg);
		display: block;
		width: 369px;
		height: 67px;
		text-indent: -5000px;
		overflow: hidden;
		text-align: left;
	}

		#header .logo a {
			display: block;
			height: 100%;
			color: #ffffff;
		}
		
		#header .logo a:hover {
			text-decoration: none;
		}

#main {

}

	.content {
		float: left;
		width: 630px;
		margin: 0 30px 0 0;
	}

	#col-right {
		width: 300px;
		float: left;
		margin-top: 36px;
	}

#footer {
	font-size: 1em;
	padding: 15px 0;
	color: #6f6953;
	background: #efe9d1 url(../images/bg-footer.png) repeat-x;
	border-top: 1px solid #e3dab8;
	min-height: 60px;
}
	
	#footer a {
		color: #993909;
	}
	
	#footer small {
		color: #8f8a74;
		margin: 10px 0 0 0;
		display: block;
	}

/* -------------- CONTENT ELEMENTS -------------- */

.content h2 {
	color: #993909;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -.03em;
	border-bottom: 1px solid #dfccc3;
	padding-bottom: 7px;
}

	.content h2 span {
		color: #2e2c23;
	}

.content h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-top: 40px;
}

.content p {
	text-align: left;
}

.content ul li {
	padding-left: 1.2em;
}

.content ol li {
	margin-bottom: 1em;
}

/* -------------- RIGHT COLUMN ELEMENTS -------------- */

#col-right h2 {
	color: #29261b;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0 2px 0;
}

	#col-right h2 span {
		color: #2e2c23;
	}

#col-right h3 {
	color: #2e2c23;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #e3dab8;
	padding-bottom: 3px;
	margin-top: 40px;
}

.sideoptions {
	margin-top: 20px;	
}

	.sideoptions li {
		margin: 0 0 5px 0;	
	}

/* -------------- VARIOUS ELEMENTS -------------- */

#wrapper pre, #wrapper code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 11px;
	background-color: #0f0f0f;
	border: 1px solid #2f2f2f;
	display: block;
	margin: 0 0 2em 0;
	/* white-space: normal; */
	/* word-wrap: break-word; */
	padding: 12px 10px 12px 10px;
}

/* -------------- JAVASCRIPT STYLES -------------- */

.hidden {
	display: none;
}

.blockUI.blockMsg {
	font-size: 150%;
}
