/*   
Theme Name: Travelogue-kjedited
Theme URI: http://svn.wp-themes.org/travelogue/
Description: Based on Travelogue,include icons from Jakarta,Golden Gray
Author: Yoon KiJune
Author URI: http://i.k-june.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

  PANTONE 308C : RGB #005883 fot text
	
	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:279px;
	height:285px;
	background: url('images/polaroid.jpg') no-repeat;
}

#header-img {
	position:absolute;
	left:279px;
	top:0px;
	width:486px;
	height:184px;
}

#subheader {
	position:absolute;
	left:279px;
	top:184px;
	width:60%;
	height:101px;
	margin: 3px 5px 0 5px;
}
	
		#subheader #search {
			float: left;
			width: 45%;
		}
		
		#subheader #cats {
			float: right;
			width: 45%;
		}

#sidebar {
	position:absolute;
	left:0px;
	top:285px;
	width:279px;
	margin: 10px 0px 5px 3px;
}

#content {
	/*position:absolute;
	left:279px;
	top:285px;
	margin: 10px 20px 10px 35px;
	padding: 0;*/
	right:0;
	margin: 285px 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 dotted;
	padding: 7px 3px 1px 4px;
}

.comments {
	margin: 0 0 5px 5%;
	padding-left: 8px;
	/*border-left: 3px #618788 solid;
	border-bottom: 1px #618788 solid; */
}

/* Text Styles */

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

ul li {
  font-size: .8em;
 	margin: 0 0 3px 0;
} 

.post_head {
	margin-top:-19px;
}

p {
	font-size: .8em;
}

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

a:visited {
	color: #005883;
	text-decoration: underline;
	border-bottom: 1px #005883;
}

a:hover {
	color: #00c2e2;
	text-decoration:none;
	border-bottom: 1px #00c2e2 dashed;
}

.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: 16px;
}




#wp-calendar caption {
	background-color: #296dc0; 
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
  font-size: 16px;
  font-weight: bolder;
	color:#ffffff;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody {
	background-color: #bed9ed; 
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bolder;
	color:#000;
	text-align: center;
	border: 0px solid #333333;
	margin: 0 auto;
}



#wp-calendar tfoot {
	background-color: #a9c6ec;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
  font-size: 16px;
  font-weight: bolder;
	padding: 0;


}

#wp-calendar th {
	background-color: #92bfeb;
	padding: 0;
}

/* End Calendar Styles */

/* Postit Date */

.post .post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 80px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #0066CC;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
		font-size: 12px;
		width: 100%;
	}

	.post_cal .timename {
		background-color: #000000;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #A6A6A6;
		color: #FFFFFF;
	 	font-size: 12px;
		font-weight: bolder;

	}
	
	.post_cal .daynum {
		border-bottom: 1px solid #A6A6A6;
	 	font-size: 22px;
		font-weight: bolder;
    width: 90%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: 10px;
		background-color: #a83c0f;
		color: #FFFFFF;
		width: 100%;
	}
	
.postmetadata {
	font-weight: bold;
}

/* End Postit Date */

/* Sidebar Styles 
#sidebar h3 {
	font-size: medium;
}

#sidebar ul ol {
	margin: 0 10px 5px 5px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#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: 0 5px 8px 10px;
	font-size: smaller;
	padding: 0;
}

#sidebar ul li h3 {
	font-size: 1.35em;
}


/* below is most sidebar text */
#sidebar ul li ul li {
	list-style-type: none;
	font-size: 14px;
  font-weight: bold;
	margin-bottom: 3px;
	margin: 0px 0px 0px 0px;
}


#sidebar ul li ul li h4 {
	list-style-type: none;
	font-size: 13px;
	font-weight: light;
	margin-bottom: 1px;
}

/* recent trackback caption */
#sidebar ul li ul li h6 {
	list-style-type: none;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	margin-bottom: 1px;
	color: #265665;
	margin: 0px 0px 0px 0px;
}

#sidebar ul li ul li h5 {
	list-style-type: none;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	margin: 0px 0px 0px 0px;
}

#sidebar ul li ul li h1 {
	list-style-type: none;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	margin: 0px 0px 0px 0px;
}

#sidebar ul li ul li ul li{
  list-style-image: url(images/sub_cat.gif); 
	font-size: 13px;
	margin: 0 0px 3px 3px;
}

#sidebar ul li ul li ul li ul li{
	list-style-type: none;
	font-size: 12px;
}





/* Seriously hacked out code for cool boxes */

.sidebox {
	margin: 0px; /* center for now */
	background: url('images/sbbody-r.gif') no-repeat;
	font-size: 100%;
	background-position: bottom right;
}


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


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


.boxbody {
	margin: 0px 0px 0px 0px; /* center for now */
	background: url('images/sbbody-l.gif') no-repeat;
	background-position: bottom left;
	padding: 5px 5px 10px 5px;
}





.post_footerr 
{
	padding-top:20px;
	background:url(images/hr.gif) no-repeat center;
}

#	margin: 0 ;




#topnav 
{
	list-style:none;
	font-size:0.9em;
	margin:0;	
	padding:2px 0 2px 5px;
	text-align:left;	
	text-transform:lowercase;	
}
#topnav li 
{
	list-style:none;
	display:inline;
	padding:0 1em;
	margin:0;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#topnav li a:link, #topnav li a:visited, #topnav li a:hover, #topnav li a:active 
{
	text-decoration:none;	
	color:#666;
}
#topnav li a:hover
{
	border-bottom:#7A7636 3px solid;
	color:#7A7636;	
}
#navHome 
{
	padding-left:15px;
	background:url('images/home.png') no-repeat	left center;
}
#navAbout 
{
	padding-left:15px;
	background:url('images/about.png') no-repeat left center;
}
#navArchives 
{
	padding-left:15px;
	background:url('images/archives.png') no-repeat left center;
}
#navLinks 
{
	padding-left:15px;
	background:url('images/links.png') no-repeat left center;
}
#navContact 
{
	padding-left:15px;
	background:url('images/contact.png') no-repeat left center;
}
#home #navHome, #about #navAbout, #links #navLinks, #contact #navContact, #archives #navArchives
{
	border-bottom:#7A7636 3px solid;
	color:#7A7636;	
}





