body {
	margin:0;
	padding:0;
	background: #000000 url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#393939; /* was #636467 */
}

#superContainer {
	width:800px;
	margin:0 auto;
	background-color:#ffffff;
	clear:left;
	height:auto;
	padding 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #414141;
	text-decoration: none;
	border-bottom: #ED1C24 1px dotted;
}

a:hover {
	text-decoration: none;
	color: #ED1C24;
	border-bottom: #636467 1px dotted;
}




body#gallery div#myGallery a {
	color: #414141;
	text-decoration: none;
	border-bottom: none;
}

body#gallery div#myGallery a:hover {
	text-decoration: none;
	color: #ED1C24;
	border-bottom: none;
}



hr {
	color:#E7E7D3;
	height:1px;
}

/* horiz_menu */

#horiz_menu {
	width: 800px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#horiz_menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#horiz_menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#horiz_menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	color: #E7E7D3;
	border-bottom: none;
}

#horiz_menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}

#horiz_menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}


#horiz_menu2 {
	width: 796px;
	height: 23px;
	margin: 0px auto 10px auto;
	padding: 0px;
	background: url(images/nav_bg2.png) no-repeat #BCAE5E;
	border: 2px solid #E7E7D3;
	letter-spacing: +2px;
}
#horiz_menu2 ul {
	height: 23px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#horiz_menu2 li {
	float: left;
	height: 23px;
	border-right:2px solid #E7E7D3;
}
#horiz_menu2 a {
	float: left;
	height: 23px;
	margin: 0px;
	padding: 1px 15px 1px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: normal;
	color: #E7E7D3;
	border-bottom: none;
}
#horiz_menu2 a:hover {
	color: #FFFFFF;
	height: 23px;
	/*background-color:#636467;*/
	background: url(images/nav_bg1.gif) no-repeat;
	border-bottom:none;
}
#horiz_menu2 .current_page_item a {
	height: 21px;
	color: #ED1C24;
	background-color: #000000;
	border-bottom:none;
	padding: 1px 15px 1px 15px;
	font-weight: bold;
}


/* Splash */

#splash {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	position:relative;
	padding: 20px 0;
}

/* Content */
body#gallery #content {
	float: right;
	width: 800px;
	margin-right:0px;

}

#content {
	float: right;
	width: 525px;
	margin-right:8px;

}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 0px 20px 0px; 20px;
	letter-spacing: -2px;
	font-size: 18px;
	color: #ED1C24;
	background-color: #000000;
	height:23px;
}

.post .credit {
	font-size: .85em;
	color: #808285;
	line-height:normal;
	font-style:italic;
}

.post .entry {
	padding: 10px 20px;
	background: #FFFFFF url(images/bg.png) repeat-x;	
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	margin-left:5px;
	width: 250px;
	background-color:#E7E7D3;
	position:relative;
}

#sidebar ul li a {
	color: #414141;
	text-decoration: none;
	border:none;
}

#sidebar ul li a:hover {
	text-decoration: none;
	color: #ED1C24;
}

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

#sidebar li {
	margin-bottom: 5px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 23px;
	margin: 0px;
	padding: 0px 0 0 10px;
	/*background: url(images/nav_bg1.gif) no-repeat #ED1C24*/;
	background-color: #000000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #ED1C24;
}


/* Footer */

#footer {
	clear: both;
	width: 800px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	border-top: 6px solid #A46504; /* previous value #3F3F3F */
	font-size: smaller;
	background: url(images/footer_bg.png) repeat-x;
}

#footer p {
	margin: 10px;
	text-align: center;
	line-height: normal;
}

