/****************************
Global Elements
*****************************/

@import "mce.css";

.selector { padding: 3px; text-align: right; }
.lang { padding: 3px; text-align: center; vertical-align: middle; }
.lang a, .selector a { filter: alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;}
.lang a:hover, .selector a:hover { filter:alpha(opacity=100); -moz-opacity:1.0; opacity: 1.0;}

div.left { float: left; }
div.right { float: right; }
div.center { text-align: center; }
div.center p { text-align: center; }

*, body, div { margin: 0; padding: 0;}
body {	background: #32556b url(bg_body_green.png) repeat-x top; }

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	border: none;
}

a:hover { border: none;}

label, legend {color: #efefef; font-size: small; font-weight: bold;}
.clear, .clearit {clear:both;}
br.clear, br.clearit { height: 0; line-height: 1px; font-size: 1px;}

/****************************
 Structures
*****************************/
#wrapper {
	max-width: 900px;
	margin: 0 auto;
}
div#wrapper2 { 
	background: url(bg_body_back.png) no-repeat top left;
	height: 158px;
	}
div#header {
	background: url(bg_header.jpg) top left no-repeat;
	height: 158px;
}
.main-content {
	width: 74%;
	line-height: 1.5em;
	float: right;
	padding: 0 10px;
}
#content { background: url(bg_header_bottom.png) no-repeat 43px 0;}

#sidebar-left {
	float: left;
	width: 22%;
}

#footer {
	clear: both;
	padding: 30px;
	height: 10px; /*weird ie bug fix*/
	font-size: x-small;
	background: url(hr_long.png) 50% 10px no-repeat;
}
/****************************
 Header
*****************************/
#header h1 span { display:none; }
#header h1 { border: none; }
#header img { display:none; }
#header .lang img { display:inline; }
#top-nav #primary { padding-bottom: 1px; float: right; }

/****************************
 Primary Menu
*****************************/
#top-nav { height: 65px; }

ul#primary { list-style: none; padding: 0; margin:0; }
#primary li { float: left; }

#primary a {
	display: block;
	vertical-align: bottom; /* ie li fix */
	height: 68px;
	width: 60px;
	background: url(menu_nav_items.png) no-repeat;
}

#primary a span { display: none; }

#primary .linkHome		{ background-position: -418px -68px; }
#primary .linkHomeActive		{ background-position: -418px -1px; }
#primary .linkAbout		{ background-position: 4px -68px;}
#primary .linkAboutActive		{ background-position: 4px -1px;}
#primary .linkForums	{ background-position: -208px -68px; }
#primary .linkForumsActive	{ background-position: -208px -1px; }
#primary .linkShop		{ display:none; }
#primary .linkAlbums	{ background-position: -137px -68px; }
#primary .linkNewsletter{ background-position: -346px -68px; }
#primary .linkAlbumsActive	{ background-position: -137px -1px; }
#primary .linkNewsletterActive{ background-position: -346px -1px; }
#primary .linkSponsorsActive	{ background-position: -277px -1px; }
#primary .linkEventsActive	{ background-position: -66px -1px; }
#primary .linkSponsors	{ background-position: -277px -68px; }
#primary .linkEvents	{ background-position: -66px -68px; }
#primary .linkHome:hover	{ background-position: -418px -138px; }
#primary .linkAbout:hover	{ background-position: 4px -138px; }
#primary .linkForums:hover	{ background-position: -208px -138px; }
#primary .linkShop:hover	{ display:none; }
#primary .linkAlbums:hover	{ background-position: -137px -138px; }
#primary .linkSponsors:hover{ background-position: -277px -138px; }
#primary .linkEvents:hover	{ background-position: -66px -138px; }
#primary .linkNewsletter:hover { background-position: -346px -138px; }

/****************************
 [Block] General Block
*****************************/
.block
{
	font-size: 0.9em;
	border: 1px solid #323435;
	margin: 3px 10px;
	margin-left: 0;
	background: #fcfcfc;
}
.block h2 {
	background: url(bg_block_header.png) top repeat-x;
	color: #fefefe;
	font-size: x-small;
	height: 15px;
	overflow: hidden;
	padding: 5px;
}

.block h3,
.block h4,
.block h5 {
	color: #000;
	font-size: small;
	font-weight: bold;
}
.block .content {
	padding: 4px;
	background: url(bg_block_content.png) top repeat-x;
	color: #111;
}

