*  {
	margin: 0;
	padding: 0;
}

body {
	color:#727272;
	background:#dfdfdf;
	font-size:1.1em;
	line-height:140%;
}

body.grid .catItemBody,
#itemListLinks .itemContainer,
.k2UsersBlock img, 
.sigProImg {
    transition: all 1s ease;
}

body.grid .catItemBody:hover,
#itemListLinks .itemContainer:hover,
.sigProImg:hover {
	transform: scale(1.1);
}

.k2UsersBlock img:hover {
    transform: scale(1.1) rotate(-2deg);
}

body.contentpane, body.mceContentBody {
	background:#FFFFFF;
}

a {
	text-decoration: none;cursor:pointer;
}
a:hover {
	text-decoration:none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}

fieldset a {
	font-weight: bold;
}

h1 {
	font-size:1.7em;
	line-height: 1em;
	font-weight: normal;
	color: #292929;
}
h2 {
	font-size:1.5em;
	font-weight: normal;
	color: #292929;
	line-height: 28px;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
	color: #292929;
}
h4 {
	font-size:1.1em;
	font-weight: normal;
	color: #292929;
}
h5 {
	font-size:0.9em;
	font-weight: normal;
	color: #292929;
}

/* IMAGES
----------------------------------------------------------- */

a img, fieldset, img {
	border: none;
}

.module_round_box_outer img {
	line-height:100%;
	display:inline-block;
}

.mosimage {
	padding: 0;
	margin:6px;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	background:#333333;
	color:#FFFFFF;
	font-size:8pt;
	margin-top:2px;
	padding:1px 2px;
}

/* FORM
----------------------------------------------------------- */
fieldset {
	padding-top:7px;
	padding-bottom:7px;
}

#form-login fieldset {
	border:none;
	padding-top:0px;
}

#form-login p {
	padding-top:0px;
}

#login br {
	display:none;
}

#login .button {
	margin-top:8px;
	margin-bottom:8px;
}

#login ul, #form-login ul {
	padding-top:8px;
	padding-bottom:8px;
}

#modlgn-username, #modlgn-passwd, #username_vmlogin, #password_vmlogin {
    width:92%;
}
	
.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, #mod-search-searchword, input, textarea {
	border:none;
	font-size: 0.9em;
    padding: 13px;
	background:#ECECEC;
}
	
#jform_contact_message {
	width:64%;
}
	
select.inputbox {
	padding: 3px;
	behavior:none;
}

label.invalid {
	color:#FF0000;
}

label.invalid {
	color:red;
}

.invalid {
	border-color:#FF0000;
}

.invalid {
	border-color:red !important;
}

.tool-tip {
	float: left;
	background: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	color:#000000;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#000000;
}

.tool-text {
	color:#000000;
	margin: 0;
}

/* BUTTONS
----------------------------------------------------------- */

.button, p.readmore a, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, #s5_login, #s5_register {
	padding:8px 18px !important;
	margin-top:14px;
	margin-bottom:0px;
	font-weight: normal;
	border:none;
	color:#FFFFFF !important;
	background:#070707 !important;
	font-weight:normal;
	text-decoration: none; 
	font-size:0.9em;
}
	
p.readmore, a.readon {
	display:block;
}
	
#s5_component_wrap p.readmore a {
	display: inline-block;
}

.button {
	margin:0px;
	margin-top:0px;
	margin-right:8px;
	color:#ffffff;
}
	
.btn-primary, .pager a {
	color:#FFFFFF !important;
}

.btn-primary:hover, .pager a:hover {
	color:#FFFFFF !important;
}
	
#submitCommentButton {
	margin-top:14px;
}

a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link {
	padding-left:10px;
	padding-right:10px;
}
	
#s5_loginreg ul {
	list-style:none;
	margin:0px;
}

/* Pagination 
----------------------------------------------------------- */	

.pagination span {
	color:#cccccc;
}
	
.pagination {
	font-weight:300;
}
	

.s5_pagespan a, .pagination a {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#000000;
}
	
.pagination span.s5_pagespan span {
	margin-left: 5px;
    margin-right: 2px;
    padding: 5px 11px;
	border:1px solid #242424;
	background:#242424;
	font-weight:300;
	color: #FFFFFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
	
.pagination span.s5_pagespan a {
	margin-left: 3px;
    margin-right: 3px;
    padding: 5px 11px;
	padding-left: 11px !important;
    padding-right: 11px !important;
	font-weight:300;
	background:#ffffff;
	border:1px solid #dddddd;
	color:#818181;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}	

.pagination span.s5_pagespan a:hover {
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
	text-decoration:none;
	border:1px solid #000000;
	color:#ffffff;
	background:#000000;
}

.pagination span.s5_pagespan {
	margin-left: 0px;
    margin-right: 0px;
}
	
p.counter {
	color:#cccccc;
}
	
.pagination ul > li > a, .pagination ul > li > span {
	color:#ffffff;
	border:none !important;
}
		
.pagination a {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
	
.pagination .pull-right, .pagination [class*="span"] {
	float:none !important;
}
	
.pagination {
	text-align:center;height: 125px;
}
.pagination a {
	padding-left:6px;padding-right:6px;
}	
.pagination span.s5_pageinactive {
	padding-left:6px;padding-right:6px;
}		

/* FONT CONTROLS
----------------------------------------------------------- */
#fontControls {
	float:right;
}

#fontControls a {
	color:#FFFFFF;
}

.decreaseSize {
	font-size:12px;
}

.increaseSize {
	font-size:19px;
}

.resetSize {
	font-size:16px;
	margin-left: 3px;
    margin-right: 3px;
}

/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltotop {
	height: 0;
	visibility:hidden;
}

.s5_scrolltotop  {	
	width:38px;
	height:36px;
	cursor:pointer;
	float: right;
	margin-left: 0px;
    margin-right: 1px;
	padding: 0 !important;
    margin-top:-36px;
	background:#000000 url(../images/s5_scroll_arrow.png) no-repeat 11px 13px;
}
	
/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap ul.menu li a {
	color:#ffffff;
}

#s5_bottom_menu_wrap ul.menu a:hover {
	text-decoration:none;
}

