@charset "utf-8";
@import url('font-awesome.min.css');
@import url('fonts.css');

/************************* General Styles *************************/
body {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background: #E8E7E7 url('../images/bg.jpg') repeat-x top;
	position: relative;
}

li.main-page.active {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 5px 0;
}

h2.headers { font-size: 2.3em; }
h2.article-title { font-size: 2.7em; }
h2 { font-size: 2.3em; }
h3 { font-size: 2.3em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.07em; }
h6 { font-size: 0.9em; }

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}
fieldset{
	border: 1px solid #86C05A;
	border-radius: 5px;
	margin-bottom: 5px;
}
.float-left { float: left !important; }
.float-right { float: right !important; }
.footer-left.float-left { float: left !important; }
.clear { clear: both !important; }
.full-width { width: 100%; }
.full-width.with-padding { width: 98% !important; padding: 1% !important; }
.width-auto { width: auto !important; }
.half-width { width: 48% !important; padding: 5px 1% !important; }
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
.clear-none { clear: none !important; }
.no-margin { margin: 0 !important; }
.relative {position: relative; }
label.with-padding { padding: 1% 10px 0 0; }
.margin-bottom { margin-bottom: 10px !important; }
.big-margin-bottom { margin-bottom: 20px; }
.margin-top { margin-top: 10px !important; }
.big-margin-top { margin-top: 20px !important; }
.with-padding: {padding: 1% !important;}
.uppercase { }
.font12 { font-size: 12px !important; }
.font14 { font-size: 14px !important; }
.font-tahoma { font-family: Tahoma !important; }
a:hover { }
.ui-button.submit { font-size: 18px !important; }
.white {color: #ffffff;}
.red {color: #ff0000;}
.black {color: #333 !important;}
.grey {color: #b9b9b9;}
.ui-widget-overlay {z-index: 101;}
.ui-dialog {z-index: 999;}
.entypo {font-family: 'Entypo' !important; }
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}
.grey.more {
	font-weight: normal !important;
	color: #aaa;
	padding: 5px;
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}
.grey.more i{
	font-size: 12px;
	font-style: normal;
	padding: 0;
}
.white-bg{
	background: #ffffff;
}
.green{
	color: #16713E !important;
}
h2 .separator {
	color: #b9b9b9;
	font-size: 15px;
	padding: 13px;
	width: 30px;
	text-align: center;
	display: inline-block;
	float: right;
}
img {border: 0;max-width: 100%}
#system-message{
	line-height: 18px;
}
/***************************************************************************/
/********************** General Styles for Components **********************/
/************************** COOKIE BAR **************************/
.cookie-message {
	position: fixed !important;
	width: 98%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 1% 0 1%;
	margin: 0;
	position: relative;
	z-index: 999;
	height: 35px;
	border: 0;
}
.cookie-message a {
	position: absolute;
	top: 0;
	*top: -2px;
	right: 5px;
	cursor: pointer;
	background: #444;
	color: #fff !important;
	padding: 6px 10px;
	margin: 5px !important;
	font: normal 11px Tahoma !important;
}
.cookie-message p, .cookie-message a {
	color: #fff;
	font: normal 12px Tahoma;
	margin: 0.6em 0;
	line-height: 18px;
}
/************************** COOKIE BAR END **************************/
::-webkit-input-placeholder {/* WebKit browsers */
	color: #7893a5;
}
:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	color: #7893a5;
}
::-moz-placeholder {/* Mozilla Firefox 19+ */
	color: #7893a5;
}
:-ms-input-placeholder {/* Internet Explorer 10+ */
	color: #7893a5;
}
/********************************* scrollbar *******************************/
::-webkit-scrollbar {
	width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #242424; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background:  rgba(182,182,182,0.4);
}
/********************************* scrollbar end *******************************/
/******************************* tooltip ****************************/
body .ui-tooltip, .arrow:after {
	background: #ECECEC;
	border: 1px solid #565656;
	opacity: .95;
}
body .ui-tooltip {
	padding: 15px;
	color: #2D2D2D;
	border-radius: 3px;
	box-shadow: 0 0 15px #444;
	font-size: 14px;
	z-index: 999999;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 20%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 25px;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px blue;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/******************************* tooltip end ****************************/
/*********************************** Site styles *****************************/
.wrapper {
	width: 960px;
	display: block;
	margin: 0 auto;
	position: relative;
}
#Site {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}
#Page {
	float: left;
	width: 100%;
	clear: both;
}
/*********************************** HEADER **********************************/
#Header {
	float: left;
	width: 100%;
	z-index: 200;
	background: url('../images/header_v-2.jpg') no-repeat top;
	position: relative;
	height: 207px;
}
#Logo a{
	font-family: 'DreamspeakRegular', Tahoma;
	font-size: 58px;
	color: #2f96ed;
	font-weight: normal;
	position: absolute;
	width: 260px;
	left: 200px;
	top: 80px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#Logo a span{
	font-size: 14px;
	font-family: 'DreamspeakRegular';
	color: #222;
	text-transform: uppercase;
	clear: both;
	float: left;
	width: 100%;
	text-align: right;
}
.right-head{
	float: right;
	width: 19%;
	height: 207px;
}
/*********************************** MENU STYLES *****************************/
#MainMenu {
	float: left;
	width: 98%;
	padding: 5px 1%;
	position: relative;
	z-index: 101;
}
#MainMenu ul{
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 1%;
	width: 98%;
}
#MainMenu > ul ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 100;
	padding: 3px;
	background: #3584c2;
	min-width: 200px;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #55a4e2;
}
#MainMenu > ul li.right ul{
	left: auto;
	right: 0;
}
#MainMenu > ul > li{
	float: left;
	list-style: none;
	padding: 0px;
	position: relative;
	margin: 0 1%;
	width: 98%;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(244,244,244,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px dotted #dddddd;
}
#MainMenu > ul > li > a{
	float: left;
	height: 21px;
	color: #36363d;
	padding: 11px 10% 10px 3%;
	font-size: 18px;
	width: 87%;
	text-align: right;
}
#MainMenu > ul > li.dbl > a{
	padding: 1px 10% 0px 3%;
	height: 41px;
	line-height: 20px;
}
#MainMenu > ul > li > a span{
	font-size: 10px;
	float: right;
	color: #bf9ef2;
}
#MainMenu > ul > li:hover > a{
	text-decoration: underline;
}
#MainMenu > ul > li.active > a{
	color: #F9F9F9;
	background: #3584C2 url('../images/menu-arrow.jpg') no-repeat top right;
}
#MainMenu > ul ul li{
	float: left;
	width: 100%;
	padding: 0;
	border-bottom: 1px dotted #ffffff;
}
#MainMenu > ul ul li a{
	float: left;
	width: 94%;
	padding: 10px 3%;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#MainMenu > ul ul li:last-child{border: 0;}
