@charset "iso-8859-1";

* { margin:0; padding:0; }

body {
	background: rgb(25,33,22);
	font-family: Georgia, "Times New Roman", serif;
	color: #bbb;
}

a:link { color: rgb(194,189,151); text-decoration:none; }
a:visited { color: rgb(194,189,151); text-decoration:none; }
a:hover { color: rgb(194,189,151); text-decoration:underline; }


.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

img { border:none; }

.wrap-top {
	width:100%;
	background: rgb(31,41,28) url(/img/bkg-body.gif) repeat-x;
	clear:both;
	padding-bottom:30px;
}

.wrap-bottom {
	width:100%;
	clear:both;
}

.top {
	width:982px;
	margin:0 auto;
	background: url(/img/bkg-header.gif) no-repeat;
	clear:both;
}

.bottom {
	width:982px;
	margin:0 auto;
	clear:both;
}


h2 {
	font-weight: normal;
}

.header {
	height:80px;
}

.content {
	width:628px;
	float:left;
	position:relative;
	left:20px;
}

.onecolumn { width:157px; }
.fourcolumn { width:628px; }
.sixcolumn { width:942px; clear:both; }

.sidebar {
	width:157px;
	float:right;
	position:relative;
	left:-19px;
}

.topnav a:link { color:rgb(109,128,103); text-decoration:none; }
.topnav a:visited { color:rgb(109,128,103); text-decoration:none; }
.topnav a:hover { color:rgb(109,128,103); text-decoration:underline; }

ul.topnav {
	list-style-type: none;
}

ul.topnav li {
	float: left;
	font-size: 11px;
	color: rgb(109,128,103);
	margin-top: 43px;
	padding: 0 9px;
	border-left: 1px solid rgb(109,128,103);
}
ul.topnav li.first {
	padding-left: 0;
	border-left: none;
}
ul.topnav li.last {
	padding-right: 0;
}

.subnav a:link { color:rgb(109,128,103); text-decoration:none; }
.subnav a:visited { color:rgb(109,128,103); text-decoration:none; }
.subnav a:hover { color:rgb(109,128,103); text-decoration:underline; }

ul.subnav {
	list-style-type: none;
	height:1%;
	margin-top:100px;
}

ul.subnav li {
	margin-bottom:9px;
}

.subnav ul {
	list-style-type: none;
}

.subnav ul li {
	font-size: 13px;
	padding: 9px 0 0 10px;
	margin-bottom:0;
	background: url(/img/square-small.gif) no-repeat 2px 16px;
}

*html .subnav ul li {
	background: url(/img/square-small.gif) no-repeat 4px 13px;	
}
*:first-child+html {
	background: url(/img/square-small.gif) no-repeat 4px 13px;	
}

.subnav ul li ul {
	padding-top:6px;
}

.subnav ul li ul li {
	font-size: 11px;
	line-height:15px;
	padding: 0;
	margin:0;
	background:none;
}

.subnav ul li ul li a:link { color: rgb(194,189,151); text-decoration:none; }
.subnav ul li ul li a:visited { color: rgb(194,189,151); text-decoration:none; }
.subnav ul li ul li a:hover { color: rgb(194,189,151); text-decoration:underline; }


.subnav ul.noL2 {
	list-style-type:none;
	padding-top:6px;
	padding-left:10px;
}

.subnav ul.noL2 li {
	font-size: 11px;
	line-height:15px;
	padding: 0;
	background:none;
}

.subnav ul.noL2 li a:link { color: rgb(194,189,151); text-decoration:none; }
.subnav ul.noL2 li a:visited { color: rgb(194,189,151); text-decoration:none; }
.subnav ul.noL2 li a:hover { color: rgb(194,189,151); text-decoration:underline; }



#home h2.header {
	color: rgb(109,128,103);
	font-size: 25px;
	position:relative;
	top:23px;
}

#home ul.subnav { display:none; }
#home h4 { font-size:16px; font-weight:normal; margin:10px 0; }
#home h4 a:link { color:rgb(109,128,103); text-decoration:none; }
#home h4 a:visited { color:rgb(109,128,103); text-decoration:none; }
#home h4 a:hover { color:rgb(109,128,103); text-decoration:underline; }

#home .content ul {
	list-style-type: none;
}

#home .content ul li {
	font-size:11px;
	line-height:15px;
	color: rgb(194,189,151);
}

#home .intro {
	height:100px;
	font-size:30px;
	padding-top:15px;
}


#category h2.header {
	color: rgb(109,128,103);
	/* font-size: 18px; */
	font-size: 25px;
	position:relative;
	/* top:30px; */
	top:23px;
	margin-bottom:20px;
}

#category h4 { font-size:13px; font-weight:normal; padding:10px 0; height:33px; width:147px; }
#category h4 a:link { color:rgb(194,189,151); text-decoration:none; }
#category h4 a:visited { color:rgb(194,189,151); text-decoration:none; }
#category h4 a:hover { color:rgb(194,189,151); text-decoration:underline; }

