/*
Theme Name: Travelogue
Theme URI: http://svn.wp-themes.org/travelogue/
Description: Designed with a traveler in mind, or someone with a chronologically-based blog, this theme is attractive and customizable. Don't forget to change the picture in the polaroid!
Author: Josh Lyman
Author URI: http://www.podq.com/
Version: 0.1
.
Released under the GPL. The included font, "Dear Joe," is released by joebob of http://www.joebob.nl/, 
and is free to use for any purposes. The default picture supplied in the polaroid header image is 
copyrighted by Josh Lyman. I don't care if you keep it, but recommend you change it. And please don't 
take credit for it either! ;-) Have fun!.
.
*/

/* Color Schemes
   -------------
	Orange Dark: #AA3511
	Orange Light: #E0D3CD
	
	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */

body {
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#polaroid {
	position:absolute;
	left:0px;
	top:0px;
	width:251px;
	height:257px;
	background: url('images/polaroid.jpg') no-repeat;
}

#header-img {
	position:absolute;
	left:251px;
	top:0px;
	width:437px;
	height:166px;
}

#content {
	right:0;
	margin: 180px 0px 0px 179px;
	padding:0;
	z-index:0;

}

h1, h2, h3 {
	font-weight: bold;
	color: #AA3511;
}

.post_head {
	margin-top:0px;
}

p {
	font-size: .8em;
}

a:link {
	color: #AA3511;
	text-decoration: underline;
}

a:visited {
	color: #618788;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #E0D3CD;
	text-decoration:none;
	/*border-bottom: 1px #E0D3CD dashed;*/
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}
/* End Typography & Colors */



/*#sidebar2 h3 {
	font-size: medium;
}

#sidebar2 ul, #sidebar2 ul ol {
	margin: 0 10px 10px 5px;
	padding: 0;
	}
#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}
#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	font-size: smaller;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}*/
/* End Sidebar Styles */

#sidebar2 {
	position: absolute;
  left:0px;
	top:130px;
	width:130px;
	margin: 137px 0 0px 0px;
    float:left;
}


#sidebar2 ul  {
	list-style-type: none;
	margin: 2px 5px 10px 0px;
	font-size: smaller;
}

/*#sidebar2 ul li h3 {
	font-size: 1.35em;
}

/*#sidebar2 ul li ul li {
	list-style-type: square;
} */








/* Seriously hacked out code for cool boxes */

.sidebox {
  margin: 0 auto; /* center for now */
  width: 17.5em; /* ems so it will grow */
  background: url('images/sbbody-r.gif') no-repeat bottom right;
  width:179px;
  font-size: 100%;
  float:left;
}


.boxhead {
	background: url('images/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	width:179px;
	text-align: center;
}

.boxhead h3 {
	background: url('images/sbhead-l.gif') no-repeat top left;
	margin: 0;
	padding: 8px 18px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: .8em;
}

.boxbody {
	background: url('images/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 0px 10px 0px;
}
.boxbody img{
  border: 0px;
  margin: 0px;
  padding: 0px;
}
.boxbody ul{
  border: 0px;
  margin: 0px;
  padding: 0px;


}