.block p { font-size: small; margin: 0; padding: 0;}
.block .content a:link,
.block .content a:visited
{
color: #448600;
}
.block .content a:hover { color: #F43B00; }

.block input,
.block label
{
	font-size: 0.8em;
	color: #111;
}
.block li { margin-left: 0.5em; }

/****************************
 [Block] User Navigation
*****************************/

#block-block-2 h2 { height: 13px; }
#block-block-2 .content { background: #000; }
#block-user-1 h2 { background: url(bg_block_nav_header.png) top repeat-x; }
#block-block-8 h2 { background: url(bg_block_sponsor_header.png) top repeat-x; }
#block-blog-0 h2 { background: url(bg_block_bw.png) top repeat-x; }
#block-block-6 h2 { background: url(bg_block_about.png) top repeat-x; }
#block-block-6 div.content { line-height: 1.6em; }

#block-user-1 ul { margin: 0; padding: 2px 0; list-style: none; }
#block-user-1 li { display: block; /* need for IE spacing issue */ padding: 2px 4px; list-style: none; background-repeat: no-repeat; background-image: url(block_nav_bullet.png); }

#block-user-1 .menu li.expanded	{ background-position: -41px -294px;}
#block-user-1 .menu li.leaf		{ background-position: -41px -244px; }
#block-user-1 .menu li.collapsed	{ background-position: -41px -244px; }

#block-user-1 .menu li.expanded:hover	{ background-position: -1px -344px ; }
#block-user-1 .menu li.leaf:hover		{ background-position: -41px -44px; }
#block-user-1 .menu li.collapsed:hover{ background-position: -41px -294px;}

#block-user-1 .menu li a { padding: 2px 7px; }

#block-user-1 .menu li a,
#block-user-1 .menu li a:link,
#block-user-1 .menu li a:active {
	font-family: 'Lucida Sans Unicode','Lucida Grande', georgia, sans-serif;
	font-size: 1.1em;
}
#block-user-1 .menu li a:hover { color: #333; text-decoration: underline; }

/****************************
 Page Contents
*****************************/

/* Links */
#content-left a:link,
#content-left a:visited { color: #89cb2a; border-bottom: 1px solid #91d72d;  }
#content-left a:hover { border-bottom: 1px solid #fff; color: #f90; }

