/*
PROJECT:	Paul Harness Wedding Portfolio
MEDIA:		Screen
AUTHOR:		newmediaboutique
REVISED:	July 2007
*/

/* Define site-wide styles such as fonts, colours etc. */
body {
	background: url(images/back-page.gif) #d2c2e7;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #333;
}

a:hover {
	color: #6d5485;
}	
img {
	border: 0px;
}

.access {
	display: none;
}

hr {
	display: none;
}


/* -----------------------------------------------------------------------------*/
/* Structural elements - blocks starting with a hash '#' should not be modified */
/* -----------------------------------------------------------------------------*/
#container {
	width: 775px;
	text-align: left;
	margin: 0 auto;
	margin-top: 15px;
}

#header {
	width: 775px;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

#branding {
	float: left;
	width: 275px;
}

#branding h1 {
	text-indent: -9000px;
	background: url(images/logo-wedding.gif) no-repeat;
	width: 275px;
	height: 32px;
}

#advertisingTop {
	float: left;
	width: 500px;
}

#uppernav {
	width: 775px;
	float: left;
	margin-bottom: 22px;
}

#uppernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#uppernav li {
	display: inline;
	color: #977cb2;
	text-transform: uppercase;
	margin-right: 7px;
}

#uppernav li a {
	padding: 6px 8px;
	color: #977cb2;
	background: #cab6e5;
	text-decoration: none;
}

#uppernav li a:hover {
	background: #977cb2;
	color: #e9e5f3;
}

#nav {
	width: 775px;
	float: left;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#nav li {
	display: inline;
	color: #977cb2;
	text-transform: uppercase;
	margin-right: 7px;
}

#nav li a {
	padding: 6px 8px;
	color: #977cb2;
	background: #cab6e5;
	text-decoration: none;
}

#nav li a:hover {
	background: #977cb2;
	color: #e9e5f3;
}

#content {
	width: 775px;
	float: left;
	margin-top: 25px;
}

#content h2 {
	font-size: 24px;
	color: #977cb2;
	font-weight: normal;
}
#content h3 {
	font-size: 20px;
	color: #977cb2;
	font-weight: normal;
}
#content h4 {
	font-size: 16px;
	color: #977cb2;
	font-weight: bold;
}

#content-intro {
	float: left;
	width: 575px;
}

#content-intro p {
	line-height: 150%;
}

#content-right {
	float: right;
	width: 150px;
	text-align: center;
}

#footer {
	color: #977cb2;
	border-top: solid 3px #cab6e5;
	float: left;
	clear: both;
	width: 775px;
	line-height: 150%;
	margin-top: 15px;
	padding-top: 10px;
}

#footer a {
	color: #977cb2;
}

#footer a:hover {
	background: #6d5485;
	color: #dcccf2;
	text-decoration: none;
}


/* --------------------------------------*/
/* Classes for styling various elements  */
/* --------------------------------------*/
.prices {
	width: 400px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.prices th {
	background-color: #977cb2;
	color: #fff;
	text-align: left;
	padding: 3px;
}
.prices td {
	padding: 3px;
	border-bottom: 1px solid #977cb2;
}