#MainMenu > ul ul li.active{
	background: #ffffff;
}
#MainMenu > ul ul li.active a{
	color: #3584C2;
}
/*********************************** MENU STYLES END *****************************/
#ContentOuter {
	float: left;
	width: 100%;
}
#Left {
	float: left;
	width: 181px;
}
#Content {
	width: 575px;
	float: left;
	padding: 0 0 0 3px;
}
#Right {
	float: right;
	width: 200px;
}
/*********************************** MAIN BLOCKS *****************************/
#MainPlayerOuter{
	float: left;
	margin: 0 1.5%;
	padding: 10px 1.5%;
	border: 1px solid #eeeeee;
	width: 94%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.main-title {
	float: left;
	width: 95%;
	clear: both;
	margin: 5px 0;
	padding: 5px 0;
	padding-left: 2%;
	padding-right: 1%;
	font-weight: normal;
	color: #3584c2;
	font-size: 18px;
}
.main-title a {
	color: #3584c2;
	text-decoration: none;
}
/******************************** LEFT ******************************/
#Left .title , #Right .title {
	font-size: 18px;
	font-weight: normal;
	color: #3584c2;
	text-align: right;
	float: left;
	width: 95%;
	padding-right: 5%;
	clear: both;
	margin: 0;
	padding: 10px 0;
}
#Left .title a, #Right .title a {
	text-decoration: none;
	color: #3584c2;
}
#Right .title {text-align: left; color: #36363d;}
#Right .title a { color: #6b6b6b; }

#Left .block{
	float: left;
	width: 100%;
}
#Left .block a{
	float: left;
	width: 160px;
	margin-left: 10px;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}