.breadcrumb { float: right;	color: #72a6d2; margin: 14px 0 0;}

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited { color: #c2deda !important; border: 0 !important; font-size: 0.9em; font-weight: bold;}

.breadcrumb a:hover { color: #f90 !important; border: 0; }
.breadcrumb .active { color: #eee; font-size: 0.9em; }

.node-links a,
.comment .links a,
.forum-link-15 a,
a.read-more {
	color: #f90 !important;
	font-size: x-small;	 
	border: 0 !important;
	clear: both;
}
.node-links,
.comment .links { 
	padding: 4px 0 4px 13px;
	font-size: x-small;	
	color: #ddd;
	background: url(post-bullet.png) no-repeat left center;
	margin: 12px 0;}

.forum-link-15 a,
a.read-more {
	background: url(bg_link.png) no-repeat right center;
	padding: 0 13px 4px 4px ;
	font-weight: bold;
	text-decoration: underline !important;
}

.node-links a:hover,
.comment .links a:hover,
.forum-link-15 a:hover,
a:hover.read-more { color: #f60 !important; }


h2.node-title { border-left: 5px solid #c13103; height: 34px; margin:0; }
h2.node-title { position: relative; bottom: -26px; }

h2.node-title-front { padding-top: 10px; margin-top: 0; font-size: 1.6em; }
h2.node-title-front a { padding: 0; }

h2 a { padding: 1px 6px; color: #F43B00 !important; border: 0 !important; }
h2 a:hover { background: #c13103; color: #fff !important; border: 0 !important; }

.comment .author,
.meta {	padding-left: 12px; color: #ccc; font-size: xx-small; margin-bottom: 5px;z-index: 20; }
.meta-page { color: #508F88; text-align: right; clear:both; position:relative; top: -34px; margin: 0;}
div.post>.meta-page { top: -34px !important;}
.meta-page a:link, .meta-page a:visited { border: 0 !important; }

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
margin: 20px 0 8px;
}

div.content-title { height: 53px; clear: both; margin: 5px 0; background: url(taiwan.png) no-repeat left; }
div.content-title h1 { border-bottom: 1px solid #508F88; margin: 0 0 0 35px; padding: 2px; position:relative; top: 15px;}

div.xml-icon { margin-top: 15px; }
div.xml-icon a { background: url(rss.png) no-repeat center 4px #124876; padding: 15px 17px; border: 0 !important; width: 0; height: 0;}
div.xml-icon>a { padding: 0px 17px;}
div.xml-icon a:hover {background-color: #0C273F; border: 0 !important;}
div.xml-icon img { width:0; height: 0;}

.desc, .description { color: #eee;}
.desc { background: url(note.png) no-repeat 6px 8px #3A5D73; border: 1px solid #14384e; padding: 5px 21px; clear:both;}
td .description { color: #000;}
/****************************
 Tab Navigation
*****************************/

ul.primary { 
  	border: none;
	position: relative;
	top: -49px;
	text-align: right;
}
.main-content>ul.primary {
float:right;
clear: both;
top: -50px;
}

ul.primary li a,
ul.primary li a:link,
ul.primary li a:visited,
ul.primary li a:active  {
  	background: #3e6c77;
	border: 0 !important;
	border-top:none;
	font-size: 0.75em;
	font-weight: bold;
	padding: 6px 15px;
	text-align: center;
	text-transform: uppercase;
	color: #eee !important;
}
ul.primary li.active a {
	background-color: #508F88 !important;
}
ul.primary li a:hover {
	color: #f90;
	text-decoration: underline;
}
ul.secondary
{ border: 0;}
.tabs li.active a{ color: #eee; border-bottom: 2px solid #f40;}


/****************************
 Events Page
*****************************/
.flexinode-1 .form-item { display: inline; }
.flexinode-1 label { color: #f2de31; font-weight: normal; font-size: 0.9em; padding: 8px 0 6px 15px; background: url(event-bullet.png) no-repeat left center; }

.flexinode-image-8 { float: right; }
.flexinode-image-8 label { display:none; }

.forum-link-15 label { display: none; }

.flexinode-textarea-12 label { display: none; }
.flexinode-textarea-14 p {font-size: 0.9em;margin:0; padding:0}

.subterm-container {
}

.subterm-container h2 a {
	background: url(bg-subterm.png) no-repeat left center;
	height: 22px;
	color: #ffb400 !important;
	font-size: 13px !important;
	border-bottom: 1px solid #B28C31 !important;
	padding-left: 25px;
}
.subterm-container h2 a:hover {
	background: url(bg-subterm.png);
	border-bottom: 1px solid #B28C31 !important;
	padding-left: 3px;
	border-left: 22px solid #B28C31 !important;
}

.subterm .desc { border: 0; background: transparent; padding: 0;  }

.subterm .links,
.term .links {
	clear: both;
	float: right;
}
.subterm .links a,
.term .links a{
	font-size: x-small;
}

/****************************
 Comments
*****************************/
.comment .content { padding: 10px 25px 0 0; }
.comment {
	border: 1px solid #22496F;
	background: #3b6774;
	margin: 10px 5px;
	padding: 15px 0 0 25px;
}
.comment .title,
.comment .title a {
	color: #f40 !important;
	border: 0 !important;
	font-size: 1.2em;
}
.comment .title a:hover { color: #f90; }
.comment .author { margin:0; padding: 0}
.comment .links a {
	border: none;
	color: #FF7200;
	font-weight: bold;
	padding: 6px;
	text-transform: uppercase;
}
.comment .links { color: #6694B5; }

/****************************
 Albums Page
*****************************/

/* Album List */
ul.galleries { padding: 0; margin:0; list-style: none;}
.galleries li
{
	background: #0d3556;
	border: 1px solid #557b9a;
	margin: 10px 0;
	height: 75px;
	padding: 5px;
}
.galleries p {
	font-size: x-small;
	margin:0;
	padding: 0;
}
.galleries h3 a,
.galleries h3 a:hover {
	border: 0;
}

.galleries h3 a,
.galleries h3 a:hover {
	border: 0;
}
.galleries .thumbnail img {
	float: left;
	padding: 0px 10px 0 0;
}

.galleries p.count, 
.galleries p.last {
	font-size: xx-small;
	color: #6694B5;
}

/* Image List */
ul.images {
	display: none;
	position: relative;
	top: -6px;
	margin: 0;
	padding: 0;
	width: 640px;
	background: #000;
	height: 110px;
	overflow: auto;
}


.images li a { float: left; border: 10px solid #000; }
.images li a:hover { border: 10px solid #91d72d; }
.images h3 a { display: none; }

.comments{margin: 20px 0;}

td {color: black; padding: 5px; font-size: 12px}
th {color: white; padding: 2px; font-size: 14px; font-weight: bold;}

#footer-menu { float: right; }

#albumlist { overflow: auto;}
#albumlist li { display: block; float: left; width: 150px; height: 210px; font-size: x-small; }
#albumlist ul { list-style: none; }
#albumlist>ul { width: 1200px;  height: 230px;}


/****************************
 News Aggregator
*****************************/
#aggregator .feed { padding: 10px; }
#aggregator div.xml-icon { margin: 0 10px 0 0; }

#aggregator h3 {
	font-size: 15px;
	font-style: italic;
	border-bottom: 1px solid #3E6C77;
	color: #efefef;
	text-align: right;
	padding-right: 10px;
}

#aggregator .feed h3 {
	font-size: 0.9em;
	position:relative;
	left: -15px;
	margin: 5px 0 0;
	text-align: left;
	border: 0;
	padding-left: 15px;
	color: #F7D100;
	font-weight: bold; 
	background: url(block_nav_bullet.png) -41px -46px no-repeat;
}

#aggregator .news-item .date {
	float: none;
	font: italic xx-large 'Times New Roman', Times, serif;
	color: #3E6C77;
	line-height: 1px;
	padding-top: 5px;
  
}
#aggregator .news-item .body {
	margin: 0;
	position: relative;
	top: -20px;
}
#aggregator .news-item .body .feed { font-size: 0.9em; }
#aggregator .news-item .body .title { float: none; }
#aggregator .title a {font-size: 1.0em; }

#aggregator .news-item .description {
	padding: 6px;
	clear: both;
	line-height: 1.3em;
}

/****************************
 Pager
*****************************/
#pager { float: right; }
td #pager a { color: #000 !important;}
#pager a { color: #D4FBF7 !important; text-decoration: underline !important; border: 0 !important; font-weight: bold; }
#pager { font-size: 0.8em; padding: 0; margin: 0; }
#pager a:hover { color: #3F9599 !important;}

/****************************
 Others
*****************************/
.paypal { float: right; margin: 8px 3px;}
.price { color: #f60; font-size: small; margin: 8px 3px;}
.price span { font-weight: bold; color: #f30; font-size: large; vertical-align: top; }
div.user-seach-block { text-align: center; }
iframe.newsletter {
	margin: 0 auto;
	overflow: scroll;
	width: 98%;
	height: 600px;
	border: 5px solid #3E6C77;
	background: #fff;
}
#execmenu {
	border: 1px solid;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}
#execmenu tr td {
	border: 1px solid;
	background-color: #666;
	color: #fff;
	text-align: center;
}
#latestbbs {
	width: 95%;
	margin: 10px 0 0 0;
}
.bbscat td {
	color: #ccc;
	font-weight: bold;
	margin: 5px;
	padding: 2px;
	letter-spacing: 0.5em;
	border-bottom: dashed 1px #000;
}
.bbstext:hover {
	background-color: #666;
}
.bbstext td {
	color: #fff;
	margin: 0;
	padding: 2px;
}
.bbs-post-title {
	background: url(bg_link.png) no-repeat 8px center;
	color: #fff;
	margin: 0;
	text-indent: 20px;
}
#bbslogin {
	float: left;
}
#bbslogin img {
	vertical-align: middle;
}
#bbslogin .username {
	background: url(login-user.gif) no-repeat left center #32556b;
	color:#ccc;
	border: 1px solid #fff;
	text-indent: 20px;
}
#bbslogin .password {
	background: url(login-password.gif) no-repeat left center #32556b;
	color:#ccc;
	border: 1px solid #fff;
	text-indent: 20px;
}
#bbslogin .submit {
	background: #666;
	color:#fff;
	border: 2px solid #222; 
}

/****************************
 Rotation Banners
*****************************/
#frontsponsor {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#frontsponsor tr td {
	margin: 0px;
	padding: 2px;
	color: #fff;
}
#sponsorbanner {
	border: 0;
	margin: 0;
	width: 150px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#sponsorbanner tr td {
	text-align: center;
	vertical-align: middle;
}
.dropcontent {  /* For rotation banners */
	display: block;
}

/****************************
 Links Page Tabs
*****************************/
#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #000;
}

#tablist li a:link, #tablist li a:visited {
	border-bottom: none;
}

#tablist li a.current {
	background: #004566;
}

#tabcontentcontainer {
	width: 100%;
	margin-top: -1px;
}

.tabcontent {
	display:none;
	border: 1px solid #000;
	background: #004566;
	padding: 5px;
}