/*   
Theme Name: Travelogue
Theme URI: http://www.podq.com/travelogue/
Description: Designed with a traveler in mind, this theme is attractive and customizable.
Author: Josh Lyman
Author URI: http://www.podq.com/

Adapted by: Carol DiNolfo
*/
/* Color Schemes
   -------------
	Orange Dark: #AA3511
	Orange Light: #E0D3CD
	
	GreenBlue Dark: #618788
	Green Light: #D4DBD3
	Blue Light: #B6CAD1         */

body {
	background-image: url(../graphics/header-bkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	position:absolute;
	top: 0px;
	left: 0px;
    width:100%;
    height:100%;
	padding:0px 0px 0px 0px;
}

#polaroid {
	position:absolute;
	top: 0px;
	left: 0px;
}

#header-img {
	position:absolute;
	width:auto;
	left: 218px;
	top: 0px;
}

#header-img p {
	line-height: 134px;
	margin-left: 233px;
	margin-right: 40px;
}

#sidebar {
	position:absolute;
	width:219px;
	left: 0px;
	top: 224px;
}

#nav  {
	text-align: center;
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-style: italic;
	padding-top: 20px;
}

#slo-logo {
	left: 0px;
	padding-top: 50px;
}

#title  {
	text-align: center;
	position: absolute;
	left: 265px;
	top: 154px;
	width: auto;
}

#content {
	padding:3px 40px 10px 10px;
	text-align: left;
	position: absolute;
	left: 220px;
	top: 224px;
}


#content li {
	font-style: italic;
}

/* Text Styles */

h1 {
	font-weight: bold;
	color: #AA3511;
	font-size: 1.5em;
}

h2 {
	font-weight: bold;
	font-size: 1.25em;
	color: #AA3511;
}

h3 {
	font-weight: bold;
	font-size: 1.12em;
	color: #AA3511;
}

p {
	font-size: 1em;
}

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

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

a:hover {
	color: #E0D3CD;
	text-decoration:underline;
	border-bottom: 1px #E0D3CD;
}

a img {
	border: none;
}

.pagetitle {
	text-decoration:underline;
	text-align: center;
}

.entry {
	font-size: 0.95em;
}

.copyright {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.7em;
}

.blue {
	color: #618788;
	font-weight: bold;
	font-size: 0.95em;
}

/* End Typography & Colors */

/* Calendar Styles */

#calendar {
	border: 2px solid #333333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: smaller;
}

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

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

#calendar th {
	padding: 0;
}

/* End Calendar Styles */
