@import url("layout.css");

/***** Layout *****/
html, body {
	height: 100%;
}
body {
	font-size: 0.81em;
	color: #373737;
	background: url(../images/body.jpg) repeat-x;
}
body, input, select, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.page_center {
	margin: auto;
	width: 990px;
}
#container .page_center {
	padding-bottom: 100px;
}
#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#header {
	height: 89px;
}
#main_lr {
	padding-left: 180px;
	padding-right: 180px;
}
#main_l {
	padding-left: 180px;
}
#main_r {
	padding-right: 180px;
}
#inner_container {
	float: left;
	width: 100%;
}
#content {
	float: right;
	width: 100%;
}
#content .inside {
	padding: 31px 0 0 9px;
}
#leftcol {
	float: left;
	margin: 24px 0 0 -180px;
	width: 180px;
	padding-top: 7px;
	color: #fff;
	font-size: 0.92em;
	background: url(../images/leftcol_top.gif) no-repeat;
}
#leftcol .inside {
	padding: 0 7px 7px;
	background: #373737 url(../images/leftcol_bottom.gif) no-repeat bottom;
}
#rightcol {
	float: right;
	margin-right: -197px;
	width: 180px;
	padding: 0 8px 0 9px;
	color: #fff;
	font-size: 0.92em;
	background: url(../images/rightcol_top.gif) no-repeat;
}
#rightcol .inside {
	padding: 31px 7px 7px;
	background: #373737 url(../images/rightcol_bottom.gif) no-repeat bottom;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 93px;
	text-align: center;
	font-size: 0.85em;
	color: #8ac357;
	background: url(../images/footer.jpg) repeat-x;
}
#footer .page_center {
	padding: 15px 0;
}
* html #leftcol, * html #rightcol {
	display: inline;
	position: relative;
}

/***** General: Links, Headings, Form elements *****/
a {
	color: #2db1cf;
}
#footer a {
	color: #a6a6a6;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 1.54em;
	padding-top: 0;
}
.article h1 {
	border-bottom: 1px solid #8cc28b;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h2 {
	font-weight: bold;
	font-size: 1.23em;
}
h2.fl {
	float: left;
	width: 68%;
	padding: 0 2% 0 0;
}
.article h2.fl {
	width: 85%;
	padding: 0;
}
.mod_block h3 {
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 15px;
	background: url(../images/title.jpg) no-repeat;
}
div.componentheading {
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 1.54em;
	border-bottom: 1px solid #8cc28b;
}
div.contentheading, td.contentheading, #com-form-login div.componentheading, #login div.componentheading {
	padding: 20px 0;
	font-size: 1.23em;
	font-weight: bold;
	color: #60a91d;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #8cc28b;
}
input[type="submit"], input[type="button"], button {
	cursor: pointer;
	font-weight: bold;
	font-size: 0.92em;
	color: #373737;
}
#content input[type="submit"], #content input[type="button"], #content button {
	width: 87px;
	height: 28px;
	border: none;
	background: url(../images/button.png) no-repeat;
}
#leftcol input[type="submit"], #leftcol input[type="button"], #leftcol button, #rightcol input[type="submit"], #rightcol input[type="button"], #rightcol button {
	background: #6ec220;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.mod_block input[type="radio"] {
	margin: 1px 5px 0 0;
}
*+html .mod_block input[type="radio"] {
	margin-top: -2px;
}

/***** Header: Logo, Search form, Top navigation *****/
.logo_area {
	float: left;
	margin-top: 10px;
	width: 237px;
	height: 55px;
	padding: 9px 0 0 18px;
	background: url(../images/logo_bg.jpg) no-repeat;
}
.logo_area a {
	outline: none;
}
.right_header {
	float: right;
	margin-top: 10px;
}
.search_form {
	height: 41px;
	text-align: right;
}
#header #mod_search_searchword {
	float: right;
	border: none;
	color: #373737;
	font-size: 0.85em;
	width: 229px;
	height: 19px;
	padding: 7px 0 0 10px;
	background: url(../images/searchform.gif) no-repeat;
}
#header ul {
	float: right;
	padding: 0;
	font-size: 0.92em;
	font-weight: bold;
}
#header li {
	list-style-type: none;
	float: left;
	margin-left: 25px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: url(../images/topnav_right.gif) no-repeat right top;
}
#header li a {
	display: block;
	text-decoration: none;
	padding: 0 11px;
	color: #464646;
	min-width: 45px;
	background: url(../images/topnav_left.gif) no-repeat;
}
#header li:hover, #header li.active {
	background-position: right bottom;
}
#header li a:hover, #header li.active a {
	background-position: left bottom;
}
* html #header li a {
	padding: 0 13px;
	height: 1%;
	float: left;
}
* html #header li a:hover {
	background-position: left top;
}

