@charset "UTF-8";

body, h1, h2, h3, h4, h5, form, p {
	margin: 0;
	padding: 0;
}

body {
	background: #2b2b2b;
	color: #8e8e8e;
	font: normal 11pt/15pt "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	color: #6a3a83;
	font: normal 35pt "League Gothic", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}
#home h1 { font-size: 24pt; }

h2 {
	color: #8e8e8e;
	font: normal 22pt "League Gothic", "Arial Narrow", sans-serif;
	margin-top: 0.8em;
	text-transform: uppercase;
}

h3 {
	color: #8e8e8e;
	font: normal 17pt "League Gothic", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}

p { margin-bottom: 0.8em; }

a { color: #6a3a83; }
a:hover { color: #812aae; }

a img { border: none; }

abbr { border: none; }

.left { float: left; }
.right {float: right; }
.column-35p { width: 35%; }
.column-55p { width: 55%; }

.text-purple { color: #6a3a83; }
.text-white { color: #fff; }

.margin-top-10 { margin-top: 10px; }
.margin-left-20 { margin-left: 20px; }
.margin-right-20 { margin-right: 20px; }

.narrower { width: 295px; }
.wider { width: 575px; }
.narrowest { width: 180px; }
.widest { width: 690px; }

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	background: #1e1e1e url('../images/wrapper-bg.gif') repeat-y;
	margin: 0 auto;
	padding: 0 30px;
	width: 900px;
}

#header {
	height: 180px;
	position: relative;
}

#logo-purplest {
	left: 379px;
	position: absolute;
	top: 20px;
	z-index: 10;
}

#nav-invitation,
#nav-photography {
	position: absolute;
	top: 112px;
	z-index: 10;
}
#nav-invitation { left: 0; }
#nav-photography { right: 0; }

#nav-photography { text-align: right; }


.nav-section {
	color: #812aae;
	display: block;
	font: normal 24pt "League Gothic", "Arial Narrow", sans-serif;
	margin-bottom: -5px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-invitation .nav-tel { margin-right: 20px; }
#nav-photography .nav-tel { margin-left: 20px; }

.nav-tel,
.nav-email {
	font: normal 15pt "League Gothic", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}

.nav-email a {
	color: #8e8e8e;
	text-decoration: none;
}

#header-swirls {
	background: url('../images/header-swirls.png');
	height: 111px;
	left: -38px;
	position: absolute;
	top: 62px;
	width: 976px;
}

#social-media {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
}

#social-media li {
	display: block;
	float: left;
	list-style: none;
	margin-right: 4px;
}

#social-media li a {
	background: url('../images/icon-social-media.png') no-repeat;
	display: block;
	height: 0;
	padding-top: 24px;
	text-indent: -9999px;
	width: 24px;
}

#social-media li a#facebook { background-position: 0 0; }
#social-media li a#facebook:hover { background-position: 0 -24px; }

#social-media li a#twitter { background-position: -28px 0; }
#social-media li a#twitter:hover { background-position: -28px -24px; }

#social-media li a#flickr { background-position: -56px 0; }
#social-media li a#flickr:hover { background-position: -56px -24px; }

#social-media li a#linkedin { background-position: -84px 0; }
#social-media li a#linkedin:hover { background-position: -84px -24px; }

#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 12px;
}

#nav li {
	display: inline;
	font-size: 10pt;
	list-style: none;
	margin-left: 30px;
	text-transform: uppercase;
}

#nav li a {
	color: #8e8e8e;
	text-decoration: none;
}
#nav li a:hover { color: #fff; }

.sub-nav {
	margin: 0;
	padding: 0;
}

.sub-nav li {
	font-size: 10pt;
	list-style: none;
}

.sub-nav li a {
	background: #252027;
	border-top: 1px solid #472f53;
	display: block;
	padding: 5px 16px;
	text-decoration: none;
}
.sub-nav li a.first { border-top: none; }
.sub-nav li a:hover {
	background: #2b2230;
}

#content {
	border-top: 1px solid #333;
	padding-top: 4em;
}
#home #content { 
	border-top: none;
	padding-top: 0; 
}

#slider {
    background: #111 url('../images/loading.gif') no-repeat 50% 50%;
    height: 460px;
    position: relative;
    width: 690px;
}
#home #slider { 
	height: 600px;
	margin-bottom: 10px; 
    width: 900px;
}

#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}

#slider a {
    border: 0;
    display: block;
}

.nivo-controlNav {
	bottom: 20px;
	position: absolute;
	right: 60px;
}

.nivo-controlNav a {
	background: url('../images/bullets.png') no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 22px;
	margin-right: 3px;
	text-indent: -9999px;
	width: 22px;
}

.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	background: url('../images/arrows.png') no-repeat;
	border: 0;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
	z-index: 99;
}

a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

a.nivo-prevNav {
	left: 15px;
}

#home #small-banners {
	margin: 0;
	padding: 0;
}

#home #small-banners li {
	list-style: none;
	margin: 0 0 6px;
	padding: 0;
}

#home #definition {
	margin-top: 10px;
}

#home #definition li {
	padding-bottom: 10px;
}

.gallery {
	margin: 0;
	padding: 0;
}

.gallery li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0;
	text-align: center;
	width: 230px;
}

.gallery li a {
	cursor: pointer;
	display: block;
	margin: 0 auto 15px;
}

.message-sent {
	background: #6a3a83;
	color: #fff;
	margin-bottom: 2em;
	padding: 12px 0;
	text-align: center;
}

.vcard { margin: 2em 0 1em; }

.vcard p { margin: 0; }

.vcard .org { 
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0.5em; 
}

.vcard .telecommunications { margin-bottom: 0.5em; }

.vcard .email a { 
	color: #989299;
	text-decoration: none;
}
.vcard .email a:hover { text-decoration: underline; }

.vcard .adr .country-name { text-transform: uppercase; }

#form-contact {
	margin: 2em 0 0;
	padding: 0;
	width: 100%;
}

#form-contact tr td {
	padding-top: 1em;
	width: 50%; 
}
#form-contact tr.first td { padding-top: 0; }

#form-contact label { 
	display: block; 
	margin: 0 0 0.3em;
}

#form-contact input {
	background: #bbb;
	border: none;
	color: #333;
	font: normal 10pt Arial, Helvetica, sans-serif;
	padding: 6px;
	width: 210px;
}
#form-contact input.referal { width: 456px; }

#form-contact select {
	background: #ddd;
	border: none;
	color: #333;
	font: normal 10pt Arial, Helvetica, sans-serif;
	padding: 6px;
}

#form-contact textarea {
	background: #bbb;
	border: none;
	font: normal 10pt Arial, Helvetica, sans-serif;
	height: 140px;
	padding: 3px;
	width: 462px;
}

#form-contact .submit {
	background: none;
	padding: 0;
	width: auto;
}

#footer {
	border-top: 1px solid #333;
	font-size: 9pt;
	margin-top: 20px;
	padding: 6px 0 80px;
}

#copyright {
	color: #555;
	float: right;
	text-align: right;
}

#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

#footer-nav {
	margin: 0;
	padding: 0;
}

#footer-nav li {
	display: inline;
	list-style: none;
	margin-right: 12px;
}

#footer-nav li a {
	text-decoration: none; 
}
#footer-nav li a:hover { text-decoration: underline; }

