/*
I love you
*/

body {
	margin: 0;
	padding: 0;
	background: #2c2a21;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/bg_large.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #CDC687;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 400px;
	background: #514334;
}
#menu2010 {
	width: 1000px;
	margin: 0 auto;
	height: 43px;
	background: #4a4736;
	background-image: url(images/menu_bg_2010.gif);
	background-repeat: repeat-x;
}

/* Header */

#logo {
	width: 970px;
	height: 360px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 50px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 72px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu Old 

#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	height: 36px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 4px 15px 10px 20px;
	border-right: 1px #000000 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a:hover {
	margin: 0 3px 0 0;
	color: #CCCC00;
}

#menu .current_page_item a {
	margin: 0 3px 0 0;
	color: #ABA299;
}
*/


/* NEW MENU (Dropdown menu with multiple levels) , January 2010*/

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#cdc687;
	text-decoration:none;
	text-align: center;
}
ul.menu a:hover {display:block; color:#fff; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:28px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #4a4736; border-top:none; width:123px; margin:0}
ul.menu ul li a {display:block; color:#1a1a1a; padding:3px 7px 5px; background-color:#aaa882}
ul.menu ul li a:hover {color:#fff; background-color:#c8c69e}
ul.menu ul ul {
	left:123px;
	top:-1px;
}
ul.menu .menulink {
	border:1px solid #4a4736;
	padding:5px 7px 7px;
	font-weight:bold;
	background:url(images/menu_bg_2010.gif);
	width:109px
}
ul.menu .menulink_current_page {
	border:1px solid #4a4736;
	padding:5px 7px 7px;
	font-weight:bold;
	background:url(images/menu_bg_2010_over.gif);
	width:109px;
	color: #FFF;
}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/menu_bg_2010_over.gif)}
ul.menu .sub {background:#aaa882 url(images/arrow.gif) 109px 8px no-repeat}
ul.menu .topline {border-top:1px solid #4a4736}
/* CLOSE NEW MENU, January 2010*/



/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 1000px;
	margin: -14px auto;
	padding: 20px 0 0 0;
	background: #4A4736;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 560px;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	margin: -10px 20px 20px 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5c5a43;
}

.tag {
	padding: 0 15px;
	line-height: 18px;
}

.entry {
	padding: 0 20px;
	line-height: 20px;
}

.links {
	padding: 4px 20px;
	text-align: left;
	font-weight: bold;
	background: #1a1a1a;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	line-height: 10px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #423525 dashed;
}


.sidebar li h2 {
	margin: 0 0 0 0;
	padding: 10px 15px;
	font-size: 13px;
	color: #CDC687;
	background-color: #3A392D;
}

.sidebar li h3 {
	margin: 0 0 0 0;
	padding: 10px 15px;
	font-size: 13px;
	color: #22221F;
	background-color: #8C8D6D;
}

.sidebar a {
	color: #FFFFFF;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 110px;
	height: 18px;
	border: 1px solid #423525;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #000000;
	border: 1px solid #423525;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background-image: url(images/footer.jpg);
	background-color:#2C2A21;
	background-position: top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5c5a43;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: #847D5B;
}

#footer a {
	color: #FFFFFF;
}
