/* imports */
@import "tables.css"/**/;
@import "forms.css"/**/;
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 

body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #433C2A;
	color: #fff; 
}

#first {
	background: #433C2A;
}

#admins {
	background: #fff;
}

a {	color: #9FE0F5;	background: inherit;}
a:hover { color: #ccc; background: inherit; }

a.darklink {	color: #000000;	background: inherit;}
a.darklink:hover { color: #303030; background: inherit; }

a.federerlink {	color: #ccc;	background: inherit;}
a.federerlink:hover { color: #fff; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
.white { color: #FFF; }
sup { font-size: .5em; }

h1 a { text-decoration: none; }
h2 a { text-decoration: underline; }
h1 a:hover, h2 a:hover { color: #3e3e3e; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
h4 { font-size: 1.2em; color: #3e3e3e; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

img{
	border: 0;
}

.posmessage {
	color: #990000;
	font-size: 1.0em;
	font-weight: bold;
}

.noactivitymsg {
	color: #666666;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding: 10px;
	background: #fff; 
}

.logo h3 {
	float: left;
	padding-left: 40px;
	height: 20px;
}

#header { 
	height: 26px;
	background: #202020;
	color: #808080;
	padding-top: 2px;
	border-bottom: solid 2px #9EE1FB;
}

.actionlink {
	font: .9em Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
}

.postlink {
	font: 1.2em Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	display: block;
	padding: 5px 0 5px 0;
}

.clear {
	clear: both; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;
}

.top_info {
	float: right;
	width: 655px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 340px;
		float: left;
		text-align: right;
		padding: 0 5px 0 0;
		border-right: 1px solid #eee;
	}

	.top_info_right {
		float: right;
		text-align: right;
	}

.sub_menu { 
	background: #fff; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
}

/* search form */
.search_field { 
	background: #fff url(img/searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
}
	input.search { 
		width: 292px; 
		border: 0;
		background: #FFF url(img/input.gif) no-repeat;
		padding: 4px; 
		color: #E0691A;
		font-weight: bold;
		margin: 0 0 0 3px;
	}
	input.submit {
		background: #E0691A url(img/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }

/* left side
   --------- */

.left {
	float: left;
	width: 634px;
	margin: 0 0 10px 0;
}

.left h2 {
	clear: both;
	background: #9BB2C8;
	color: #444;
	padding: 3px 0 4px 10px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(img/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
			
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
	.right h3 {
		background: #C9DAEA;
		color: #4F5B67;
		padding: 8px 0 8px 5px;
		font: bold 1.1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #EAF2FA; /* was #f5f5f5  C9DAEA*/
		color: #414141;
		padding: 4px 4px 8px 4px;	
		margin: 12px 0 3px 0;
		border: 1px solid #9BB2C8;
	}
	.right_articles_white {
		background: inherit;
		color: #3e3e3e;
		padding: 4px 4px 8px 4px;	
		margin: 12px 0 3px 0;
		border: 1px solid #9BB2C8;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

.login {
	float: right;
	width: 974px;
	margin: 0 0 10px 0;
}
	.login h3 {
		background: #BDBDBD  url(img/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.login_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	.login_center { 
		margin: 40px 0 10px 100px; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
#story { 
	font: 1.2em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.8em;
	background: #D1E3E7;
	color: #202020; 
	border: 2px solid #202020;
	min-height: 300px
}

	#story a { 
		color: #433C2A;
	}

	#story a:hover{ 
		color: #202020;
	}

#story .storyheader {
	font: 1.4em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	color: #202020;
}

#story .storydate { 
	font: .9em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	color: #202020; 
}


#story .storytext { 
	line-height: 1.6em;
	color: #202020; 
}

	#story .storytext ol {
		margin-left: 30px;
	}
	
	



/* full screen
   --------- */

.full {
	float: left;
	width: 974px;
	margin: 0 0 10px 0;
}

	.full h2 {
		clear: both;
		background: #9BB2C8;
		color: #444;
		padding: 3px 0 4px 10px;
		font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
		margin: 0 0 10px 0;
	}
	.full_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}

/* forms split to left and right
   --------- */
	
.formright {
	float: right;
	width: 460px;
	margin: 0 0 10px 0;
}

.formleft {
	float: left;
	width: 460px;
	margin: 0 0 10px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	line-height: 2em;
}
	
/* pagination
   ------ */
   
.pagination { 
	text-align: right;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.pagination a {
	font-weight: bold;
	background: inherit;
	text-decoration: none;
}

.pagination a:hover {
	background: inherit;
}

/* instruction
   ------ */

.instruction {
	background: #EAF2FA url(img/feature-box.gif) 0 0 no-repeat;
	margin-bottom: 1em;
	color: #6C7D8E;
	padding: 15px 15px 10px 15px;
}

.instruction div {
	background: url(img/feature-box.gif) 100% 100% no-repeat;
	padding: 15px 15px 10px 15px;
}

.instruction h3 {
	font-size: 1.3em;
	color: #6C7D8E;
}

ul.compact {
	margin: 0;
	padding-left: 20px;
	list-style-type: square;
}

/* small content
   --------- */
.smallcontent { 
	margin: 0 auto;
	width: 95%;
	padding: 10px;
	background: #fff; 
}

/* small detail areas
   --------- */
   
.sub_detail { 
	color: #808080;
	font-weight: bold;
	padding: 7px 10px 7px 10px;
}
	.sub_articles {
		background: #EAF2FA; /* was #f5f5f5 */
		color: #414141;
		padding: 4px 4px 8px 4px;	
		margin: 12px 0 3px 0;
		border: 1px solid #9BB2C8
	}

/* full detail areas
   --------- */
   
.full_detail { 
	color: #808080;
	font-weight: bold;
	padding: 7px 0px 0 0px;
}
	.full_articles {
		background: #C9DAEA; /* was #f5f5f5 */
		color: #414141;
		padding: 4px 4px 0 4px;	
		margin: 0 0 3px 0;
		border: 1px solid #9BB2C8
	}
	
/* Related box
------------------------------------------------------------------*/
.related-box2 {
	border:1px solid #c3c4d7;
	padding:10px 5px 10px 10px;
	background:#EAF2FA;
	color: #3E3E3E;
	margin-bottom: 5px;
}

/* The Menu
------------------------------------------------------------------*/
#menu {
	clear:both;
	background:#fff url(img/menu.gif);
	height:28px;
	}

#menu li {
	font-size:1.1em;
	font-weight: bold;
	}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#menu li {
	width:11%;
	height:28px;
	margin:0;
	padding:0;
	float:left;
	}

#menu ul a {
	display:block;
	width:100%;
	line-height:28px;
	height:28px;
	background:#eee url(img/menu.gif);
	text-align:center;
	color:#3e3e3e;
	text-decoration:none;
	}

#menu ul a span {
	display:block;
	width:100%;
	height:28px;
	border-left:1px solid #fff;
	}

#menu ul a:hover, #menu ul a.theone {
	cursor:pointer;
	background-color:#ddd;
	background-position:100% -36px;
	}
	
