/* *********************************************** */
/* File name /style/plumage.css                    */
/* Created: 9 June 2009                            */
/* Webmaster: Vernon Swanepoel, www.sandcurves.com */
/* *********************************************** */

/* Main Element Tags */

a{
              /* Basic link stuff */
    font-size:110%;
    text-decoration:none;
    color:#333366;
}

a:hover{
              /* Basic link stuff */
    text-decoration:none;
    background-color:#cc0000;
}

a:visited{
              /* Been there, done that */
    color:#333366;
}

body{
              /* Clear margins, set fonts, stuff like that */
    border:0;
    margin:0;
    padding:0;
	width:100%;
	font-family:Trebuchet MS, Verdana, Myriad, Arial;
	background-color:#ffffff;
}

.clicker{
              /* In the specials page just helps indicate that people should click to open descriptions */
	padding:3px;
	border:3px solid #ffff99;
}

.clicker img{
              /* Bring the image in line with the word 'click' */
	margin-bottom:-8px;
}

form select{
              /* form on listing page */
    border:1px solid #cc0000;    
}

h1{
              /* Just style for the header tags... */
    font-size:120%;
    color:#9c0000;
}

h2{
              /* Just style for the header tags... */
    font-size:110%;
    color:#cc0000;
}

img{
              /* Get rid of borders in fuddy browsers */
    border:0;
}

/* Class Tags */

.bird_list table td{
               /* Bird list table style */
    border:1px solid black;
    padding:5px;
}

.bring{
               /*  Style for the 'what to bring' section on the Tours.php page */
        border:1px #cccc99 dashed;
        padding:10px;
        margin:10px; 
}

.buffer{
               /* So outer styling doesn't bother inner styling in various places */
    border:0;
    padding:0;
    margin:0;
}

.gallery_choice{
                /* Style for the main photogallery page */
	text-align:center;
	margin:0 10px 10px 10px;
	padding:1px 0 12px 0;
	border:1px #cc0000 solid;
}

.gallery_img{
                /* The actual image (inside the gallery_pics div */
	position:relative;
	float:left;			
}

.gallery_link{
                /* Link to the galleries */
    color:#333366;
}

.gallery_link:hover{
                /* Link to the galleries */
    color:#333366;
    background-color:#cc0000;
}

.gallery_link_img{
    background-color:inherit;
    border:none;
    margin:none;
    text-decoration:none;
    padding:none;
}

.gallery_link_img:hover{
    background-color:inherit;
    border:none;
    margin:none;
    text-decoration:none;
    padding:none;
}

.gallery_nav{
                /* Style the navigation between the different gallery pages */
	text-align:center;
}	

.gallery_pics{
                /* The container div of the pics and the text in the gallery */
	position:relative;
	float:left;
	height:300px;
	float:left;
	padding:10px;
	margin:0;
}

.gallery_text{
                /* Contained within the div of the images in the main galleries */
   position:relative;
	color:#003333;
	float:left;
	border:0;
	padding:50px;
}

.hideIt{
                /* Hides the check box in the birdlist (if people print the page it is not hidden) */
	display: none;
}

.i{
                /* Font style for scientific names */
	font-style:italic;
}

.newsletter{
                /* The info text on the newsletter page */
   padding-left:3em;
}

.noBorder{
                /* The borders of the form on the listing page */
    border:none;
    background-color:#cccc99;
}

.note, .note a{
               /* For special notes slipped into the text */
    font-size:90%;
}

.specials{
                /* This is the main list containing all the specials and adaptations */
    list-style:none;
    display:inline;
}

.specials li{
                /* This is the main list containing all the specials and adaptations */
    padding-bottom:6px;
}

.specials_details{
                /* hide show list elements */
    display:none;
}

.open{
                /* Show elements in specials.php lists */
    cursor:pointer;
    background-color:#f7f3d8;
}

input.open{
                /* Close button */
    border:4px solid #cccc99;
}

.open:hover{
                /* Show elements in specials.php lists */
    background-color:#cc0000;
}


/* ID Tags */

#about_ing {
                /* Contents on the about page, not incl image of neil */
	position:relative;
	float:left;
}