#s5_bottom_menu_wrap ul.menu li {
	padding-right:7px;
	padding-left:7px;
	font-size:1.0em;
	float:left;
}

#s5_bottom_menu_wrap {
	background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: left;
    font-size: 0.8em;
    height: 36px;
    line-height: 36px;
    margin-left: 13px;
    margin-top: -21px;
    padding-left: 16px;
    padding-right: 16px;
}

/* COLUMN MENU
----------------------------------------------------------- */

#s5_center_area1 .module_round_box ul.menu a {
	padding:24px;
	padding-bottom:6px;
	padding-top:6px;
	display:block;
	background:url(../images/system/arrow.png) no-repeat left center;
	color:#191919;
}

.module_round_box ul.menu a:hover {
	text-decoration:underline;
}

.module_round_box ul.menu ul a:hover {
	text-decoration:underline;
}

.module_round_box ul.menu ul a {
	background:none;
	padding:6px;
	padding-left:10px;
	border-bottom: none;
	display:block;
}

.module_round_box ul.menu ul ul a {
	font-size:8pt;
	padding:3px;
	padding-left:20px;
	border-bottom: none;
	display:block;
	font-weight:normal;
}

.module_round_box ul.menu #current ul span {
	font-weight:normal;
}

.module_round_box ul.menu li {
	padding:0px;
}

.module_round_box ul.menu li ul li {
	margin-left:24px;
}

#s5_center_area1 .module_round_box_outer ul.menu a, #s5_center_area1 .module_round_box_outer .separator {
	display:block;
	background:#ffffff;
	color:#292929;
	font-size:1.1em;
	padding:5px 0px;
}

#s5_center_area1 .module_round_box_outer ul.menu a:hover {
	text-decoration:none;
	color:#000000;
}

#s5_center_area1 .module_round_box_outer ul.menu ul a:hover {
	text-decoration:none;
}

#s5_center_area1 .module_round_box_outer ul.menu ul a {
	background:none;
	padding:0 6px 0px 10px;
	border-bottom: none;
	display:block;
}

#s5_center_area1 .module_round_box_outer ul.menu ul ul a {
	border-bottom: medium none;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 12px;
    padding: 0 3px 0 19px;
}

#s5_center_area1 .module_round_box_outer ul.menu #current ul span {
	font-weight:normal;
}

#s5_center_area1 .module_round_box_outer ul.menu li {
	margin-left:2px;
	padding:0px;
	margin-bottom:7px;
}

#s5_center_area1 .module_round_box_outer ul.menu li li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#s5_center_area1 .module_round_box_outer ul.menu li ul li {
	margin-left:24px;
}


#s5_center_area1 .module_round_box_outer .menu li img {
	padding-right:12px;
}
	
#s5_center_area1 .module_round_box_outer .separator .image-title {
	font-size:1.1em;
}
	
#s5_center_area1 .module_round_box_outer .separator {
	display:block;
    margin-bottom:7px;
    margin-left:0px;
    margin-top:5px;
}

#s5_center_area1 .module_round_box_outer ul.menu a {
	color:#6E6E6E;
}

#s5_center_area1 .module_round_box_outer ul.menu ul {
	font-size:0.9em;
	margin-top:17px;
}
	
#s5_center_area1 ul.menu li ul li ul li span {
	line-height: 16px;
	padding: 0 !important;
}

/* COLUMN MENU for Bottom Row3 */

#s5_bottom_row3_area2 h3,  #s5_bottom_row3_area2 .module_round_box .s5_h3_first {
	color:#4f4f4f !important;
}

#s5_bottom_row3_area2 .module_round_box ul.menu a {
	background: none;
	font-size: 0.9em;
	border-bottom: none;
	color: #a2a2a2;
	display: block;
	padding: 2px 0px;
}

#s5_bottom_row3_area2 .module_round_box ul.menu a:hover {	
	text-decoration:none;
}
					
/* ACCORDION MENU
----------------------------------------------------------- */

#s5_accordion_menu ul li span {
	color: #000000;
	font-weight:300;
}

#s5_accordion_menu h3.s5_am_toggler, #s5_accordion_menu h3.s5_am_toggler a.mainlevel {
	line-height:normal !important;
	background:none !important;
	font-weight:300;
}

#s5_accordion_menu h3.s5_am_toggler {
	border:none !important;
}

#s5_accordion_menu h3.s5_am_open a.mainlevel {
	color:#292929 !important;
}

#s5_accordion_menu h3.s5_am_open:hover a.mainlevel {
	color:#292929 !important;
}

div.s5_accordion_menu_element li li{
	padding-left:4px !important;
}

div.s5_accordion_menu_element li li li{
	padding-left:12px !important;
}

div.s5_accordion_menu_element li a, .s5_am_inner_li .separator span {
	padding-top:6px !important;
	padding-bottom:6px !important;
	padding-left:7px !important;
	border-bottom:none !important;
	font-size:1.0em !important;
	display:block !important;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	color:#000000 !important;
}

div.s5_accordion_menu_element li li a, .s5_am_innermenu .s5_am_inner_li .separator span  {
	background:none !important;
	padding-left:10px !important;
	padding-right:6px !important;
	font-size:0.85em !important;
	border:none !important;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	padding-top:4px !important;
	padding-bottom:4px !important;
}

#current ul.s5_am_innermenu a.mainlevel {
	color:#292929 !important;
}


h3 span.s5_accordion_menu_left {
	display:block !important;
	padding:8px 18px 6px 28px !important;
}