.Lead{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.Lead li{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 5px;
}
.Lead li:last-child{
	border: 0;
}
.Lead li .lead-title{
	float: left;
	width: 94%;
	padding: 5px 3%;
	margin: 0;
	color: #363636;
	font-size: 14px;
}
.Lead li:hover .lead-title{
	color: #777777;
}
.Lead li .lead-text{
	float: left;
	width: 94%;
	padding: 0 3%;
	font-size: 12px;
	color: #000000;
}
.Lead li .lead-img{
	float: left;
	width: 94%;
	padding: 0 3%;
	text-align: center;
}

/************************************* RIGHT ****************************/
#fastrsearch{
	float: left;
	width: 100%;
}
#fastrsearch input{
	float: left;
	width: 140px;
	background: #F9F7F8;
	border: 1px solid #EFEFEF;
	padding: 6px 3px 5px;
	font-size: 12px;
}
#fastrsearch button{
	float: left;
	width: 40px;
	background: #3684C2;
	border: 0;
	color: #fff;
	padding: 8px 4px;
	font-size: 10px;
}
#Right .right-block {
	float: left;
	width: 94%;
	padding: 0px 3%;
}
.all-tags{
	float: left;
	width: 100%;
	color: #3584c2;
	font-size: 11px;
	line-height: 18px;
}
.all-tags a{
	color: #3584c2;
	text-decoration: none;
	padding: 0 2px;
	font-size: 11px;
	font-weight: bold;
}
/*********************************** RIGHT END **************************/

/*********************************** BREADCRUMB **************************/
#path {
	display: none;
}
/********************************** CONTENT **********************************/
#Content .login-title,
.category-title{
	line-height: 25px;
	height: 25px;
	font-size: 18px;
	font-style: normal;
	color: #3584c2;
	padding: 10px 1%;
	float: left;
	width: 98%;
	clear: both;
	margin: 0;
}
.category-title a{
	color: #3584c2 !important;
	text-decoration: none !important;
}
.category-title h1{
	display: initial;
	font-weight: bold;
	font-size: 18px;
}
/*********************************** CATEGORY&NEWS **********************/
#category, #New, #Archive, #Tags, #GalleryList, #GalleryContent, #loginFormOuter, #userRegister, #userProfile{
	float: left;
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	position: relative;
}
.news-row {
	float: left;
	width: 96%;
	clear: both;
	padding: 10px 1%;
	margin: 0 1%;
	border-bottom: 1px dotted #dedede;
}
.category-element-list .news-row{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.news-row .category-list-item {
	width: 49%;
	padding: 5px 0 0;
	margin: 0 1% 0 1%;
	float: left;
	position: relative;
	border-radius: 5px;
}

.category-item.category-list-item {}

.news-row .category-list-item.category-element {
	width: 100% !important;
	margin: 5px 0 !important;
	min-height: 30px;
	padding: 5px 0 !important;
}
.news-row .category-list-item.category-element .intro-description,
.news-row .category-list-item.category-element .category-element-more{
	display: none;
}
.news-row .category-list-item .event-desc{
	float: left;
	width: 92%;
	padding: 3px 4%;
	font-size: 12px;
	color: #C2C2C2;
}
.news-row .category-list-item:last-child {
	margin-right: 0;
}
.news-row .category-list-item:first-child {
	margin-left: 0;
}
.news-row .category-list-item h2 {
	overflow: hidden;
	background: none !important;
	padding: 0 2%;
	max-height: 36px;
}
.news-row .category-list-item .newsdate{
	float: left;
	font-size: 12px;
	color: #acacac;
	font-weight: normal;
	width: 100%;
	margin: 0 0 2px;
}
.news-row .category-list-item h2 ,
.news-row .category-list-item h2 a {
	font-size: 14px;
	line-height: 18px !important;
	float: left;
	width: 96%;
	background: none;
	font-weight: bold;
	color: #3584c2;
}
.news-row .category-list-item .intro-description {
	font-size: 14px;
	line-height: 18px;
	float:  left;
	padding: 10px 3%;
	width: 94%;
	color: #424242;
}
.news-row .category-list-item .intro-description .prop{
	font-size: 12px;
	font-style: italic;
}
.news-row .category-list-item .intro-description .prop strong{
	color: #20613F;
	font-style: normal;
}
.news-row .category-list-item .category-item-image {
	overflow: hidden;
	float: left;
}
.news-row .category-list-item .category-item-image img{
	margin-right: 10px;
	max-width: 140px;
	width: auto;
	max-height: 140px;
	height: auto;
}
.category-item-more {
	display: none;
	font-size: 12px;
	background: #FCC000;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
	bottom: 3px;
	right: 3px;
	text-align: right;
	border-radius: 3px;
}
.category-item-more:hover {
	color: #fff;
	text-decoration: underline;
}
#newssearch{
	margin-bottom: 5px;
	border-bottom: 1px dotted #CACA70;
}
.no-result{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #01601c;
	text-align: center;
}
#New h1{
	font-size: 18px;
	color: #151515;
	padding: 5px 10px;
	font-weight: bold;
}
#New .newsdate{
	color: #acacac;
	font-size: 12px;
	text-align: right;
}
#New .newsdate .event-desc{
	margin: 3px;
}
a.ui-button:hover{
	color: #fff;
}