#bird{
                /* To style the 'bird' part of birdwatching in header */
    font-weight:900;
}

#contain_footer{
                /* Contains the website footer's structure */
    border:0;
    margin:0;
    padding:0;
    text-align:center;
}

#contain_footer input{
	
    border:0;
    background-color:#ffffff;
}

#container{
		/* contains the whole page */
    border:0;
    clear:both;
    float:left;
    margin:0;
    padding:0;
    position:absolute;
	width:100%;
}

#content{
		/* contains the content */
	border:0;
    margin-left:0;
    padding:0;
    float:left;
    width:60%;
    position:relative;
    display:inline;
}

#emp{
      /* The line which indicates that SafariWise is the top local birding tour operator */
    color:#333366;
}

#footer{
		/* contains the footer */
    border:1px #cc0000 solid;
	border-bottom:0;
	border-left:0;
	border-right:0;
    margin:0;
    padding:0;
    clear:both;
    float:left;
    width:100%;
}

#gallery_buffer{
		/* The main buffer for the gallery pages */
    border:0;
    position:relative;
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

#gallery_inner_buffer{
		/* The inner buffer for the gallery pages */
    margin:0 5% 0 5%;
}


#header{
		/* contains the page header */
    border:0;
    margin:0;
    padding:0;
    float:left;
    width:100%;
	background-image:url('../logo_back_test.png');
    background-repeat:no-repeat;
    background-position:left;
}

#head_container{
                /* div holding together the various items in the header */
    border:1px #cc0000 solid;
	border-top:0;
	border-left:0;
	border-right:0;
    margin:0;
    padding:0;
    width:100%;
	height:160px;
	background-image:url('../birdwatching_header.jpg');
    background-repeat:no-repeat;
    background-position:right;
}

#head_container p{
                /* div holding together the various items in the header, styleing the p tage */
    size:20%;
}

#img_role{
		/* contains the img role and right margin */
    border:0;
    padding:0;
    margin:0;
    width:25%;
    float:left;
    display:inline;
}

#img_role_container{
                /* a div to contain the img role script */
    margin:0;
    padding:10px 10px 10px 0;
    border:2px #ffffff solid;
    float:right;
}

#img_role_container a{
                /* a div to contain the img role script */
    margin:0;
    padding:0;
    border:0;
}


#img_role_container img{
                /* a div to contain the img role script */
    margin:0;
    padding:0;
    border:2px #ffffff solid;
}

#img_role_container img:hover{
                /* a div to contain the img role script */
    margin:0;
    padding:0;
    border:2px #cc0000 solid;
}

#nav{
		/* contains the navigation and left margin */
    border:0;
    margin-left:0;
    padding:0;
    float:left;
	position:relative;
    width:15%;
}

#nav_list{
                /* sets the navigation list's properties */
    border:0;
    margin:0;
    padding:0;
    list-style:none;
}

#nav_list li{
                /* Navigation in the form of a list, without list thingmebob */
    border-right:solid #ffffff 2px;
    border-bottom:solid #ffffff 2px;
    margin:0 20px 0 0;
    padding:0 0 1px 10px;
    background-color:#ffffff;
}

#nav_list li:hover{
                /* Hover over nave links location...slightly wider than link, that's okay??? */
    background-color:#cc0000;
}

#nav_list li.here{
                /* This is the actual page it is one, diplayed but not linked */
    background-color:#f7f3d8;
}

#page_title{
                /* The actual title */
    border:0;
    float:left;
	margin-left:20%;
    font-family:Purisa;
}

#page_title h1{
                /* Set the style of the page's title */
    color:#333366;
    font-weight:500;
    font-size:280%;
    margin-bottom:-10px;
}

#page_title p{
                /* Set the stuff of the page secondary title */
    color:#333366;
    font-size:120%;
    font-weight:800;
    margin-bottom:-0.5px;
}

#print_only{
                /* This is only to add some information for pages that are printed to paper */
    display:none;
}

#age{
                /* The image in the title */
    float:left;
    margin-left:40%;
}

#website_nav{
                /* container div for the navigation list */
    border:0;
    margin:0;
    padding:0;    
}