#category .content ul {
	list-style-type: none;
}

#category .content ul li {
	font-size:10px;
	color: rgb(194,189,151);
}

#category .intro {
	height:100px;
	font-size:30px;
	padding-top:15px;
}


#single h2.header {
	color: rgb(109,128,103);
	font-size: 25px;
	position:relative;
	top:23px;
	left:8px;
	margin-bottom:20px;
}

#single h2 {
	font-size:20px;
	color: rgb(194,189,151);
}

#single h4 { font-size:13px; font-weight:normal; margin:10px 0; }
#single h4 a:link { color:rgb(194,189,151); text-decoration:none; }
#single h4 a:visited { color:rgb(194,189,151); text-decoration:none; }
#single h4 a:hover { color:rgb(194,189,151); text-decoration:underline; }

#single h3 {
	font-weight: normal;
	padding: 10px 10px 0 10px; 
}

#single .content {
	width:689px;
}


#single .intro {
	height:100px;
	font-size:30px;
	padding-top:15px;
}



.bottom ul {
	list-style-type:none;
	height:1%;
	margin-bottom:5px;
}

.footer {
	width:942px;
	position:relative;
	left:20px;
	padding: 30px 0;
}

.footer li {
	font-size: 18px;
	color:#bbb;
	display:inline;
	padding-left:20px;
	background: url(/img/square-small.gif) no-repeat 7px 9px;
}

.footer li.first {
	padding-left:0;
	background:none;
}


.copyright {
	font-size: 11px;
	color:#999;
}

.address {
	font-size: 11px;
	line-height: 15px;
	color:#999;
	}

.address .highlight {
	color:#bbb;
}



ul.ui-tabs-nav {
	list-style-type:none;
	margin:0;
	padding:0;
	height:1%;
}

ul.ui-tabs-nav li {
	float:left;
	font-size: 13px;
	padding:7px 10px;
}

ul.ui-tabs-nav li.ui-tabs-selected {
	/*color:#fff;*/
	background:rgb(50,59,47) url(/img/bkg-tabs.gif) repeat-x;
}

ul.ui-tabs-nav li.ui-tabs-selected a {
	color:#fff !important;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ui-tabs-panel {
	clear:both;
	background:rgb(50,59,47);
	padding:10px;
	height:1%;
	font-size:12px;
	margin:0;
}

.ui-tabs-panel p, .ui-tabs-panel h2, .ui-tabs-panel ul {
	padding:15px 10px 0 10px;
}

p.inside {
	padding:15px 10px 0 10px;
}

.ul-tabs-panel h2 {
	padding-top:25px;
}

.ui-tabs-panel ul {
	list-style-type: none;
	height:1%;
}

.ui-tabs-panel ul li {
	padding-left:20px;
	padding-bottom:10px;
	background: url(/img/square-small.gif) no-repeat 7px 7px;
}

ul.show { display:block; }
ul.hide { display:none; }

li.current a { color:#fff !important; }
li.current ul li a { color:rgb(194,189,151) !important; }

.csstabs .ui-tabs-panel {
	padding-bottom:0;
}

.csstabs .ui-tabs-panel div {
	float:left;
	padding: 0 0 10px 0;
}

*html .csstabs .ui-tabs-panel div {
	width:1%;
}

.csstabs .ui-tabs-panel div.follower {
	padding-left: 21px;
}

/* image captions */
.csstabs .ui-tabs-panel p.caption {
	color:rgb(194,189,151);
	font-size:12px;
	padding:0 0 7px 0;
	position: absolute
	top: 253px;
	left: 80px;
}

*html .csstabs .ui-tabs-panel p.caption {
	width: 669px;
}

.csstabs .ui-tabs-panel p.caption a:link { color:#ff3300; text-decoration:none; } 
.csstabs .ui-tabs-panel p.caption a:visited { color:#ff3300; text-decoration:none; }
.csstabs .ui-tabs-panel p.caption a:hover {text-decoration:underline; }

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* pop-up image captioning */
.popup {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}

.popup.pad {
	padding-top: 32px;

}
	
.popup a {
	text-decoration: none;
}

.popup a .poplbl {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	color: #ff3300;
}

.popup a:hover .poptxt {
	position: absolute;
	left: 10px;
	right: 10px;	
	display: block;
	display: inline-block;
	padding: 0 0 10px 0;
	background: rgb(25,33,22);
	opacity: .80;
	filter: alpha(opacity=80);
	/* for IE 6 compatibility */
	width: 669px;
	top: 32px;
	color: #fff;
	text-decoration: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	overflow: hidden;
}

.popup a .poptxt { display: none; }
.popup a:hover .poplbl { cursor: default; text-decoration:none}

/* alternate font */
.altfont {
	font-family: Arial, "Helvetica", sans-serif;
}