.s5_am_inner_li span.s5_accordion_menu_left {
	padding:0px !important;
}

.s5_am_innermenu span.s5_accordion_menu_left {
	background:none !important;
}

#s5_accordion_menu ul li {
	padding:0px !important;
	padding-bottom:0px !important;
	padding-top:0px !important;
}

#s5_accordion_menu {
	margin:6px -30px 0 !important;
}

#s5_accordion_menu div {
	width:100% !important;
}

.s5_am_innermenu img {
	display:none !important;
}

#s5_accordion_menu h3 {
	padding:0px !important;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	color:#292929 !important;
	margin:0px !important;
	position:relative !important;
	width:100% !important;
	display:block !important;
	font-size:1.1em !important;
	height:38px !important;
	margin-bottom:7px !important;
}

#s5_accordion_menu h3:hover {
	background: #000000 !important;
	color:#ffffff !important;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

#s5_accordion_menu h3:hover a {
	color:#ffffff !important;
}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
	cursor: pointer !important;
	background:url(../images/s5_acc_r_parent.png) no-repeat right -27px !important;
	padding-right:24px !important;
	position:relative !important;
}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left:hover {
	background:url(../images/s5_acc_r_parent_hover.png) no-repeat right -27px !important;
}

#s5_accordion_menu h3.s5_am_open:hover span, #s5_accordion_menu h3.s5_am_open:hover a{
	color:#ffffff;
}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left {
	background:url(../images/s5_acc_r_parent.png) no-repeat right -27px !important;
}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left:hover {
	background:url(../images/s5_acc_r_parent_hover.png) no-repeat right -27px !important;
}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
	background:none !important;
}

#s5_accordion_menu h3.s5_am_not_parent {
	cursor:pointer !important;
}

#s5_accordion_menu h3.s5_am_toggler div {
	margin:0px !important;
	padding:0px !important;
}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
	width:auto !important;
	border:none !important;
	padding:0px !important;
	color: #292929;
	margin:0px !important;
}

#s5_accordion_menu h3.s5_am_toggler:hover a.mainlevel {
	color:#ffffff;
	text-decoration:none;
}

div.s5_accordion_menu_element li {	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
}

div.s5_accordion_menu_element {
	width:auto !important;
}

#s5_accordion_menu #s5_am_parent_div_current, #s5_accordion_menu .s5_accordion_menu_element {
	background:none !important;
}

ul.s5_am_innermenu {
	padding-top:0px !important;
	padding-bottom:8px !important;
	padding-left:11px !important;
	padding-right:8px !important;
	margin-bottom:0px !important;
	margin-left:20px !important;
	margin-top:0px !important;
}

ul.s5_am_innermenu a:hover {
	color:#000000 !important;
	text-decoration:underline !important;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

#s5_accordion_menu h3.s5_am_parent {
	padding-right:0px !important;
}

	
/* BODY ELEMENTS
----------------------------------------------------------- */
.s5_logo {
    float: left;
    height: 18px;
	cursor: pointer;
	margin-left: 38px;
    margin-top: 38px;
	margin-bottom: 6px;
    width: 124px;
}

#s5_logo_and_options_inner #s5_menu_wrap .s5_logo, #s5_logo_and_options_inner #s5_menu_wrap .s5_logo_module {
	display:none;
}
			
#s5_menu_wrap.s5_wrap .s5_logo {
	float: left;
	display:block !important;
	height: 50px;
	cursor: pointer;
	margin: 38px 23px 6px 31px;
	width: 124px;
}	
		
	
	
.s5_logo_module {
    float: left;
    height: 57px;
	cursor: pointer;
	margin-left: 20px;
    margin-top: 32px;
	margin-bottom: 6px;
    width: 163px;
}
	
.s5_logo_wrap {
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
	border-radius:3px 0px 0px 3px;
	height:92px;
	width:200px;
	float:left;
	background:#000000 url(../images/darkbackground.png) repeat;
}

#s5_menu_wrap.s5_wrap .s5_logo_module {
	float: left;
	height: 50px;
	display:block;
	cursor: pointer;
	margin:5px 23px 6px 21px;
	width: 130px;
}
	
#s5_top_menu {
	z-index: 4;
	position:relative;
	width:100%;
}

#s5_top_menu_inner {
	margin-right: 30px;
	margin-top: 1px;
	position: absolute;
	right: 0;
	z-index: 2;
}

#s5_top_menu ul li {
	float:left;
}

#s5_top_menu ul li a {
	color: #333333;
	font-size: 0.8em;
	margin-left: 0;
	padding: 6px 8px;
}

#s5_top_menu ul li a:hover {
	text-decoration:none;
	color:#ffffff;
}

#s5_bodywrap {
	margin-bottom: 60px;
	padding-bottom: 22px;
	background:#ffffff;
}
	
#s5_logo_and_options{
	z-index:1;height:40px;position:absolute;
}
	
#s5_logo_and_options_inner {	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	height: 92px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 39px;
	background:#292929;
}
	
#s5_loginreg {
	color:#ffffff;
	font-weight: 300;
	float:right;
	margin-right: 21px;
    margin-top: 11px;
}
	
.s5_phonenumber, .s5_phonenumber2  {
	color:#ffffff;
	float:right;
	margin-top: 13px;
	font-size: 1.2em;
	font-weight:300;
}

.s5_donatebutton, .s5_donatebutton2 {
	margin-left: 30px;
	margin-top: 14px;
	float:right;
}

#s5_login, #s5_register {
	cursor: pointer;
	line-height: 27px;
    float: right;
    font-size: 0.9em;
    height: 27px;
    margin-left: 6px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top:6px;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}
	
#s5_login:hover, #s5_register:hover, #s5_menuiconwrap:hover {
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}	

#s5_register {	
	border-top:1px solid rgba(255, 255, 255, .3);
}

