@import url("layout.css");

/***** Layout *****/
body {
	font-size: 0.75em;
	background: #fdfbf2 url(../images/body.jpg) repeat-x;
}
body, input, select, textarea, button {
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
}
a {
	color: #003c74;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #c2c2c2;
}
input[type="submit"], input[type="button"], button {
	border: none;
	font-size: 0.92em;
	color: #1a1a1a;
	width: 93px;
	height: 22px;
	line-height: 22px;
	cursor: pointer;
	background: url(../images/button_bg.gif) no-repeat;
}
#page {
	margin: auto;
	width: 941px;
}
#header {
	height: 98px;
	margin-bottom: 11px;
	background: url(../images/logo_bg.jpg) no-repeat 83px 0;
}
#top {
	height: 37px;
}
#main {
	border: solid #e5e1cf;
	border-width: 0 1px 1px;
	background: #fff;
	padding: 7px 10px;
}
#content {
	float: right;
	width: 650px;
	padding: 20px 0 50px;
}
.content_wide #content {
	float: none;
	width: auto;
}
#leftcol {
	float: left;
	width: 200px;
	padding: 20px 0 50px;
}
#footer {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #c2c2c2;
	color: #5a5a5a;
	font-size: 0.92em;
}

/***** Headings *****/
h1, h2 {
	padding-top: 0;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
}
.article h1 {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.17em;
}
h2.fl {
	float: left;
	width: 68%;
	padding: 0 2% 0 0;
}
.article h2.fl {
	width: 85%;
	padding: 0;
}
#leftcol h3 {
	font-size: 1.17em;
	text-transform: uppercase;
}
div.componentheading {
	padding-bottom: 25px;
	font-size: 1.5em;
	font-weight: bold;
}
div.contentheading, td.contentheading, #com-form-login div.componentheading, #login div.componentheading {
	padding-bottom: 20px;
	font-size: 1.17em;
	font-weight: bold;
}

/***** Header, Top navigation, Search bar *****/
#header img {
	margin-top: 18px;
}
#header a {
	outline: none;
}
.topnav {
	float: left;
}
.topnav ul {
	padding: 0;
	margin-left: 1px;
	font-weight: bold;
}
.topnav ul li {
	list-style-type: none;
	float: left;
	height: 32px;
	padding: 5px 16px 0 16px;
	margin-right: 18px;
}
.topnav li a {
	color: #fff;
	text-decoration: none;
}
.topnav li a:hover {
	text-decoration: underline;
}
.topnav li.active {
	background: #fff;
}
.topnav li.active a {
	color: #1b1b1b;
}
.top_right {
	float: right;
}
.top_right input[type="text"] {
	border-color: #f00;
	margin-top: 4px;
}

/***** Modules above the content (user1, user2) *****/
.main_module {
	height: 164px;
	padding: 40px 0 0 70px;
	margin-bottom: 20px;
	font-size: 1.17em;
	color: #fff;
	background: url(../images/mainmodules_bg.jpg) no-repeat;
}
.main_module .moduletable, .main_module .moduletable-slogan {
	float: left;
	width: 221px;
	margin-left: 199px;
	display: inline;
}
.main_module .moduletable-slogan {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 30px;
}
.main_module ul {
	padding: 0;
}
.main_module ul li {
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 3px;
	background: url(../images/list_arrow.png) no-repeat left center;
}
* html .main_module ul li {
	background-image: url(../images/list_arrow.gif);
}
.main_module a {
	color: #fff;
	text-decoration: none;
}
.main_module a:hover {
	text-decoration: underline;
}

