/* TravelStyle.css
   Mike Black 2006   
   Notes: Based on KiwiStyle.css 
*/   

/*General layout definitions*/
* { padding: 0; margin: 0; }   /*To clear any browser specific stuff (see Eric Meyer)*/

body {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	color: #000000; 
	line-height: 16px; 
	background-color: #FFF;
}

a:link {
	font-weight: bold; 
	color: #666699;  
	text-decoration: none;
}
a:visited {
	font-weight: bold; 
	color: #666699;  
	text-decoration: none;
}
a:hover {
	font-weight: bold; 
	color: #666699;  
	text-decoration: none;
}


/* Layout defintion */

/*For an explanation of the layout read chapter 5 - Three-Column Layouts with Float and Clear of 
  Stylin' with CSS a designer's guide. Very important because it explains why IE and firefox behave
  differently with how floats are handled.*/

#mainbox {
    width: 774px;
    margin-right: auto;
    background-color: #FFF;     
    margin-left: 20px;    
}

#content {
    width: 594px;
	float: left;		
	/*border-left: #000 1px solid;*/
}

#navigation {	
    width: 180px;
    float: left;
}

#footer {
	width: 594px;		       
	margin-left: 182px;
        margin-top: 20px;
}	

#footer p {
    border-top: 1px #000 solid;
    text-align: center;
    padding: 5px;
}    

/*The Alsett Clearing Method (see book) */

.clearfix:after {        
   content: ".";        
   display: block;      
   height: 0;        
   clear: both;      
   visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}    

.clearfix {display: block;}       

/* Logo is important for pattern purposes when there is no image defined */

#logo {
    background-color: #FFF;
    height: 181px;
}

#logo h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    font-family:Georgia, "Times New Roman", Times, serif;
    border-bottom: 1px #000 solid;
    padding-top: 60px;
    padding-bottom: 20px;
}

#logo h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    font-family:Georgia, "Times New Roman", Times, serif;
    padding-top: 5px; 
}

/* For displaying a single post */
.line {     
    padding-bottom: 10px;
}

.prev {
    float: left;
}

.next {
    float: right;
    font-size: 0.8em;
}

#singlenavigation {
    border: #333 2px dotted; 
    background-color: #F4F4F4;
    padding:10px;
    margin:10px;
}

#singlenavigation .prev {	
	padding-left: 10px;
	float: left;
        font-size: 1em;
}

#singlenavigation .next {	
	padding-right: 10px;
	float: right;	
        font-size: 1em;
}


/* Main menu navigation. Taken from Book.*/

#mainmenu {
}

div#mainmenu {
   width:100%;        
   float:left;        
   font-weight: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 115%;	 
   background-color:#E5E6E9;  
   border-top: 1px #000 solid;
   border-bottom: 1px #000 solid;
   margin-top: 20px;
   
   }
   
div#mainmenu ul {
   margin:0 0 0 300px;
   line-height:28px;
}
   
div#mainmenu li {
   float:left;        
   list-style-type:none;           
   border-right:1px solid #000; 
   }
   
div#mainmenu li:first-child {
   border-left:1px solid #000;  
   }
   
div#mainmenu li:hover {
   background-color:#E3E7C5;
   }

div#mainmenu li.active {
   background-color: #E3E7C5;
}

div#mainmenu a {
   padding: 6px;        
   text-decoration:none; 
   color: #484848;
   }
   
div#mainmenu a:hover {
   color: #A74040;
   background-color:#E3E7C5;    
   }        
   
/*IE specific tag*/   
* html div#mainmenu ul {        
   float:left;        
   border-left:1px solid #000;
   margin-left:150px;        
   }        

/* Left hand navigation */
.navmenu ul li {
	text-decoration: none;
	list-style: none;	
	margin-left: 30px;
   	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
        list-style-image: url("2/enclosure/bullet.gif");
}

.navmenu li.nobullet {
    list-style-image: none;
}
	
.navmenu {
   width: 170px;
   padding-top: 30px;
   padding-bottom: 20px;
   background: url('2/enclosure/bg_divide.gif') 50% 100% no-repeat;
}

.navmenu a {
	font-weight: normal; 
	color: #B20C3F;  
	text-decoration: none;
}
	
.navmenu a:hover {
	font-weight: normal; 
	color: #B20C3F;  
	border-bottom: #B20C3F 1px solid; 
	text-decoration: none;
}

.navmenu a:visited {
	font-weight: normal; 
	color: #B20C3F;  
	text-decoration: none;
}
.navmenu p {
	padding-left: 20px;
}

.navmenu h3 {
	font-size:130%;
	margin-bottom: 10px;
	color: #B20C3F;
	font-weight: bold;
	border-bottom: #000 1px solid;
	text-transform: uppercase;
	text-align: left;
	font-variant:small-caps;
	font-family: Verdana, Arial, Helvetica, Sans-serif;

}