#s5_logo_and_options_inner #s5_register:hover {
	background:#070707 !important;
}

#cboxLoadedContent {
	font-size:.9em;
}

#cboxLoadedContent .button {
	font-size: 0.9em !important;
	padding-left: 14px;
	padding-right: 14px;
}
		
#s5_login input, #s5_register input {
	padding:7px 12px 7px 13px !important;
	-webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1) inset ;
	background:#ECECEC;
}	

#colorbox #login-form ul li {
	background:url(../images/system/arrow.png) no-repeat left 10px;
	padding-left:15px;
	font-size:.9em;
}

#s5_responsive_mobile_drop_down_wrap #login-form ul li {	
	font-size:.9em;
}

#s5_menu_wrap {
	margin-left: 17px;
    margin-top: 0px;
	float:left;
}

.item h2, .item-page h2 {
	margin-bottom:11px;
}

.item h2, .item h2 a, .item-page h2, .item-page h2 a {
	color:#292929;
}

#fontControls, #s5_breadcrumb_wrap {
	height:47px;
	padding-left:11px;
	padding-right:11px;
	background:#000000;
	color:#ffffff;
}

#s5_breadcrumb_wrap {
	font-size: 15px;
	border-left:1px solid #3e3e3e;
}
	
#fontControls, #s5_breadcrumb_wrap {
	line-height: 46px;
	float:left;
}
	
#s5_search_wrap {
	margin-right: -8px;
	float:right;
}

input#mod-search-searchword {
	font-size: 0.9em;
	color:#6b6b6b;
	padding: 13px 17px 13px 43px;
	background:#ffffff;
}

input#mod-search-searchword {
	background-image:url(../images/searchicon.png);
	background-repeat:no-repeat;
	background-position:16px 15px;
}

input#mod-search-searchword:focus {
	background-position:16px -40px;
}


#s5_search_wrap .search label {
	display:none;
}

.search .button {
	height: 47px;
	cursor:pointer;
	margin-left:5px;
}

.search .button:hover {
	background:#000000 !important;
}

#s5_footer {
	background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: right;
    font-size: 0.8em;
    height: 36px;
    line-height: 36px;
    margin-right: 52px;
    margin-top: -21px;
    padding-left: 16px;
    padding-right: 16px;
}

#s5_footer a {
	color:#ffffff;
}

#s5_footer a:hover {
	text-decoration:none;
}


#s5_right_column_wrap, #s5_left_column_wrap {
	font-size: 0.9em;
}

#s5_notpublished {
	height:200px;
}

.article-info dd {
    background: url(../images/darkbackground.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 0.8em;
    margin-bottom: 4px;
    padding: 4px 8px;
}	

.article-info dd a {
	color:#ffffff;
}

.article-info-term {
	display: none;
}

.contact-form input {
	margin-bottom:15px;
}

.S5_menu_module_group img:hover {
	-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.2);
}

#s5_floating_menu_spacer {
	height:0px !important;
}		
	
/* MODULE STYLES
----------------------------------------------------------- */

#s5_above_body, #s5_below_body {
	margin-right:-12px;
}

#s5_above_body .moduletable {
	margin-bottom:20px;
	padding-right:12px;
}

#s5_below_body .moduletable {
	margin-top:20px;
	padding-right:12px;
}

.module_round_box h3 {
	font-size: 1em;
	margin-bottom:14px;
	margin-top:0px;
	color:#000000;
}

.module_round_box {
	margin-bottom: 35px;
}
	
.module_round_box .s5_h3_first {
	color:#000000;	}

.module_round_box {
	text-shadow:none;
}

.module_round_box a {
	color:#000000;
}

.module_round_box_inner {
	padding:0px;
}

/* -lines */

.module_round_box-lines {
	border:1px solid #E5E5E5;
	margin-bottom: 35px;
	padding:35px 30px 20px;
	background:#ffffff;
	color:#292929;
}

.module_round_box-lines .s5_mod_h3_outer {
	margin-bottom: 0px;
	margin-left:-31px;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 20px;
	height: 35px;
	color:#ffffff;
}

.module_round_box-lines .custom-lines {
	padding: 25px 0px 25px 0;
}	

.module_round_box-lines .s5_mod_h3_outer h3 {
	margin-bottom: 0px;
	font-size: 1em;
	display: inline;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding:12px 34px 11px;
	color:#2a2a2a;
}	

.module_round_box-lines .s5_h3_first {
	font-weight:normal;
	color:#000000;
}


.module_round_box_outer .module_round_box-lines input.text {
	border:none;
	font-size: 1.0em;
	padding:9px 9px 9px 13px;
	color:#ffffff;
	width:95%;
	background:#000000;
}	



/* -highlight */

.module_round_box-highlight {
	margin-bottom: 35px;
	padding:35px 30px 20px;
	background:#000000;
	color:#ffffff;
}

.module_round_box-highlight .s5_mod_h3_outer {
	margin-bottom: 0px;
	margin-left: -30px;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 20px;
	height: 35px;
	color:#ffffff;
}

.module_round_box-highlight .custom-highlight {
	padding: 25px 0px 25px 0;
}	

.module_round_box-highlight .s5_mod_h3_outer h3 {
	margin-bottom: 0px;
	font-size: 1em;
	display: inline;
	background: #FFFFFF;
	padding:12px 34px 11px;
	color:#2a2a2a;
}	

.module_round_box-highlight .s5_h3_first {
	font-weight:normal;
	color:#000000;
}

.module_round_box_outer .module_round_box-highlight input.text {
	border:none;
	font-size: 1.0em;
	padding:9px 9px 9px 13px;
	color:#ffffff;
	width:95%;
	background:#000000;
}		

/* -darkback */

.module_round_box-darkback {
	margin-bottom: 35px;
	padding:35px 30px 20px;
	background:#000000 url(../images/darkbackground.png) repeat;
	color:#ffffff;
}

.module_round_box-darkback .s5_mod_h3_outer {
	margin-bottom: 0px;
	margin-left: -30px;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 20px;
	height: 35px;
	color:#ffffff;
}

.module_round_box-darkback .custom-darkback {
	padding: 25px 0px 25px 0;
}	

.module_round_box-darkback .s5_mod_h3_outer h3 {
	margin-bottom: 0px;
	font-size: 1em;
	display: inline;
	background: #FFFFFF;
	padding:12px 34px 11px;
	color:#2a2a2a;
}	

.module_round_box-darkback .s5_h3_first {
	font-weight:normal;
	color:#000000;
}

.module_round_box_outer .module_round_box-darkback input.text {
	border:none;
	font-size: 1.0em;
	padding:9px 9px 9px 13px;
	color:#ffffff;
	width:95%;
	background:#000000;
}	

/* -darkback_nospacing */

.module_round_box-darkback_nospacing {
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1); 
	margin-bottom: 35px;
	margin-top: -35px;
	padding:35px 0px 20px;
	background:#000000 url(../images/darkbackground.png) repeat;
	color:#ffffff;
}

