/*   
Theme Name: Travelogue
Theme URI: http://svn.wp-themes.org/travelogue/
Author: Josh Lyman
Author URI: http://www.podq.com/
Version: 0.1

*/

/* 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: Verdana, Arial, Helvetica, sans-serif;
}




#polaroid {
	position:absolute;
	left:0px;
	top:0px;
	width:276px;
	height:283px;
	background: url('images/polaroid.jpg') no-repeat;
}

#header-img {
	position:absolute;
	left:276px;
	top:0px;
	width:575px;
	height:226px;
}

#subheader {
	position:absolute;
	left:279px;
	top:184px;
	width:60%;
	height:101px;
	margin: 6px 5px 0 35px;
}
	
		#subheader #search {
			float: left;
			width: 45%;
                        font-size: 12px
		}
		
		#subheader #cats {
			float: left;
			width: 45%;
                        font-size: 12px
		}

#sidebar {
	position:absolute;
	left:20px;
	top:273px;
	width:179px;
	margin: 1px 0 5px 3px;
}

#content {
	/*position:absolute;
	left:0px;
	top:285px;
	margin: 10px 20px 10px 35px;
	padding: 0;*/
	right:0;
	margin: 275px 20px 10px 300px;
	padding:0;
	z-index:0;
}

#footer {
	text-align: center;
	font-size:.7em;
	border: 1px solid #D4DBD3;
	width:100%;
	height:100%;
}

.post {
	border-top: 1px #E0D3CD solid;
	padding: 7px 3px 1px 0px;
}

.comments {
	margin: 0 0 5px 0%;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}

/* Text Styles */

a:link {
	color: #666; 
	text-decoration: none;
	}

a:visited {
	color: #696969; 
	text-decoration: none;
	}
a:hover {
	color: #CC0000;  
	text-decoration: underline;
	}


h1 {

font: 24px "Trebuchet MS", Georgia, serif;
margin: 0;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #FFF;
}

h2 {
font: italic normal 14px "Trebuchet MS", Georgia, serif;
margin: 0;
text-transform: uppercase;
font-weight: bold;
}

h2.links {
margin: 1em 0 .2em;
font: 18px Georgia,Serif;
color: #6D6D74;
padding-left: 10px;

}

h3 {
  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
  color: #6D6D74;
  padding-left: 10px;
}

h4 {
  margin: 2px;
  margin-top: 6px;
  font-weight: bold;
  color: #6D6D74;
}

h3 a:link, h3 a:visited {
  text-decoration: none;
  color: #6D6D74;
}


.sticky-sniptitle {

  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
/*  color: #6D6D74; */
  padding-left: 10px;
	text-align: left;
	width: 95%;
    background-color: #333C63;	
	border-bottom: 1px solid #000; 
	border-top: 2px solid #000;  
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.0em;
    color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
}

.sticky-sniptitle a:link, h1 a:visited {
text-decoration: none;
color: #FFF;
}

.sticky-snipbody {
  margin: 1em 0 .2em;
  font: 14px Georgia,Serif;
  color: #6D6D74;
  padding-left: 10px;
}

.post_head {
	margin-top:-19px;
	text-align: left;
}
.small_text {
  margin: 1em 0 .2em;
  font: 10px Georgia,Serif;
  color: #6D6D74;
  padding-left: 10px;
}

p {
	font-size: .8em;
}
/* OLD STYLES
a:link {
	color: #274760;
	text-decoration: underline;
}

a:visited {
	color: #618788;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #E0D3CD;
	text-decoration:none;
	border-bottom: 1px #E0D3CD dashed;
}
END OLD STYLES */
.pagetitle {
	text-align: left;
	text-decoration:none;
}

date
{
	text-align: left;
	width: 14.6em;
	padding: 3px 3px;
	margin: 1em auto;
        /*background-color: #333C63;*/
	/* border-bottom: 1px dotted #000; */
	/* border-top: 2px solid #000;  */
	font-family: Georgia, serif;
	font-size: 1.2em;
        color: #8E87AA;
	text-transform: uppercase;
	white-space: nowrap;
}
/* 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 Georgia, serif;
	text-align: left;
	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 #A6A6A6; */
border: 0px solid #A6A6A6;
	text-align: left;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #274760;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
		font-size: 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: 80%;
        color: ffffff;
}

#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: 2px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: -10px 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: 0 5px 10px 10px;
	font-size: smaller;
}

#sidebar ul li h3 {
	font-size: 1.0em;
}

#sidebar 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;*/
}

.boxhead {
	/* background: url('images/sbhead-r.gif') no-repeat top right; */
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h3 {
	/* background: url('images/sbhead-l.gif') no-repeat top left; */

	/* margin: 0; */
	/* padding: 8px 30px 8px; */
	/* font-weight: bold;  */
	/* font-size: .9em;  */
	/* line-height: .8em; */

	text-align: left;
	width: 14.6em;
	padding: 3px 3px;
	margin: 1em auto;
        background-color: #333C63;	
	border-bottom: 1px solid #000; 
	border-top: 2px solid #000;  
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 1.2em;
        color: #fff;
	text-transform: uppercase;
	white-space: nowrap;


}

.boxbody {
	background: ffffff
	margin: 0;
	padding: 0px 5px 1px 5px;
}
.boxbody h2 {
	background: ffffff
	margin: 0;
	padding: 1px 5px 1px 5px;
	text-align: left;
	width: 14.6em;
	padding: 3px 3px;
	margin: 1em auto;
	font-size: 1.2em;
        color: #fff;
	white-space: nowrap;
}

