@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);

/*
General Template Files
====================================================
Table of Contents:
Ctrl/Cmd + F to find the @groups named below

@group Common
# All default HTML elements

@group Template Layout
# Large containing DIV styles specific to this template

@group Joomla! Components
#Joomla! component styles

@group Joomla! Modules 
# Joomla! module styles

@group Bonus Styles
# Extra custom element styles

*/

/* @group Common ====================================================*/

body {
	font-family:'Droid Sans', Helvetica, Arial, sans-serif !important;
}
/* Headers */
/* Remove or comment this set of styles if you wish to use the template parameters for heading fonts */
h1, h2, h3, h4, h5, h6, .componentheading {
	font-weight:normal;
	letter-spacing:-1px;
	font-family:'Droid Serif', Helvetica, Arial, sans-serif !important;
}
h1, .componentheading {
	font-size: 2.5em;
	line-height: 1.1;
	margin: 0.238em 0;
}
h2, .contentheading {
	font-size: 1.75em;
	line-height: 1.2;
	margin: 0.476em 0 0.2em;
	padding: 0 0 8px;
}
h3 {
	font-size: 1.75em;
	line-height: 1.2;
	margin: 0.476em 0 0.2em;
	padding: 0 0 8px;
}
h4, h5, h6 {
	font-size: 1.55em;
	margin: 0.571em 0;
}
h1.center, h2.center, h3.center, h4.center {
	background: none repeat scroll 0 0 transparent;
	font-size: 200%;
	line-height: 125%;
	margin: 0;
	padding: 0;
	text-align: center;
}
hr {
	display: block;
	height: 2px;
	margin: 0;
	padding: 10px 0;
}
/* @end */

/* @group Template Layout ====================================================*/

#header {
	display: block;
	height: 90px;
}
#logo a.image h2{
	display:none;
}
#logo a.title h2 {
	margin:20px 0;
	font-family:'Droid Serif', Helvetica, Arial, sans-serif !important;
	font-size:2em;
	font-style:italic;
	text-transform:uppercase;
	background:transparent;
}
#menu {
	float: right;
	padding-top: 30px;
	font-size:16px;
	font-weight:bold;
	position:relative;
	z-index:9000;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	width:auto;
}
#menu ul, #menu ul li, #menu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul {
	position: relative;
	z-index: 597;
	float: left;
	display:block;
}
#menu ul li {
	float: left;
	vertical-align: middle;
	zoom: 1;
	line-height:1.5em;
	padding: 0 1px 0 0;
	position: relative;
}
#menu li span.subtitle {
	color: #666666;
	font-size: 0.8em;
	text-shadow: 0 1px 0 #F2F2F2;
	display:block;
	line-height:1em;
	font-weight:normal;
}
#menu ul li a,
#menu ul li span {
	display:block;
	text-decoration:none;
	position:relative;
	padding:0 20px;
}
#menu ul li.hover, #menu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
#menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 598;
	width: auto;
	text-transform:capitalize;
	font-size:13px;
}
#menu ul ul li {
	float: none;
	white-space:nowrap;
	margin:0;
	padding:0;
	line-height: 37px;
	position: relative;
	text-align: left;
}
#menu ul ul li a,
#menu ul ul li span{
	border-radius: 0;
	height: 28px;
	line-height: 28px;
	padding: 5px 15px;
}
#menu ul ul ul {
	top:-1px;
	left:100%;
}
#menu ul li:hover > ul {
	visibility:visible;
}
#wrapper-inner {
	
}
#elements {
	padding: 20px 0 0 0;
}
#elements-inner {
	width:980px;
	margin:0 auto;
}
#container {
	padding: 20px 0;
}
#container-inner {
	width:980px;
	margin:0 auto;
}
#pathway {
	margin:0 0 20px 0;
	font-size:70%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#pathway-inner {
	padding:8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#bottom {
	padding: 40px 0 20px 0;
}
#bottom h3 {
	font-size: 1.5em;
	margin: 0.476em 0 0;
	padding: 0 0 8px;
}
#bottom-inner {
	width:980px;
	margin:0 auto;
}
#footer {
	text-align:center;
	font-size:70%;
}
#footer-inner {
	padding:5px 0;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	margin:0;
	padding:0 5px;
	list-style:none;
	display:inline;
}
/* @end */