.module_round_box-darkback_nospacing .s5_mod_h3_outer {
	margin-bottom: 9px;
	margin-left: -30px;
	margin-top: -3px;
	padding-top: 7px;
	color:#ffffff;
}

.module_round_box-darkback_nospacing .custom-darkback_nospacing {
	padding: 25px 0px 25px 0;
}	

.module_round_box-darkback_nospacing .s5_mod_h3_outer h3 {
	margin-bottom: 0px;
	font-size: 1em;
	display: inline;
	background: #FFFFFF;
	padding:12px 34px 11px;
	color:#2a2a2a;
}	

.module_round_box-darkback_nospacing .s5_h3_first {
	font-weight:normal;
	color:#9b9b9b;
}

.module_round_box_outer .module_round_box-darkback_nospacing input.text {
	border:none;
	font-size: 1.0em;
	padding:9px 9px 9px 13px;
	color:#ffffff;
	width:95%;
	background:#000000;
}	


.module_round_box-darkback_nospacing #s5_va_accordion_inner h3	{
	color:#ffffff;
}


#s5_right_column_wrap .module_round_box_outer .s5_mod_h3_outer h3, #s5_left_column_wrap .module_round_box_outer .s5_mod_h3_outer h3 {
	font-size:1.1em;
}

/* -menudark */	
	
.moduletable-menudark {
	background:#292929 url(../images/darkbackground.png) repeat scroll;
    color: #FFFFFF;
    margin-top: -27px;
    padding: 25px;
    position: relative;
    z-index: 1;
}
	
.moduletable-menuhighlight {
	background: none repeat scroll 0 0 #cccccc;
    color: #FFFFFF;
    margin-top: -27px;
    padding: 0px;
    position: relative;
    z-index: 1;
}	

/* SPACING AND ALIGNMENT
----------------------------------------------------------- */	

.module_round_box_outer, #s5_component_wrap, #s5_center_area .moduletable, .module_round_box_outer-none {
    margin-left: 13px;
    margin-right: 13px;
}	

#s5_top_row1_area2, #s5_top_row2_area2, #s5_top_row3_area2, #s5_center_area2, #s5_bottom_row1_area2, #s5_bottom_row2_area2, #s5_bottom_row3_area2, #s5_footer_area2 {
	margin-left: 19px;
    margin-right: 19px;
}		
	
#s5_extras_wrap {
	margin-bottom: 17px;
	margin-left: 32px;
    margin-right: 32px;
}		
	
#s5_header_area1{
	padding-bottom:30px;
}
	
#s5_bottom_row3_area2 {
	margin-bottom: 52px;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
	background:#ffffff;
}
	
#s5_component_wrap_inner {
	margin-bottom:30px;
}

/* GLOBAL CSS
----------------------------------------------------------- */			
	
.button, p.readmore a, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, div#scrollbar_bottom, div#drag_bottom, #s5_login, #s5_register, .btn-primary {
	-moz-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	border-radius:3px !important;
}

.fa, .button, p.readmore a, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, #middle_content .s5_imagerot_wrap img, #s5_login, #s5_register, #s5_bottom_menu_wrap ul.menu a, #s5_footer a, .s5_scrolltotop, .jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail, #s5_bottom_row3_area2 .module_round_box ul.menu a, .s5_va_active span.s5_va_h3_inner_span, .s5_va_inactive span.s5_va_h3_inner_span, #s5_top_menu ul li a, .s5_rowselector, .S5_menu_module_group img, .btn-primary, .nav-stacked a{
	-webkit-transition:  all 300ms ease-in 0s !important;
	-moz-transition:  all 300ms ease-in 0s !important;
	-o-transition: all 300ms ease-in 0s !important;
	transition:  all 300ms ease-in 0s !important;
}

input:focus, textarea:focus {
	color:#ffffff !important;
}

/* S5 BOX
----------------------------------------------------------- */	

#cboxLoadedContent {
	font-weight:300;
}

#cboxContent, #cboxLoadingOverlay {
	background:#ffffff;
}
	
#s5box_login, #s5box_register{
	padding: 20px !important;
	background:transparent !important;
}

.s5_regfloatleft {
	width: 100% !important;
}

#cboxContent, #cboxContent h3, #cboxContent a, #cboxContent h3 .s5_h3_first, #cboxContent p label, #cboxLoadedContent label, form#member-registration{
	font-weight:300;
	color:#333333;
}
	
#cboxContent .button{
	cursor:pointer;
}	

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleRight{
	background:none!important;
}
	
#cboxLoadedContent .s5_mod_h3_outer {
	margin-top:19px;
}

#cboxContent {
	-webkit-box-shadow:0 0px 17px 4px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1); }	

