/*   
Theme Name: Left Turn At Albuquerque Main
Theme URI: http://svn.wp-themes.org/travelogue/
Description: A customized version of the theme "Travelogue"
Author: customized by Tracy Berna
Author URI: http://www.podq.com/
Version: 0.1
.
.
.
*/

/* Color Schemes
   -------------
	Brick Red Dark: #982808
	Blue Light: #94C8CE  
        Goldenrod: #E8A819 */

body {
	background-color: #FFF; 
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#polaroid  { background: url(images/polaroid_bugs_shorter3.gif) no-repeat; position: absolute; top: 0; left: 0; width: 768px; height: 270px }

#header-img {
	position:absolute;
        left:279px;
	top:0px;
	width:486px;
	height:184px;
}

#subheader {
	position:absolute;
        left:279px;
	top:275px;
	width:60%;
	height:101px;
	margin: 3px 5px 0 20px;
} 
	
		#subheader #search {
			float: left;
			width: 45%;
		}
		
		#subheader #cats {
			float: right;
			width: 45%;
		}

#sidebar {
	position:absolute;
	left:0px;
	top:275px;
	width:279px;
	margin: 10px 0 5px 3px;
        }

#content {
	position:absolute;
	left:279px;
	top:390px;
        width:500px;
	margin: 10px 20px 10px 35px;
	padding: 0;
	right:0;
	margin: 10px 20px 10px 25px;
	padding:0;
	z-index:0;
}

#footer {
	text-align: center;
	font-size:.7em;
	border: 1px solid #D4DBD3;
	width:100%;
	height:100%;
}

.post {
	border-top: 2px #982808 dashed;
	padding: 7px 3px 1px 4px;
}

.entry img {border: 5px solid #94C8CE}

img.wp-smiley {border: none}

.comments {
	margin: 0 0 5px 0;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}

/* Text Styles */

.post ul li {font-size: .8em;
margin-bottom: 1em;
}

.post ul li p {font-size: 1em;
}

h1, h2, h3, h4 {
	font-weight: bold;
        color: #982808;
}


.post_head {
	margin-top:-19px;
}

.post_head h2 a {font-size:.8em; }

p {
	font-size: .8em;
}

a:link, .entry a:link {
	color: #982808;
	text-decoration: underline;
        font-weight:bold;
}

a:visited, .entry a:visited {
	color: #982808;
	text-decoration: underline;
	border: none;
}

a:hover, .entry a:hover {
	color: #E8A819;
	text-decoration:none;
}


.pagetitle {
	text-align:center;
	text-decoration:underline;
}
/* End Typography & Colors */

/* Calendar Styles */

#wp-calendar {
	border: 2px solid #333;
	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:#FFF;
	border: 2px solid #333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody, #wp-calendar tfoot {
	background-color: #94C8CE;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}

/* End Calendar Styles */

/* Postit Date */

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #982808;
		border-bottom: 1px solid #A6A6A6;
		color: #FFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}
	
.postmetadata {
	font-weight: bold;
}

/* End Postit Date */

/* Sidebar Styles 
#sidebar h3 {
	font-size: .8em;
        padding-left: 20px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 10px 0px 5px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 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: 0;
	padding: 0;
	}
/* End Sidebar Styles */

#sidebar ul {
	list-style-type: none;
	margin: 0 5px 0px 10px;
	font-size: smaller;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}

#sidebar ul li h4 {
	font-size: 1em;
        background-color: #E8A819;
        width: 7em;
        font-style: italic;
        margin-left: 15px;
        padding-left: 10px;
        margin-bottom: 0px;
        margin-top: 2px
}


#sidebar ul li ul li {
	list-style-type: none;
        margin-left: 15px
}

/* Seriously hacked out code for cool boxes */

.sidebox {
        margin: 0 auto; /* center for now */	
        background: url('images/sbbody-r_copy.gif') no-repeat bottom right;
	width: 17.5em; /* ems so it will grow */
	font-size: 100%;
        }

.boxhead {
	background: url('images/sbhead-r_copy.gif') no-repeat top right;
	margin: 0;
        padding: 0;
	text-align: left;
        }

.boxhead h3 {
	background: url('images/sbhead-l_copy.gif') no-repeat top left;
	margin: 0;
	padding: 8px 30px 8px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: .8em;
        }

.boxbody {
	background: url('images/sbbody-l_copy.gif') no-repeat bottom left;
	margin: 0;	
        padding: 5px 5px 20px 5px;
       }

