/*
+---------------------------------------------------------------+
|	e107 website system Aqua Theme
|
|	ʗilliam Moffett 2001-2005
|	http://e107.net
|	que@e107.net
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
|
|	If you use any portion of this theme in your own works, 
|	all I ask is give credit where credit is due.
|	Have fun hacking. Cheers Que~
|	
+---------------------------------------------------------------+
*/
/* ZERO ALL ELEMENTS */
*{
	margin:0px;
	padding:0px;
}

/* BASIC ELEMENTS */

body {
	color: #5A5A5A;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	background:#83B5D7;
}

a {
	color: #2367A6; 
	background:transparent;
	text-decoration: none;
}

a:hover {
	color: #64A7DA;
	background:transparent;
	text-decoration: underline;
}

table{
	margin:0px auto;
	text-align:center;
}

td {
	color:#5A5A5A;
	padding: 0px;
	background-color: transparent;
	text-align:left;
	vertical-align:top;
}

p { }

b, strong{
	color: #2367A6;
	background:transparent;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #EBA30A;
	background:transparent;
}

h2 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #EBA30A;
	background:transparent;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 4px 10px;
	font-size: 18px;
	color: #EBA30A;
	background:transparent;
	font-weight: normal;

}

h4 {
	margin: 2px 0px 0px 0px;
	padding: 4px 10px;
	font-size: 14px;
	color: #4A4A4A;
	background:transparent;
	font-weight: normal;
}

ul li {
  	list-style: square inside url(images/bullet.gif);
}

blockquote {
	color: #5A5A5A;
	background:transparent;
	border: #e1e1e1 1px solid;
}

form {
	margin: 2px 0px 0px 0px;
}

hr {
	height: 1px;
	width: 92%;
	text-align:center;
	border: #e1e1e1 1px solid;
}

/* PAGE LAYOUT */

#page{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	min-width:700px;
	background: #fff url(images/page.jpg) top left repeat-x;
}

#header {
	position: relative;
	height: 85px;
	width: 100%;
	background: transparent;
}

#header h1,#header h2{
	display: none;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 85px;
	width: 219px;
	background: url(images/logo.jpg) no-repeat;
	/* background: url(images/blank_logo.jpg) no-repeat; */
}

#logo span{
	/* HIDE THE CORE LOGO */
	display: none;
}

#headsearch{
	position: absolute;
	right: 5px;
	top: 5px;
	height: 27px;
	width: 170px;


}
#headsearch p{
	margin: 0px;
	padding: 0px;
}

#headsearch2{
	position: absolute;
	right: 190px;
	top: 3px;
	height: 35px;
	width: 375px;


}
#headsearch2 p{
	margin: 0px;
	padding: 0px;
}

#headsearch3{
	position: absolute;
	right: 220px;
	top: 14px;
	height: 17px;
	width: 760px;


}
#headsearch3 p{
	margin: 0px;
	padding: 0px;
}

.searchhighlight {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

#searchname{
	margin-top: 4px;
	width: 135px;
	height: 17px;
	float: left;
	border-top: 1px solid #84b5d7;
	border-right: 1px solid #6b94b0;
	border-bottom: 1px solid #6b94b0;
	border-left: 1px solid #84b5d7;
}

#searchbutton{
	float: right;
	height: 27px;
	width: 27px;
}


#mainleft {
	margin-top: 0px;
	margin-left: 4px;
}

#mainright {
	margin-right: 4px;
}

#leftcontent {
	float: right;
	margin-left:10px;
	width: 220px;
}

#rightcontent {
	float: right;
	width: 180px;
}

#centercontent { /* POSITION FOR IE */
	margin: 0px 10px 0px 0px;
	float: left;
}

body > #page > #mainleft > #mainright > #centercontent{ /* POSITION FOR FF */
	margin: 0px 380px 0px 0px; 
	float: none;
}

#centercontent_full {

}

.contentwrapper {
	margin-left: auto;
	margin-right: auto;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
}

#footer {
	width: 100%;
	border-top: #3F87BA 1px solid;
	background: #83B5D7;
	color: #fff;
}

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

.footerwrap { }

/* NAVIGATION */

