bo/********************************************
   AUTHOR:  		Billy
   WEBSITE:   		http://www.netaquaclub67.org/
   TEMPLATE NAME: 	NetAquaClub67
   
   VERSION:          1.0   
   LAST MODIFIED:    26/12/2008	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	background-color: #333333;
	text-align: center;
	width:100%;/* for mozilla*/	
		
}

/* links */
a { background: inherit; color: #FFFFFF; text-decoration: none; }
a:hover { background: inherit; color: #FF9600; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
		
}

/* images */

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  font-weight:bold;

}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-position: 8px 10px;
	border-left: 3px solid #FF9600;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #000000;	
}

/* start - table */
table {
      border-collapse: collapse;
	margin: 0px 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #336699;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 32px;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:0px; padding: 30px;
	border: 1px solid #f2f2f2; 
	margin-left: 25%;
	position:relative;
	text-align:center;

}
label {
	
	margin:0px 0;
}
input {
	padding: 2px;
	width:120px;
	border:1px solid #000000;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:10px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:2px solid #f2f2f2;
	height:150px;
	display:block;
	color:#000000;
	
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background-color: #ff9600; 
	padding: 2px 3px; 
	color: #000000;	
	border: 1px solid #DADADA;	
}
button {
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background-color: #ff9600; 
	padding: 2px 3px; 
	color: #000000;	
	border: 1px solid #DADADA;
}





#ajaxSearch_form {
		position:relative;
		background-color: transparent;
		border: none;	margin-left: 0%; padding: 0;
            color: #000000;
            
        }
#ajaxSearch_input {
		position:relative;
            width: 170px;
            display: inline;
            height: 25px;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            margin: 0px;
            padding: 0px;
   }
#ajaxSearch_submit {
		position:relative;
		display: inline;
            font: bold 12px Arial, Sans-serif; 
		color: #000000;
		background-color: #ff9600;	
		width: 120px;
		height: 25px;
		border: 1px solid #DADADA;
		margin-left: 0%; 
		padding: 0px;
		vertical-align: top;

        }
#ajaxSearch_output {
		
            padding: 20px;
            height: auto;
            
        }
        .ajaxSearch_paging {
    
        }
        .ajaxSearch_resultsInfo {
		
            color: #000000;
            margin-bottom: 3px;
        }
        .ajaxSearch_resultLink {
		margin-left: 15px;
            text-decoration: none;
		color: #ff9600;
        }
        .ajaxSearch_resultDescription{
		margin-left: 15px;
            color: #000000;
        }
        .ajax_more_results {
            color: #555;
        }
.ajaxSearch_highlight {
    font-weight:bold;
    padding: 0px;
    margin: 0px;
    border: 0px solid #dd3;
    color: #FF0000;
}


/***********************
	  LAYOUT
************************/
#wrapper {
	background-color: #333333;
	
}

#outer{
	height:100%;
	min-height:100%;
	width:94%;
	margin-left: 3%;
	margin-top: 2%;
	text-align:center;
	position:relative;
	overflow:visible;
	
}



#header-content, #content, #footer-content {
	width: 100%;
}

/* header */
#header {
	position:absolute;
	top:0px;
	left:0%;
	width:100%;
	height:104px;
	z-index:1;
	background:  url(../images/clouds.jpg) repeat-x left top;
	
}

#header2 {
	position:relative;
	top:103px;
	left:0%;
	width:100%;
	height:75px;
	z-index:1;
	background:  url(../images/water_edge.jpg) repeat-x left top;
}


#header2 #header-welcome {
	position: absolute;
	color: #000000;
	font: 12px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 55px; right: 20px;	
	text-align:right;
}
#header2 #header-welcome a {	
	color: #000000;
	text-decoration: none;
      font: bold 12px "Trebuchet MS", Arial, Tahoma, Sans-serif;
}
#header2 #header-welcome a:hover {
	color: #FF9600;	
	font: bold 12px"Trebuchet MS", Arial, Tahoma, Sans-serif;
}


