/*below are the styles to apply to popup pictures in the website*/	 
	 
#gallery {width: 728px; height: 500px; padding: 10px; border: none; background: none; 
	position: relative; margin-top: 10px;} /*this is our box*/

#gallery ul {list-style:none; padding: 0; margin: 0; width: 180px; position:relative; float:right;}
#gallery ul li {display:inline; width: 52px; height: 52px; float:left; margin 0 0 5px 5px;} 
#gallery ul li a {display:block; width: 50px; height: 50px; text-decoration: none; border: 1px solid #8d4f10; 
	 }
#gallery ul li a span {display:none;} /*hides comments*/
#gallery ul li a img {display:block; width:50px; height:50px; border:0;} /*sizes images to be thumbnail size*/
#gallery ul li a:hover {white-space:normal; border-color: #efb57c; background:none;}
	/*has borders alternate when picture is hovered over*/
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:548px; height:380px; 
	text-align:center; background:none; z-index: 20;} /*causes pick to show up left when hovered over*/
#gallery ul li a:hover span {display:block; color:#8d4f10; font-family: Maiandra GD, helvetica, arial, sans-serif; font-weight:normal;
	font-size:1.25em; font-weight:bold; width:350px; margin:0 auto; border:2px outset #daa670; } /*displays text when image is hovered over*/
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #8d4f10; } /*has image show on left side*/

/*the section below allows the images to be clicked on so they stay in place*/
#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color: #8d4f10;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width: 548px; 
	height:380px; text-align:center; background:none; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#8d4f10; font-family: Maiandra GD, helvetica, 
	arial, sans-serif; font-weight:bold; font-size:1.25em; width:350px; margin: 0 auto;  border:2px outset #bb8e60;}
#gallery ul li a:active img, #gallery ul li a:focus img {margin: 0 auto 10px auto; width:auto; height:auto; 
	border:1px solid #efb57c;}
 
body {
	margin-top: 50px;
	padding: 0;
	background: #1F0303;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #FFFFFF;
}

h1, h2, h3 { 
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {	font-family: Castellar;
	letter-spacing: -1px;
	font-size: 32px;
}
h2 {
	font-size: 17px;
color: #d4e7b2;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}




/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	
}

#bustitle {
	width: 800px;
	margin: 0 auto;
	height: 75px;
	
}
/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 50px;
	background: url(images/img03.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;

}

#menu li ul {
	display: none;
}

#menu li:hover ul {
	display: block; 
	width: 2em; 
	height: 1em; 
	position: relative; 
	color: #FFFFFF;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #AA330F url(images/img04.gif) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item a {
	
	color: #ffffff;
}

.last{position: relative; z-index:4; background:#ae1209; width: 120px;}



#centercontainer {
	margin: 0 auto;
	width: 640px;
}





/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #2A0F0F;
}

/* Content */

#content {
	float: left;
	width: 470px;
	
}

/* Post */

.post {position: relative;	
	padding: 0px 0px 20px 0px;
	bottom: 70px;
	
}

.post .title { color: #D2691E;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #B8120B;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #FFFFFF;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #FFFFFF;
}

.post .entry {
}

.post .meta {
	padding: 0px 15px 30px 0px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .links {
	float: left;

}
.post .byline {
	border-left: 8px solid #B8120B;
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: 	#F0E68C;
}

.post .meta .links {
	float: left;
}

.post .meta .more {
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}


