
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

img{border:0px;}


body {
	margin: 10px 0 0 0; 	padding: 0;
	font: normal 16px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #090807 url(images/bg.jpg) repeat-x;
	color: #8F8F8E; 	
}

/* links */
a {
	color: #d83c3c;		
	background-color: inherit;
	text-decoration: none;			
}
a:hover {	
	color: #e54040;
	background-color: inherit;	
}

/* headers */
h1, h2, h3, h4,x {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: darkblue;
}
h1 { font-size: 5em; color: black; letter-spacing: -2px;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }

x { font-size: 1.5em; }

p, h1, h2, h3, x h4 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}


code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: transparent;
  border: 1px solid #211E20;   
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #8F8F8E;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 30px;  
   background: transparent;
	border: 1px solid #211E20;   
  	font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
}

/* start - table */
table {
	margin: 10px 15px; 
	border-collapse: collapse;			
}
th strong {
	color: #fff;
}
th {
	background: white;
	color: black;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
}
tr {
	color: black;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	border-top: 2px solid green;;	
}
/* end - table */

/* form elements */
form {
	margin: 10px 15px; 
	padding: 10px;
	background: transparent;
	border: 1px solid #211E20;  
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:bold;
	margin: .4em 0;	
}
input {
	padding: .3em;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
input.button { 
	font: bold 1em Arial, Tahoma, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #fff;
	background: #000;
	border: 2px solid #211E20; 
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 20em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 11em;
	color: #777; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 80px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header, #nav, #content, #bomcontent, #bynamecontent, #footer-wrap {
	width: 1024px;
}

/* header */
#header {
	
	clear: both;
	position: relative;
	margin: 0 auto; padding: 0;
	background: transparent;
	height: 205px;
	text-align: left;	
	padding-bottom:10px;
}

#header h1#logo-text a{
	font-family: 'Patua One', cursive;
	position: absolute;
	margin: 0; padding: 0;
	letter-spacing: -3px;
	color: black;
	text-decoration: none;
	z-index: 9998;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 33px; left: 20px;	
}
#header p#slogan {
	position: absolute;	
	font: normal 25px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #fff;
	margin: 0; padding: 0;
	z-index: 9999;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 130px; left: 25px;
}

/* Navigation */

body#index a#indexnav,
body#bom a#bomnav,
body#about a#aboutnav,
body#news a#newsnav,
body#links a#linksnav,
body#malta a#maltanav,
body#w2g a#w2gnav,
body#contact a#contactnav
{color: tomato;}

#navcont{
width: 919px;
margin:0 auto;}

#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;	
	text-align: center;
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	height: 56px;	
	
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 56px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	color: white;
	font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: tomato;
	
}




}

/* content */


#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	color: black;
	background: white;
	overflow: hidden;
}



#maltaphoto {
	text-align: center;	
	width: 1024px;
	padding-top: 15px; 
	padding-bottom: 15px;
	margin: 0 auto;
	color: black;
	background: white;
}

#locmainphoto {
	text-align: center;	
	width: 678px;
	padding-top: 2.5px; 
	padding-bottom: 2.5px;
	margin: 0 auto;
	margin-top:10px;
	color: black;
	background: white;
}

#aboutus {
	width: 600px;
	float: left;
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	background: white;
	border-top: 2px solid green;
	margin-bottom: -2000px; padding-bottom: 2000px;
}

#aboutphoto {
	width: 424px;
	float: right;
	text-align: center;	
	padding: 0; 
	margin: 0 auto;
	background: white;
	border-top: 2px solid green;
	padding-top: 20px;
	align:center;
	margin-bottom: -2000px; padding-bottom: 2000px;
}


#bomcontent {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	color: black;
	background: white;
	min-height: 1015px;
}

#welcome {
	width: 600px;
	float: left;
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	background: white;
	min-height: 445px;
	border-right: 2px solid green;
	border-bottom: 2px solid green;
}

#bomwelcome {
	width: 600px;
	float: left;
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	background: white;
	min-height: 1015px;
	border-right: 2px solid green;
}

#bomside { float: right;
	   width: 422px;
	   padding: 0;
	   background: white;
	   min-height: 950px;}
	   
#browseby { float: right;
	   width: 422px;
	   padding: 0;
	   background: white;
	   min-height: 445px;
	   border-bottom: 2px solid green;}
	  