/*****************************************
*********** padding **********************
*****************************************/

.p0 {
    padding:0;
}
.p5 {
    padding:.4em;
}
.p10 {
    padding:.8em;
}
.p20 {
    padding:1.6em;
}
.p25 {
    padding:1.8em;
}
.pt10 {
    padding-top:.8em;
}
.pl10 {
    padding-left:.8em;
}
.pl20 {
    padding-left:1.6em;
}

/* --- margins --- */

.m10 {
    margin:.8em;
}
.m20 {
    margin:1.6em;
}
.mt10 {
    margin-top:.8em;
}
.mt20 {
    margin-top:1.6em;
}
.mt30 {
    margin-top:2.4em;
}
.mt15 {
    margin-top:1.2em;
}
.mr10 {
    margin-right:.8em;
}
.mr20 {
    margin-right:1.6em;
}
.mb20 {
    margin-bottom:1.6em
}
.mb10 {
    margin-bottom:.8em;
}
.mb20 {
    margin-bottom:1.6em;
}
.ml10 {
    margin-left:.8em;
}
.ml20 {
    margin-left:1.6em;
}

/* --- clear floats --- */

.clear {
    clear: both;    
}
.clear_1px {
    font-size:1px;
    line-height:1px;
}
.clear_10px {
    font-size:.8em;
    line-height:.8em;
}
.clear_20px {
    font-size:1.6em;
    line-height:1.6em;
}
.clear_30px {
    font-size:2.4em;
    line-height:2.4em;
}
.clear_40px {
    font-size:3.2em;
    line-height:3.2em;
}
.clear_50px {
    font-size:4em;
    line-height:4em;
}

