@import url(ads.css);

* {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
body {
	font: 14px/170% Verdana;
}
.accessible {
	left: -2000px;
	position: absolute;
	width: 990px;
}

/* LINKS */
a {
	color: #E07900;
	text-decoration: underline;
}
a:hover {
	background-color: #E07900;
	color: #FFF !important;
	text-decoration: none !important;
}

/* STRUCTURE */
div#header {
	padding: 10px 10px 0px;
}
div#content {
	padding: 20px;
}
div#main {
	float: left;
	margin-bottom: 20px;
	width: 70%;
}
div#sidebar {
	float: left;
	margin-bottom: 20px;
	width: 30%;
}

/* LOGO */
h1 {
	font-size: 3em;
	height: 52px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 25px;
}
h1 a span {
	background: url(../../images/layout/lowter_logo.gif) no-repeat;
	display: block;
	height: 100px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 200px;
}

/* MENU */
form#search {
	float: right;
	font: 14px/170% Verdana;
	margin-top: 6px;
	text-align: right;
	width: 40%;
}
form#search input#search_input {
	width: 75%;
}
ul#menu {
	background: #235467 url(../../images/layout/menu_background.gif);
	height: 40px;
	list-style-type: none;
	margin: 0px -10px;
}
ul#menu li {
	border-right: 1px solid #FFF;
	height: 40px;
	float: left;
}
ul#menu li a {
	color: #FFF;
	display: block;
	font-size: 1.1em;
	height: auto;
	height: 23px;
	padding: 10px 15px 7px 40px;
	text-decoration: none;
}
ul#menu li#menu_home a {
	background: url(../../images/layout/icon_home.gif) no-repeat 0px -80px;
}
ul#menu li#menu_article a {
	background: url(../../images/layout/icon_article.gif) no-repeat 0px -80px;
	padding-left: 35px;
}
ul#menu li#menu_blogs a {
	background: url(../../images/layout/icon_blogs.gif) no-repeat 0px -80px;
}
ul#menu li#menu_forums a {
	background: url(../../images/layout/icon_forums.gif) no-repeat 0px -80px;
}
ul#menu li a:hover {
	background-color: #E07900 !important;
	background-position: 0px -40px !important;
}
ul#menu li.selected a {
	background-color: #3785A3 !important;
	background-position: 0px 0px !important;
	text-decoration: underline;
}
ul#menu li.selected a:hover {
	background-position: 0px 0px !important;
}

/* FOOTER */
div#footer {
	background: #D5E5EB;
	clear: both;
	font-size: 0.9em;
	line-height: 150%;
	padding: 20px;
}
div#footer div.link_list {
	float: left;
	margin-right: 20px;
}
div#footer h2 {
	margin-bottom: 5px;
}
div#footer ul {
	list-style-type: none;
}
div#footer p {
	clear: both;
	padding-top: 10px;
}
div#footer a {
	color: #235467;
	text-decoration: underline;
}
div#footer a:hover {
	background: #235467;
}
