/* ---------------------------------- TAGS ---------------------------------- */

a {
	color: #D5A00F;
	text-decoration: none;
}

a:hover {
	color: #D5A00F;
	text-decoration: underline;
}

blockquote {
	margin: 20px 10px;
	border-left: 3px double #ccc;
	padding-left: 10px;
}

body {
	background: #EBEAE6 url('images/gui/body_bg.jpg') repeat-x;
	color: #4C4C4C;
	font-family: georgia, 'times new roman', times, serif;
	font-size: small;
	margin: 0;
}

form {
	margin: 0;
}

h1 {
	background: url('images/gui/header.gif') no-repeat top center;
	border-top: 3px double #DFDEDB;
	border-bottom: 3px double #DFDEDB;
	height: 48px;
	margin: 0;
}

h1 a,
h1 a:hover {
	display: block;
	width: 100%;
	height: 40px;
	text-decoration: none;
	position: absolute;
}

h1 a span {
	visibility: hidden;
}

h2 {
	color: #777;
	clear: both;
	font-size: large;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}

h2 a {
	color: #777;
}

h2 a:hover {
    color: #4c4c4c;
}

h3 {
	font: bold small georgia;
	margin: 0;
}

hr {
	border: none;
	border-top: 3px double #DFDEDB;
	height: 3px;
	margin-bottom: 20px;
}

/* ---------------------------------- IDS ----------------------------------- */

#comment_area {
	border: 1px solid #ccc;
	background-color: #dfdedb;
	font-family: arial;
	padding: 10px;
}

#comment_area p {
	font-size: 86%;
	line-height: 1.3;
	margin: 10px 0 !important;
}

#comment_area ol {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#comment_area ol li {
	border-bottom: 3px double #ccc;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

#comment_area textarea {
	border: 1px solid #ccc;
	height: 100px;
	width: 315px;
}

#comment_area #respond {
}

#container {
	background: url('images/gui/container_bg.png') no-repeat top center;
	margin: auto;
	top: -50px;
	padding: 36px 30px 0 36px;
	position: relative;
	width: 560px;
}

#back_drop {
	display: none;
}

#footer {
	background: #DFDEDB url('images/gui/footer_bg.gif') repeat-x;
	clear: both;
	color: #666;
	font-size: x-small;
	line-height: 1.5;
	padding: 40px 0;
	text-align: center;
}

#footer a {
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	color: #979694;
	text-decoration: underline;
}

#footer p {
	margin: 0 auto;
	width: 630px;
}

#footer ul {
	border-bottom: 3px double #EDECE8;
	font-size: 12px;
	margin: 0 auto 15px auto;
	padding: 0 0 10px 0;
	width: 630px;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer ul li a {
	color: #979694;
	padding: 0 10px;
}

#header {
	background: url('images/gui/header_bg.gif') repeat-x;
	height: 114px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 48px 0 0 0;
	text-align: center;
}

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

#header ul li a {
	color: #fff;
	padding: 0 15px;
}

#header ul li.current_page_item {
	background: url('images/gui/nav_act_bg.gif') no-repeat bottom center;
	padding-bottom: 18px;
}

#header ul li a:hover,
#header ul li.current_page_item a {
	color: #fff;
	text-decoration: underline;
}

#left_col {
	float: left;
	font-size: 93%;
	line-height: 1.5;
	padding-top: 40px;
	width: 340px;
}

#left_col h2 em {
	color: #979694;
	font-size: 12px;
}

#left_col img {
	background-color: #fff;
	border: 1px solid #DFDEDB;
	height: auto !important;
	margin: 0;
	padding: 3px;
	max-width: 332px;
}

#left_col p {
	margin: 18px 0;
}

#left_col p img {
    display: block;
    margin: 18px auto;
}

#left_col ul {
	margin: 20px 0 20px 30px;
	padding: 0;
}

#left_col ul li {
	margin: 10px 0;
	padding: 0;
}

#right_col {
	border-left: 1px dashed #ccc;
	float: left;
	font-size: 93%;
	margin-top: 40px;
	margin-left: 20px;
	padding-left: 20px;
	width: 179px;
}

#right_col form {
    margin-top: 2px;
    height: 26px;
}

#right_col form input {
	float: right;
	margin: 0;
	padding: 2px;
}

#right_col form #s {
	border: 1px solid #ccc;
	background-color: #fff;
	float: left;
	font-size: 16px;
	width: 112px;
}

#right_col p {
    line-height: 1.5;
	margin: 20px 0 0 0;
}

#right_col ul {
	list-style-type: none;
	margin: 10px 0 0 5px;
	padding: 0;
}

#right_col ul li {
	margin: 5px 0;
}

#right_col .divider {
	margin-bottom: 17px;
}

/* -------------------------------- CLASSES --------------------------------- */

.clearing {
	clear: both;
}

.divider {
	border-bottom: 3px double #ccc;
	clear: both;
	height: 17px;
	margin-bottom: 25px;
}

.postmetadata {
	background-color: #dfdedb;
	border: 1px solid #ccc;
	clear: both;
	font-size: 86%;
	font-family: arial;
	line-height: 1.3;
	padding: 10px;
}

.more-link {
    white-space: nowrap; 
}

.navigation {
	display: block;
	text-align: center;
	padding: 0;
}

.navigation .alignright {
	float: right;
}

.navigation .alignleft {
	float: left;
}

.navigation {
	height: 1.7em;
	margin-bottom: 15px;
}

.top_title {
    color: #4c4c4c;
	margin-bottom: 5px;
}