/* @group Joomla! Components ====================================================*/

/* Blog */
.items-leading, .items-row, .item-seperator {
	margin:0 0 10px 0;
}
.item-separator {
	display:block;
	clear:both;
	margin:10px 0;
	height:10px;
}
.leading img.border, .item img.border {
	padding:5px;
}
.inputbox, .remind #email, .reset #email, .input#email, .profile-edit input, .profile-edit select, .login #username, .login #password, .registration input, .remind input, .reset input, .contact input, .contact textarea {
	padding:3px;
	margin:3px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
button, input[type="reset"], input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid;
	cursor: pointer;
	font: bold 12px/1.2 Arial, sans-serif;
	outline: 0;
	overflow: visible;
	padding: 3px 10px 4px;
	width: auto;

	/* IE7 */
	*padding-top: 2px;
 *padding-bottom: 0px;
}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
	box-shadow: 0 0 7px #0066FF;
	z-index: 1;
}
.content_vote input {
	font-size: 11px;
	padding: .2em 1em;
}
.pagination a, ul.pagenav li a {
	border-radius: 4px 4px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0;
	padding: 0.3em 2em;
	text-decoration: none;
}
.pagination a:hover, ul.pagenav li a:hover {
	text-decoration: none;
}
.pagination a:active, ul.pagenav li a:active {
	position: relative;
	top: 1px;
}
.item .readmore a, .leading .readmore a {
	border-radius: 4px 4px 4px 4px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0;
	padding: 0.3em 0.7em 0.3em 2em;
	text-decoration: none;
}
.item .readmore a:hover, .leading .readmore a:hover {
	text-decoration: none;
}
.item .readmore a:active, .leading .readmore a:active {
	position: relative;
	top: 1px;
}
.items-more {
	font-size:80%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.items-more h3 {
	margin:-11px -11px 10px -11px;
	padding:10px 10px 10px 25px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
#article-index {
	width:40%;
	float:right;
	margin:0 0 10px 10px;
}
#article-index ul,
#article-index li {
	margin:0;
	padding:0;
	list-style:none;
}
#article-index ul {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#article-index li {
	padding:3px 5px;
	border-bottom:1px solid #CCC;
}
/* Section Table */
.cat-items {
	margin:0;
	padding:0;
	list-style:none;
}
.cat-items li {
	margin:0 0 10px 0;
	padding:10px 10px 10px 20px;
	list-style:none;
}
.cat-children ul {
	margin:0;
	padding:0;
	list-style:none;
}
.cat-children ul li {
	margin:0 0 10px 0;
	padding:10px 10px 10px 20px;
	list-style:none;
}