#navigation{
	height: 20px;
	position: absolute;
	left: 220px;
	top: 38px;
	text-align: center;
	
}

#navigation li{
	list-style: none;
	float: left;
	height: 20px;
	list-style-type: none;
}

#navigation a{
	width: 82px; 
	height: 20px;
	font-size: 11px;
	color: #f3f4f5;
	line-height: 20px;
	text-decoration: none;
	background: url(images/nav_button.gif) no-repeat; 
	background-position: 0px -50px;
	display: block;
	font-weight: bold;

}

#navigation a:hover{
	color: #fff;
	background-position: 0px -25px;
}

#navigation a.onpage {
	color: #2367A6;
	background-position: 0px 0px;
}

#navigation a:hover.onpage {
	color: #2367A6;
	background-position: 0px 0px;
}

#subnavigation{
	height: 18px;
	position: absolute;
	left: 0px;
	top: 67px;
	
}

#subnavigation li{
	list-style: none;
	padding: 0px 2px;
	height: 18px;
	float:left;
	text-align: center;
	border-right: 1px solid #F3F4F5;
}

#subnavigation a{
	padding: 0px 4px; 
	text-transform: lowercase;
	width: 82px; 
	height: 18px;
	display: block;
	line-height: 12px;
	color: #F3F4F5;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#subnavigation a:hover{
	color: #fff;
	background:transparent  url(images/subbullet.jpg) bottom center no-repeat;
}

#subnavigation a.onpage{
	color: #3F87BA;
	background:transparent  url(images/subbullet.jpg) bottom center no-repeat;
}

/* LOGIN  and LOGIN UL LIST */

.buttonlogin{
	margin:4px;
	padding:0px;
	border:none;
	width:59px;
	height:19px;
	background:transparent  url(images/login_button.gif) top left no-repeat;
	cursor:pointer;
}

.username{
	width: 100px;
}

.password{
	width: 100px;
}

#loginnavigation{
	padding-left:4px;
}

#loginnavigation li{
	list-style: square inside url(images/bullet.gif);
}

#loginnavigation a{ /* IE link position */
	padding-left: 6px;
}


#loginnavigation > li > a{ /* FF link position */
	padding-left: 0px;
}


#loginnavigation a:hover{

}

#banner {
	margin: 8px auto;
	padding: 1px 1px;
}

.caption{ }

/* CUSTOM MENU CAPTIONS */

.hidetext span{ /* USED TO HIDE TEXT FOR MODE CAPTIONS ONCE CUSTOM CAPTIONS ARE DEFINED */

}

.caption_news {}

.caption_news span{}

.caption_admin_menu{}

.caption_admin_menu span{
	display: block;
}

.caption_backend{}

.caption_backend span{
	display: block;
}

.caption_blog_calender{}

.caption_blog_calender span{
	display: block;
}

.caption_chatbox {}

.caption_chatbox span{
	display: block;
}

.caption_clock{}

.caption_clock span{
	display: block;
}

.caption_comment{}

.caption_comment span{
	display: block;
}

.caption_compliance{}

.caption_compliance span{
	display: block;
}

.caption_counter{}

.caption_counter span{
	display: block;
}

.caption_forum{
	display:none;
}

.caption_forum_viewforum{
	display:none;
}

.caption_forum_viewtopic{
	display:none;
}

.caption_lastseen{}

.caption_lastseen span{
	display: block;
}

.caption_login{
	margin:0px;
	padding:0px;
	width:219px;
	height:24px;
	background: #F7F7F7 url(images/caption.jpg) top left no-repeat;
}

.caption_login span{
	display:block;
	padding-top: 4px;
	padding-left: 8px;
}

.caption_online{}

.caption_online span{
	display: block;
}

.caption_online_extended{}

.caption_online_extended span{
	display: block;
}

.caption_powered_by{}

.caption_powered_by span{
	display: block;
}

.caption_search{}

.caption_search span{
	display: block;
}

.caption_sitebutton{}

.caption_sitebutton span{
	display: block;
}

.caption_tree_menu{}

.caption_tree_menu span{
	display: block;
}

.caption_user_lan{}

.caption_user_lan span{
	display: block;
}

.caption_usertheme{}