/***** Content *****/
.breadcrumbs {
	display: block;
	margin-bottom: 2em;
	font-size: 0.92em;
	font-weight: bold;
}
.breadcrumbs a {
	color: #232323;
}
.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 {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #c2c2c2;
	background: #edf5fe;
}
.title {
	border-bottom: 1px solid #c2c2c2;
	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;
}
.article_row {
	margin: 0 0 20px 0;
	padding: 0;
}
.article_separator {
	border: 1px solid #000;
	display: none;
	margin: 0;
}
.blog_more {
	padding: 1em;
	border-top: 1px solid #c2c2c2;
}
.small {
	font-size: 0.92em;
	color: #666;
}
.iteminfo, .pageinfo {
	text-align: right;
	font-size: 0.92em;
	font-weight: bold;
}
.articleinfo, .blog .iteminfo {
	font-size: 0.83em;
	font-weight: normal;
	text-align: right;
}
.iteminfo span, .articleinfo span {
	display: block;
}
.readon {
	font-style: italic;
	text-align: right;
}
.content_rating {
	display: block;
	margin: 1em 0 0;
}
.content_vote {
	display: block;
	margin: 0 0 1em;
}
.content_vote input, .content_rating img {
	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: #edf5fe;
}
.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;
}
p.counter {
	font-size: 0.92em;
	padding-left: 1em;
}
#component-contact td {
	padding: 2px 0;
}
.contact_email input[type="text"], .contact_email textarea {
	margin-bottom: 1em;
}
.searchintro {
	font-size: 1.08em;
}
.searchdisplay {
	padding-bottom: 10px;
	border-bottom: 1px solid #c2c2c2;
}
.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: #c2c2c2;
	margin: 0;
	padding: 1.25em;
}
span.highlight {
	background: #edf5fe;
	padding: 0 2px;
}
table.pollstableborder th {
	border: none;
}
#content .pollstableborder th, #content .pollstableborder td {
	vertical-align: middle;
}
.pollstableborder th img {
	position: relative;
	bottom: 4px;
	margin-right: 10px;
}
ul.pagination {
	padding: 0 0 1.25em;
	text-align: center;
}
ul.pagination li {
	display: inline;
	padding: 2px 1em 0 0;
	list-style: none;
	font-size: 0.92em;
}
.contentpane td, .searchintro td, #footer td {
	padding: 0;
	border: none;
}
.contentpane td.sectiontableheader, .contentpane .sectiontableentry0 td, .contentpane .sectiontableentry1 td, .contentpane .sectiontableentry2 td {
	padding: 0.5em;
	border: 1px solid #c2c2c2;
}

/***** Editor styles, System messages and Print styles *****/
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #d4d5aa;
	padding: 5px;
	max-width: 200px;
	font-size: 0.92em;
}
.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: 95% !important;
}
#system-message dd.message {
	padding: 0;
}
#system-message dd li {
	list-style-type: none;
}
body.contentpane {
	color: #000;
	background: #fff;
	margin: 1em;
}
body.contentpane .articleinfo {
	font-size: 1em;
}

/***** Footer *****/
.footer_left {
	float: left;
	width: 49%;
}
.footer_right {
	float: right;
	width: 49%;
	text-align: right;
}
#footer a {
	color: #5a5a5a;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/***** Module styling *****/
.modblock {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
#leftcol ul {
	padding: 0;
	line-height: 1.4;
}
#leftcol li ul {
	padding: 4px 0 8px 16px;
}
#leftcol ul li {
	list-style-type: none;
}
#leftcol a {
	color: #797979;
	text-decoration: none;
}
#leftcol li.active > a {
	color: #232323;
	font-weight: bold;
}
#leftcol a:hover {
	color: #232323;
	text-decoration: underline;
}
.moduletable td, .contentpaneopen td, .poll td {
	border: none;
}
#leftcol th, #leftcol td {
	padding: 2px 0;
}
#form-login fieldset {
	border: none;
	padding: 0;
}
#form-login ul {
	font-size: 0.92em;
}
#form-login input[type="submit"] {
	margin-top: 1em;
}
.bannergroup {
	margin-bottom: 25px;
}

/***** Special module styling (the rounded corners) *****/
.module-rounded {
	color: #fff;
	background: #3d3d3d;
	border: none;
	padding: 0;
}
.module-rounded .rounded_top {
	background: url(../images/corner_top.gif) repeat-x;
}
.module-rounded .rounded_top div {
	background: url(../images/corner_tl.gif) no-repeat;
}
.module-rounded .rounded_top div div {
	height: 11px;
	font-size: 1px;
	background: url(../images/corner_tr.gif) no-repeat right;
}
.module-rounded .rounded_b1 {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.module-rounded .rounded_b2 {
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	padding: 7px;
}
.module-rounded a {
	color: #fff !important;
}
.module-rounded .rounded_bottom {
	background: url(../images/corner_bottom.gif) repeat-x;
}
.module-rounded .rounded_bottom div {
	background: url(../images/corner_bl.gif) no-repeat;
}
.module-rounded .rounded_bottom div div {
	height: 11px;
	font-size: 1px;
	background: url(../images/corner_br.gif) no-repeat right;
}
