/* CSS DI LABIO BIRDING WEBSITE */


/* MAIN MENU */

.menumain {
margin:0 auto; 
padding:0; 
height:30px; 
width:100%; 
display:block; 
background:url('images/topMenuImages.png') repeat-x;
}

.menumain li {
margin:0;
padding:0; 
list-style:none; 
display:inline;
}

.menumain li a span {
line-height:30px; 
float:left; 
display:block; 
padding-right:15px; 
background:url ('images/topMenuImages.png') 100% -30px no-repeat;
}

.menumain li a {
float:left; 
padding-left:15px; 
display:block; 
color:rgb(255,255,255); 
text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; 
cursor:pointer; 
background:url('images/topMenuImages.png') 0px -30px no-repeat;
}

.menumain li a:hover {
background-position:0px -60px; 
color:rgb(255,255,255);
}

.menu li a:hover span {
background-position:100% -60px;
}

.menumain li a.active, 

.menu li a.active:hover {
line-height:30px; 
font:12px Verdana, Arial, Helvetica, sans-serif; background:url('images/topMenuImages.png') 0px -90px no-repeat; 
color:rgb(255,255,255);
}

.menumain li a.active span, 

.menu li a.active:hover span { 
background:url('images/topMenuImages.png') 100% -90px no-repeat;
}


/* SIDE MENU */

.menuside {
margin:0; 
padding:0; 
width:200px; 
list-style:none;
background: #ffffff;
}

.menuside li {
padding:0; 
margin:0 0 1px 0; 
height:25px; 
display:block; 
}

.menuside li a {
text-align:left;height:40px; 
padding:0px 25px; 
font:12px Verdana, Arial, Helvetica, sans-serif; color: #6a6b55; 
display:block; 
background:url('images/verMenuImages.png') 0px 0px no-repeat; 
text-decoration:none;
}

.menuside li a:hover {
background:url('images/verMenuImages.png') 0px -40px no-repeat; 
color: #961002;
}

.menuside li a span {
line-height:40px;
}


/* HEADERS */

h2 {
font-family: Helvetica, Arial;
font-size: 18px;
font-weight: bold;
color: #961002;
border-bottom: 1px solid #6a6b55;
} 


h3 {
font-family: Helvetica, Arial;
font-size: 14px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #6a6b55;
} 



/* LINKS */


A:link {
text-decoration: none; 
color: #961002;
}

A:visited {
text-decoration: none; 
color: #961002;
}

A:active { 
text-decoration: none
}

A:hover {
text-decoration: underline; 
color: #961002; 
}



/* BUTTONS - BACKTOTOP */

.buttonscontainer {
width: 150px;
align: center
}

.buttonsbacktotop {
width: 100px;
}

.buttons a {
color: #ffffff;
background-color: #6a6b55;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #6a6b55;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.buttons a:hover {
border-left: 10px solid #961002;
text-decoration: none;
color: #ffffff;
}


/* BUTTONS - REGISTER */

.buttonscontainer {
width: 150px;
align: center
}

.buttonsregister {
width: 110px;
}

.buttonsregister a {
color: #ffffff;
background-color: #961002;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #961002;
font: 12px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
}

.buttons a:hover {
border-left: 10px solid #6a6b55;
text-decoration: none;
color: #ffffff;
}


/* IMAGES */

/* HTML FOR IMAGES:

<div class="figure">
  <p><img class="scaled" src="images/name.jpg" alt=""></p>
  <p>Caption
  </p>
</div>

*/

/* FIGURES 1 */

div.figure {
  float: right;
  width: 50%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure p {
  font: 12px Verdana, sans-serif;
  font-color: #6a6b55;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}


/* FIGURES 2 */


div.figureb {
  float: centre;
  width: 200px;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}

div.figureb p {
  font: 12px Verdana, sans-serif;
  font-color: #6a6b55;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}


/* FIGURES 3 */


div.figurec {
  float: right;
  width: 90%;
  margin: 0.5em;
  padding: 0.5em;
}

div.figurec p {
  font: 12px Verdana, sans-serif;
  font-color: #6a6b55;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
  width: 100%;
}



/* COLUMNS */


#container
{
width: 90%;
margin: 10px auto;
background-color: #ffffff;
color: #333;
line-height: 130%;
}

#top
{
padding: .5em;
background-color: #ffffff;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 200px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
text-align: center
}

#content
{
margin-left: 250px;
border-left: 1px solid gray;
padding: 1em;
max-width: 30em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ffffff;
font-family: Arial Narrow;
font-size: 10px;
text-align: center;
color: #6a6b55
}

#leftnav p, #rightnav p 
{ 
margin: 0 0 1em 0; 
font-family: Helvetica, Arial
font-size: small; 
}

#content h2 
{ 
margin: 0 0 .5em 0; 
}




/* TABLE - COURSE/TRIP/TOUR INFO */

table, td
{
font:100% Arial, Helvetica, sans-serif; 
}

table {
width:100%;
border-collapse:collapse;
margin:1em 0;
}

th, td {
text-align:left;
padding:.5em;
border:1px solid #fff;
}

th {
background:#ffffff;
color:#961002; 
font-weight: bold;
width: 115px;
vertical-align: top;
}



/* TABLE2 - BIRD LIST */


#table2, td
{
font:100% Arial, Helvetica, sans-serif; 
}

#table2 {
width:100%;
border-collapse:collapse;
margin:1em 0;
}

#table2 th {
text-align:left;
padding:.5em;
border:1px solid #fff;
background:#ffffff;
color:#961002; 
font-weight: bold;
width: 115px;
vertical-align: top;
}

#table2 td.birds {
text-align:left;
padding:.5em;
border:1px solid #fff;
vertical-align: top;
}

#table2 td.notes {
text-align: left;
padding:.5em;
border:1px solid #fff;
vertical-align: top;
font-size: small;
}