/*****************************************
*********** footer********* **************
*****************************************/

#ft {
	font-size: 77%;
	margin-top: 20px;
	padding:.8em 30px .8em 30px;
	text-align: center;
}

#bottomLinks
{
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 1.5em;
	background-repeat: no-repeat;
}

#bottomLinks li
{
	display: inline;
	border-left: 1px solid #527597;
	padding-right: 1em;
	padding-left: 1em;
}

#bottomLinks li.first
{
	border-left: 0 none transparent;
}

#bottomLinks a
{
	color: #A6B8CA;
}

#ft p
{
	margin-top: 1.5em;
}

/* === backgrounds, background colors === */

.bg_grey {
  background-color:#ddd;
}
.bg_lightgrey {
  background-color:#eee;
}
.bg_tan {
  background-color:#f7efe1;
}
.bg_darktan {
  background-color:#e9e2c4;
}
.bg_lightblue {
  background-color:#d6e4e7;
}
.bg_paleblue {
  background-color:#d8e2ea;
}
.bg_white {
  background-color:#fff;
}
.bg_lightyellow,
.bg_error {
  background-color:#fff4aa;
}

/* === borders === */

.nb {
  border: none;
  border-top:0;
  border-right:0;
  border-bottom:0;
  border-left:0;
}
.b_grey {
  border:1px solid #777;
}
.b_black {
  border:0px solid #000;
}
.b_lightgrey {
  border:1px solid #ccc;
}
.bt_medblue {
  border-top: 1px solid #8EA2B0;
}
.bb_medblue {
  border-bottom: 1px solid #8EA2B0;
}
.bt_999,
.bt_grey  {
  border-top: 1px solid #999;
}
.bb_999,
.bb_grey  {
  border-bottom: 1px solid #999;
}
.bb_ccc,
.bb_lightgrey  {
  border-bottom: 1px solid #ccc;
}
.bt_ccc,
.bt_lightgrey  {
  border-top: 1px solid #ccc;
}

/*****************************************
*********** gallery **********************
*****************************************/

#gallery {
	background-color: #433C2A;
}

#gallery-left {
	float:left;
	width:100px;
	padding:8px;
}
#gallery-right {
	float:right;
	width:100px;
	padding:8px;
}
#gallery-center {
	margin-right:115px;
	margin-left:115px;
	padding:8px;
}


.gallerycopy
{
    padding: 0px;
    background-color: #525A64;
    margin: 0px;
    border-left: 1px solid #97beba;
}

.galleryimage
{
    	margin: 0px;
    	padding: 4px 3px 3px 3px;
    	width: 175px;
	height: 175px;
	float: left;
	text-align: center;
    	overflow: hidden;
}

.galleryimage a:link {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.galleryimage a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #117483;
}

.galleryimage a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #a2353e;
}

.galleryimage a:active{
	font-weight: normal;
	text-decoration: none;
	color: #a2353e;
}

.galleryimage a img 
{
    	margin: 2px;
}

.galleryimage a:visited img 
{
    	margin: 2px;
}

.galleryimage a:hover img
{
    	margin: 2px;
}

.galleryimage a:active  img
{
    	margin: 2px;
}

.galleryimage img
{
    	margin: 2px;
}

/*****************************************
*********** center things **********************
*****************************************/

div.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    	position: fixed;
    	display: table;
}

