/*
Theme Name: Travelogue 2 Sidebars
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 -- 616C88
	Green Light: #D4DBD3 -- A5B7CD
	Blue Light: #B6CAD1 -- CCD2D7        */

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;
}

#left-container {
	position:absolute;
	left:0px;
	top:0px;
	width:279px;
}

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

#side1 {
	position:absolute;
	left:0px;
	top:285px;
	width:270px;
	margin-top: 0px 0px 5px 3px;
}

#central-container {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	min-width:486px;
}

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

#content-container {
	position:absolute;
	left:270px;
	top:250px;
}

#content {
padding: 2px;
}

#side2 {
width:250px;
float: right;
}

#footer {
	text-align: center;
	font-size:.7em;
/*	border: 1px solid #A5B7CD; */
	height:100%;
}

.post {
	border-top: 1px #E0D3CD dotted;
	padding: 7px 3px 1px 4px;
}

.comments {
	margin: 0 0 5px 5%;
	padding-left: 8px;
}

/* Text Styles */

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

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

p {
	font-size: .8em;
}

a:link {
	color: #FE0000;
	text-decoration: none;
}

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

a:hover {
	color: #800000;
	text-decoration: none;
}

.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: #616C88;
	color:#FFFFFF;
	border: 2px solid #333333;
	border-bottom: none;
	margin: 0 auto;
}

#wp-calendar tbody, #wp-calendar tfoot {
	background-color: #CCD2D7;
	padding: 0;
	margin: 0;
}

#wp-calendar th {
	padding: 0;
}

/* End Calendar Styles */

/* Postit Date */

.post .post_cal {
	text-align: left;
	float: left;
	margin: -15px 10px 5px 0;
}

	.post_cal .dayname {
		background-color: #FE0000;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: medium;
		width: 100%;
	}
	
	.post_cal .daynum {
		font-size: smaller;
		font-weight: medium;
		width: 100%;
	}
	
	.post_cal .month, .post_cal .year {
		font-size: smaller;
		width: 100%;
	}
	
.postmetadata {
	font-weight: medium;
	margin-top: -15px;
}

/* End Postit Date */

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

#side2 h3 {
	font-size: medium;
}

#side1 ul, #side1 ul ol {
	list-style-type: none; 
	list-style-image: none;
	margin: 0 10px 10px 5px;
	padding: 0;
	}

#side2 ul, #side2 ul ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0 10px 10px 5px;
	padding: 0;
	}


#side1 ul {
	list-style-type: none; 
	list-style-image: none;
	margin-bottom: 15px;
	}

#side2 ul {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#side1 li {
	margin-bottom: 15px;
	}

#side2 li {
	margin-bottom: 15px;
	}


#side1 ul p, #side1 ul select {
	list-style-type: none; 
	list-style-image: none;
	margin: 5px 0 8px;
	}

#side2 ul p, #side2 ul select {
	list-style-type: none; 
	list-style-image: none;
	margin: 5px 0 8px;
	}

#side1 ul ul, #side1 ul ol {
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0 0 10px;
	font-size: smaller;
	}

#side2 ul ul, #side2 ul ol {
	list-style-type: none; 
	list-style-image: none;
	margin: 5px 0 0 10px;
	font-size: smaller;
	}

#side1 ul ul ul, #side1 ul ol {
	list-style-type: none; 
	list-style-image: none;
	margin: 0 0 0 10px;
	}

#side2 ul ul ul, #side2 ul ol {
	list-style-type: none; 
	list-style-image: none;
	margin: 0 0 0 10px;
	}

ol li, #side1 ul ol li {
	list-style-type: none; 
	list-style-image: none;
	list-style: decimal outside;
	}

ol li, #side2 ul ol li {
	list-style-type: none; 
	list-style-image: none;
	list-style: decimal outside;
	}

#side1 ul ul li, #side1 ul ol li {
	list-style-type: none; 
	list-style-image: none;
	margin: 3px 0 0;
	padding: 0;
	}

#side2 ul ul li, #side2 ul ol li {
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0 0;
	padding: 0;
	}

/* End Sidebar Styles */

#side1 ul {
	list-style-type: none; 
	list-style-image: none;
	margin: 0 5px 10px 10px;
	font-size: 12px;
}

#side2 ul {
	list-style-type: none; 
	list-style-image: none;
	margin: 0 5px 10px 10px;
	font-size: 12px;
}

#side1 ul li h3 {
	list-style-type: none; 
	list-style-image: none;
	font-size: 1.35em;
}

#side2 ul li h3 {
	list-style-type: none; 
	list-style-image: none;
	font-size: 1.35em;
}

#side1 ul li ul li {
	list-style-type: square; 
}

/*
#side2 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;
	font-size: 100%;
}

.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: 1.2em; 
	line-height: .8em;
}

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



/* link to me plugin */

.linktext {
	font-size: smaller;
}
.linktextarea {
	font-size: smaller;
	font-family: verdana;
	overflow: hidden;
}


/* calendar */
span.calnk a { 
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
span.calnk a:hover { 
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
span.calnk { 
        position:relative; 
        }
span.calnk a span { 
        display:none; 
        }
span.calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px;
        z-index:100;
        }


/* For Link Indication plugin */
a.liexternal {
 padding-right: 12px;
 background: url(images/link-icon_external_01.gif) no-repeat right;
 }

a.liinternal {
 padding-right: 12px;
 background: url(images/link-icon_external_01.gif) no-repeat right;
 }

a.liwikipedia {
 padding-right: 14px;
 background: url(images/link-icon_wikipedia.gif) no-repeat right;
 }

a.liimdb {
 padding-right: 18px;
 background: url(images/link-icon_imdb_01.png) no-repeat right;
 }

a.liftp {
 padding-right: 13px;
 background: url(images/link-icon_ftp_01.png) no-repeat right;
 }

a.limailto {
 padding-right: 18px;
 background: url(images/link-icon_mail_01.png) no-repeat right;
 }

a.lipdf {
 padding-right: 12px;
 background: url(images/link-icon_pdf_01.png) no-repeat right;
  }


/* fne added for sidebox */

.boxbody li {
	list-style-type: disc !important; 
	margin-left: -25px;
}