/***** Content *****/
.breadcrumbs {
	display: block;
	margin-bottom: 20px;
	font-size: 0.85em;
}
.contentdescription {
	font-size: 1.08em;
	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: 10px;
	border: 2px solid #8cc28b;
	margin-bottom: 1em;
}
.title {
	border-bottom: 1px solid #8cc28b;
	margin-bottom: 1em;
	padding-bottom: 10px;
}
.article .title {
	border: none;
	padding: 0;
}
p.buttonheading {
	padding: 0;
	float: right;
	width: 29%;
	text-align: right;
}
.article p.buttonheading {
	width: 15%;
}
.buttonheading img {
	margin-left: 3px;
}
.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;
}
.article_row {
	margin: 0 0 20px 0;
	padding: 0;
}
.article_separator {
	border: 1px solid #000;
	display: none;
	margin: 0;
}
.small {
	font-size: 0.92em;
	color: #666;
}
.iteminfo, .pageinfo {
	font-size: 0.92em;
	font-weight: bold;
}
.articleinfo, .blog .iteminfo {
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.5;
	padding: 0 0 10px 17px;
	background: url(../images/note_edit.png) no-repeat 0 3px;
}
.iteminfo span, .articleinfo span {
	display: block;
}
.readon {
	font-size: 0.85em;
	font-weight: bold;
	float: right;
	padding-left: 20px;
	background: url(../images/arrow_right.png) no-repeat 0 3px;
}
.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;
}
.sectiontableentry2, .pollstableborder .sectiontableentry1 {
	background: #f8f8ff;
}
.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.92em;
}
.contact_email input[type="text"] {
	margin-bottom: 1em;
}
.searchintro {
	font-size: 1.08em;
}
.searchdisplay {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.search_left {
	float: left;
	font-size: 1.08em;
	font-weight: bold;
	padding-top: 5px;
}
.search_right {
	float: right;
}
table.contentpaneopen fieldset {
	border-width: 0 0 1px;
	border-color: #ccc;
	margin: 0;
	padding: 1.25em;
}
span.highlight {
	background: #ffc;
	padding: 0 2px;
}
ul.pagination {
	padding: 0;
	text-align: center;
}
ul.pagination li {
	display: inline;
	padding: 2px 1em 0 0;
	list-style: none;
	font-size: 0.92em;
}
.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 #ccc;
}
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, System messages, Print styles *****/
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #d4d5aa;
	padding: 5px;
	max-width: 200px;
	font-size: 0.85em;
}
.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: 99% !important;
}
#system-message dd.message {
	padding: 0;
}
#system-message dd li {
	list-style-type: none;
}
body.contentpane {
	background: none;
	margin: 10px;
}
body.contentpane .articleinfo {
	background: none;
	padding-left: 0;
}

/***** Sidebar modules *****/
.mod_block {
	padding-bottom: 20px;
}
.mod_inner {
	padding: 7px 7px 0;
}
.mod_block ul {
	padding: 0;
}
.mod_block li ul {
	padding: 0 0 7px 7px;
	font-size: 0.92em;
}
.mod_block li {
	list-style-type: none;
}
.mod_block li a {
	display: block;
	padding: 1px 2px;
	color: #82f21c;
	text-decoration: none;
}
.mod_block li a:hover {
	color: #23badd;
	background: #4f4f4f;
	text-decoration: underline;
}
.mod_block table {
	margin: 0;
}
#form-login ul {
	font-size: 0.92em;
}
.moduletable td, .contentpaneopen td, .poll td {
	border: none;
}
#form-login fieldset {
	border: none;
	padding: 0;
}
.mod_block th, .mod_block td, #component-contact td {
	padding: 2px 0;
}
.mod_block .sectiontableentry2, .mod_block .pollstableborder .sectiontableentry1 {
	background: none;
}
* html .mod_block li a {
	height: 1%;
}

/***** Footer *****/
#footer div {
	padding-bottom: 10px;
}
#footer table {
	margin: 0;
}
#footer td {
	border: none;
	padding: 0;
	text-align: center;
}
#footer p {
	padding: 0;
}
#footer div.powered {
	padding: 0;
	text-align: right;
	font-size: 0.82em;
}
