@import url("layout.css");

/***** Layout *****/
body {
	font-size: 0.69em;
	line-height: 1.5;
}
body, input, select, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#page {
	margin: auto;
	width: 960px;
}
#header {
	height: 115px;
	line-height: 115px;
	padding: 0 10px;
	background: url(../images/header.jpg) no-repeat;
}
#topbar {
	background: url(../images/topbar.jpg) repeat-x;
}
#main, #main_l, #main_r, #main_l_r {
	padding-top: 25px;
	padding-bottom: 25px;
}
#main_l_r {
	padding-left: 179px;
	padding-right: 179px;
}
#main_l {
	padding-left: 179px;
}
#main_r {
	padding-right: 179px;
}
#inner {
	float: left;
	width: 100%;
}
#content {
	float: right;
	width: 100%;
}
#leftcol {
	float: left;
	margin-left: -179px;
	width: 179px;
}
#rightcol {
	float: right;
	margin-right: -179px;
	width: 179px;
}
* html #leftcol, * html #rightcol {
	display: inline;
	position: relative;
}
.inside {
	padding: 0 10px;
}
#main #content .inside {
	padding: 0;
}
#main_r #content .inside, #leftcol .inside {
	padding-left: 0;
}
#main_l #content .inside, #rightcol .inside {
	padding-right: 0;
}
#footer {
	background: #fc9409;
	padding: 15px;
	color: #fff;
}

/***** General: Links, Headings, Tables, Form elements *****/
a {
	color: #69a4b0;
}
a:hover {
	color: #f18129;
}
h2 a {
	color: #000;
}
#footer a {
	color: #fff;
}
h1 {
	font-size: 2.36em;
	padding: 0 0 15px;
}
.article h1 {
	border-bottom: 1px solid #87b3c0;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
}
h2.fl {
	float: left;
	width: 68%;
	padding: 0 2% 0 0;
}
.article h2.fl {
	width: 85%;
	padding: 0;
}
#leftcol h3, #rightcol h3 {
	height: 39px;
	line-height: 39px;
	padding: 0 0 0 16px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	font-size: 1.09em;
	color: #fff;
}
#leftcol h3 {
	background-image: url(../images/title_left.jpg);
}
#rightcol h3 {
	background-image: url(../images/title_right.jpg);
}
div.componentheading {
	padding-bottom: 5px;
	font-size: 2.36em;
	border-bottom: 1px solid #87b3c0;
	margin-bottom: 10px;
}
div.contentheading, td.contentheading, #com-form-login div.componentheading, #login div.componentheading {
	font-size: 1.18em;
	font-weight: bold;
}
#header table, #leftcol table, #rightcol table, #footer table {
	margin: 0;
}
fieldset, th, td {
	border-color: #d4d0c8;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #6fa7b3;
}
input[type="submit"], input[type="button"], button {
	font-weight: bold;
	background: #e0ebf1;
	border: solid #ccd6db;
	border-width: 0 2px 2px 0;
	cursor: pointer;
	outline: none;
}
input[type="submit"]:focus, input[type="button"]:focus, button:focus {
	border-color: #666;
}

/***** Header *****/
.sitename {
	float: left;
	padding: 0;
	font-size: 2em;
}
.sitename a {
	color: #fff;
	text-decoration: none;
}
.sitename a:hover {
	color: #fff;
	text-decoration: underline;
}
#header .bannergroup, #header .moduletable {
	float: right;
	padding-top: 28px;
}

/***** Top bar: Search form, Top navigation *****/
#topbar .inside {
	padding: 0 15px 0 24px;
	height: 54px;
	background: url(../images/topbar_left.jpg) no-repeat;
}
#topbar input {
	float: left;
	margin-top: 21px;
	border: none;
	width: 150px;
	height: 23px;
	padding: 10px 0 0 15px;
	background: url(../images/search_form.gif) no-repeat;
}
#topbar input.search_button {
	width: auto;
	height: auto;
	background: none;
	padding: 0;
	outline: none;
}
#topbar ul {
	float: right;
	padding: 0;
}
#topbar li {
	list-style-type: none;
	float: left;
	margin: 13px 0 0 1px;
}
#topbar li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 29px;
	background: #e0ebf1;
	color: #000;
	padding: 0 20px 0 21px;
	border-right: 1px solid #ccd6db;
	border-bottom: 1px solid #ccd6db;
	text-decoration: none;
	outline: none;
}
#topbar li a:hover {
	height: 27px;
	background: none;
	color: #fff;
	padding: 0 20px;
	border: 1px solid #e0ebf1;
}
#topbar li.active a {
	height: 29px;
	background: #ec7936 url(../images/topnav.jpg) repeat-x bottom;
	color: #fff;
	padding: 0 21px;
	border: none;
}

/***** Content modules *****/
.user_modules {
	background: #ebf3f6;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 1.09em;
}
.user_modules .moduletable {
	float: left;
	width: 49%;
}
.user_modules ul {
	padding: 0;
}
.user_modules li {
	list-style-type: none;
}

