/*
#------------------------------------------------------------------------
# Sporter -October 2010 template (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software. It is based on GavickPro's GAVERN framework.
NOTE:  It is not free or public. This theme is for members of the GavickPro club only.
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */
input,select,textarea,.inputbox {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type=radio],input[type=checkbox] {
	background: transparent !important;
	border: none !important;
	height: inherit;
}
.adminform button,#adminForm button,.button,button,a.readon,input[type="submit"],.gkIsPopup-gk_sporter2 .gkIsTextBlock p > a,input[type="button"],div.mobileSwitch > a {
	display: block;
	border: 1px solid #a10101;
	float: left;
	height: 24px !important;
	line-height: 24px;
	color: #fff;
	background: transparent url('../images/style1/btn.png') repeat-x 0 0;
	padding: 0 10px;
	margin: 0;
}
.adminform button,#adminForm button,.button,input[type="submit"],input[type="button"] {
	display: block;
	border: 1px solid #a10101;
	float: left;
	height: 24px !important;
	line-height: 24px;
	color: #fff;
	background: transparent url('../images/style1/btn.png') repeat-x 0 0;
	padding: 0 10px;
	margin: 0;
}
.adminform button:hover,.adminform button:focus,#adminForm button:hover,#adminForm button:focus,.button:hover,.button:focus,a.readon:hover,a.readon:focus,button:hover,.gkIsPopup-gk_sporter2 .gkIsTextBlock p > a:hover,input[type="submit"]:hover,input[type="submit"]:focus,input[type="button"]:hover,input[type="button"]:focus,div.mobileSwitch > a:hover,div.mobileSwitch > a:focus {
	background: #222;
	border-color: #000;
	cursor: pointer;
	color: #fff;
}
small,.small,.smalldark,.img_caption,.contenttoc {
	font-size: 90%;
}
th {
	font-weight: normal;
	padding: 5px 0;
	text-align: left;
}
td {
	font-size: 100%;
	padding: 6px;
}
fieldset {
	border: none;
	padding: 0;
}
fieldset a {
	font-weight: bold;
}
fieldset.input {
	padding: 0;
}
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #ddd;
	height: 1px;
}
/* Article, Categorie title */
*/ #gkComponent > div > h1,#gkComponent > div > h2,#gkComponent > div > h1 a,#gkComponent > div > h2 a {
	color: #373636;
}
div.item-page h2 {
	font-size: 250%;
	line-height: normal;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
	margin: 10px 0 0 0;
}
/* Print, email Buttons */
.articleContent {
	clear: both;
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
}
.articleContent p {
	margin: 10px 0;
}
ul.actions {
	float: right;
	padding-bottom: 5px;
}
ul.actions li img {
	margin-bottom: 4px;
	margin-left: 2px;
}
ul.actions li {
	float: left;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-left: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul.actions li a {
	display: block;
	width: 24px;
	height: 17px;
	padding: 3px 0 0;
}
ul.actions li a:hover {
	border-color: #999;
}
/* Articles Details */
dl.article-info dt.article-info-term {
	display: none;
}
dl.article-info a {
	color: #AC0000;
}
dl.article-info a:hover {
	color: #000;
}
dl.article-info {
	overflow: hidden;
	padding: 0;
	margin: 0 0 15px;
	padding: 0 0 15px;
	margin: 0 0 10px 0;
	font-size: 85%;
}
dl.article-info dt,dl.article-info dd {
	float: left;
	margin-right: 16px;
}
/* images  */
*/ .articleContent img,.feed-item-description img {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	padding: 5px;
	background: #fff;
}
img.caption {
	margin-top: 5px;
	padding: 0;
}
.img_caption {
	margin-bottom: 10px;
	background: #fff;
	padding: 5px;
}
.article-content img {
	margin: 5px;
}
.img_caption img {
	margin: 0;
}
p.img_caption {
	margin: 0 10px;
	padding: 6px 6px 0;
	text-align: center;
	border: none;
	color: #2d2d2d;
	clear: both;
}
.img_caption.left {
	float: left;
	margin-right: 23px;
}
.img_caption.right {
	float: right;
	margin-left: 23px;
}
.img-fulltext-left {
	float: left;
	margin: 0 23px 5px 0;
}
.img-fulltext-right {
	float: right;
	margin: 0 0 5px 23px;
}
.img-fulltext-none {
	float: none;
	margin: 0 auto 5px auto;
}
.img-fulltext-none .img_caption {
	margin: 0 auto;
}
.img-fulltext-left .img_caption,.img-fulltext-right .img_caption {
	margin: 0 !important;
}
/* bottom nav */
ul.pagenav {
	margin: 20px 0;
	overflow: hidden;
}
.pagenav .pagenav-prev {
	float: left;
}
.pagenav .pagenav-next {
	float: right;
}
/* Social API */
#gkSocialAPI {
	clear: both;
	padding: 18px 0 0;
	margin: 0 0 26px;
	border-top: 1px solid #e5e5e5;
	line-height: 34px;
}
#gkSocialAPI .clr {
	clear: both;
}
#gkSocialAPI > iframe,#gkSocialAPI > span,#gkSocialAPI > a,#gkSocialAPI .fb_iframe_widget {
	display: block !important;
	float: left !important;
	margin-right: 5px;
}
#gkSocialAPI .google-buzz-button {
	margin-top: 0px;
}
#gkSocialAPI .db-count {
	line-height: 18px;
}
#gkSocialAPI .fb_iframe_widget {
	height: 27px !important;
}
.deliciousBtn,.instapaperBtn {
	height: 20px;
	width: 24px;
	line-height: 20px;
	font-size: 11px;
}
.deliciousBtn {
	background: transparent url('../images/delicious_icon.gif') no-repeat left center;
}
.instapaperBtn {
	background: transparent url('../images/instapaper_icon.png') no-repeat left center;
}
#___plusone_0 {
	float: left !important;
	margin-right: 10px !important;
}
#gkSocialAPI #___plus_0 {
	margin-right: 15px !important; 
	float: left !important;
}
#gkSocialAPI > div,#gkSocialAPI > iframe,#gkSocialAPI > span,#gkSocialAPI > a {
	margin-bottom: 10px;
}
/* pagination */
#article-index {
	margin-bottom: 20px;
}
div.pagination ul,#article-index ul {
	margin: 10px 0;
	padding: 3px 0 0;
	width: auto;
	text-align: center;
}
div.pagination ul li,#article-index ul li {
	display: inline;
}
div.pagination ul li a,div.pagination ul li span,#article-index ul li a {
	display: inline;
	margin: 2px 5px;
	overflow: hidden;
	color: #999;
	background: #fff !important;
	border: none;
	padding: 5px 15px !important;
	cursor: pointer;
	border: 1px solid #d7d7d7;
	font-weight: bold;
	font-size: 85%;
}
div.pagination ul li a,#article-index ul li a {
	color: #000;
	font-weight: bold;
}
#article-index ul li a,div.mobileSwitch > a,div.mobileSwitch > a:hover,div.mobileSwitch > a:focus {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.pagination p.counter,div.pagenavcounter {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #000;
	color: #fff;
	font-weight: bold;
	float: right;
	font-size: 85%;
	padding: 0px 12px;
	margin-top: -20px;
}
div.pagenavcounter {
	margin-top: -42px !important;
}
/* blog more */
.items-more h3 {
	font-size: 150% !important;
	margin: 0 0 10px !important;
}
.items-more ol {
	padding-left: 0;
}
.items-more {
	clear: both !important;
	display: block !important;
}
.blog h2 {
	font-size: 250%;
}
/* categories list */
.categories-list {
	font-size: 100%;
}
.categories-list a {
	font-size: 110%;
}
.categories-list dt {
	float: left;
}
.categories-list dd {
	text-indent: 4px;
}
.categories-list ul ul {
	margin-left: 20px;
}
tr.cat-list-row1 td {
	background: #F9F9F9;
}
/* messages */
#system-message {
	margin: 0 0 23px 0;
}
#system-message dt {
	display: none;
}
#system-message dd {
	padding: 0 !important;
	background: none !important;
}
#system-message dd.message ul,#system-message dd.error ul,#system-message dd.notice ul {
	margin: 0;
	padding: 0;
	color: #222;
	font-weight: bold;
}
#system-message dd.message ul {
	background: #fefff0;
	color: #666;
	border: none;
	border-bottom: 1px solid #eae8cc;
	border-top: 1px solid #eae8cc;
}
#system-message dd.error ul {
	background: #ac0000;
	color: #fff;
	border: none;
	border-bottom: 1px solid #b40110;
	border-top: 1px solid #b40110;
}
#system-message dd.notice ul {
	background: #fefff0;
	color: #b40110;
	border: none;
	border-bottom: 1px solid #eae8cc;
	border-top: 1px solid #eae8cc;
}
#system-message dd.message ul li,#system-message dd.error ul li,#system-message dd.notice ul li {
	background: none;
	margin: 0;
	padding: 8px 16px;
	text-indent: 0;
	text-align: center;
}
/* wrapper */
iframe {
	border: none;
}
/* mod_mainmenu */
.box_menu div.content {
	padding: 0;
	background: #fff;
	border: 1px solid #E5E5E5;
	border-top: none;
}
.box_menu ul.menu li {
	background: transparent url('../images/style1/arrow.png') no-repeat 18px 17px;
	padding: 5px 0;
}
.box_menu ul.menu li a {
	padding: 0 0 0 36px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.box_menu ul.menu li.active>a {
	color: #ac0000;
}
.box_menu ul.menu > li.active {
	background-color: #f7f7f7;
}
/* com_search */
input#mod-search-searchword {
	text-transform: lowercase;
}
#searchForm .button {
	float: none;
	display: inline;
}
form#searchForm {
	margin-top: 20px;
	background: #F7F7F7;
	padding: 20px;
	border: 1px solid #E5E5E5;
}
.searchintro {
	margin: 14px 0;
}
.search-results {
	margin: 0 0 20px 0;
	padding: 0 0 24px 20px;
}
.search .form-limit {
	float: none;
	margin: 10px auto;
	text-align: center;
}
fieldset.phrases,fieldset.only {
	border: 1px solid #E5E5E5;
	background: #FFFDF1;
	padding: 14px 10px;
}
.phrases-box {
	float: left;
}
.ordering-box {
	float: left;
	margin: -2px 0 0 20px;
}
.search-results dt.result-title {
	text-transform: none;
	font-size: 110%;
	font-weight: normal;
	display: inline;
	border-top: 1px solid #E5E5E5;
	margin: 20px 0 0 0;
	padding-top: 20px;
	width: 100%;
	display: block;
}
.search-results dd.result-category {
	margin-left: 16px;
}
.search-results dd.result-created,.search-results dd.result-url {
	font-size: 10px;
}
.search-results dt.result-title:first-child {
	border-top: none;
}
.search-results p {
	color: #878787;
	font-size: 11px;
	margin: 0 0 10px 26px;
}
.search-results p span {
	font-size: 11px;
}
#search-searchword {
	width: 260px;
}
.search p.counter {
	margin: 0 auto;
	text-align: center;
}
/* hide label */
.hidelabeltxt {
	display: none;
}
/* tooltips */
.tip-wrap,.tip-title {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tip-wrap {
	z-index: 1000003;
}
.tip {
	background: #fff;
	padding: 5px;
	border: 1px solid #e5e5e5;
	max-width: 250px;
}
.tip-title {
	background: #9a0005;
	color: #fff;
	font-weight: bold;
	padding: 3px 6px;
	text-transform: uppercase;
}
.tip-text {
	padding: 3px;
}
label.hasTip {
	margin-left: 0;
}
/* system readmore */
#system-readmore {
	display: none;
}
/* necessary for font-size work */
#gkComponentWrap {
	font-size: 100%;
}
/* Contact */
span.contact-name {
	font-size: 250%;
}
.contact {
	padding: 0 5px;
}
.contact h3 {
	font-size: 150%;
}
.contact-category {
	padding: 0 10px;
}
.contact-category #adminForm fieldset.filters {
	border: 0;
	padding: 0;
}
.contact-image {
	margin: 10px 0;
	border: 6px solid #fff;
	overflow: hidden;
	float: right;
	background: #fff;
}
.contact-image img {
	height: auto;
	width: 200px;
	display: block;
}
address {
	font-style: normal;
	margin: 10px 0;
}
address span {
	display: block;
}
span.contact-image {
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
}
.contact-address {
	margin: 20px 0 10px 0;
}
.contact-email div {
	padding: 2px 0;
	margin: 0 0 10px 0;
}
.contact-email label {
	width: 17em;
	float: left;
}
#contact_textmsg {
	padding: 2px 0 10px 0;
}
#contact-email-copy {
	float: left;
	margin-right: 10px;
}
.contact .button {
	float: none !important;
	clear: left;
	display: block;
	margin: 20px 0 0 0;
}
.jicons-icons {
	display: none;
}
.contact-email input,.contact-email textarea {
	clear: both;
	display: block;
}
.contact-form input#jform_contact_email_copy {
	position: absolute;
	display: inline;
}
.contact-form label#jform_contact_email_copy-lbl {
	position: absolute;
	display: inline;
	margin-left: 25px;
	margin-top: -2px;
}
/* User profile */
#users-profile-core,#users-profile-custom {
	margin: 10px 0 15px 0;
	padding: 15px;
}
#users-profile-core dt,#users-profile-custom dt,.formelm label {
	float: left;
	width: 12em;
	padding: 3px 0;
}
#users-profile-core dd,#users-profile-custom dd {
	padding: 3px 0;
}
#member-profile fieldset,.registration fieldset {
	margin: 10px 0 15px 0;
	padding: 15px 2px;
}
#users-profile-core legend,#users-profile-custom legend,.profile-edit legend,.registration legend {
	font-weight: bold;
}
#user-registration {
	padding-bottom: 20px;
}
.profile-edit form#member-profile fieldset dd,.registration form#member-registration fieldset dd,.formelm {
	float: none;
	padding: 5px 0;
}
.profile-edit form#member-profile fieldset dd input,.profile-edit form#member-profile fieldset dd select,.registration form#member-registration fieldset dd input {
	width: 17em;
}
.profile-edit form#member-profile fieldset dt,.registration form#member-registration fieldset dt {
	float: left;
	clear: both;
	padding: 5px 5px 5px 0;
	width: 22em;
}
span.optional {
	font-size: 0.9em;
}
.registration dl dt:first-child {
	width: 100% !important;
}
/* Tables */
td.num {
	vertical-align: top;
	text-align: left;
}
td.hits {
	vertical-align: top;
	text-align: center;
}
td p {
	margin: 0;
	line-height: 1.3em;
}
.filter {
	margin: 10px 0;
}
.display-limit,.filter {
	text-align: right;
	margin-right: 7px;
}
table,table td {
	border-collapse: collapse;
}
table.weblinks,table.category {
	font-size: 1em;
	margin: 10px 10px 20px 0px;
	width: 99%;
}
table th {
	background: #000;
	font: normal 15px/32px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}
