/*
Theme Name: Zingerman's Food Tours 2009
Author: Billie Lee
*/

/* Color Palette
brown	#6E3E22
orange	#F37021
green	#88AC2E
blue	#C9E9E6
khaki	#F6DDBB
black	#222010
*/

/* Layout */

body {
	font-family: georgia,serif;
	line-height: 1.1em;
	margin:0;
	padding:0;
	background-color: #990000;
	/*background-image: url(images/orangebackground.jpg);*/
	background-repeat: repeat-x;
	}

#body {
	margin:0;
	padding:0;
}
#layout {
	width: 980px;
	margin: 0 auto;
	border-left:2px solid #333333;
	border-right:2px solid #333333;
	background: #F6DDBB url(images/paper.jpg) repeat-y;
	}
#content {
	padding: 0px 70px;
	
	}
#main {
	margin-right: 245px;
	position: relative;
}

#main p {
	font-size: 85%;
	line-height: 1.5;
	margin: 10px 0;
}



/* End Layout */


/* Header  */

#header {
	padding-bottom: 0;
	height: 260px;
	position: relative;
	text-align:center;
	}

#logo {
	margin: 0 0 0 15px;
	padding-top: 10px;
	}

#logo a img {
	margin: 0;
	border: 0;
	text-decoration: none;
	border:0;
	}
/* End Header */


/* Navigation Menu */

.menu ul {
	list-style: none;
	}

.menu li {
	display: inline;
	margin-left: 12px;
	list-style: none;
	color: #7A1878;
	padding-left: 15px;
	font-size: 75%;
	}

.menu li:first-child {
	border: 0;
	}

.menu li a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #7A1878;
	text-decoration: none;
	border-bottom: 2px dotted #F37021;
	padding-bottom: 7px;
	}

.menu li a:hover {
	color: #7A1878;
	border-bottom: 8px solid #F37021;
	}


/* End Navigation Menu */


/* Footer */
#footer {
	background: #222010;
	padding: 10px;
	}

#footer p {
	color: #F6DDBB;
	font-size: 75%;
	text-align: center;
	}

#footer p a {
	color: #F6DDBB;
	text-decoration: none;
	border-bottom: 1px dotted #F6DDBB;
	}
/* End Footer */


/* Formatting */

/*
h1, h2, h3, p {
	margin: 0;
	}
*/
p, li {
	font-family: georgia,serif;
	font-size: 1em;
	line-height: 1.2em;
	}

h1 {
	font-family: verdana,georgia,serif;
	font-size: 145%;
	line-height: 1.3;
	color: #333333;
	}
h2 {
	margin-top: 30px;
	font-family: verdana,georgia,serif;
	font-size: 110%;
	line-height: 1.1;
	color: #333333;
	}

h2 span {
	color: #F36B21;
	}
h2 a {
	color: #333333;
	text-decoration: none;
	}
h2 a:hover {
	color: #F36B21;
	border-bottom: 1px dotted #F36B21;
	}
#main .postmetadata {
	color: #333333;
	font-size:65%;
	}

.entry a {
	color: #7A1878;
	}
	
.entry a:visited {
	color: #F37021;
	}

/* End Formatting */

/* Sidebars */
#sidebar {
	width: 220px;
	float: right;
	font-size: 90%;
	}

#sidebar div h2 {
	text-align: center;
	font-size: 120%;
	color: black;
	}

#sidebar div.box {
	margin-top: 5px;
	margin-bottom: 10px;
	background: #E8E7C4;
	border: 5px solid #A5A205;
	padding: 12px;
	padding-top: 0;
	text-align: center;
	}

.box h2 {
	font-size: 100%;
	color: black;
	margin-bottom: 15px;
	}

.box p {
	font-size: 90%;
	margin-top: 6px;
	line-height: 1.4;
	}

/* End Sidebars */