/***** Content *****/
.breadcrumbs {
	display: block;
	margin-bottom: 1em;
}
.contentdescription {
	font-size: 1.27em;
	font-weight: bold;
	padding-bottom: 25px;
}
.image_left {
	float: left;
	margin: 0 1em 1em 0;
}
.image_right {
	float: right;
	margin: 0 0 1em 1em;
}
.image_center {
	display: block;
	margin: auto;
}
.leading {
	padding: 1em;
	border: 1px solid #87b3c0;
	margin-bottom: 1em;
}
.title {
	border-bottom: 1px solid #d4d0c8;
	margin-bottom: 1em;
	padding-bottom: 10px;
}
.article .title {
	border: none;
	padding: 0;
}
p.buttonheading {
	padding: 0;
	float: right;
	width: 30%;
	text-align: right;
}
.article p.buttonheading {
	width: 15%;
}
.column1 {
	float: left;
	margin: 0;
	padding-bottom: 10px;
}
.column2 {
	float: right;
	margin: 0;
	padding-bottom: 10px;
}
.column3 {
	float: left;
	margin: 0;
	padding: 0 4% 10px 4%;
}
.cols1 {
	display: block;
	float: none;
	margin: 0;
}
.cols2 {
	width: 45%;
}
.cols3 {
	width: 30%;
}
.row_separator {
	display: block;
	height: 1px;
	font-size: 1px;
	clear: both;
	background: url(../images/dots.gif) repeat-x;
}
.article_row {
	margin: 0 0 20px 0;
	padding: 0;
}
.article_separator {
	border: 1px solid #000;
	display: none;
	margin: 0;
}
.small {
	font-size: 0.91em;
	color: #666;
}
.iteminfo, .pageinfo {
	font-size: 0.91em;
	font-weight: bold;
}
.articleinfo, .blog .iteminfo {
	font-size: 0.91em;
	font-weight: normal;
}
.iteminfo span, .articleinfo span {
	display: block;
}
.readon {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.pagenavcounter {
	text-align: right;
	font-weight: bold;
	font-size: 1.09em;
	padding: 10px 0;
	margin-bottom: 20px;
	background: url(../images/dots.gif) repeat-x bottom;
}
.pagenavbar {
	padding-top: 10px;
	background: url(../images/dots.gif) repeat-x;
}
.content_rating {
	display: block;
	margin: 1em 0 0;
}
.content_vote {
	display: block;
	margin: 0 0 1em;
}
.content_vote input, .content_rating img {
	vertical-align: middle;
	margin: 0 2px;
}
.content_vote input.button {
	margin: 0 0 0 1em;
}
table.category {
	margin-top: 1em;
}
table.category th {
	border: none;
}
table.category th img {
	margin-left: 0.5em;
}
#content .sectiontableentry2, #content .pollstableborder .sectiontableentry1 {
	background: #ebf3f6;
}
.display {
	text-align: right;
}
.filter label, .display label {
	margin-right: 0.5em;
	text-transform: capitalize;
}
td.hits, td.count {
	text-align: right;
}
.sectionlist li {
	margin-bottom: 1em;
}
.sectionlist p {
	padding: 0;
}
.counter {
	font-size: 0.91em;
}
.contact_email input[type="text"] {
	margin-bottom: 1em;
}
.searchintro {
	font-size: 1.27em;
}
.searchdisplay {
	padding-bottom: 10px;
	background: url(../images/dots.gif) repeat-x bottom;
}
.search_left {
	float: left;
	font-size: 1.09em;
	font-weight: bold;
	padding-top: 5px;
}
.search_right {
	float: right;
}
table.contentpaneopen fieldset {
	border-width: 0 0 1px;
	margin: 0;
	padding: 1.25em;
}
span.highlight {
	background: #ebf3f6;
	padding: 0 2px;
}
ul.pagination {
	padding: 10px 0 0;
	margin-top: 20px;
	text-align: center;
	background: url(../images/dots.gif) repeat-x;
}
ul.pagination li {
	display: inline;
	padding: 2px 1em 0 0;
	list-style: none;
	font-size: 0.91em;
}
.contentpane td, .searchintro td {
	padding: 0;
	border: none;
}
.contentpane td.sectiontableheader, .contentpane .sectiontableentry0 td, .contentpane .sectiontableentry1 td, .contentpane .sectiontableentry2 td {
	padding: 0.5em;
	border: 1px solid #d4d0c8;
}
table.pollstableborder th {
	border: none;
}
#content .pollstableborder th, #content .pollstableborder td {
	vertical-align: middle;
}
.pollstableborder th img {
	position: relative;
	bottom: 4px;
	margin-right: 10px;
}

/***** Editor styles and System messages *****/
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #d4d5aa;
	padding: 5px;
	max-width: 200px;
	font-size: 0.91em;
}
.tool-title {
	padding: 15px 0 5px;
	margin: -15px 0 0;
	font-size: 100%;
	font-weight: bold;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
.adminform textarea {
	width: auto !important;
}
#system-message dd.message {
	padding: 0;
}
#system-message dd li {
	list-style-type: none;
}

/***** Sidebar modules *****/
.mod_content {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 1px;
}
.mod_inner {
	border-bottom: 2px solid;
	padding: 15px 9px;
}
#leftcol .mod_inner {
	border-color: #87b3c0;
}
#rightcol .mod_inner {
	border-color: #8d8e8f;
}
.mod_content ul {
	padding: 0;
}
.mod_content li ul {
	padding-bottom: 7px;
}
.mod_content li {
	list-style-type: none;
	padding-left: 15px;
	background: url(../images/list.gif) no-repeat 0 3px;
}
* html .mod_content {
	height: 1%;
}
.mod_content li a {
	color: #000;
	text-decoration: none;
}
.mod_content li a:hover {
	color: #6fa7b3;
	text-decoration: underline;
}
.moduletable td, .contentpaneopen td, .poll td {
	border: none;
}
#form-login fieldset {
	border: none;
	padding: 0;
}
#leftcol th, #leftcol td, #rightcol th, #rightcol td, #component-contact td {
	padding: 2px 0;
}

/***** Footer *****/
#footer td {
	border: none;
	padding: 0;
}
.footer_left {
	float: left;
	width: 49%;
}
.footer_right {
	float: right;
	width: 49%;
	text-align: right;
	padding: 0;
}
