@charset "utf-8";


/* GENERAL ---------------------------------------------- */

html {
	font-size: 100%;
}

body {
   /* font-family: Trebuchet MS, sans-serif; */
   font-family: 'Open Sans', sans-serif;
   margin: 0px auto;
   font-size: 14px;
   color: #272727;
   /* min-width: 970px; */
   /* background: transparent url("/static/img/site/bg.png") repeat-x; */
   background-color: #F6F6F6;
   /* background-size: contain; */
}

* {
   margin: 0px;
   padding: 0px;
}

img, .img {
   border: 0px;
}

a {
   color: #00694e;
   font-weight: bold;
   text-decoration: none;
}

a:hover,
.content-box .misc .cat a:hover,
.content-tags a:hover {
   text-decoration: none;
   color: #84b800;
}

strong, b {
   font-weight: bold;
}

.clear,
.clearer,
.float-remover {
   clear: both;
}

ul li {
   list-style-type: none;
}

h1 {
   color: #5D5D5D;
   font-weight: normal;
   font-size: 26px;
   line-height: 30px;
   text-align: left;
   margin-bottom: 10px;
}

h1.plain {
   padding: 20px 0px 0px 20px;
}

h2,
h2 a {
   color: #00694e;
   font-size: 22px;
   font-weight: normal;
   padding-bottom: 4px;
   padding-top: 4px;
}

a.plain {
   font-weight: normal;
   color: #4c4c4c;
}

a.plain:hover {
   text-decoration: underline;
}


/* NEW INDEX */

.i-slogan {
   padding-top: 20px;
}

.i-row {
   padding-top:60px;
}





/* STYLES */


header {
   background-color: #fff;
   padding-top: 18px;
}


footer {
   background-color: #606066;
   color: #CCCCCC;
}

footer span {
   padding: 0px 10px 0px 10px;
}


footer span b {
   color: #fff;
}

footer .row {
   padding: 20px;
}

footer .row.second-row {
   padding-top: 0px;
   padding-bottom: 30px;
}

footer .row:first-child {
   padding-bottom: 0px;
}

footer ul {
   list-style-type: none;
   margin: 0 auto;
   padding: 0;
}

footer ul li:first-child {
   padding-left: 50px;
}

footer ul li {
   float: left;
}

footer ul li a,
footer a {
   color: #CCCCCC;
   padding: 0 20px;
   font-weight: normal;
}

footer ul li a:hover {
   color: #fff;
}


.content-box {
   margin: 20px 0px;
   background-color: #fff;
}

.content-box2 {
   margin: 20px 0px;
   padding: 20px;
   background-color: #fff;
}

