/* @override http://l/lyndseyhamiltonevents.com/lhe.css */

* {
	margin: 0;
}

/* @group Tags */

body
{
	font-size: 76%;
	background: #fff url(images/LHE-Background.gif);
	color: #6D6B5E;
	color: #6d5e3b;
	font-family: avenir, HelveticaNeue-Light, "Helvetica Neue Light", arial, sans-serif;
	
	text-align: center;
}

h1 {
	font-size: 1.5em;
}

h2 {
	color: #90bcc5;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	font-style: oblique;
}

#main ol, #main ul {
	margin-left: 1em;
}

#main li {
	
}

p {
	font-size: 1em;
	line-height: 1.4;
	
	text-align: left;
	
	margin-bottom: 0.5em;
}

a, a:link {
	color: #6D6B5E;
	color: #6d5e3b;
	text-decoration: underline;	
}

a:visited {
	
}

a:hover {
	text-decoration: none;
}

a:active {
	
}

img {
	border-width: 0;
}

/* @end */

/* @group Boxes */

#container {
	width: 720px;
	height: 576px;
	border: 1px solid #6d5e3b;
	background-color: white;
	
	margin: 0 auto;
	text-align: left;
	
	position: relative;
	top: 20px;
	
	overflow: visible;
}

#header {
	position: relative;
	top: 0;
	left: 35px;
	width: 660px;
	height: 120px;
}

#logo {
	position: relative;
	top: 19px;
	left: 0;
	width: 200px;
}

#page_header {
	position: absolute;
	top: 57px;
	right: 0;
	width: 350px;
	text-align: right;
}

#location_nav {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 185px;
	height: 28px;
	text-align: right;
	background-image: url(images/header/nav_all.png);
	background-position: 0 0;
}

#location_nav a {
	display: block;
	float: left;
	width: 60px;
}

#main {
	position: relative;
	top: 0;
	left: 35px;
	width: 100%;
	height: 360px;
}

#panel {
	width: 450px;
}

#panel-arrows {
	/*margin-left: 170px;*/
	display: block;
	position: absolute;
	top: 324px;
	left: 170px;
}

#copy {
	position: absolute;
	top: -4px;
	left: 432px;
	width: 260px;
	overflow: hidden;
}

#copy p,
#copy div {
	line-height: 1.6;
	width: 210px;
	/*min-height: 324px;*/
}

#copy-arrows {
	text-align: center;
}

#copy th,
#copy td {
	padding-bottom: 0.3em;
}

#footer {
	position: relative;
	top: 50px;
	left: 0;
	width: 100%;
	height: 18px;
	
	padding-top: 10px;
	
	border-top: 1px solid #90bcc5;
	text-align: center;
}

/* @end */

/* @group Navigation */

#navigation {
	position: absolute;
	top: 490px;
	left: 2px;
	width: 500px;
	height: 40px;
	
	z-index: 100;
	
	background: transparent;
}

#navigation ul {
	list-style: none;
	overflow: visible;
}

#navigation li {
	display: block;
	float: left;
	height: 28px;
	overflow: visible;
}

#navigation ul li {
	width: 79px;
	position: absolute;
	z-index: 100;
}

#navigation ul li a {
	display: block;
	height: 28px;
	width: 79px;
}

#navigation ul li a:hover {
	background-position: 0 -28px;
}

#navigation ul li#nav-about {
	top: 0;
	left: 0;
}

#navigation ul li#nav-weddings {
	top: 0;
	left: 90px;
}

#navigation ul li#nav-events {
	top: 0;
	left: 180px;
}

#navigation ul li#nav-press {
	top: 0;
	left: 270px;
}

#navigation ul li#nav-contact {
	top: 0;
	left: 360px;
}

#navigation ul li#nav-about a {
	background-image: url(images/menus/about.gif);
}

#navigation ul li#nav-weddings a {
	background-image: url(images/menus/weddings.gif);
}

#navigation ul li#nav-events a {
	background-image: url(images/menus/events.gif);
}

#navigation ul li#nav-press a {
	background-image: url(images/menus/press.gif);
}

#navigation ul li#nav-contact a {
	background-image: url(images/menus/contact.gif);
}

