/*   
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!.
.
*/

body {
	background-color: #fceec9; 
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #4F5F44;
}

#polaroid {
	position:absolute;
	left:0px;
	top:0px;
	width:226px;
	height:400px;
	background: url('images/woman.jpg') no-repeat;
}

#header {
	background: transparent;
	height: 200px;
	padding-left: 260px;
	padding-top: 50px;
	margin: 0px;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.adsense {
	margin: 3px 10px 7px 246px;
	border: 1px solid #874546;
	width: 728px;
}

#subheader {
	position:absolute;
	left:279px;
	top:184px;
	width:65%;
	height:61px;
	margin: 3px 5px 0 35px;	
	color: #874546;
}

#subheader h3 {
	padding: 3px;
	margin: 3px;
	font-size: .9em;
}
	
		#subheader #search {
			float: left;
			width: 49%;
		}
		
		#subheader #cats {
			float: right;
			width: 49%;
		}

#sidebar {
	position:absolute;
	left:0px;
	top:0px;
	width: 226px;
	margin: 400px 0 3px 3px;
}

#content {
	/*position: absolute;
	left: 236px;
	top: 250px;*/
	margin: 10px 20px 10px 236px;
	padding:10px;
	z-index:0;
}

.aside {
	border: 1px dotted #874546;
	margin: 7px 3px 15px 3px;
	padding: 3px;
}

.aside_title {
font-weight: bold;
}

.aside_title a:link {
text-decoration: none;
}

#footer {
	text-align: center;
	font-size:.7em;
	border: 1px solid #874546;
	width:100%;
	height:100%;
}

.post {
	border-top: 5px #874546 double;
	padding: 7px 3px 1px 4px;
}

.comments h3 {
	border-top: 1px solid #874546;
}



.commentlist li.mycomment {
border-color: #4F5F44;
}

.commentlist li {
border: 5px double #874546;
padding: 5px;
margin: 10px 5px 5px 5px;
list-style: none;
}

/* Text Styles */

h1, h2, h3 {
	font-weight: bold;
	color: #874546;
}

.post_head {
	margin-top:-19px;
	margin-left: 60px;
}

p {
	/*font-size: .8em;*/
}

blockquote {
border: 3px double #874546;
margin: 3px 10px;
padding: 3px;
font-style: italic;
}

.post img {
 border: 3px solid #874546;
 margin: 7px;
 vertical-align: middle;
 padding: 0;
}

a:link {
	color: #874546;
	text-decoration: underline;
}

a:visited {
	color: #874546;
}

a:hover {
	color: black;
}

.pagetitle {
	text-align:center;
	text-decoration:underline;
}
/* End Typography & Colors */

/* Calendar Styles */

#wp-calendar {
	border: 2px solid #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: smaller;
}

#wp-calendar caption {
	font: bold 1.2em 'Century Gothic', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-color: #618788;
	color:#FFFFFF;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody, #wp-calendar tfoot {
	background-color: #B6CAD1;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}

/* End Calendar Styles */

/* Postit Date */

.post .post_cal {
	border: 1px solid #4F5F44;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #874546;
		border-bottom: 1px solid #4F5F44;
		color: #fceec9;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #4F5F44;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		background-color: #874546;
		color: #fceec9;
		font-size: smaller;
		width: 100%;
	}
	
.postmetadata {
	font-weight: bold;
}

/* End Postit Date */

/* Sidebar Styles 
#sidebar h3 {
	font-size: medium;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 10px 10px 5px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	font-size: smaller;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Sidebar Styles */

#sidebar ul {
	list-style-type: none;
	margin: 20px;
	padding: 2px 0;
}

#sidebar ul ul {
	margin: 3px;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}

#sidebar ul li ul li {
	list-style-type: square;
}

#sidebar a {
	color: #4F5F44;
}

#sidebar a:hover {
	color: #874546;
}

/* Seriously hacked out code for cool boxes */

.sidebox {
	background-color: transparent;
	margin: 15px auto; /* center for now */
	width: 200px; /* ems so it will grow */
	font-size: 100%;
}

.boxhead {
	color: #fceec9;
	background-color: #874546;
	border: 1px solid #4F5F44;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead h3 {
	color: #fceec9;
	margin: 0;
	padding: 8px 10px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: .8em;
}

.boxbody {
	color: #4F5F44;
	margin: 0;
	border-right: 1px solid #4F5F44;
	padding: 5px 5px 10px 5px;
	text-align: center;
}

#arch_month {
	width: 45%;
	border: 1px solid #4F5F44;
	margin: 10px;
	float: left;
	padding: 3px;
	text-align: center;
}
#arch_sub {
	width: 45%;
	border: 1px solid #4F5F44;
	margin: 10px;
	float: right;
	padding: 3px;
	text-align: center;
}

.LTitem img {
padding: 0;
margin: 3px;
border: 1px solid #874546;
}

.navlink {
margin: 10px;
padding: 5px;
text-align: center;
font-size: 110%;
}