#inourdb { float: right;
	   width: 422px;
	   padding: 0;
	   background: white;
	   border-bottom: 2px solid green;
	   }
	   
#download { float: right;
	   width: 422px;
	   padding: 0;
	   background: white;
	   border-bottom: 2px solid green;
	   }
	  
#starbird { float: right;
	   width: 422px;
	   padding: 0;
	   background: white;
	   }
	  	   
#whattodo{
	width: 412px;
	float: right;
	text-align: left;	
	padding-left: 10px; 
	margin: 0 auto;
	background: white;
	min-height:445px;
	border-bottom: 2px solid green;
		
	
#todorow { width: 424px;
	   max-height: 74px;
	   float: left;
 

}

}
#todoimg{
	width: 74px;
	height: 74px;
	float: left;
	text-align: left;	
	background: white;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
#todo{
	width: 320px;
	height: 74px;
	float: right;
	text-align: left;	
	background: white;
	padding-bottom: 15px;
	padding-right: 5px;
	
}

#news {
	width: 595px;
	float: right;
	text-align: left;	
	padding-left: 10px; 
	margin: 0 auto;
	background: white;
	min-height: 440px;
	
}

#whatsnew{
	width: 417px;
	float: left;
	text-align: left;	
	padding: 0px; 
	margin: 0 auto;
	background: white;
	min-height:440px;
	border-right: 2px solid green;}




/* main */
#main {
	margin: 10px 26em 10px 0; 
	padding: 0;		
}
#main h2 { 
	font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
	color: #84A5DA;	
	letter-spacing: -2px;		
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #211E20; 	
}
#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}

#footer-wrap {	
	clear: both;
	padding: 0;	margin: 0 auto; 
}

/* columns */
#columns {
	clear: both;
	text-align: left;
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 1.6em 0 .5em 0;
	width: 95%;	
}
#columns h3 {
	color: #99CC33;	
	margin: 0;
	padding: 0 10px; 	
	font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;	
	text-transform: uppercase;
}

#columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #111;	
}
#columns li {
	border-bottom: 1px solid #111;		
}
#columns li a {
	display: block;
	padding: .5em 0 .5em 1em;
	color: #8F8F8E;
}
#columns li a:hover {
	color: #fff;	
}

#columns .col3, .col3-center {
	float: left;
	width: 31%;
}
#columns .col3-center { 
	margin: 0 15px; 
}

/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto; 
	padding: 1em 0 1.5em 0;
	text-align: center;
	color: white;
	font-size: .85em
}

/* 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; }
.grey {	color: #8F8F8E; }

.post-by {
	font-size: .9em;	
	padding-top: 0;
}

.post-footer { 
	text-align: right; 
	background: transparent;
	border: 1px solid #211E20; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date, 
.post-footer .comments,
.post-footer .readmore {
	padding-left: 20px; margin: 0 3px 0 3px;
}
 
/*	Search		*/

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}  

/* Form wrapper styling */
.form-wrapper {
    width: 350px;
    padding: 5px;
    margin: 15px auto 10px auto;
    background: lightblue;
    border-radius: 10px;
    
}
 
/* Form text input */
 
.form-wrapper input {
    width: 225px;
    height: 20px;
    padding: 10px 5px;
    padding-left: 10px;
    float: left;    
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: white;
    border-radius: 10px 0 0 10px;      
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}    
 
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
   
.form-wrapper button:hover{     
    background: #e54040;
}   
   
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

/*list*/



#bynamecontent {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	color: black;
	background: white;
	overflow: hidden;
}


	
#listspacer{
	float: left;
	width: 120px;
	padding: 0px;
	background : white;
	margin: 0 auto;
	min-height:10px;
	margin-bottom: -2000px; padding-bottom: 2000px;
	}

#showlist {
	width: 892px;
	float: right;
	text-align: left;	
	padding-left: 10px; 
	margin: 0 auto;
	background: white;
	border-left: 2px solid green;
	margin-bottom: -2000px; padding-bottom: 2000px;
	
}

#w2gwelcome {
	width: 698px;
	float: right;
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	background: white;
	border-left: 2px solid green;
	margin-bottom: -2000px; padding-bottom: 2000px;
}

#locprofile {
	width: 678px;
	float: right;
	text-align: left;	
	padding: 0; 
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	background: white;
	border-left: 2px solid green;
	
}
#locdetails {
	width: 678px;
	float: left;
	text-align: left;	
	padding-bottom: 5px; 
	padding-left:0px;
	margin: 0 auto;
	background: white;
}

