/* ////////////////////////////////////////////////////////////////////
//                                                                   //
//    See Namibia Stylesheet                                         //
//                                                                   //
//    Copyright:                                                     //
//    Frantic Naturalist Tours and Safaris CC                        //
//                                                                   //
//    File:    stricking.css                                         //
//    Author:  Vernon Swanepoel                                      //
//    Email:   vernon@see-namibia.com                                //
//    Color Palate  ...adapted from:                                 //
//    http://www.colourlovers.com/palette/25448/Cholla_horse_artist  //
//                                                                   //
//////////////////////////////////////////////////////////////////// */

/* html tags ////////////////////////////////// */


a{   /* normal links tags */
   text-decoration:none;}
a:hover{   /* normal links hover */
   background-color:#aa4411;   text-decoration:underline;}

body{   /* normal body stuff */
   background-color:#ffffff;   margin:0;   padding:0;
   font-family:Verdana, Sans-serif, Arial, Helvetica, 'Helvetica Neue','Trebuchet ms';}
h1{   /* main title only */
   font-size:70pt;   margin:0;   padding:0;}
h1 a{   /* main title link settings */
   color:#998866;}

img{   /* General images */
   border:none;   margin:0;  padding:0;   overflow:hidden;}
ul{
   display:block;   list-style:none;   margin:0;   padding:0;}
   


/* id tags //////////////////////////////////// */

/* main page blocks */

#block{   /* just to clear keep main and sidebar together */
   border:none;   margin:0;   padding:0;   width:100%;}
#cse-search-results{ /* google search box */
   width:800px;}
#footer{   /* main page footer */
   border:none;   float:left;   margin:0;   padding:10px 3% 10px 3%;   width:94%;
   text-align:center;}
#header{   /* main page header */
   background-color:#443322;   border:none;   float:left;   margin:0;   padding:0 3% 0 3%;
   width:94%;}
#main{   /* the main content part of the site */
   border-right:1px solid #ffffff;   float:left;   margin:0;   padding:10px 3% 0 3%;   width:60%;}
#sidebar{   /* main page sidebar */
   border:none;   float:left;   margin:0;   padding:10px 3% 0 3%;   width:23%;}
#variable{   /* bottom of sidebar */
   border:none;   float:left;   margin:0;   padding:0;}
#_in{   /* inside some of the sections, to be sure to clear the */
   border:none;   margin:0;   padding:0;   float:left;}

/* remaining id parts */


#main img{
   margin:0;  padding:0;   width:100%;   overflow:hidden;   border:none;}
#nav{   /* sidebar nav section for website navigation */
}
#search{   /* under_header section for the search box */
   float:left;   padding:0;   text-align:center;   width:30%;}
#slogan{   /* under_header section for the slogan */
   float:left;   padding:0;   text-align:center;   width:60%;
   color:#aa4411;}
#title_h1 a:hover{   /* normal links hover */
   background-color:#443322;      text-decoration:none;}


/* class tags ///////////////////////////////// */


.guidebooks{   /* Amazon books section */
   border:1px solid #ffffff;  padding-bottom:10px;   text-align:center;}
.make_small{   /*  Make font small */
   font-size:small;}
.ntb_logo{   /* Image for NTB */
   width:100px;}
.ntb_logo a:hover{   /* Image for NTB as link */
   background-color:#ffffff;}
.ntb_txt{   /* The lower bit of text for NTB link */
   color:black;   font-size:small;   font-weight:bold;}
.title a{   /* For general titles like blog posts */
   color:#aa4411;}
.title a:hover{   /* For general titles like blog posts */
   color:#996644;}
