@charset "utf-8";
/* CSS Document */

/* Meyer CSS Reset Modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
strong {font-weight:bold;}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	background:url(../images/page-bg.jpg) #b5a284 top center no-repeat fixed;
	color:#000;
	font-family: Arial,Helvetica,sans-serif;
	line-height:1.25;
	margin:10px 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q {quotes:"" "";}

/* Begin page defaults */

a {
	color:#215a66;
	text-decoration:none;
}
a:hover {
	color:#e64626;
	text-decoration:underline;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.center {text-align:center;}
img.left {
	float:left;
	margin:0 10px 10px 0;	
}
img.right {
	float:right;
	margin:0 0 10px 10px;	
}
sub {
	font-size:0.85em;
	vertical-align:sub;	
}
sup {
	font-size:0.85em;
	vertical-align:super;
}

/* Page layout */

#centerPage {text-align:center;}
#pageWrapper,#footer {
	margin:0 auto;
	text-align:left;
	position:relative;
	width:945px;
}
body#insidePage #pageWrapper,body#insideGalleryPage #pageWrapper {
	background:url(../images/pageWrapper-bg.png) 0 240px no-repeat;
}
#logo {
	display:inline;
	float:left;
	width:770px;
}
#topNav {
	background:url(../images/akdd-nav-bg.png) 0 0 no-repeat;
	display:inline;
	float:left;
	height:55px;
	position:relative;
	width:175px;
}
#topNav ul {
	margin:10px 0 0 5px;
}
#topNav ul li {
	display:inline;
	font-size:0.8em;
	font-weight:bold;
	list-style-type:none;
	margin:0 0 0 7px;
	text-transform:lowercase;
}
#contentWrapper {
	margin:10px 0 10px 0;
	width:960px;
}
body#insidePage #contentWrapper,body#insideGalleryPage #contentWrapper {
	background:url(../images/content-bg.png) 0 0 repeat;
}
#homeGallery img,#insideGalleryOuter img{padding:0;}
#insideGalleryOuter img{display:block;margin:0 auto;}
#insideGalleryOuter .panel a{display:block;}
#homeGallery .panel-overlay h3,#insideGalleryOuter .panel-overlay h3{padding:0;margin:5px;font-size:14px;font-weight:bold;color:#000}
#homeGallery .panel-overlay p,#insideGalleryOuter .panel-overlay p{padding:0;font-size:0.9em;margin:10px 20px;color:#000}
#content {
	margin:10px;
}
#insideGalleryPage #content {
	display:inline;
	float:right;
	width:160px;
}
#content h1,#content h2 {
	color:#480604;
	font-size:1.3em;
	font-weight:bold;
	margin:20px 0 10px 0px;
        padding-top: 10px;
}
#content h2 {
	font-size:0.9em;
}
#content a {
	font-weight:bold;
}
#content p {
	font-size:0.8em;
	margin:0 0 10px 0;
}
#insideGalleryOuter {
	display:inline;
	float:right;
	width:780px;
}
#vlightbox a,#sideNav ul li#sideNavItem1 a,#sideNav ul li#sideNavItem2 a{display:none;}
#vlightbox a#galleryPic1,#sideNav ul li#sideNavItem1 a#interiorPic1,#sideNav ul li#sideNavItem2 a#muralPic1{display:block;}

#sideNav {
	margin:15px 0 0 0;
	width:960px;
}
#sideNav ul li {
	display:inline;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	list-style-type:none;
	margin:0 10px 5px 0;
	text-align:center;
	text-transform:lowercase;
	width:175px;
}
#sideNav ul li#fbLink {
	margin:0 0 5px 75px;
	width:142px;
}
#sideNav ul li img {display:block;}
#sideNav ul li a {
	display:block;
	text-decoration:none;
}
#sideNav ul li img {margin:0 0 3px 0;}
#footerWrap{background:#480604;}
#footer {height:30px;}
#footer p{color:#763d2a;font-size:0.75em;line-height:30px;}
#footer p a{color:#763d2a;text-decoration:none;}
#footer p#footerCopy{float:left;width:730px;}
#footer p#footerPowered{float:left;text-align:right;width:200px;}