.caption_usertheme span{
	display: block;
}


/* MENU BORDERS */

/* WELCOME MESSAGE BLOCK */

#wm {
	margin: 8px; 
	padding: 8px;
	position: relative;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #F5FEFF;
	border: #e1e1e1 solid 1px;

}

/* MESSAGE SCROLLER */

.wm_message_scroller{ 
	/* position: absolute;
	top: 20px;
	padding: 0 4px;
	height: 180px;
	overflow: auto; 
	color: #5A5A5A;*/
}

/* DEFAULT BOX STYLES */

.boxenoutter{
	padding: 1px;
	margin: 2px; 
}

.boxeninner{
	padding: 1px;
	background-color: #ffffff;
}

.boxencontent{
	padding: 0px 6px;
}

.boxenoutter_default{
	padding: 1px;
	margin: 2px;
}

.boxeninner_default{
	padding: 1px;
	background-color: #ffffff;
}

.boxencontent_default{
	padding: 1px;
	margin: 2px;
}

/* BOX STYLES */

.boxenoutter_news{
	margin: 0px 2px;
	padding: 0px;
}

.boxeninner_news{
	padding: 0px;
	background-color: #ffffff;
}

.boxencontent_news{
	padding: 2px 8px;
	font-size: 13px;
	line-height: 18px;
}

.newshr{
	margin-bottom: 4px;
	text-align: right;
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
	font-size: 13px;
	line-height: 15px;
}

/* LOGIN BOX */

.boxenoutter_login{
	margin:0px;
	padding:0px;
	width:179px;
	background: #F7F7F7 url(images/shade.jpg) top left repeat-x;
	margin-bottom:8px;
}
.boxeninner_login{
	margin:0px;
	padding:0px;
	width:179px;
	background: transparent url(images/content.gif) top left repeat-y; 
}

.boxencontent_login{
	margin:0px;
	padding:0px;
	color:#5A5A5A;
	background: transparent url(images/foot.gif) bottom left no-repeat;
}


/* FORUM PAGE BOX STYLES */