#form-login-username, #form-login-password {
	font-size:1.1em;
}	
	
#cboxClose {
    background:url(../images/s5boxclose.png) no-repeat scroll left top transparent !important;
	top:47px !important;
    cursor:pointer !important;
    float:right !important;
    height:30px !important;
    margin:-30px 4px -7px !important;
    overflow:hidden !important;
    padding:0 !important;
    position:absolute !important;
    right:7px !important;
    text-indent:500px !important;
    width:30px !important;
}
	
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
	display:none !important;
}	
	
#s5box_login_inner label  {
	display: block;
	font-size: .9em;
	color:#737373;
    margin-bottom: 7px;
}
	
#s5box_login_inner #form-login-remember label {
	display:inline;
	margin-right: 5px;
}
	
#s5box_login_inner .button, #s5box_register_inner .button {
	margin-bottom: 6px;
	font-size: 1em;
	font-weight: 300;
	color:#FFFFFF;
    margin-top: 12px;
}
	
#member-registration input {
	margin-bottom:4px;
}
	
#s5box_login .module_round_box_outer, #s5box_register .module_round_box_outer {
	padding-bottom:0px !important;
}

#cboxLoadedContent .s5_module_box_2 {
	padding: 5px 5px 15px;
}
	
#cboxLoadedContent .module_round_box_outer {
	margin-bottom:10px;
	margin-top:10px;
}
	
#cboxLoadedContent input {
	color:#333333;
	font-size: 17px;
	padding-bottom: 8px;
    padding-left: 14px;
	padding-right:14px;
    padding-top: 8px;
}
	
.s5_regfloatleft {
	margin-right:15px;
}
	
div.likeboxwrap iframe {
    margin: -1px;
}
	
.likeboxwrap iframe {
	height:358px !important;
	width:252px !important;	}
		
#cboxLoadedContent {
	margin-bottom:0px !important;
}
		
.s5_module_box_2 form {
	font-size:1.1em;
}

#cboxMiddleRight, #cboxTopRight {
	width:50px !important;
}
	
#cboxTopCenter {
	height:50px !important;
}	
	
#cboxLoadedContent .module_round_box h3 {
	font-size:1.6em;
	margin-bottom: 25px;
    margin-top: -10px;	}
	
#colorbox, #cboxOverlay, #cboxWrapper	{
	overflow:hidden !important;
}	

/* S5 IMAGE AND CONTENT FADER
----------------------------------------------------------- */		
	
.jdGallery .slideInfoZone {
	background:transparent url(../images/iacfback.png) repeat !important;
	bottom: 45px !important;
	margin-left: 66px !important;
	width:auto !important;
}


.jdGallery .slideElement {
    background-size: 102% auto !important;
}

.jdGallery a.left {
	left: 37px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	height: 31px !important;
	width: 28px !important;
	-moz-opacity: .8 !important;
	-khtml-opacity: .8 !important;
	filter:alpha(opacity=80) !important;
	opacity:.8 !important;
	top: auto !important;
	bottom:78px !important;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
    background: url(../images/iacfarrows.png) no-repeat scroll 0px 3px !important;
}	

.jdGallery a.left:hover {	
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}

.carouselWrapper .thumbnail {
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}

.carouselWrapper .thumbnail.active {
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}

.jdGallery a.right {
	left: 37px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	height: 31px !important;
	width: 28px !important;
	-moz-opacity: .8 !important;
	-khtml-opacity: .8 !important;
	filter:alpha(opacity=80) !important;
	opacity:.8 !important;
	top: auto !important;
	bottom:45px !important;
	margin-right: 15px;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
    background: url(../images/iacfarrows.png) no-repeat scroll 0px -59px !important;
}	

.jdGallery a.right:hover {	
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter:alpha(opacity=100) !important;
	opacity:1 !important;
	-webkit-transition:  all 300ms ease-in 0s;
	-moz-transition:  all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition:  all 300ms ease-in 0s;
}	

.jdGallery a.carouselBtn, .jdGallery .carousel .label, .jdExtCarousel .label {
	display:none !important;
}

.jdGallery div.carouselContainer {	
	top: auto !important;
	bottom:-72px !important;
}
	
.jdGallery .carousel {
	background:none !important;
}
	
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
    margin-left: auto !important;
    margin-right: auto !important;
    position: absolute !important;
    right: 40px !important;
	width: auto !important;
}

.jdGallery div.carouselContainer {	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
	opacity:1 !important;
}
	
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
	background:#ffffff !important;
	margin-left: 6px !important;
	height: 8px !important;
    width: 8px !important; 
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
	opacity:1 !important;
}	
	
.jdGallery .carousel .carouselInner .active {
	background:transparent !important;
	border: 1px solid #ffffff;
}
	
.jdGallery .slideInfoZone p, .jdGallery .slideInfoZone h2 {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4) !important;	}

	
.jdGallery .carousel .thumbnail.active {
	margin-top:-2px !important;
	width:12px !important;
	height:12px !important;
}


.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
    padding-top: 4px !important;
}
	
#myGallery, #myGallerySet, #flickrGallery {
	background:#ffffff !important;
}
	
	
.jdGallery .loadingElement {
	background-color:#ffffff !important;
	background-image: url(../images/loading-bar-black.gif) !important;
}
	
.jdGallery .slideInfoZone {
    height: auto !important;
}
	
	
.jdGallery .slideInfoZone h2 {
	line-height: 48px !important;
	margin:11px 10px !important;
	font-weight:normal !important;
	font-size:2.9em !important;
}
	
.jdGallery .slideInfoZone {
	width: 50% !important;
    padding: 20px !important;
}
	
.jdGallery .slideInfoZone p {	
	font-size: 1.2em !important;
}

