﻿﻿/*
+---------------------------------------------------------------+
|	e107 website system Aqua Theme
|
|	&#169;William 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: 'Tahoma', Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	direction:rtl;
	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:#000;
	padding: 2px;
	background-color: transparent;
	text-align:right;
	direction:rtl;
	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: #EBA30A;
	background:transparent;
	font-weight: normal;
}

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

blockquote {
	color: #000;
	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:800px;
	background: #fff url('images/page.jpg') repeat-x top left;
}

#header {
	position: relative;
	height: 120px;
	width: 100%;
	background: transparent url(images/header.jpg) no-repeat;
	padding-right: 50px;
}

#header img {
	float: right;
}

#header h1,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;
}

#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-left: 4px;
}

#mainright {
	margin-right: 4px;
}

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

#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 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:url('images/subbullet.jpg') no-repeat bottom center;
}

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

/* LOGIN  and LOGIN UL LIST */

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

.username{
	width: 100px;
}

.password{
	width: 100px;
}

#loginnavigation{
	padding-left:4px;	
}

#loginnavigation li{
	list-style-type:square; list-style-position:inside; list-style-image: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;
	width: 468px;
}

.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:179px;
	height:24px;
	background: #F7F7F7 url('images/caption.jpg') no-repeat top left;
}

.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: #f7f7f7;
	border: #e1e1e1 1px solid;

}

/* MESSAGE SCROLLER */

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

/* DEFAULT BOX STYLES */

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

.boxenoutter a {
font-size: 12px;
}

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

.boxencontent{
	padding: 0px 6px;
}

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

.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: 12px;
	line-height: 18px;
}

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

/* LOGIN BOX */

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

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


/* 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') no-repeat top left;
}

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

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

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

/* E107 CORE STYLES */

.smalltext {}

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

.smallblacktext { }

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

.defaulttext{ }

.mediumtext{ }

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

.nextprev{
	margin: 4px 4px;
	background-color: #f7f7f7;
	border: #e1e1e1 1px solid;
	color: #000;
	font-size: 9px;
	text-align: center;
	padding : 2px;
	text-align: left;
}

.spacer { }

.border { }

.helpbox { }

/* 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: 12px;
	color: #2367A6;
	font-weight: bold;
	background-color: #f7f7f7;
	border: 1px solid #e1e1e1;
	background: #fdfdfe url('images/fcaption.jpg') repeat-x top left;
}

.finfobar{ }

.forumheader{
	margin: 2px 0px;
	padding: 4px;
	font-size: 12px;
	color: #2367A6;
	background-image: url('../e107_images/forum/fcap2.png');
	background-color: #f7f7f7;
	border: #e1e1e1 1px solid;
}

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

.forumheader3{
	margin: 2px 0px;
	padding: 4px;
	font-size: 13px;
	color: #000;
	background-color: #F3F4F5;
	border: #e1e1e1 1px solid;
	line-height: 20px;
	text-align: justify;
}

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

.forumheader5{ 
	cursor:pointer;
}

/* CUSTOM TD used for full page renders */

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

.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;
}

#spf {position: absolute;left: -10000px;};

.news_image{
	display: block;
}

.indent {
	font-size: xx-small;
}

#menu {
	color: maroon;
}

table tbody tr td {
	font-size: 10px;
}


#sitename {
	float: left;
	padding-top: 40px;
	padding-left: 60px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma;
}


#comment, #helpb{
	width: 350px;
}

textarea, input{
	font-family: Tahoma;
	font-size: x-small;
}


.menubar {
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;
	background-image:url('images/navbarbg.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
}
.menubar a {
	color: gray;
}

h3 a {
color: #e16f00
}

h3 a:hover {
color: #3ba8cc;
text-decoration: none;
}