p.centered {
	display: table-cell;
	vertical-align: middle;
}

.displayed {
	display: block;
	margin: 1em auto;
}

.imagefloatleft {
	float: left;
	margin-right: 1em;
	padding: 0.25em;
}

.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#headercenter {
	height: 30%;
}

/*****************************************
*********** category **********************
*****************************************/

#category {
	background-color: #433C2A;
}

#category-center {
	margin-right:115px;
	margin-left:115px;
	padding:8px;
}


/* === font colors === */
.ft_white{
	color: #fff;
}
.ft_lightbrown{
	color: #948B6E;
}
.ft_blue{
	color: #206BA4;
}
.ft_gray{
	color: #ccc;
}
.ft_red{
	color: #840000;
}

/* === font sizes === */
.fs_70{
	font-size: 70%;
}
.fs_80{
	font-size: 80%;
}
.fs_90{
	font-size: 90%;
}
.fs_100{
	font-size: 100%;
}
.fs_110{
	font-size: 110%;
}
.fs_120{
	font-size: 120%;
}
.fs_130{
	font-size: 130%;
}
.floatr{
	float: right;
}

.floatl{
	float: left;
}
.text_ar{
	text-align: right;
}

.text_al{
	text-align: left;
}

.text_ac{
	text-align: center;
}


/*****************************************
*********** markdown *********************
*****************************************/
#markdown {
	width:518px;
	max-width:518px;
	height:200px;
	overflow-x: scroll;
}

#markdown_toolbar {
	position:relative;
	list-style:none;
	border:1px solid #d7d7d7;
	background-color:#F6F6F6;
	margin:0;
	padding:0;
	height:18px;
	margin-bottom:2px;
	text-decoration: none;
}

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

#markdown_toolbar li a {
	width:24px;
	height:16px;
	float:left;
	display:block;
	background-image:url("img/markdown_icons.gif");
	border:1px solid #fff;
	border-right-color:#d7d7d7;
	text-decoration: none;
}

#markdown_toolbar li a:hover {
	border-color:#900;
}

#markdown_toolbar li span {
	display:none;
}

#markdown_toolbar li a#markdown_help_button {
	position:absolute;
	top:0;
	right:0;
	border-left-color:#d7d7d7;
	border-right-color:#fff;
}

#markdown_toolbar li a#markdown_help_button:hover {
	border-left-color:#900;
	border-right-color:#900;
}

#markdown_italics_button { background-position: 0 -119px; }
#markdown_bold_button { background-position: 0 -102px; }
#markdown_link_button { background-position: 0 0; }
#markdown_image_button { background-position: 0 -170px; }
#markdown_unordered_list_button { background-position: 0 -34px; }
#markdown_ordered_list_button { background-position: 0 -51px; }
#markdown_quote_button { background-position: 0 -68px; }
#markdown_code_button { background-position: 0 -136px; }
#markdown_help_button { background-position: 0 -153px; }
#markdown_heading_button { background-position: 0 -85px; }

/* SECOND TIER PAGE NAVIGATION */
/* Root = Horizontal, Secondary = Vertical */

#navmenu-h-r {
	margin: 0 0 1em 0;
	border: 0 none;
	padding: 0;
	width: 100%;
	/*For KHTML*/
	list-style: none;
	height: 24px;
}
#navmenu-h-r li {
	margin: 3px 0 0 0;
	border: 0 none;
	padding: 0 8px 0 8px;
	float: right;
	/*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}
ul#navmenu-h-r ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	z-index:10;
}
ul#navmenu-h-r ul:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu-h-r ul li {
	width: 160px;
	float: left;
	/*For IE 7 lack of compliance*/
	display: block !important;
	/*For IE*/
}

li.cat-item {
	font: 1.2em Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	margin-top: 3px;
	padding: 0px;
	list-style: none;
	height: 26px;
}


#new_horizon        
	{
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block
	}

#new_content    
	{
	width: 600px;
	height: 70px;
	margin-left: -125px;
	position: absolute;
	top: -35px;
	left: 50%;
	visibility: visible
	}