#navigation ul li ul {
	position: absolute;
	top:  -60px;
	left: 0;
	width: 116px;
	z-index: 99;
}

#navigation ul li#nav-about ul {
	top: -82px;
}

#navigation ul li ul li {
	z-index: 101;
}

#navigation ul li#nav-weddings ul li,
#navigation ul li#nav-weddings ul li a {
	width: 116px;
	height: 20px;
}

#navigation ul li#nav-about ul li,
#navigation ul li#nav-about ul li a {
	width: 85px;
	height: 20px;
}

#navigation ul li#nav-about ul {
	left: -5px;
	width: 85px;
	display: none;
}

#navigation ul li#nav-weddings ul {
	left: 65px;
	display: none;
}

#navigation ul li#nav-weddings ul li a:hover {
	background-position: 0 -20px;
}

#navigation ul li#nav-about ul li a:hover {
	background-position: 0 -22px;
}

#navigation ul li#nav-weddings-full {
	top: 0;
	left: -80px;

}

#navigation ul li#nav-weddings-partial {
	top: 20px;
	left: -80px;
}

#navigation ul li#nav-weddings-dayof {
	top: 40px;
	left: -80px;
}

#navigation ul li#nav-weddings-full a {
	background-image: url(images/menus/full_planning.gif);
}

#navigation ul li#nav-weddings-partial a {
	background-image: url(images/menus/partial_planning.gif);
}

#navigation ul li#nav-weddings-dayof a {
	background-image: url(images/menus/dayof_planning.gif);
}

#navigation ul li#nav-about-services {
	top: 0;
	left: 0;
}

#navigation ul li#nav-about-mission {
	top: 21px;
	left: 0;
}

#navigation ul li#nav-about-team {
	top: 42px;
	left: 0;
}

#navigation ul li#nav-about-lyndsey {
	top: 62px;
	left: 0;
}

#navigation ul li#nav-about-services a {
	background-image: url(images/menus/services.gif);
}

#navigation ul li#nav-about-mission a {
	background-image: url(images/menus/mission.gif);
}

#navigation ul li#nav-about-team a {
	background-image: url(images/menus/team.gif);
}

#navigation ul li#nav-about-lyndsey a {
	background-image: url(images/menus/lyndsey.gif);
}

#nav-about-bg {
	position: absolute;
	background-image: url(images/menus/about_menu_bg.png);
	width:  95px;
	height: 125px;
	top: -86px;
	left: -7px;

	z-index: 10;
	display: none;
}

#nav-weddings-bg {
	position: absolute;
	background-image: url(images/menus/wedding_menu_bg.png);
	width:  137px;
	height: 103px;
	top: -64px;
	left: 64px;

	z-index: 10;
	display: none;
}

/* @end */

.attribution {
	display: block;
	text-align: right;
	margin-top: 2em;
	font-family: avenir, HelveticaNeue-LightItalic, "Helvetica Neue Light Italic", arial, sans-serif;
	font-style: oblique;
}

/* @group Lyndsey */

body.about-lyndsey #panel {
  width: 198px;
}

body.about-lyndsey #copy {
left: 250px;
width: 420px;
}
body.about-lyndsey #copy p {
width: 100%;
}

body.about-lyndsey h2 {
	margin-bottom: 0.2em;
	font-weight: normal;
	color: inherit;
}

body.about-lyndsey h3 {
	color: #669999;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: normal;
}

/* @end */

.planning_type {
	display: block;
	color: #669999;
	margin-bottom: 0.5em;
}

/* @group Team */

body.team #panel {
	/*now same width as others*/
	width: 230px;
	height: 350px;
	/*width: 414px;*/
}

body.team #panel img {
	display: block;
	float: left;
	margin: 0 11px 16px 0;
}

body.team #panel img.featured {
	margin-left: 0
}

body.team #copy {
	width: 415px;
	left: 240px;
	height: 325px;
}

body.team #copy p,
body.team #copy #copy-arrows {
	width: 100%;
}

body.team #copy .name {
	display: block;
	color: #6d5e3b;
	margin-bottom: 0.2em;

	/*font-family: avenir, HelveticaNeue, "Helvetica Neue", arial, sans-serif;
	font-weight: bold;*/
}