/* Category Table */
table.category {
	width:100%;
}
table.category th {
	text-align:left;
	padding:5px 10px;
	font-size:80%;
}
table.category th a {
	text-decoration:none;
}
table.category td {
	text-align:left;
	padding:5px 10px;
	font-size:80%;
}
table.category th img {
	display:none;
}
/* Newsfeed */
.categories-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.categories-list ul li {
	margin:0 0 10px 0;
	padding:10px 10px 10px 20px;
	list-style:none;
}
.feed_description {
	margin:20px 0;
}
table.pagenav {
	width:200px;
	margin:0 auto;
}
table.pagenav th {
	padding:5px 10px;
	font-size:80%;
}
/* Table of Contents */
.contenttoc {
	width:40%;
	float:right;
	margin:0 0 20px 20px;
}
.contenttoc th {
	text-align:left;
	padding:5px 10px;
	font-size:80%;
}
.contenttoc td {
	text-align:left;
	padding:5px 10px;
	font-size:80%;
}
.pagenavcounter, .pagenavbar {
	margin:0 0 10px 0;
	text-align:center;
	padding:10px;
	display:block;
	width:120px;
	font-size:80%;
}
/* Contacts */
.contact_email label {
	display:block;
}
.contact_email #contact_email_copy {
	float:left;
	margin:5px 10px;
}
.contact_email button {
	margin:10px 0;
}
.panel {
	margin:0 ;
	padding:0 0 0 10px;
	list-style:none;
}
.contact label {
	display:block;
}
.contact .fl-right {
	float:none;
}
.contact .fl-right label {
	display:inline;
}
/* Search */
.ol.list li, .search-results ol li {
	margin:0 0 10px 0;
	padding:10px;
	list-style:none;
}
ol.list .highlight, .search-results ol li .highlight {
	margin:0 5px;
}
ol.list li h4, .search-results ol li h4 {
	margin:-11px -11px 10px -11px;
	padding:10px;
	font-size:1.4em;
}
form.search_result {
	margin:0 0 10px 0;
	padding:10px;
	list-style:none;
}
#searchForm {
	padding:10px;
	margin: 0 0 40px 0;
}
form.search_result .counter {
	float:none;
	margin:10px 0;
}
fieldset.word, .searchintro, .phrase, .only {
	margin:-11px -11px 10px -11px;
	padding:10px;
}
/* Newsfeed Component */
.newsfeed ol li {
	margin:0 0 10px 0;
	padding:10px;
	list-style:none;
}
/* User Components */
.login, .logout, .profile-edit, .remind, .reset, .registration {
	margin:0 0 10px 0;
	padding:10px;
	min-height:200px;
}
.login h1, .logout h1, .profile-edit h1, .remind h1, .reset h1, .registration h1 {
	margin:-11px -11px 10px -11px;
	padding:10px;
	font-size:1.4em;
}
.profile-edit label, .registration label, .remind label, .reset label, .login label {
	font-weight:bold;
	font-size:80%;
}
.profile-edit label, .profile-edit td {
	display:inline-block;
	width:100%;
}
.profile-edit .email, .registration .email {
	background:none;
	border:0;
	padding:0;
}
.profile-edit .email .email, .registration .email .email {
	padding:3px;
	margin:3px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.profile-edit .email label, .registration .email label {
	font-size:90%;
}
.editor {
	margin:10px 0;
	padding:10px;
	min-height:200px;
}
.editor fieldset {
	margin:0 0 20px 0;
	padding:0;
}
.save {
	margin:10px 0;
}
.publishing label, #adminForm label {
	font-weight:bold;
	display:inline-block;
	font-size:80%;
	width:20%;
}
.metadata label {
	font-weight:bold;
	display:block;
	font-size:80%;
}
.radio label {
	display:inline-block;
	margin:5px 0;
}
.radio input {
	margin:0 3px;
}
/* Polls Component */
table.pollstableborder {
	width:100%;
}
table.pollstableborder th {
	text-align:left;
	padding:10px 5px;
}
#poll table.pollstableborder th img {
	display:none;
}
#poll .smalldark {
	width:50%;
	font-size:12px;
	line-height:1.5em;
}
.polls_color_1, .polls_color_2, .polls_color_3, .polls_color_4, .polls_color_5 {
	border:0;
	height:20px !important;
}
/* @group Joomla! Modules ====================================================*/

