@import url(menu.css);

html, html body {
	/* margin-bottom: 1px; Always Show Vertical Scrollbar */
}
/*html {overflow: -moz-scrollbars-vertical;}  Always Show Vertical Scrollbar in Firefox  */

body {
	margin:0 auto;
	padding:0;
	font: 0.7em Arial,Verdana,Tahoma,sans-serif;
	background: #262626; /* url(/images/design/bg_top.gif) top center repeat-y;*/
	color:#fff;
}

a {
	text-decoration:none;
	color:#E27927;
}
a:hover{
	text-decoration:underline;
	color:#EEA336;
}

#wrap {
	width:940px;
	margin:0 auto;
	padding:0;
	border:0px solid red;
	overflow: hidden;
}
/* * html #wrap {height: 100%; overflow: visible ! important;} IE hack */

.emptyContainer {
	clear: both;
	height: 10px;
	overflow:hidden;
}

img {border:none;}

#header{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	height:110px;
}

#site_title {
	display:none;
}

#logo {
	display: block;
}

#date_current {
	display:none;
	position: relative;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 0.9em;
	font-weight: normal;
}

#content {
	position: relative;
	float: left;
	width: 910px;
	margin:0 0 20px 0px;
	padding:0 15px;
	text-align:left;
}

#footer {
	clear: both;
	width:940px;
	height: 20px;
	margin: 15px auto 0px auto;
	padding: 5px 0 0 0;
	font-size:11px;
	color:#824322;
}
#footer a {
	color: #824322;
}
.footerLeft {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: left;
}
.footerRight {
	float: right;
	width: 30%;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: right;
	white-space: nowrap;
}
.footerCenter {
	position: relative;
	margin: 0px auto;
	width: 30%;
	padding: 0px 5px;
	font-size:11px;
	text-align: center;
	white-space: nowrap;
}


h3 {
	font-size:1.3em;
	margin: 10px 0 10px 0;
}
h5 {
	font-size:1.2em;
	margin: 10px 0;
	padding:0;
	color:#27368A;
}

/* Articles */
.article {
	float: left;
	width: 100%;
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
}
.article h5 {
	margin: 0;
	padding: 5px 7px;
	height: 24px;
	background: url('../images/design/article_title_bg.gif') 0 0 repeat-x;
}
.article h5 a,
.article h5 a:hover {
	padding: 0 0 0 17px;
	background: url('../images/design/article_title_arrow.gif') left center no-repeat;
	color:#384D63;
	text-decoration: none;
}
.article .date {
	float: right;
	font-size: 0.8em;
	color:#808080;
	font-weight:normal;
}
.article p {
	margin: 5px 0 0 0;
}
.article .text {
	padding: 0 10px;
}
.article .image {
	float: left;
	padding: 0 5px 5px 0;
}

.readmore {
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
	background: url('../images/design/readmore_arrow.gif') right center no-repeat;
}
.readmore a,
.readmore a:hover {
	padding-right: 18px;
	color: #fd9901;
	text-decoration: none;
}

h3.pagetitle {
	display:none;
	margin: 0 0 10px 3px;
	padding: 0 0 0 20px;
	background: url('../images/design/pagetitle_arrow.gif') left center no-repeat;
	color: #688EB7;
}
#page_image {float: right;}


/* forms */
form {margin:0;}
input, select {background-color:#ffffff; font-size:12px;}
/*input {font-family:Courier New;font-size: 10px; background-color:#ffffff; border:#dddddd 1px; }*/
textarea, .textarea {font-size:12px;}
input.buttons {font-size: 12px;}
fieldset {border:1px solid #c0c0c0;}
fieldset legend {font-weight:bold; color: #fff;}
.form_success {font-weight:bold; color: #58810C;}
.form_error {padding:5px; text-align:center; font-weight:bold; color: #ff0000;}

.br {
	clear: both;
	height: 0px;
	overflow:hidden;
}
img {border:none;}

/*.png { behavior: url('/js/iepngfix.htc'); }*/

/* Info about SQL queries and time spent */
#statsInfo {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: Gray;
}