#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	background:  url(../images/logo.jpg) no-repeat left top;
	position: absolute;	
	/* change the values of left and top to adjust the position of the logo */
	top: 0px; left: 10px;
}
#header-content h1#logo a {

	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #000000;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 75px; left: 30px;
}

/* header menu */

#header #header-links {
	position: absolute;
	color: #C6DDEE;
	font: bold 14px"Trebuchet MS", Arial, Tahoma, Sans-serif;
	top: 20px; right: 20px;	
}
#header #header-links a {	
	color: #000000;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #FF9600;	
}

/* content */
#content-wrap {
	top:350px;
	clear: both;
	float: left;
	width: 100%;
	z-index:100;
	background:  url(../images/gradientbg.jpg) repeat left top;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0px 30px 0px 0px;	
}

/* sidebar */
#sidebar {
	position:relative;
	float: left;
	width: 15%;
	margin: 135px 0px 10px 20px; padding: 0;	
}	
#sidebar h1 {
	text-align:center;
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ff9600;
	background:  url(../images/divider02.jpg) no-repeat;
	z-index:10;
	border-bottom: 1px solid #EFEDED;

}
#sidebar img {
padding-top: 10px;
padding-bottom: 5px;
}
.sidebox {
	height: auto;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* leftbar */
#leftbar {
	position:relative;
	float: right;
	width: 15%;
	margin: 135px 20px 10px 0; padding: 0;	
}	
#leftbar h1 {
	text-align:center;
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ff9600;
	background:  url(../images/divider02.jpg) no-repeat;
	z-index:10;
	border-bottom: 1px solid #EFEDED;
	

}
.leftbox {

	height: auto;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

.date {
	background: url(../images/clock.gif) no-repeat;
	padding-left: 5px; margin: 0 10px 0 5px;
}
.comments {
	background: url(../images/comment.gif) no-repeat;
	padding-left: 5px; margin: 0 10px 0 5px;
}
.readmore {
	background: url(../images/page.gif) no-repeat;
	padding-left: 5px; margin: 0 10px 0 5px;
}



/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	
			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;

}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #000000;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-top: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar .last a{	
	border-bottom: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #ff9600;
	color: #ff9600;		
}
#sidebar ul.sidemenu .here2 a {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #ff9600;
	color: #ff9600;	
}
#sidebar ul.sidemenu .here2 a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #ff9600;
	color: #000000;	
}



/* main */
#main {
	
	float: left;
	width: 80%;	
	margin: 100px 0px 10px 15px; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ff9600;
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

.post {
	margin: 0; padding: 0;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('../images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('../images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('../images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* bottombar */
#bottombar {
	position:relative;
	float: left;
	width: 80%;	
	margin: 10px 0px 10px 10px; padding: 0;	
}	
#bottombar h1 {
	background:  url(../images/divider02.jpg) 0 0 repeat-x;
	text-align:center;
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #ff9600;
	z-index:10;

}
#bottombar img {
padding-right: 20px;

}
.bottombox {
	height: auto;
	border: 1px solid #EFEDED;
	margin-bottom: 10px; 
}



/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal 12px/1.4em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: center;
      
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 0px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 0px;
}
#footer-content a {
	text-decoration: none;
	color: #FFFFFF;	
}
#footer-content p {
	color: #ff9600;	
}

#footer-content a:hover {
	text-decoration: none;
	color: #ff9600;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}

#footer-content .col2 {
	width: 100%;
	height: 5%;
	padding: 0 0 30px 0;
      z-index:1;
	position: relative;		
}
#footer-content .bottom-left {
	position:relative;
	float: left;
	padding-left: 0px;
	width: 23%;	

}

#footer-content .bottom-middle {
	position:relative;
	float: left;
	width: 42%;	
	padding-left: 20px;
	text-align: center;	
}

#footer-content .bottom-right {
	position:relative;
	text-align: right;
      float: right;
	padding-right: 0;
	width: 28%;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