/* S5 TAB SHOW
----------------------------------------------------------- */	

	
#s5_tabshow_left {
	-webkit-box-shadow:none !important; 
	box-shadow:none !important; 
	-moz-box-shadow: none !important;
}

#s5_tabshow_left h2 {
	color:#ffffff;
}

.s5_ts_active {
	background:#ffffff !important;
	-webkit-box-shadow:none !important; 
	box-shadow:none !important; 
	-moz-box-shadow: none !important; 	}


.s5_ts_not_active {
	color:#ffffff !important;
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	background:none !important;
}

#s5_button_frame ul li a {
     font-size: 1em !important;
}
	 
#s5_button_frame ul li.s5_ts_active a {
	color:#ffffff !important;
}
	
.s5_ts_not_active a {
	color:#8e8e8e !important;
}

#s5_button_frame ul li {
	margin-right: 0px !important;
	margin-top: 0px;
}	
	
#s5_button_frame ul li {
    padding: 0 !important;
}	

#s5_button_frame ul li a {
	height: 44px !important;
    line-height: 44px !important;
    padding-left: 23px !important;
    padding-right: 23px !important;
}
	
#s5_tabshow_left {
	color: #FFFFFF;
	padding-bottom:0px !important;
	background:#6f6f6f !important;
}
	
#s5_button_content li {
    line-height: 27px !important;
}	
	
#s5_button_content .moduletable {
    padding: 33px !important;
}		
	

#s5_button_frame {
	border: 1px solid #e8e8e8;
	border-bottom:none;
}
	
.s5_ts_not_active {	
	margin-left: -1px !important;
}
	
#s5_button_frame li.s5_ts_active {
	position: relative;
	margin-left: -1px !important;
    margin-top: -5px;
    padding-top: 5px !important;
}
		
#s5_tabshow_left {
    position: relative;
    z-index: 0;
}

/* S5 IMAGE SCROLL
----------------------------------------------------------- */		

.s5_imagerot_tm, .s5_imagerot_tr, .s5_imagerot_tl, .s5_imagerot_mb, .s5_imagerot_bl, .s5_imagerot_br, .s5_imagerot_bm, .s5_imagerot_wrap:hover .s5_imagerot_hover {
	background:none !important;
}
	
#middle_content .s5_imagerot_wrap img {
	-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.3); 
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
}
	
#middle_content .s5_imagerot_wrap:hover img {
	-webkit-box-shadow:0 0px 9px 5px rgba(0, 0, 0, 0.8); 
	box-shadow: 0 0px 9px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0px 9px 5px rgba(0, 0, 0, 0.8);
}	
	
.s5_imagerot_text {
    display: block;
    font-size: 0.9em;
    font-weight: normal !important;
    margin-top: -21px !important;
}	
	
.s5_imagerot_wrap {
    padding-right: 4px !important;
}	
	
	
div#middle_content div#hold {
    margin: 20px 0 0 -11px !important;
}
	
div#drag_bottom {
	height: 9px !important;
    background: #FFFFFF !important;	}
	
div#scrollbar_bottom {
	height: 9px !important;
	background:#313131 !important;
}

@media screen and (max-width: 850px){

	.s5_imagerot_mb{
		width: 110px !important;
	}

	#middle_content #content_in .s5_imagerot_wrap {
		width: 126px !important;
	}

}	

/* MULTIBOX
----------------------------------------------------------- */			
.MultiBoxContainer {
	background:none !important;
	border:none !important;
}
		
.MultiBoxControls {
    background:transparent !important;
	font-size:1.2em !important;
	color:#ffffff !important;
}	
	
	
.MultiBoxDescription {
	top:-6px;
	font-size:0.9em !important;
}

.MultiBoxClose {
	right:-34px !important;
    top:-34px !important;
}
	
.MultiBoxContent {
	-webkit-box-shadow:0 0 22px rgba(0, 0, 0, 0.9);
	-moz-box-shadow:0 0 22px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 22px rgba(0, 0, 0, 0.9); 
}

.MultiBoxTitle {
	font-weight:normal !important;
	font-size:0.9em !important;
}


.MultiBoxControlsContainer {
     margin-top:13px;
}
  

.MultiBoxPrevious, .MultiBoxNext {
    height: 29px !important;
    width: 29px !important;
}
  

.MultiBoxTitle {
    margin: 7px 0 0 41px !important;
}

.MultiBoxDescription {
	font-weight: 300 !important;
    margin-left: 41px !important;
}
	
.MultiBoxNumber {
    margin: 8px 40px 0 0 !important;
}
	
	
#OverlayContainer {
	position: fixed !important;
}		

/* S5 MP3 Gallery
----------------------------------------------------------- */		
	
.ttw-music-player {
     line-height: 19px;
}
	 
.ttw-music-player .tracklist {
	font-size: 0.8em;
    line-height: 16px;
}
	
.ttw-music-player .description {
	font-size:0.9em !important;
}
	
.ttw-music-player .tracklist .title {
	font-size:1.1em;
}

.ttw-music-player .player .title {
	margin-top:-9px;
	font-size: 1.5em; }

.ttw-music-player .player-controls {
	margin: 34px 0 0 30px !important;
}		


.ttw-music-player .rating {
	margin-top: -9px;
}

.ttw-music-player .buy {
	font-size:1em;
	line-height: 15px;
}	

.ttw-music-player .more {
	font-size:1.2em;
	font-style:normal;
    box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow:1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow:1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);	
    background:#1C1C1C;
}	

.ttw-music-player .more:hover {
	color:#ffffff;
	background:#000000;
}

/* S5 VERTICAL ACCORDION
----------------------------------------------------------- */			
	
.s5_va_element {
	color:#9B9B9B;
	background:none !important;
}
	
#s5_va_accordion {
	border:none !important;
}
	