.list-item {
   background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#ffffff));
   background: -webkit-linear-gradient(top, #F7F7F7, #ffffff);
   background: -moz-linear-gradient(top, #F7F7F7, #ffffff);
   background: -ms-linear-gradient(top, #F7F7F7, #ffffff);
   background: -o-linear-gradient(top, #F7F7F7, #ffffff);
   -webkit-box-shadow: inset 0px 1px 0px #d6d6d6;
   box-shadow: inset 0px 1px 0px #d6d6d6;
   padding: 20px;
}

.content-box .misc,
.content-box2 .misc {
   display: inline-block;
   padding: 5px 0 7px;
   width: 100%;
   font-size: 12px;
}

.content-box .misc .date,
.content-box2 .misc .date {
   width: 50%;
   float: left;
}

.content-box .misc .cat,
.content-box2 .misc .cat {
   width: 50%;
   float: right;
   font-size: 12px;
   text-align: right;
}

.content-box .misc .cat a,
.content-box2 .misc .cat a,
.content-tags a {
   color: #fff;
   background-color: #00694E;
   padding: 1px 5px;
}

.content-tags a {
   white-space: nowrap;
}

.content-box .misc .cat a:hover,
.content-box2 .misc .cat a:hover,
.content-tags a:hover {
   color: #fff;
   background-color: #84b800;
}

.content-lead {
   line-height: 18px;
   padding-bottom: 24px;
   font-weight: bold;
}

.content-text {
   line-height: 19px;
   padding-bottom: 24px;
}

.content-text p {
   padding-bottom: 14px;
}

.content-text table tr:hover {
   background-color: #F6F6F6;
}

.content-tags {
   font-size: 12px;
   line-height: 24px;
}

.sidebar-box {
   margin-top: 20px;
}

.sidebar-box.content {
   padding: 8px;
   border: 1px solid #E9EAED;
}

.search-box {
   background-color: #fff;
   padding: 8px;
}

.search-box .inputtext  {
   background: #d9e2e0;
   float: left;
   height: 25px;
   border: 1px solid #cfd3d2;
   padding: 2px 3px;
   color: #666666;
   width: 148px;
}

.search-box .inputimage {
   float: right;
}

div.pager {
   padding-bottom: 25px;
}

.video-container {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}


/*
footer ul li a:first-child  {
   margin-left: 0px;
}

footer span {
   margin: 0px 20px 0px 0px;
}

footer span a {
   font-weight: normal;
   font-style: italic;
}
*/


.fb-icon img {
   margin-top: 12px;
}

.centerz {
   text-align: center;
}

.lefted {
   text-align: left;
}

.righted {
   text-align: right;
}

.staff-item .list-image {
   float: left;
   width: 135px;
}

.staff-item div.str,
.staff-item2 div.str {
   line-height: 18px;
   font-weight: bold;
   padding-top: 3px;
   padding-bottom: 5px;
}

.staff-item2 .list-image {
   float: right;
}

.mnu-blind img {
   border: 1px solid #000;
   float: right;
   margin-top: -42px;
   width: 30px;
}

.content-image-right {
   float: right;
   border: 1px solid #00694e;
   padding: 1px;
   margin-left: 20px;
}

.content-text table td {
   padding: 2px;
}

.content-text ul {
   margin: 10px 0px 10px 40px;
}

.content-text ul li {
   list-style-type: circle !important;
   line-height: 20px;
}

.a_01,.a_02,.a_03,.a_04,.a_05,.a_06 {
   background-color: #fff;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #00694e;
}

.bnr img {
   padding-left:100px;
}

.error {
   color: red;
   text-align: center;
   font-size: 12px;
   font-weight: bold;
}


@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
   .h-logo {
      text-align: center;
      float: none !important;
   }

   .map {
      display: none;
   }

   .bnr img {
      padding-left:0px;
      text-align: center;
   }

    .i-slogan h1 {
        font-size: 16px;
    }

   .i-row {
      padding-top: 0;
   }


   .i-item {
      padding-top: 40px;
   }

}



table th {
   text-align: center;
   border-bottom: 1px solid #000;
   font-weight: bold;
   background-color: #F6F6F6;
   padding: 3px !important;
}

/* FORM */

table.form > tbody > tr.odd > td,
table.form > tbody > tr.even > td {
   border-bottom: 1px solid #dadada;
   padding-top: 10px;
   padding-bottom: 10px;
}

table.form td {
   font-size: 12px;
   line-height: 14px;
}

table.form .i-td {
   padding-bottom: 6px !important;
}

span.yes {
   color: #00694e;
}

span.no {
   color: red;
}



.content-author-row {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 13px;
}

/*
.dashed-border {
   border-bottom: 1px dashed #00694e;
   padding: 0px 0px;
   margin: 15px 0px;
}
*/

.content-list .dashed-border:last-child {
	display: none;
}


/* HEADER ---------------------------------------------- */

.container-header {
	height: 140px;
	border-bottom: 1px solid #00694e;
}

.header-logo-row {
	height: 88px;
}

.header-logo {
	float: left;
	width: 140px;
}
	
.header-logo h1 {
	margin: 16px 0px 0px 0px;
	padding: 0px;
}

.header-logo img {
	width: 140px;
}

.header-anim-container {
   float: left;
   width: 300px;
   height: 60px;
   margin: 23px 0px 0px 42px;
}

#header-anim {
	width: 300px;
	height: 60px;
}

.header-banner {
	/* float: right; */
	/* height: 76px;
	width: 468px;
	margin: 17px 2px 0px 0px; */
}

.header-banner .banner{
   /* width: 468px; */
   /* padding: 1px; */
   /* border: 1px solid #00694e; */
}

/* HEADER MENU---------------------------------------------- */

.header-menu {
   margin: 0px;
   min-width: 915px; 
}

.header-menu ul li {
   position: relative;
   display: inline-block;
   border-top: 1px solid #00694e;
   margin: 10px 13px;
   float: left;
}

.header-menu ul li:first-child {
	margin-left: 4px;
}

.header-menu ul li:last-child {
	margin-right: 0px;
}

.header-menu ul li:hover {
	border-top-color: #ed222c;
}

.header-menu span.menu-arrow {
	display: block;
	width: 7px;
	height: 4px;
	position: absolute;
	left: 46%;
	bottom: 3px;
	text-indent: -100%;
	font-size: 0px;
	line-height: 0px;
	background: transparent url("/static/img/site/menu-arrow.png") no-repeat;
	vertical-align: middle;
}

.header-menu .menu02 span.menu-arrow {
	background: transparent url("/static/img/site/menu-arrow-r.png") no-repeat;
	height: 7px;
	width: 4px;
}

.header-menu a,
.header-menu .menu_title {
   padding: 9px 3px 8px;
   display: block;
   font-size: 14px;
   font-weight: bold;
   line-height: 20px;
   font-family: Arial, Helvetica, sans-serif;
   color: #666666;
}

.header-menu a:hover,
.header-menu .menu_title:hover {
	text-decoration: none;
	color: #231f20;
}

.header-menu .menu_title:hover {
	cursor: default;
}


/* SUBMENU */

.submenu {
   display: none;
   position: absolute;
   z-index: 9999;
   /*background: #f6f6f6;*/
   background: #d9e2e0;
   border: 1px solid #c2bfbb;
   border-bottom: none;
}

.menu02 {
	position: relative;
}

.menu02 .submenu {
	left: 190px;
	top: 0px;
}

.submenu ul {
   padding-left: 0px;
   display: table; 
   width: 200px;
}

.submenu ul li {
	border-bottom: 1px solid #00694e;
	border-top: none;
	margin: 0px;
   width: 100%;
}

.submenu ul li:hover {
	border-bottom-color: #ed222c;
}


/* CONTENT ---------------------------------------------- */

.container-body {
   margin: 15px 0px;
}

.container-site {
   width: 995px;
   margin: 0 auto;
}

.leftcontent-box {
	width: 560px;
	float: left;
	margin: 0px 30px 0px 0px;
}

/*
.leftcontent-box h2 a, .rightcontent-box .event-content a {
	color: #84b800;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	display: inline-block;
}
*/

.rightcontent-box {
	width: 405px;
   float: right;
 }

.rightcontent-box .content-group {
	margin-bottom: 30px;
}

.event-box {
	border: 1px solid #cfd3d2;
	background: #d9e2e0;
	padding: 10px;
}

.event-date {
	color: #4c4c4c;
	font-size: 26px;
	font-weight: normal;
	float: left;
	margin: 0px 15px 0px 0px;
	width: 75px;
}

.event-content {
	float: left;
	width: 270px;
	margin-bottom: 25px;
}

.content-image img {
	border: 1px solid #00694e;
	padding: 1px;
}

.content-image {
	text-align: center;
	margin: 10px 0px;
}

.more-link, .exit-link {
	background: #00694e;
	margin: 5px 0px;
	padding: 5px;
	float: right;
}

.exit-link {
	background: #c2000a;
	margin-top: 10px;
}

.exit-link:hover {
	background: #ed222c;
}

.more-link:hover {
	background: #84b800;
}

.more-link a, .exit-link a {
	color: #ffffff !important;
}

.a-button {
   color: #fff;
   background: #00694e;
   margin: 0 auto;
   display: block;
   padding: 4px 0px;
   text-align: center;

}

.more-link a:hover, .exit-link a:hover {
	text-decoration: none;
}

.download-link {
	display: block;
	margin-bottom: 10px;
   font-weight: normal;
}

.download-link span {
	background: transparent url("/static/img/site/download.png") no-repeat;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin: 0px 5px -10px 0px;
}


/* CONTENT LIST ------------------------------------ */

.list-image img {
   float: left;
   margin: 0 40px 5px 0px;
	border: 1px solid #00694e;
	padding: 1px;
}

.gallery-count {
	font-size: 14px;
}

.content-list span {
	font-weight: bold;
	/*padding: 2px 2px 2px 0px;*/
}

.content-txt {
	margin-top: 5px;
}

.content-group .image-box a {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0;
}

.content-group .image-box img {
	padding: 1px;
	border: 1px solid #00694e;
	margin: 5px 15px;
}

.user_profile_image {
   padding: 1px;
   border: 1px solid #00694e;
}

.content-group .image-box img:first-child {
	margin-left: 0px;
}


/* DETAIL ------------------------------------ */

.content-detail-linkrow .left-col {
	float: left;
}

.content-detail-linkrow .right-col {
	float: right;
	font-weight: bold;
	font-style: italic;
}

.pics-pager {
	text-align: center;
	margin: 15px 0px;
}

.content-group-hosted-video {
  margin: 20px 0px;
  text-align: center;
}

.audio-detail-player {
	text-align: center;
	margin-top: 10px;
}

.content-sharing {
	margin-top: 15px;
	margin-bottom: 10px;
}



/* FORUM ------------------------------------ */

.forum-table .header, .poll-table .header {
	background: #018636; /* Old browsers */
		background: -moz-linear-gradient(top, #018636 1%, #00694e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#018636), color-stop(100%,#00694e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #018636 1%,#00694e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #018636 1%,#00694e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #018636 1%,#00694e 100%); /* IE10+ */
		background: linear-gradient(to bottom, #018636 1%,#00694e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018636', endColorstr='#00694e',GradientType=0 ); /* IE6-9 */
	color: #fff;
	height: 30px;
}

.forum-table, .poll-table {
	border-color: #fff;
	border-width: 1px;
	background: #f1f1f1;
}

.forum-table h2, .poll-table h2 {
	margin-top: 5px;
}

.forum-table .content-row td, .poll-table .content-row td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.forum-table .content-row td, .poll-table .content-row td {
	padding: 5px;
}


/* SUBPAGE CONTENT ------------------------------------ */

.subpage-middle-content {
	float: left;
	width: 665px;
	margin-right: 30px;
}

.subpage-sidebar {
	float: right;
	width: 300px;
	margin: -40px 0px 15px 0px;
}


/* ENTRY ---------------------------------------------- */

.userbox {
	text-align: center;
	margin: 40px 0px 20px;
}

.rightcontent-box .userbox {
	margin-top: 10px;
}

.fb-login-button {
	float: left;
	margin-top: 10px;
}

.fb-login-button a {
	background: transparent url("/static/img/site/fb-login.png") no-repeat;
	display: block;
	height: 22px;
	width: 115px;
}

.entry-box {
	display: inline-block;
}

.enter, .reg, .exit, .profile {
	background: transparent url("/static/img/site/eclipse-sprite-small.png") no-repeat;
	width: 141px;
	height: 141px;
	float: left;
	color: #242021;
	font-size: 19px;
	text-shadow: 0px -1px 1px #c3c6bd;
	position: relative;
	display: inline-block;
}

.reg, .exit {
	left: -30px;
}

.enter:hover, .profile:hover {
	z-index: 99999;
	background: transparent url("/static/img/site/eclipse-sprite-small.png") 0 -144px no-repeat;
}

.reg:hover, .exit:hover {
	z-index: 99999;
	background: transparent url("/static/img/site/eclipse-sprite-small.png") 0 -144px no-repeat;
}

.enter span, .reg span, .exit span, .profile span {
	top: 59px;
	position: absolute;
}

.enter span, .exit span {
	left: 36px;
}

.profile span {
	left: 37px;
}

.reg span {
	left: 15px;
}


/* SUBPAGE ENTRY -------------------------------------- */

.subpage-sidebar .userbox {
   width: 300px;
}

.subpage-sidebar .userbox h1 {
	color: #231f20;
   font-weight: normal;
   font-size: 26px;
   line-height: 30px;
   padding-bottom: 10px;
}

.subpage-sidebar .userbox input[type="text"], .subpage-sidebar .userbox input[type="password"] {
	background: #d9e2e0;
	border: 1px solid #cfd3d2;
	height: 25px;
	width: 292px;
	color: #666666;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0px;
	padding: 2px 3px;
}

.subpage-sidebar .userbox input[type="submit"], .submit-button {
	background: #00694e;
	padding: 5px;
	float: right;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.subpage-sidebar .userbox input[type="submit"] {
	margin-top: 10px;
}

.subpage-sidebar .userbox input[type="submit"]:hover, .submit-button:hover {
	background: #84b800;
}

.subpage-sidebar .userbox li {
	text-align: left;
}

.subpage-sidebar .userbox a {
	color: #666666;
	/*margin-left: 5px;*/
}

.subpage-sidebar .userbox h2 {
	margin-top: -20px;
}


/* SUBPAGE EVENT CALENDAR ----------------------------- */

.subpage-sidebar .calendar {
	width: 300px;
}

.event-calendar {
   margin-top: 30px;
   text-align: center;
}

.event-calendar .shortbox-title {
	color: #231f20;
   font-weight: normal;
   font-size: 26px;
   line-height: 30px;
}

.calendar-inner-table {
   margin: auto;
   font-weight: bold;
}

.calendar-inner-table th {
   width: 31px;
   height: 31px;
   background: #018636; /* Old browsers */
		background: -moz-linear-gradient(top, #018636 1%, #00694e 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#018636), color-stop(100%,#00694e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #018636 1%,#00694e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #018636 1%,#00694e 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #018636 1%,#00694e 100%); /* IE10+ */
		background: linear-gradient(to bottom, #018636 1%,#00694e 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018636', endColorstr='#00694e',GradientType=0 ); /* IE6-9 */
   color: #ffffff;
   z-index: 24;
}

.calendar-inner-table .calendar-empty {
   width: 31px;
   height: 31px;
   background-color: #F1F1F1;
   color: #484848;
}

.calendar-inner-table .calendar-noday {
   width: 31px;
   height: 31px;
   background-color: #E1E1E1;
}

.calendar-inner-table .info {
   width: 31px;
   height: 21px;
   /* background: #272727 url(/static/img/site/right-calendar-event-cell.png) top no-repeat; */
   background: #272727;
   color: #ffffff;
   z-index: 24;
   display: block;
   text-decoration: none;
   padding-top: 7px;
}

.calendar-inner-table a.info:hover {
   z-index:25;
   text-decoration: none;
}

.calendar-inner-table a.info span {
   display: none;
}

.calendar-inner-table a.info:hover span {
   display: block;
   position: relative;
   top: 5px;
   left: -190px;
   width: 200px;
   border: 1px solid #191919;
   background-color: #FDFDFC;
   text-align: left;
   z-index: 100;
   padding: 5px;
   font-size: 12px;
   font-weight: normal;
   color: #484848;
   font-family: "Trebuchet MS", sans-serif;
}

.event-calendar .calendar-controller {
   margin: 10px 0px 10px 0px;
   font-family: "Trebuchet MS", sans-serif;,
   width: 255px;
}

.calendar-controller #calendar_step_left {
   float: left;
   margin-left: 14px;
}

.calendar-controller #calendar_step_right {
   float: right;
   margin-right: 14px;
}




/* POLL-BOX ----------------------------- */

.subpage-sidebar .poll_box {
	margin-top: 30px;
	width: 300px;
}

.rightcontent-box .poll_box {
   width: auto;
}

/* SEARCH ----------------------------- */

.search-box {
	/* width: 300px;
	margin-top: 30px; */
}



.rightcontent-box .search-box {
	width: auto;
	margin-left: 0px;
	margin-bottom: 30px;
}

.rightcontent-box .search-box .inputtext {
	width: 365px;
}




/* BREAKING ----------------------------- */

.breaking-event {
	background: #eef2f7;
	border: 1px solid #cfd3d2;
	padding: 14px 22px;
	margin-bottom: 30px;
	width: 500px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* STAFF, MANAGEMENT ------------------ */



.staff-item .list-image img {
	margin: 0 auto;
	float: none;
}

.staff-item .staff-item-description {
	float: left;
	margin-left: 10px;
}



/* FOOTER ----------------------------- */

.footer-sponsors {
	margin: 0 90px;
}

.footer-sponsors img {
	float: left;
	margin: 5px 69px;
	height: 65px;
}

.footer-supporter-box {
	border-top: 1px solid #00694e;
	border-bottom: 1px solid #00694e;
	height: 75px;
	margin: 30px 0px;
}

.footer-menu, .footer-menu a {
	color: #a2a2a2;
}

.footer-left, .footer-right {
	float: left;
}

.footer-left img {
	margin-right: 25px;
}

.footer-right ul li {
	float: left;
	margin: -5px 0px 6px;
}

.footer-right ul li a  {
	margin: 0px 10px;
}

.footer-right ul li a:first-child  {
	margin-left: 0px;
}

.footer-info span {
	margin: 0px 20px 0px 0px;
}

.footer-info span a {
	font-weight: normal;
	font-style: italic;
}