/* default module styles */
.moduletable, .moduletable_menu, .moduletable_text, .module, .module_menu, .module_text {
	margin-bottom:30px;
	font-size:80%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow: hidden;
}
.moduletable_blue, .moduletable_lightblue, .moduletable_white, .moduletable_red, .moduletable_gray, .moduletable_green {
	margin-bottom:40px;
	font-size:80%;
	padding:10px 12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.module_blue, .module_lightblue, .module_white, .module_red, .module_gray, .module_green {
	margin-bottom:40px;
	font-size:80%;
}
.module_blue .pad, .module_lightblue .pad, .module_white .pad, .module_red .pad, .module_gray .pad, .module_green .pad {
	padding:10px 12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.moduletable h3, .moduletable_menu h3, .moduletable_text h3, .module h3, .module_menu h3, .module_text h3 {
	background: url("../images/theme1/divider.png") repeat-x center bottom transparent;
	color:#333;
	text-shadow:1px 1px 0 #FFF;
	-moz-text-shadow:1px 1px 0 #FFF;
	-webkit-text-shadow:1px 1px 0 #FFF;
}
.moduletable_blue, .module_blue .pad {
	background-color: #2B85D0;
	border:1px solid #2B85D0;
	color: #D9E7F2;
	text-shadow: 1px 1px 0 #20659F;
	-moz-text-shadow: 1px 1px 0 #20659F;
	-webkit-text-shadow: 1px 1px 0 #20659F;
	box-shadow: 1px 1px 0 #68B2EF inset, -1px -1px 0 #68B2EF inset;
	-moz-box-shadow: 1px 1px 0 #68B2EF inset, -1px -1px 0 #68B2EF inset;
	-webkit-box-shadow: 1px 1px 0 #68B2EF inset, -1px -1px 0 #68B2EF inset;
}
.moduletable_blue h3, .module_blue h3 {
	background: none;
	border-bottom: 1px solid #4E94D0;
	color: #E6ECF2;
	text-shadow: 1px 1px 0 #1972BC;
	-moz-text-shadow: 1px 1px 0 #1972BC;
	-webkit-text-shadow: 1px 1px 0 #1972BC;
}
.moduletable_blue a, .module_blue a {
	color:#FFF;
}
.moduletable_lightblue, .module_lightblue .pad {
	background-color: #C6D4E1;
	border:1px solid #C6D4E1;
	color: #2A2E32;
	text-shadow: 1px 1px 0 #D7E6F5;
	-moz-text-shadow: 1px 1px 0 #D7E6F5;
	-webkit-text-shadow: 1px 1px 0 #D7E6F5;
	box-shadow: 1px 1px 0 #EFF7FF inset, -1px -1px 0 #EFF7FF inset;
	-moz-box-shadow: 1px 1px 0 #EFF7FF inset, -1px -1px 0 #EFF7FF inset;
	-webkit-box-shadow: 1px 1px 0 #EFF7FF inset, -1px -1px 0 #EFF7FF inset;
}
.moduletable_lightblue h3, .module_lightblue h3 {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #B9C6D3;
	color: #404950;
	text-shadow: 1px 1px 0 #DFEEFE;
	-moz-text-shadow: 1px 1px 0 #DFEEFE;
	-webkit-text-shadow: 1px 1px 0 #DFEEFE;
}
.moduletable_lightblue a, .module_lightblue a {
	color:#4693D5;
}
.moduletable_white, .module_white .pad {
	background-color: #F8F8F8;
	border:1px solid #EEE;
	color: #696969;
	text-shadow: 1px 1px 0 #FFFFFF;
	-moz-text-shadow: 1px 1px 0 #FFFFFF;
	-webkit-text-shadow: 1px 1px 0 #FFFFFF;
	box-shadow: 1px 1px 0 #FFF inset, -1px -1px 0 #FFF inset;
	-moz-box-shadow: 1px 1px 0 #FFF inset, -1px -1px 0 #FFF inset;
	-webkit-box-shadow: 1px 1px 0 #FFF inset, -1px -1px 0 #FFF inset;
}
.moduletable_white h3, .module_white h3 {
	background: none;
	border-bottom: 1px solid #C6C6C6;
	color: #6E6E6E;
	text-shadow: 1px 1px 0 #FFF;
	-moz-text-shadow: 1px 1px 0 #FFF;
	-webkit-text-shadow: 1px 1px 0 #FFF;
}
.moduletable_red, .module_red .pad {
	background-color: #990000;
	border:1px solid #990000;
	box-shadow: 0 2px 5px #CCCCCC;
	color: #E5C6C7;
	text-shadow: 1px 1px 0 #5A0001;
	-moz-text-shadow: 1px 1px 0 #5A0001;
	-webkit-text-shadow: 1px 1px 0 #5A0001;
	box-shadow: 1px 1px 0 #DF6161 inset, -1px -1px 0 #DF6161 inset;
	-moz-box-shadow: 1px 1px 0 #DF6161 inset, -1px -1px 0 #DF6161 inset;
	-webkit-box-shadow: 1px 1px 0 #DF6161 inset, -1px -1px 0 #DF6161 inset;
}
.moduletable_red h3, .module_red h3 {
	background: none;
	border-bottom: 1px solid #AA0002;
	color: #FAFAFA;
	text-shadow: 1px 1px 0 #3E0001;
	-moz-text-shadow: 1px 1px 0 #3E0001;
	-webkit-text-shadow: 1px 1px 0 #3E0001;
}
.moduletable_red a, .module_red a {
	color:#FFF;
}
.moduletable_gray, .module_gray .pad {
	background-color: #E1E1E1;
	border:1px solid #E1E1E1;
	color: #2A2E32;
	text-shadow: 1px 1px 0 #F4F4F4;
	-moz-text-shadow: 1px 1px 0 #F4F4F4;
	-webkit-text-shadow: 1px 1px 0 #F4F4F4;
	box-shadow: 1px 1px 0 #F8F8F8 inset, -1px -1px 0 #F8F8F8 inset;
	-moz-box-shadow: 1px 1px 0 #F8F8F8 inset, -1px -1px 0 #F8F8F8 inset;
	-webkit-box-shadow: 1px 1px 0 #F8F8F8 inset, -1px -1px 0 #F8F8F8 inset;
}
.moduletable_gray h3, .module_gray h3 {
	background: none;
	border-bottom: 1px solid #C8C8C8;
	color: #565656;
	text-shadow: 1px 1px 0 #FDFDFD;
	-moz-text-shadow: 1px 1px 0 #FDFDFD;
	-webit-text-shadow: 1px 1px 0 #FDFDFD;
}
.moduletable_green, .module_green .pad {
	background-color: #80A34A;
	border: 1px solid #80A34A;
	color: #DFF3C1;
	text-shadow: 1px 1px 0 #6B883E;
	-moz-text-shadow: 1px 1px 0 #6B883E;
	-webkit-text-shadow: 1px 1px 0 #6B883E;
	box-shadow: 1px 1px 0 #B1CF81 inset, -1px -1px 0 #B1CF81 inset;
	-moz-box-shadow: 1px 1px 0 #B1CF81 inset, -1px -1px 0 #B1CF81 inset;
	-webkit-box-shadow: 1px 1px 0 #B1CF81 inset, -1px -1px 0 #B1CF81 inset;
}
.moduletable_green h3, .module_green h3 {
	background: none;
	border-bottom: 1px solid #8BB150;
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #577638;
	-moz-text-shadow: 1px 1px 0 #577638;
	-webkit-text-shadow: 1px 1px 0 #577638;
}
.moduletable_green a, .module_green a {
	color:#FFF;
}
/* All modules containing an unordered list */
ul.stats-module, ul.archive-module, ul.sections-module, ul.polls-options, ul.latestnews, ul.mostread, ul.newsfeed, ul.menu, ul.categories-module, ul.category-module, ul.relateditems, ul.weblinks, #form-login ul, #login-form ul, ul.latestusers, ul.stats-module li, ul.archive-module li, ul.sections-module li, ul.polls-options li, ul.latestnews li, ul.mostread li, ul.newsfeed li, ul.menu li, ul.categories-module li, ul.category-module li, ul.relateditems li, #form-login ul li, #login-form ul li, ul.latestusers li, ul.weblinks li {
	margin:0;
	list-style:none;
}
/* Stats Module */
ul.stats-module li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/chart_bar.png) no-repeat 0 50%;
}
/* Archive Module */
ul.archive-module li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/list-arrow.png) no-repeat 0 50%;
}
/* Sections Module */
ul.sections-module li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/folder_go.png) no-repeat 0 50%;
}
/* Polls Module */
ul.polls-options li input {
	margin:0 0 5px 0;
}
ul.polls-options li label {
	display:inline-block;
	margin:3px 0;
}
/* Latest News Module */
ul.latestnews li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/tick.png) no-repeat 0 50%;
}
/* Popular Module */
ul.mostread li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/tick.png) no-repeat 0 50%;
}
/* Weblinks Module */
ul.weblinks li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/weblink.png) no-repeat 0 50%;
}
/* Login Module */
fieldset.userdata {
	margin:0 0 10px 0;
	padding:0;
}
#login-form label {
	display:block;
}
#form-login ul li, #login-form ul li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/arrow_right.png) no-repeat 0 50%;
}
/* Related Articles */
.relateditems li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/arrow_right.png) no-repeat 0 7px;
}
/* Latest users */
.latestusers li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/user.png) no-repeat 0 7px;
}
/* Categories Module */
.categories-module li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/folder_go.png) no-repeat 0 5px;
}
/* Category Module */
ul.category-module li {
	display:block;
	padding:3px 3px 3px 20px;
	background:url(../wright/images/icons/16/folder_go.png) no-repeat 0 3px;
}
/* Feed Module */
ul.newsfeed li {
	padding:10px;
	margin:0 0 10px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/* Search Module */
.moduletable .search {
	float: right;
	text-align: right;
	margin:31px 0 0;
	padding: 5px;
}
.moduletable .search .inputbox {
	background:transparent;
	border:0;
	width: 200px;
	padding: 5px;
	width: 285px;
	margin:0 5px;
}
aside .moduletable .search .inputbox{
	width:90%
	
}
.moduletable .search .button {
	background: transparent;
	border: 0 none;
	padding: 0;
	margin:3px 5px;
	width: 18px;
	height:17px;
	text-indent:-9999px;
	cursor:pointer;
}
.moduletable .search label {
	display:none;
}
/* Syndicate Module */
.syndicate-module {
	float:right;
	margin:3px 0;
}
/* Menu Module */
.moduletable_menu ul.menu li, .module_menu ul.menu li {
	display:block;
	padding:0;
}
.moduletable_menu ul.menu li a, 
.module_menu ul.menu li a,
.moduletable_menu ul.menu li span, 
.module_menu ul.menu li span {
	display:block;
	padding:3px 3px 3px 20px;
}
.moduletable_menu ul.menu ul, .module_menu ul.menu ul {
	margin:0;
}
.moduletable_menu ul.menu li li, .module_menu ul.menu li li {
	margin-left:10px;
}
/* Shacslides */
.shackSlider {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slider img {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
/* @end */

/* @group Bonus Styles ====================================================*/


/* buttons */
.btn {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
 *display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .4em 1.5em .42em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.btn:hover {
	text-decoration: none;
}
.btn:active {
	position: relative;
	top: 1px;
}
.bigrounded {
	padding: .5em 2em .55em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.tiny {
	font-size: 11px;
	padding: .2em 1em .275em;
}
/* button color styles */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top, #666, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	color: #d7d7d7;
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top, #444, #000);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top, #000, #444);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top, #888, #575757);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	color: #e9e9e9;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	color: #606060;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	color: #fef4e9;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	color: #faddde;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top, #c9151b, #a11115);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rose {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top, #f16c7c, #bf404f);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rose:hover {
	color: #fae7e9;
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top, #cf5d6a, #a53845);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rose:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top, #bf404f, #f16c7c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	color: #e8f0de;
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top, #feb1d3, #f171ab);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	color: #feeef5;
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top, #f4aacb, #e86ca4);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top, #f171ab, #feb1d3);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/* Shackslides */


.shackSlider div#slider {
	background:#EEE;
	border:5px solid #fff;
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
}
div.shackSlider {
	border: none;
}
.shackSlider div#sliderNav {
	text-align: center;
	padding-bottom: 3px;
	position:relative;
	border: none;
}
div.shackSlider {
	background: none;
}
div.slideTitle {
	text-shadow: none;
}
#sliderNav a {
	text-indent:-9999px;
	width:16px !important;
	height:16px !important;
	margin:5px 2px !important;
}
#sliderNav a.sliderPrev {
	float: left;
	text-indent:-9999px;
	width:30px !important;
	height:30px !important;
	position:absolute !important;
	top:-150px;
	left:15px;
}
#sliderNav a.sliderNext {
	float: right;
	text-indent:-9999px;
	width:30px !important;
	height:30px !important;
	position:absolute !important;
	top:-150px;
	right:0;
}

/* @end */
div a.joomlashack {
	margin:0 auto;
	width:100px;
}
fieldset.filters div.alert{
	margin: 0 ;
	padding: 0;
	border: 0 none;
	border-radius:0 0 0 0;
}
.content_rating{
	margin-bottom:10px;
}
dl.article-info{
	font-size: 12px;
}
.btn-group .btn{
	box-shadow: 0 0 0;
	border:0 none
}
#searchForm fieldset.word, 
#searchForm .searchintro, 
#searchForm .phrase, 
#searchForm .only{
	margin: 0;
}
.panel h3{
	margin-top: 0;
}
.login-fields label{
	min-width: 90px;
}
