/* @override http://www.digitalworksstudio.com/css/styles.css */

/* RESET */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, ins, kbd, q, s, samp,
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

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

a:hover {
	text-decoration: underline;
}

/* Main Styles */

body {
	text-align: center;
	font-family: Function, Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #336699;
	z-index: 0;
}

p {
	color: #333333;
	line-height: 21px;
}

h5 {
	color: #336699;
	font-size: 12px;
}

li {
	list-style: none;
}

#container {
	background: white url(../images/Layout/RightSide.gif) repeat-y right;
	text-align: center;
	width: 750px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

#main {
	background: url(../images/Layout/LeftSide.gif) repeat-y left;
	width: 750px;
	padding-bottom: 1em;
	margin: 0;
}
#Gallery {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#Gallery img {
	margin-right: 230px;
	margin-left: 230px;
}
strong {
	font-size: xx-large;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	float: left;
	color: #A64811;
}

#promo {
	margin-top: 2em;
	border: 0 solid silver;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.5);
}

#nav {
	background: url(../images/Layout/LeftSide.gif) repeat-y left;
	padding-bottom: .5em;
	position: relative;
	width: 750px;
	height: 35px;
	margin-bottom: -10px;
}

#nav ul {
	position: relative;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

#nav li {
	color: #336699;
	font-size: large;
	margin-right: 24px;
	float: left;
}

body.home #nav li.nav_home a,
body.weddings #nav li.nav_weddings a,
body.seniors #nav li.nav_seniors a,
body.familys #nav li.nav_familys a,
body.kids #nav li.nav_kids a {
	/* nav active state */
	color: black;
	font-weight: bold;
	text-decoration: none;
}


#player {
	height: 360px;
	text-align: center;
	position: relative;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#getflash {
	width: auto;
	font: x-small Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	position: relative;
	bottom: -1em;
}

#footer {
	background: white url(../images/Layout/Footer.gif) no-repeat;
	text-align: center;
	width: 750px;
	height: 30px;
	margin: 0;
}

#footer h5 {
	position: relative;
	top: .25em;
	width: 450px;
	margin: auto;
}

#footer_notes {
	text-align: center;
	color: silver;
	font: 11px "Courier New", Courier, mono;
	margin-bottom: 2em;
}

#footer_notes a {
	color: white;
}