/* Blog post content*/

.blogpost {
   padding-top: 30px;
}

.blogpostdate {
	font-size: 1.1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
    color:#1A4614;
    text-align: left;
    padding: 0 0 5px 25px; 
    margin: 0 0 0 35%;
    background: url("2/enclosure/leaf-down.gif") 0 100% no-repeat;
}

.blogposttext {
	font-size: 14px; 
    font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin: 0 0 10px 20px;
	line-height: 16px;
	
}

.borderedblogpost {
	border-color:#000000;
	border-style:dashed;
	border-width:1px;
	margin: 10px;
	padding: 10px;	
	background-color:#E5E6E9;
	
}

/* Reply post formatting */
.replypost {
	 padding: 10px;
	 margin: 20px;
	 background-color: #E3E7C5;
	 border: #333 1px solid;	 
}

.replyheader {
	font-size: 1.1em; 

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-align: right;
	margin-bottom: 10px;
}

.replytext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	margin: 0 0 10px 20px;
}

/*blogpost text formatting defintions*/

.blogpost p {
   margin: 1em 0;
}

.blogpost ul {
  margin: 1em 0;
}

.blogpost li {
  margin-left: 20px;   
}

.blogpost dd {
  margin-left: 20px;   
}

.blogpost h2 {
   border-bottom-color:#000000;
   border-bottom-width: 1px;
   border-bottom-style: solid;
  
}

.borderedblogpost h3 {
   font-size: 14px; 
   font-family:  Verdana, Arial, Helvetica, sans-serif; 
   font-weight: bold;	
}

.h2link:link, .h2link:visited, .h2link:hover {	
	color:#1A4614;
	font-variant:small-caps;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight:bold;
	font-size: 14px;
	font-style: normal;
	line-height: 16px; 
        text-decoration: none;
	text-align: right;
	padding: 5px 25px 0 0; 
 	margin-left: 25%;
        background: url("2/enclosure/leaf-up.gif") 100% 0 no-repeat;
}
	
.h2nonlink {	
	color:#1A4614;
	font-variant:small-caps;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight:bold;
	font-size: 14px;
	font-style: normal;
	line-height: 16px; 
        text-decoration: none;
	text-align: right;
	padding: 5px 25px 0 0; 
 	margin-left: 25%;
        background: url("2/enclosure/leaf-up.gif") 100% 0 no-repeat;
}
		
.bodyLink:link {
	font-weight: bold; 
	color: #666699; 
	border-bottom: #666699 1px dotted; 
	text-decoration: none;
}

.bodyLink:visited {
	font-weight: bold; 
	color: #666699;  
	border-bottom: #666699 1px solid; 
	text-decoration: none;
}

.bodyLink:hover {
	font-weight: bold; 
	color: #666699;  
	border-bottom: #666699 1px solid; 
	text-decoration: none;
}

.commentlink:link, .commentlink:visited, .commentlink:hover {
	font-weight: bold; 
	color: #666699;  
	border-bottom: #666699 1px solid; 
	text-decoration: none;
	font-size: 10px;
	
}

.leftinline {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}

.leftinlineborder {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}

.rightinline {
	float: right; 
	margin-left: 10px;
	margin-bottom: 10px;
}

.rightinlineborder {
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	float: right; 
	margin-left: 10px;
	margin-bottom: 10px;
}

.bodylink:link {
	font-weight: bold; 
	color: #666699; 
	border-bottom: #666699 1px dotted; 
	text-decoration: none;
}

.bodylink:visited {
	font-weight: bold; 
	color: #666699;  
	border-bottom: #666699 1px solid; 
	text-decoration: none;
}

.bodylink:hover {
	font-weight: bold; 
	color: #666699;  
	border-bottom: #666699 1px solid; 
	text-decoration: none;
}

.h3class {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: normal;
	line-height: 16px; 
}

.listheader {
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

.nobullets {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.indent {
    margin-left: 20px;
}     

/* Styles for conversant forms */
#msg {
   padding-left: 10px;
   padding-top: 20px;
}

#msg h3 {
	font-variant:small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;	
        font-size: 1.2em;
	color:#A74040;	
	font-style: normal;
	line-height: 16px; 
       text-decoration: none;
}

#logonbox {
    padding: 10px;
    margin: 20px;
    border: 1px #000 solid;
    line-height: 16px;
}

#signupbox {
 	padding: 10px;
	margin: 20px;
        border: 1px #000 solid;
}

#signupform {
    padding-left: 50px;
    line-height: 20px;
}

#loginform {
    padding-left: 50px;
    line-height: 20px;
}

.msgLabelText {
   font-weight: bold;
}

.search {
   padding-left: 20px;
}
  
.searchform {
   margin: 20px;
   border: 1px #000 solid;
}

.boundmessage {
   margin: 20px;
}