.s5_va_active span.s5_va_h3_inner_span {
    padding-top: 13px !important;
	height: 36px !important;
	padding-left: 37px !important;
    box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow:1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow:1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);	
	margin-right: 0px !important;
    background:#1c1c1c url(../images/verticalaccordion.png) no-repeat right 17px !important;
}

.s5_va_inactive span.s5_va_h3_inner_span {
    padding-top: 13px !important;
	height: 36px !important;
	padding-left: 37px !important;
    box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow:1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow:1px 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0px rgba(255, 255, 255, 0.2);	
	margin-right: 0px !important;
    background:#1c1c1c url(../images/verticalaccordion.png) no-repeat right -67px !important;
}	

.s5_va_inactive span.s5_va_h3_inner_span:hover {
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
	
	
.s5_va_active, .s5_va_inactive {	
	margin-bottom: 1px !important;
    font-size: 1em;
}
	
.s5_va_element_inner {
    padding: 35px;
}

/* S5 DROP DOWN PADDING
----------------------------------------------------------- */			
			
#s5_drop_down_container {
	padding-bottom:4px;
}

/* S5 INFO SLIDE CSS VERSION
----------------------------------------------------------- */			
	
.s5_is_css_1:hover .s5_is_css_hidden {
	background:#202020 !important;
}
	
.s5_is_css_1 .s5_is_css_hidden {
    box-shadow: 1px 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow:1px 0 1px 1px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow:1px 0 1px 1px rgba(0, 0, 0, 0.4) inset;
}
	

.s5_is_css_1 img {	
	-ms-transform:scale(1) rotate(0deg); /* IE 9 */
	-webkit-transform:scale(1) rotate(0deg); /* safari chrome */
	transform: scale(1) rotate(0deg);
}

.s5_is_css_1:hover img	{
	-ms-transform:scale(1.2) rotate(-5deg); /* IE 9 */
	-webkit-transform:scale(1.2) rotate(-5deg); /* safari chrome */
	transform: scale(1.2) rotate(-5deg);
}

/* J30 Specific
----------------------------------------------------------- */		
			
#mod-search-searchword, #cboxLoadedContent input, .nav-tabs.nav-stacked > li:first-child > a, .nav-tabs.nav-stacked > li:last-child > a {
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
}
	
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-image:none !important;
}	
	
.dropdown-menu {
	border:none !important;
}
	
.contact .dl-horizontal dd {
    margin-left: 0;
}

.contact input, .contact textarea, #jform_contact_emailmsg{
	width: 90% !important;
}

#jform_contact_email_copy {
    width: 16px !important;
}	


#cboxLoadedContent button {
	margin-top:10px;
}


.form-actions {	
	background:none;
	border:none;
	padding-left: 0 !important;
}

.article-info-term {
	display:none;
}
	
.dropdown-menu {
	border:none !important;
}

#GM_form {margin:0;
}		
		
#login-form [class^="icon-"], #login-form [class*=" icon-"], #login-form .icon-arrow-right:before {
	content:none;
	background:none !important;
}
	
#login-form .input-prepend input {
	width:94% !important;
}
	
#cboxLoadedContent #login-form .input-prepend input {
	margin-top: 10px;
    padding: 9px;
}	
	
	
.item-page .dropdown-toggle, .blog .dropdown-toggle, .item .dropdown-toggle {
	border:none !important;
}
	
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background:#000000 !important;
}
	
.jicons-icons {
    display: none;
}	
	
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-list > .active > a, .nav-list > .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-group.open .btn-primary.dropdown-toggle, .btn-primary, .item-page .dropdown-menu li > a:hover, .blog .dropdown-menu li > a:hover, .item .dropdown-menu li > a:hover, #searchForm .btn-toolbar .btn {	
	border:none !important;
	background:#000000;
}
	
	
.btn-primary {
	font-size:.9em;
	border:none !important;
	box-shadow:none !important;
	padding:8px 18px !important;
}
	
label {
    font-size: 1em !important;
}
	
.items-more ol.nav li  {
	margin-left:-5px;
}

.nav-tabs.nav-stacked > li > a {
	border:none !important;
}
	
.nav-stacked a:hover {
	color:#ffffff !important;
}
	
div#itemListLeading {
    display: block !important;
}


.k2UsersBlock li {
	border: none;
}

.k2UsersBlock li .k2Avatar {
    
}

.k2UsersBlock .k2Avatar img {
    max-width: 40% !important;
    margin-right: 15px;
}

div.itemView {
	padding: 10px 0 0 5px;
    margin: 0;
    border-bottom: none;
}

div#k2Container.contributors {
    margin: -30px !important;
}

#fucktrump {
	text-align: center;
    position: fixed;
    z-index: 10000;
    background-image: url(/images/fucktrump.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    display: none;
    top: 110px;
    left: 0;
    width: 100%;
}

a.ubUserName {
    font-size: 26px;
    font-family: Helvetica Neue, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
	color:#222 !important;
    margin-top: 15px !important;
    display: block;
}

.userBlock img {
    width: 60px !important;
    margin-right: 10px !important;
    display: inline-block;
}

.ubUserDescription {
    margin: 5px 0;
    line-height: 1em;
    font-family: Helvetica Neue, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 13px;
}

div.userBlock h2::before {
    content: 'Articles by: ';
    font-size: 16px;
    display: block;
}

.userItemView {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

div.userItemBody {
    padding: 0;
}

div.userItemHeader {
    padding: 20px;
}

.userItemTitle {
    max-width: 580px;
	margin-bottom: 5px !important;
}

span.userItemImage {
    max-width: 100%;
	margin: 0 !important;
}

.userDescription p {
    max-width: 600px;
}

.userItemImage img {
    padding: 0 !important;
}

.userItemCategory {
    border: none !important;
	padding: 0 !important;
}

body.blog div.catItemIsFeatured {
    background: none !important;
}

img.itemAuthorAvatar {
    max-width: 200px !important;
}