#locdetail {
	width: 678px;
	float: left;
	text-align: left;	
	padding-left: 0px;
	padding-top: 10px;
	margin: 0 auto;
	background: white;
	
}

#speciesprofile {
	width: 882px;
	float: right;
	text-align: left;	
	padding-left: 10px; 
	padding-right: 10px;
	margin: 0 auto;
	background: white;
	min-height: 915px;
	border-left: 2px solid green;
	margin-bottom: -2000px; padding-bottom: 2000px;
	
}

#speciesname {
	width: 882px;
	float: left;
	text-align: left;	
	padding-left: 0px; 
	margin: 0 auto;
	background: white;
	min-height: 50px;
	border-bottom: 2px solid green;
}

#speciesdetails {
	width: 882px;
	float: left;
	text-align: left;	
	padding-bottom: 5px; 
	padding-left:0px;
	margin: 0 auto;
	background: white;
	border-bottom: 2px solid green;
}

#similarsp {
	width: 882px;
	float: left;
	text-align: left;	
	padding-left: 0px; 
	margin: 0 auto;
	background: white;
	padding-top: 5px;
	padding-bottom: 10px;
}

#next {
	width: 882px;
	float: left;
	text-align: center;	
	padding-left: 0px; 
	margin: 0 auto;
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
}



#detail {
	width: 882px;
	float: left;
	text-align: left;	
	padding-left: 0px;
	padding-top: 10px;
	margin: 0 auto;
	background: white;
	
}



#photos {
	width: 882px;
	float: left;
	text-align: left;	
	padding-left: 0px; 
	margin: 0 auto;
	background: white;
	border-bottom: 2px solid green;
}

#largephoto {
	width: 430px;
	float: left;
	text-align: left;	
	padding-left: 5px;
	padding-right: 5px; 
	margin: 0 auto;
	background: white;
	max-height: 330px;
}

#smallphotos {
	width: 430px;
	float: right;
	text-align: left;	
	padding-left: 5px;
	padding-right: 5px; 
	margin: 0 auto;
	background: white;
	max-height: 330px;
}

#smallrow {
	width: 85px;
	float: left;
	text-align: left;	
	padding-left: 0px;
	padding-right: 0px; 
	margin: 0 auto;
	background: white;
	max-height: 330px;
}

#menulist {
	float: left;
	width: 120px;
	padding: 0px;
	background : white;
	margin: 0 auto;
	}

#menulist ul {
		list-style-type:none;
		margin: 0;}
		
#menulist li {padding-top:2px;
	      color: black;}

#menulist li a {
	color: black;
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
  	margin: 0 auto;
}

#menulist li a:link, .menulist li a:visited {
	color: black;
	display: block;
	background: url(images/menu8.gif) no-repeat;
	padding: 8px 0 0 20px;
	margin: 0 auto;
}

#menulist li a:hover {
	color: black;
	background: url(images/menu8.gif) 0 -32px no-repeat;
	padding: 8px 0 0 25px;
	margin: 0 auto;
}
	     
#menulist li a:active {
	color: black;
	background: url(images/menu8.gif) 0 -64px no-repeat;
	padding: 8px 0 0 25px;
	margin: 0 auto;
}	

#locmenulist {
	float: left;
	width: 324px;
	padding: 0px;
	background : white;
	margin: 0 auto;
	margin-bottom: -2000px; padding-bottom: 2000px;
	}

#locmenulist ul {
		list-style-type:none;
		margin: 0;}
		
#locmenulist li {padding-top:2px;
	      color: black;}

#locmenulist li a {
	color: black;
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
  	margin: 0 auto;
}

#locmenulist li a:link, .menulist li a:visited {
	color: black;
	display: block;
	background: url(images/menu8.gif) no-repeat;
	padding: 8px 0 0 20px;
	margin: 0 auto;
}

#locmenulist li a:hover {
	color: black;
	background: url(images/menu8.gif) 0 -32px no-repeat;
	padding: 8px 0 0 25px;
	margin: 0 auto;
}
	     
#locmenulist li a:active {
	color: black;
	background: url(images/menu8.gif) 0 -64px no-repeat;
	padding: 8px 0 0 25px;
	margin: 0 auto;
}	

