/*

Theme Name: WordPress travelbloggerz
Theme URI: http://www.travelbloggerz.com/
Description: travelbloggerz WordPress theme - November 2007
Version: 1.0
Author: Ken Chase
Ken Chase by Ken Chase || http://www.kenchase.com/

*/

/*** General Styles ***/

/* Remove margin and padding from all elements  */

*{
   margin: 0;
   padding: 0;
}

/* Set font style and colours */

body{
   font-family: Arial, Verdana, sans-serif;
   font-size: small;
   color: #000;
   background: #FFF;
   text-align: center;  /* centre page for bad browsers */
}
* html body{
   font-size: x-small; /* for IE 5/Win */
   f\ont-size: small;  /* for other IE versions */
}
#wrapper{
   width: 820px;
   margin: 0 auto 20px auto;
   padding: 0px 10px;
   color: #666;
   background : url(images/wrapperbg.png) no-repeat bottom left #fff;
   text-align: left; /* Recover from text-align center in body */
  /* Center content horizontally */
}

/*** Header ***/

div#header{
   height: 115px;
   width: 800px;
   margin: 0 auto;
   background : url(images/travelbloggerz.jpg) no-repeat bottom left #ccc;
}
div#header h1{
   text-indent: -5000px;
}
div#header h1 a{
   display: block;
   height: 115px;
}
div#searchbar form{
  background-color: #000;
  width: 788px;
  margin: 0 auto;
  padding: 6px 6px;
}
div#searchbar form{
  text-align: right;
}

/*** Content  ***/

div#content{
   font-size: 100%;
   width: 800px;
   clear: both;
   margin: 20px 0 0 0;
}
div#maincontent{
   clear: both;
   width: 560px;
   float: left;
   padding: 0 20px 0 30px;
}
div#maincontent h2{
   color: #4A4A4A;
   background: #fff;
   font-weight: bold;
   font-size: 130%;
   margin: 0 0 2px 0;
   font-family: "Century Gothic", Verdana, sans-serif;
   letter-spacing: 4px;
}
div#maincontent h2.searchtitle{
   margin: 0 0 20px 0;
}
div#maincontent div.post h2{
  margin: 20px 0 0 0;
}
div#maincontent h3{
   color: #4A4A4A;
   background: #fff;
   font-weight: bold;
   font-size: 120%;
   margin: 12px 0 0 0;
   font-family: "Century Gothic", Verdana, sans-serif;
   letter-spacing: 2px;
}
div#maincontent h3 a{
  text-decoration: underline;
  color: #00699C;
  font-weight: bold;
}
div#maincontent p{
   margin: 10px 20px 12px 30px;
   line-height: 1.6em;
}
div#maincontent p.postmetadata{
   margin: 0;
   padding: 0;
   line-height: 1em;
}
div#maincontent p.postactions{
   margin: 0 0 20px 0;
   padding: 6px 0;
   text-align: right;
   border-top: 1px solid silver;
   border-bottom: 1px solid silver;
}
div#maincontent ul{
   margin: 10px 0 10px 40px;
}
div#maincontent ul li{
   margin: 0 0 2px 10px;
   line-height: 1.6em;
}
div#maincontent dl{
   margin: 10px 0 0 20px;
}
div#maincontent dl dt{
   margin: 0 0 2px 0px;
   padding-top: 0px;
}
div#maincontent dl dd{
   margin: 0 0 10px 30px;
}
div#maincontent dl dt a{
  border-bottom: 1px dotted silver;
  color: #333;
  background: #fff;
}
div#maincontent a, div#mainnav a{
   color: #666;
   background: #fff;
   text-decoration: none;
}
div#maincontent a:hover, div#mainnav a:hover{
  text-decoration: underline;
  color: #4a4a4a;
  background: #fff;
}
div#maincontent p.date{
  color: #000;
  margin: 0 0 0 16px;
  padding: 0;
  font-family: "Century Gothic", Verdana, sans-serif;
}
div#maincontent p.postmetadata{
  padding: 20px 0 0 20px;
  margin-left: 10px;
  color: #000;
}
div#maincontent p.postmetadata a{
  color: #00699C;
  text-decoration: underline;
}
div#maincontent p.commentmetadata{
  text-align: right;
}
div#maincontent p.commentmetadata a{
  text-decoration: underline;
}
div.commentblock{
  border-bottom: 1px solid silver;
  margin: 10px 0 20px 0;
}
div.feedbackblock textarea#comment{
  width: 520px;
  margin: 0 0 10px 30px;
}
div.feedbackblock input#submit{
  display: block;
  float: right;
}

/* Secondary Navigation  */

div#secnav{
   width: 190px;
   float: left;
   padding-bottom: 20px;
}
div#secnav h2{
  background: url(images/bgrightnav.jpg) no-repeat top left #ccc;
  color: #fff;
  font-size: 100%;
  font-family: "Century Gothic", Verdana, sans-serif;
  letter-spacing: 4px;
  margin: 0;
  padding: 6px 0px 6px 16px;
}
div#secnav h3{
  margin: 12px 0 0 16px;
}
div#secnav p{
  margin: 6px 20px 0 30px; 
}
div#secnav ul{
  list-style-type: none;
  font-size: 86%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 6px 0 4px 0;
}
div#secnav a{
  color: #669;
  background: #fff;
}
div#secnav a:hover{
  color: #669;
  background: #fff;
}
div#secnav ul li a{
  display: block;
  padding: 6px 0 2px 30px;
  color: #333;
  background: #fff;
  text-decoration: none;
}
div#secnav ul li a:hover{
  display: block;
  padding: 6px 0 2px 30px;
  color: #669;
  background: #fff;
  text-decoration: underline;
}

/*** Footer ***/

#footer{
   clear: both;
   color: #000;
   background: #fff;
   width: 800px;
   padding: 10px 0;
   font-size: 80%;
   border-top: 1px solid #999;
}