body.team #copy .title {
	display: block;
	color: #99CCCC;
	margin-bottom: 0.5em;
	/*font-family: avenir, HelveticaNeue, "Helvetica Neue", arial, sans-serif;
	font-weight: bold;*/
}

/* shouldn't be necessary, but IE7 squishes the arrows up unless we move them to a known position */

body.team #copy #copy-arrows {
	position: absolute;
	top: 300px;
	left: 0;
}


/* @end */

/* @group Press */

body.press #panel {
	background-image: url(images/panels/press.gif);
	background-repeat: no-repeat;
	width: 416px;
	height: 324px;
	
	margin: 0;
	padding: 0;
}

#panel .pressImg {
	position: absolute;
	left: 30px;
	top: 44px;
	width: 360px;
	height: 240px;
}

.press_details {
	position: absolute;
	top: 15px;
	left: 30px;
	color: #699;
	
	font-size:0.95em;
}

.press_title {
	color: #6d5e3b;
	margin-right: 0.4em;
}

.press_extras {
	position: absolute;
	top: 15px;
	right: 328px;
	text-align: right;
	width: 200px;
	
	font-size:0.95em;
	color: #699;
}

.press_extra_label {
	color: #6d5e3b;
	margin-right: 0.4em;
}

.press_download a {
	position: absolute;
	top: 300px;
	left: 0;
	width: 416px;
	text-align: center;
	color: #6d5e3b;
	font-size: 0.9em;
}

body.press #copy {
	top: 20px;
}

body.press #copy .press_thumbs img {
	display: block;
	float: left;
	width: 90px;
	
	margin: 0 15px 10px 0;
}

body.press #panel #panel-arrows {
	position: absolute;
	top: 330px;
	left: 0;
	width: 416px;
}

/* @end */

/* @group Contact */

body.contact #copy table {
	width: 210px;
	margin-bottom: 0.5em;
}

body.contact #copy table th {
	font-weight: normal;
	text-align: left;
}

body.contact #copy table td {
	font-weight: normal;
	text-align: right;
}

body.contact #copy form label {
	font-size: 0.9em;
}

body.contact #copy form div {
	margin-bottom: 0.5em;
}

body.contact #copy form div input,
body.contact #copy form div textarea {
	width: 210px;
	border: 1px solid #d5e7f1;
	background: #d5e7f1;
	color: #6d5e3b;
	font-family: avenir, HelveticaNeue-Light, "Helvetica Neue Light", arial, sans-serif;
}

body.contact #copy form div.send_button {
	text-align: right;
	margin-bottom: 0.5em;
}

body.contact #copy form div.send_button input {
	width: auto;
	padding: 3px;
}

body.contact #copy .form_response {
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
	background: #ffc;
	border: 1px solid #990;
	padding: 0 5px;
}

body.contact #copy .note {
	font-size: 0.8em;
	line-height: 1.3;
	margin-top: 1em;
}

/* @end */

/* @group Splash */

body.splash #container div {
	position: absolute;
}


body.splash #main {
	left: 0;
}

body.splash #logo {
	top: 48px;
	left: 0;
	width: 100%;
	text-align: center;
	height: 306px;
}

body.splash #where {
	top: 510px;
	width: 100%;
	text-align: center;
}

body.splash #region_select {
	top: 450px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0.85em;
}

body.splash #locations {
	top: 372px;
	width: 362px;
	left: 210px;
}

body.splash #locations a {
	width: 120px;
	height: 43px;
	display: block;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	margin-right: 55px;
}

body.splash #locations #loc_ny {
	background-image: url(images/splash/NY.png);
}

body.splash #locations #loc_ne {
	background-image: url(images/splash/NE.png);
}

body.splash #locations #loc_ca {
	background-image: url(images/splash/CA.png);
}

body.splash #locations #loc_blog {
	background-image: url(images/splash/Blog.png);
	margin-right: 0;
}

body.splash #locations a:hover {
	background-position: center -43px;
}


/* @end */

/* @group Credits */

.credits_group {
	display: block;
	color: #699;
	margin-bottom: 0.2em;
}	

/* @end */

/* @group Slides */

#slides {
	overflow: hidden;
	height:324px;
}

/* @end */
.Language {
	padding-left: 20px;
	padding-right: 500px;
}