table th a {
	color: #fff;
}
table td,.cat-list-row0 td,.cat-list-row1 td {
	padding: 6px 10px;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.cat-list-row1 td {
	background: #fbfbfb;
}
table tr:hover {
	background: transparent url('../images/style1/white_bg.png') repeat 0 0;
}
table tr td:first-child {
	border-left: none;
}
/* Category table */
table.category th a img {
	padding: 2px 10px;
}
.filter-search {
	float: left;
}
.filter-search .inputbox {
	width: 6em;
}
legend.element-invisible {
	position: absolute;
	margin-left: -3000px;
	margin-top: -3000px;
	height: 0px;
}
.cat-items {
	margin-top: 20px;
}
.filter-search button {
	float: none !important;
	display: inline !important;
	margin-left: 1px !important;
}
/* newsfeed */
.newsfeed ol {
	padding: 0;
}
.newsfeed ol li {
	clear: both;
	overflow: hidden;
}
.newsfeed ol > li > a {
	font-size: 20px;
	line-height: 72px;
}
/* remind & reset */
.reset form > div,.remind form > div {
	margin-top: 10px;
}
/* com_login */
#com-login-form .login-fields label {
	float: left;
	width: 12em;
	padding: 3px 0;
}
#com-login-form .login-fields {
	margin: 0 0 10px;
}
#com-login-form .button {
	margin: 0 10px 0 14em;
}
#recaptcha_area {
	margin: 0 0 20px;
}
div.login {
	padding-bottom: 20px;
}
input#recaptcha_response_field {
	border-color: #DFDFDF !important;
}
.invalid {
	border-color: #e33 !important;
}
/* blog view */
.blogcreatedate {
	float: left;
	padding: 3px;
	margin: 0 0 0 -22px;
	background: url('../images/style1/bottom_bg.jpg') no-repeat 0 0;
	color: #fff;
}
.blogcreatedate div {
	padding: 2px 8px;
	border: 1px dashed #DAD6CE;
	border-left: none;
}
.blogcreatedate span {
	display: block;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
}
.blogcreatedate span:first-child {
	font-size: 30px;
}
.article-meta {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.article-meta h2 {
	line-height: 40px;
	float: left;
}
.article-meta.blog {
	margin-left: 70px;
}
.article-meta dl.article-info {
	clear: both;
}
.article-meta ul {
	clear: none;
	margin-top: 12px;
}
.blog .items-row .item,.blog .items-leading > div,.blog-featured .items-row .item,.blog-featured .items-leading > div {
	margin-bottom: 30px;
}
/* mod latest news */
ul.latestnews,ul.mostread {
	margin: -18px;
}
ul.latestnews li,ul.mostread li {
	padding: 5px 18px;
}
ul.latestnews li.even,ul.mostread li.even {
	background: #fff;
}
/* mod_banners */
div.banneritem {
	border-bottom: 1px solid #D7D7D7;
	padding: 5px 0;
}
div.banneritem a {
	font-style: italic;
}
div.bannerfooter {
	padding-bottom: 20px;
}
div.bannerfooter a {
	float: left;
	font-size: 85%;
	padding: 8px 0 10px;
	font-style: italic;
}
/* slider */
div#sliders .panel {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.panel {
	border: solid 1px #ddd;
	margin-top: -1px;
}
.panel h3 a {
	display: block;
	text-decoration: none;
}
.panel h3.pane-toggler a {
	background: #f5f5f5;
}
.panel h3.pane-toggler-down a {
	background: #f5f5f5;
	border-bottom: solid 1px #ddd;
}
.panel h3 span {
	margin-left: 10px;
}
.pane-slider {
	border: solid 0px;
	padding: 0px 10px !important;
	margin: 0;
}
.panel .contact-form,.panel .contact-miscinfo {
	padding: 10px;
}
.contact .panel .contact-form form,.contact .panel .contact-address {
	margin: 20px 0 0 0;
}
/* tabs */
dl.tabs {
	float: left;
	margin: 50px 0 -1px 0;
	z-index: 50;
	clear: both;
}
dl.tabs dt {
	float: left;
	padding: 2px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-right: 3px;
	background: #f0f0f0;
}
dl.tabs dt.open {
	background: #fff;
	border-bottom: 1px solid #ffff;
	z-index: 100;
}
div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}
div.current dd {
	padding: 0;
	margin: 0;
}
dl#content-pane.tabs {
	margin: 1px 0 0 0;
}
/* switch to mobile version button */
div.mobileSwitch {
	display: block;
	clear: both;
	min-height: 10px;
	width: 100%;
}
div.mobileSwitch > a {
	float: none;
	width: 120px;
	margin: 0 auto;
}
/* com_finder */
#finder-search fieldset.word > * {
	float: left;
}
#finder-search fieldset.word > label {
	line-height: 35px;
	margin-right: 10px;
}
.search-pagination .search-pages-counter {
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
#search-results {
	clear: both;
}
#advanced-search {
	background: #f9f9f9;
	padding: 20px;
	font-size: 85%;
}
.filter-branch select {
	margin-top: 6px;
	margin-left: 5px !important;
}
#finder-search button {
	margin-top: 2px;
	margin-left: 5px;
}
/* com_finder & mod_finder autocompleter */
body ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #EEE;
	background-color: white;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	text-align: left;
	font-size: 11px;
	z-index: 50;
}
body ul.autocompleter-choices li {
	background: none;
	position: relative;
	padding: 0.1em 1.5em 0.1em 1em;
	cursor: pointer;
	font-weight: normal;
	font-size: 1em;
}
body ul.autocompleter-choices li.autocompleter-selected {
	background-color: #eee;
	color: #666;
}
body ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}
body ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #A10101;
}
body ul#finder-filter-select-list {
	top: 4em !important;
}
/* Fix for the editor */
.item-page.edit .formelm {
	clear: both;
	float: left;
	margin-right: 5px;
}
.item-page.edit .formelm-buttons button {
	margin-right: 5px !important;
}
.item-page.edit .formelm .button2-left {
	margin-top: 6px;
}
.item-page.edit .formelm-area label {
	display: block;
	width: 100%;
}
.item-page.edit .formelm-buttons {
	margin-top: 5px;
}
.item-page.edit .fltlft {
	float: left;
}
.item-page.edit legend {
	font-size: 140%;
	font-style: italic;
}
.item-page.edit .toggle-editor {
	margin-top: -5px;
}
/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}
.button2-left,.button2-right,.button2-left div,.button2-right div {
	float: left;
}
.button2-left a,.button2-right a,.button2-left span,.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}
.button2-left span,.button2-right span {
	cursor: default;
	color: #999;
}
.button2-left .page a,.button2-right .page a,.button2-left .page span,.button2-right .page span {
	padding: 0 6px;
}
.button2-left a:hover,.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}
.button2-left a,.button2-left span {
	padding: 0 24px 0 6px;
}
.button2-right a,.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	background: url(../images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(../images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(../images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,.button2-left .article {
	background: url(../images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(../images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(../images/joomla/j_button2_blank.png) 100% 0 no-repeat;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
span#jform_articletext_parent {
	width: 100%;
	display: block;
	clear: both;
	float: none;
}
/* language manager styling */
.mod-languages {
     display: inline-block;
     float: right;
	 margin-top:91px;
}
.mod-languages form {
     margin:  0px 8px;
     float: left;
}

.mod-languages select {
     font-size: 11px;
     line-height: 18px;
     height: 28px;
     padding: 5px;
     -webkit-box-shadow: inset 0 3px 5px #eee;
     -moz-box-shadow: inset 0 3px 5px #eee;
     box-shadow: inset 0 3px 5px #eee;

     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
}

.mod-languages div.pretext,
.mod-languages div.posttext {
     display: inline-block;
     padding: 0 3px;
     float: left;
}

.mod-languages div.pretext p,
.mod-languages div.posttext p {
     margin: 0;
     padding: 0;
}

.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
     display: inline-block;
     float: left;
}

div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
     float:  left;
     line-height: 32px;
     margin: 7px 5px;
}

.mod-languages ul li.lang-active {
     font-weight: bold;
}

.mod-languages ul li a img {
     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     -ms-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     -webkit-transform: scale(1);
     transform: scale(1);
     -moz-transition: -moz-transform 0.1s ease-out;
     -o-transition: -o-transform 0.1s ease-out;
     -webkit-transition: -webkit-transform 0.1s ease-out;
     transition: transform 0.1s ease-out
}

.mod-languages ul li a:hover img {
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -o-transform: scale(1.2);
     -ms-transform: scale(1.2);
     transform: scale(1.2);

     -webkit-transition: -webkit-transform 0.6s ease-out;
     -webkit-transition: -webkit-transform 0.6s ease-out;
     -webkit-transition: -webkit-transform 0.6s ease-out;
     -webkit-transition: -webkit-transform 0.6s ease-out;
     transition: transform 0.6s ease-out;
}

.mod-languages ul li.lang-active a img {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}