.boxenoutter_forum, .boxenoutter_forum_viewforum, .boxencontent_forum_viewtopic{
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

.boxeninner_forum, .boxeninner_forum_viewforum, .boxencontent_forum_viewtopic{
	margin: 0px;
	padding: 0px;
}

.boxencontent_forum, .boxencontent_forum_viewforum, .boxencontent_forum_viewtopic{
	margin: 0px;
	padding: 0px;
}

/* NEWS ARCHIVE BOX STYLES */

.boxenoutter_news_archive{
	padding: 1px;
	margin: 0px 4px; 
	background: #e1e1e1;
}

.boxeninner_news_archive{
	padding: 1px;
	background: #ffffff;
}

.boxencontent_news_archive{
	padding: 0px 6px;
	background: #ffffff;
}

/* NEWS CAT BOX STYLES */

.boxenoutter_news_cat{
	padding: 1px;
	margin: 0px 4px; 
	background: #e1e1e1;
}

.boxeninner_news_cat{
	padding: 1px;
	background: #ffffff;
}

.boxencontent_news_cat{
	padding: 0px 6px;
	background: #f7f7f7;
}

/* CHATBOX  */

.boxenoutter_chatbox{

}

.boxeninner_chatbox{

}

.boxencontent_chatbox{

}

/* AQUA STYLE */


.caption_aqua{
	margin:0px;
	padding:0px;
	width:179px;
	height:24px;
	background:#F7F7F7 url(images/caption.jpg) top left no-repeat;
}

.caption_aqua span{
	display:block;
	padding-top: 4px;
	padding-left: 8px;
}

.boxenoutter_aqua{
	margin:0px;
	padding:0px;
	width:179px;
	background: #F7F7F7 url(images/shade.jpg) top left repeat-x;
	margin-bottom:8px;
}
.boxeninner_aqua{
	margin:0px;
	padding:0px;
	width:179px;
	background: transparent url(images/content.gif) top left repeat-y; 
}

.boxencontent_aqua{
	padding:4px 4px;
	color:#5A5A5A;
	background: transparent url(images/foot.gif) bottom left no-repeat;
}

/* E107 CORE STYLES */

.smalltext {font: 10px verdana, tahoma, arial, helvetica, sans-serif;

}

.button {
	margin: 2px 0px;
	padding:2px 2px;	
	border: 1px solid #e1e1e1;
	color: #5A5A5A;
	font-size: 11px;
	text-align: center;
	background-image: url(images/button.png);
	background-color: #f7f7f7;
}

.smallblacktext {color: #5A5A5A; font: 10px verdana, tahoma, arial, helvetica, sans-serif;
 }

.indent{
	color: #2367A6;
	padding:12px;
	border: #e1e1e1 1px solid;
	background-color: #f7f7f7;
}

.defaulttext{ }

.mediumtext{ }

.tbox{
	padding:2px;
	border: #e1e1e1 1px solid;
	color: #5A5A5A;
	font-size: 12px;
}

.nextprev{
	margin: 4px 4px;
	background-color: #f7f7f7;
	border: #e1e1e1 1px solid;
	color: #5A5A5A;
	font-size:12px;
	text-align: center;
	padding : 2px;
	text-align: right;
}

.spacer { }

.border { }

.helpbox {width: 450px;}

/* NOT SURE WHAT THIS CLASS IS FOR [cspacer] STILL RESEARCHING */

.cspacer { }


/* FORUM and FORM STYLES */

a.forumlink{ }

a.forumlink:hover { }

.fborder {
	border: #e1e1e1 1px solid;
}

.fcaption {
	height: 23px;
	padding: 2px;
	font-size: 14px;
	color: #2367A6;
	font-weight: bold;
	background-color: #f7f7f7;
	border: #e1e1e1 1px solid;
	background: #fdfdfe url(images/fcaption.jpg) top left repeat-x;
}

.fcaption2 {
	height: 100px;
	padding: 0px;
	font-size: 13px;
	color: #2367A6;
	font-weight: bold;
	background-color: #f7f7f7;
	border: #e1e1e1 0px solid;
	background: #fdfdfe url(images/fcaption.jpg) top left repeat-x;
}

.finfobar{ }

.forumheader{
	margin: 2px 0px;
	padding: 4px;
	font-size: 13px;
	color: #2367A6;
	
	background-color: #f7f7f7;
	border: #e1e1e1 1px solid;
}

.forumheader2{
	margin: 2px 0px;
	padding: 4px;
	font-size: 12px;
	color: #5A5A5A;
	background-color: #fbfbfb;
	border: #e1e1e1 1px solid;
}

.forumheader3{
	margin: 2px 0px;
	padding: 4px;
	font-size: 12px;
	color: #5A5A5A;
	background-color: #F9F9Ff;
	border: #e1e1e1 1px solid;
}

.forumheader4{
	margin: 2px 0px;
	padding: 4px;
	font-size: 12px;
	color: #5A5A5A;
	background-color: #f7f7f7;
	border: #e1e1e1 1px solid;
}

.forumheader5{ 
	cursor:pointer;
}


.forumheader6{
	margin: 2px 0px;
	padding: 4px;
	font-size: 12px;
	color: #5A5A5A;
	background-color: #F5FEFF;
	border: 0px;
	text-align: right;
	vertical-align: top;
}


.forumheader7{
	margin: 2px 0px;
	padding: 4px;
	font-size: 12px;
	color: #5A5A5A;
	background-color: #FEFFF3;
	border: 0px;
}

/* CUSTOM TD used for full page renders */

.custom_caption {
	height: 29px;
	padding: 2px 8px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	border: #e1e1e1 1px solid;
	background: #a8d2ea url(images/custom_caption.jpg) top left repeat-x;
	line-height:29px;
	text-align:left;
}

.custom_caption a{
	color:#fff;
}

.custom_caption a:hover{
	color:#2367A6;
}

/* FUN STUFF */

.doNotDisplay{ /* used to hide elements */
	display: none;
}

#chatbox{
	width: 152px;

}

.chatbox{
	border: #e1e1e1 1px solid;
}

#loginform{
	margin:0px;
	padding:2px;

}

.logintable{
	margin:0px;
	padding:0px;

}

.logintable label{
	margin:0px;
	padding:0px;
	display:block;
	clear:both;
}