/*********************************** CONTACT *****************************/
.form-row {
	float: left;
	width: 96%;
	padding: 5px 2%;
}

.form-row label {
	width: 25%;
	text-align: right;
	padding: 5px 10px;
	float: left;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.form-row label span {
	font-size: 12px;
	color: #999;
}

.form-row .contact-input, .ui-input, .login-input, .form-row input {
	float: left;
	width: 68%;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0;
	border-radius: 4px;
}
.form-row input[type="submit"]{
	float: none;
}
.form-row select{
	float: left;
	width: 70%;
}
.form-row .ui-area {
	float: left;
	width: 68%;
	border-radius: 4px;
	max-width: 68%;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 0;
	min-height: 100px;
}
.form-row .ui-aria {
	float: left;
	width: 98%;
	max-width: 100%;
	border: 1px solid #CCC;
	padding: 5px 1%;
	margin: 5px;
	min-height: 100px;
	border-radius: 4px;
}
#uploader, #uploader2{position: relative;}
#uploader input,
#uploader2 input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#tags h4 a {
	color: #2C0812;
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
}

.tags-div a.n-tag {
	color: #666 !important;
}

.tags-div a.n-tag:hover {
	color: #c00 !important;
}

.tags p {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/******************************** ARCHIVE ***************************/
#search{
	float: left;
	width: 98%;
	padding: 0 1% 10px; 
}
#Archive .form-row {
	width: 96%;
	padding: 10px 0%;
	margin: 0 2%;
	clear: both;
	display: block;
	margin-top: 2px;
	border-bottom: 1px dotted #eee;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#Archive .form-row h3 {
	font-size: 120%;
	margin: 0 0 5px 0;
	color: #000000;
	width: 100%;
	background: none;
	padding: 0;
}

#Archive .form-row > input {
	width: 98%;
	float: left;
	color: #999;
	padding: 5px 1%;
	border: 1px solid #cdcdcd;
	box-shadow: 0 0 5px #cdcdcd;
	margin: 0;
}
#Archive .form-row select{
	width: 100%;
}

#Archive .date {
	width: 47% !important;
}

#Archive .date .ui-input {
	width: 97% !important;
}

#search_results .category-list-item {
	padding-top: 5px !important;
	padding-bottom: 10px !important;
	margin: 0;
}
#search_results .category-list-item.odd{
	background: #F0F8FD;
}
#search_results .category-list-item h2{
	font-size: 18px;
	margin: 5px 0;
	padding: 0;
	background: none;
	text-transform: uppercase;
	color: #5494DB;
}
#search_results .category-list-item h2 a{
	color: #1E8EE4;
	font-weight: bold;
}
#search_results .category-list-item .date{
	font-size: 10px !important;
	color: #6F6F6F;
}
#search_results .navigation{
	margin-top: 15px;
}

#sText img, #lText img {
	margin: 0 5px;
}
#sText .stext-img{
	float: left;
	max-width: 170px;
}
#sText .stext-img img{
	max-width: 160px;
}



#sText, #lText, .category-view.category-list .content {
	margin: 0;
	line-height: normal;
	width: 98%;
	padding: 10px 1% !important;
	float: left;
	line-height: 20px;
	font-size: 14px;
}

#sText a, #lText a {
	color: #800000;
	text-decoration: underline;
}

#sText img, #lText img, .category-view.category-list .content img {
	margin: 5px;
}

/************************** Right **************************/

/************************** TAGS **************************/
.t1st{
	color: #360B14;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	float: left;
	padding: 5px 0;
}
.tag-1st{
	font-size: 18px;
}
.n-tag, .ts{
	float: left;
	font-size: 14px;
	color: #501323;
	line-height: 18px;
	padding: 2px 1px;
}
.n-tag:hover{
	color: #403614;
}
#tags h4{
	font-size: 14px;
	font-weight: bold;
}
/************************** TAGS END **************************/

/*********************************** FOOTER **********************************/
#Footer {
	float: left;
	width: 98%;
	padding: 0 1%;
	border-top: 5px solid #E8E8E8;
	background: #3585C2;
}
.footer-left {
	width: 46%;
	margin: 0;
}
.footer-left a {
	float: left;
	width: 100%;
	padding: 24px 0;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}
.footer-center {
	padding: 10px 0px;
	width: 40%;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	border-left: 1px dotted #fff;
	margin-top: 5px;
}
.footer-center a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-center a:hover {
	text-decoration: underline;
}
.footer-right {
	float: right;
	width: 10%;
	text-align: center;
	padding: 5px 0;
	color: #fff;
}