/*
	CSS RESET
*/

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-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: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	END CSS RESET
*/

@font-face {
  font-family: LeagueGothic;
  src: url('../fonts/League Gothic.otf');
  font-weight: bold;
}

.light {color: #666;}
.error {color: #900; font-style: italic;}
.center {text-align: center;}

.clear {clear: both;}

.border {padding: 5px; border: 1px solid #ccc;}

img.inline-left { float: left; margin: 5px 15px 5px 0; }
img.inline-right { float: right; margin: 5px 0 5px 15px; }

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	background: url('../images/bg.jpg');
	text-align: center;
	height: 100%;
	width: 100%;
}

#header {
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	text-align: center;
	z-index: 10000 !important;
}

#navigation {
	height: 35px;
	width: 100%;
	background: url('../images/bg-header.jpg');
	background-color: #fff;
	padding: 15px 0 0 0;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

#links {
	width: 595px;
	text-align: left;
	margin: 0 auto 0 auto;
}

#links span.link {
	float: left;
	margin: 0 25px 0 0;
}

#links span.last {
	margin: 0;
}

#links a {
	font: 1.25em LeagueGothic, "Helvetica Neue", Helvetica, Arial, serif;
	color: #000;
	letter-spacing: 1px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#links a:hover {
	color: #999;
	text-decoration: none;
}

#headershadow {
	height: 15px;
	background: url('../images/headershadow.png') repeat-x top center;
}

#cocoon {
	padding: 85px 0 0 0;
	min-height: 100%;
	width: 100%;
}

.content {
	width: 600px;
	margin: 0 auto 0 auto;
}

.content p {
	padding: 1em 0;
	font-family: Georgia, "Baskerville", "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

.content p.center {
	text-align: center;
}

.title {
	height: 88px;
	width: 550px;
	text-indent: -9999px;
	padding: 0 0 50px 0;
	background: url('../images/title.jpg') no-repeat top center;
}

#alex {
	float: left;
	border: 10px solid #fff;
	margin: 0 0 30px 0;
	
	-moz-box-shadow: 0px 2px 5px #bbb;
	-webkit-box-shadow: 0px 2px 5px #bbb;
	box-shadow: 0px 2px 5px #bbb;
}

#shro {
	float: right;
	border: 10px solid #fff;
	margin: 0 0 30px 0;
	
	-moz-box-shadow: 0px 2px 5px #bbb;
	-webkit-box-shadow: 0px 2px 5px #bbb;
	box-shadow: 0px 2px 5px #bbb;
}

#amp {
	position: relative;
	top: 137px;
	left: 32px;
	height: 42px;
	width: 44px;
	background: url('../images/amp.jpg') no-repeat top center;
	float: left;
}

#footer {
	z-index: 100;
	background-color: #000;
	margin-top: 25px;
}

#footer p {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	color: #fff;
}


/*
	COLUMNS
*/

.column {float: left;}

.half-1 { width: 285px; padding: 0 30px 0 0; }
.half-2 { width: 285px; }

.third-1 { width: 180px; padding: 0 30px 0 0; }
.third-2 { width: 180px; padding: 0 30px 0 0; }
.third-3 { width: 180px; }

.third-longonetwo { width: 390px; padding: 0 30px 0 0; }
.third-longtwothree { width: 390px; }

/*
	NAVIGATION
*/

a#nav-marriage {
	display: block;
	width: 95px;
	height: 18px;
	margin: 1px 0 0 0;
	text-indent: -9999px;
	background: url('../images/nav-marriage.jpg') top left;
	border: 0;
}

a#nav-marriage:hover {background-position: 0 -17px;}

a#nav-story {
	display: block;
	width: 70px;
	height: 18px;
	margin: 1px 0 0 0;
	text-indent: -9999px;
	background: url('../images/nav-story.jpg') top left;
	border: 0;
}

a#nav-story:hover {background-position: 0 -17px;}

a#nav-couple {
	display: block;
	width: 77px;
	height: 18px;
	margin: 1px 0 0 0;
	text-indent: -9999px;
	background: url('../images/nav-couple.jpg') top left;
	border: 0;
}

a#nav-couple:hover {background-position: 0 -17px;}

a#nav-location {
	display: block;
	width: 62px;
	height: 18px;
	margin: 1px 0 0 0;
	text-indent: -9999px;
	background: url('../images/nav-location.jpg') top left;
	border: 0;
}

a#nav-location:hover {background-position: 0 -17px;}

a#nav-registry {
	display: block;
	width: 61px;
	height: 18px;
	margin: 1px 0 0 0;
	text-indent: -9999px;
	background: url('../images/nav-registry.jpg') top left;
	border: 0;
}

a#nav-registry:hover {background-position: 0 -17px;}

a#nav-party {
	display: block;
	width: 103px;
	height: 18px;
	margin: 1px 0 0 0;
	text-indent: -9999px;
	background: url('../images/nav-party.jpg') top left;
	border: 0;
}

a#nav-party:hover {background-position: 0 -17px;}

a#nav-photos {
	display: block;
	width: 49px;
	height: 18px;
	margin: 1px 0 0 0;
	text-indent: -9999px;
	background: url('../images/nav-photos.jpg') top left;
	border: 0;
}

a#nav-photos:hover {background-position: 0 -17px;}



/*
	SECTION HEADERS
*/

.sectionstart {
	width: 100%;
	height: 42px;
	padding: 85px 0 0 0;
	margin: 0 0 50px 0;
	background: url('../images/header-line.jpg') repeat-x bottom center;
	text-align: center;
}

#thestory {
	height: 42px;
	width: 182px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-indent: -9999px;
	background: url('../images/section-story.jpg') no-repeat bottom center;
}

#thecouple {
	height: 42px;
	width: 203px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
	background: url('../images/section-couple.jpg') no-repeat top center;
}

#thelocation {
	height: 42px;
	width: 168px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
	background: url('../images/section-location.jpg') no-repeat top center;
}

#theregistry {
	height: 42px;
	width: 157px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
	background: url('../images/section-registry.jpg') no-repeat top center;
}

#theparty {
	height: 42px;
	width: 256px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
	background: url('../images/section-party.jpg') no-repeat top center;
}

h3 {
	margin: 20px 0 20px 0;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}


/*
	GENERAL LINKS
*/

a:link, a:visited {
	color: #0777cc;
	border: 0;
	background-color: transparent;
}

a:active, a:hover {
	text-decoration: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/*
	REGISTRY LINKS
*/
.registry {padding: 0 0 1em 0;}

#registry_cb {
	float: left;
	display: block;
	width: 220px;
	height: 97px;
	background: url('../images/registry_cb.jpg') top left;
}

#registry_cb:hover { background-position: -220px; }

#registry_cb img { display: none; }

#registry_macys {
	float: left;
	display: block;
	width: 210px;
	height: 97px;
	background: url('../images/registry_macys.jpg') top left;
}

#registry_macys:hover { background-position: -210px; }

#registry_macys img { display: none; }

#registry_target {
	float: left;
	display: block;
	width: 165px;
	height: 97px;
	background: url('../images/registry_target.jpg') top left;
}

#registry_target:hover { background-position: -165px; }

#registry_target img { display: none; }


/*
	OTHER STUFF
*/

#extra {
	position: fixed;
	z-index: -100;
	width: 100%;
	margin-top: -24px;
	bottom: 0px;
	right: 0px;
	height: 24px;
	background: url('../images/easteregg.jpg') no-repeat bottom right;
}

#photos_container {
	text-align: center;
}

.box {
  float: left;
}

.box img {
  display: block;
  width: 100%;
}

.col1 { width: 190px; margin: 5px; }
.col2 { width: 390px; margin: 5px; }
.col3 { width: 590px; margin: 5px; }

.col1 img { max-width: 180px; }
.col2 img { max-width: 380px; }
.col3 img { max-width: 580px; }



/*
	RSVP LOGIN
*/

#logincocoon {
	padding: 0;
	min-height: 100%;
	width: 100%;
}

.login-label {
	font-size: 12px;
	padding: 0 0 10px 5px;
}

#loginpanel {
	margin: 0 auto 0 auto;
	width: 230px;
	height: 250px;
	text-align: left;
	padding: 150px 0 0 0;
}

#loginpanel input.login-input {
	display: block;
	border: 0;
	outline: 0 none;
	background: url('../images/loginfield.jpg') top left no-repeat transparent;
	width: 210px;
	height: 18px;
	padding: 10px;
	margin: 5px 0 0 0;
	font-size: 14px;
}

#loginpanel input.login-submit {
	border: 0;
	margin: 10px 0 0 0;
	height: 28px;
	width: 76px;
	background: url('../images/btn_submit.jpg') top left no-repeat;
	text-indent: -99999px;
}

#loginpanel input.login-submit:hover {
	background-position: -76px;
}

#loginpanel input.login-submit:active {
	background-position: -152px;
}

#loginpanel .loginerror {
	float: right;
	width: 100px;
	text-align: right;
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #900;
	font-style: italic;
}

#calloremail {
	width: 400px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #333;
}


/*
	RSVP LOGIN
*/

#rsvpcocoon {
	padding: 0 0 50px 0;
	min-height: 100%;
	width: 100%;
	font-size: .8em;
}

#rsvpbar {
	width: 100%;
	height: 50px;
	background: url('../images/rsvpbar.png') top left repeat;
	margin: 0 0 50px 0;
	padding: 0;
	color: #fff;
	text-shadow:0px 0px 5px #000;
}

#groupname {
	display: block;
	float: left;
	margin: 1.3em 0 0 0;
}

#logout {
	display: block;
	float: right;
	margin: 1.3em 0 0 0;
}

#rsvpbar .content {
	width: 800px;
	margin: 0 auto 0 auto;
}

#rsvpcocoon .content {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#rsvpcocoon .content p {
	font-family: font-family: "Helvetica Neue", Helvetica, Arial, serif;
}

#rsvpcocoon h2 {
	font-size: 24px;
	padding: 0 0 15px 0;
}

.rsvp_list_header { font-weight: bold; color: #666; padding: 0 0 15px 0; }
.rsvp_list_header, .individualrow {
	height: 18px;
}

.rsvpaccept, .rsvpregret, .name, .western, .indian, .reception, .plusone {
	float: left;
	display: inline-block;
}

.rsvpaccept { width: 75px; text-align: center; }
.rsvpregret { width: 75px; text-align: center; }
.name { width: 215px; padding: 0 0 0 10px; overflow: hidden; }
.western { width: 115px; text-align: center; }
.indian { width: 115px; text-align: center; }
.reception { width: 115px; text-align: center; }
.plusone { width: 70px; text-align: center; }

.individualrow {
	padding: 15px 0 15px 0;
}

.individualrow:hover {
	background: url('../images/bg-dark.jpg') top left repeat;
}

.individualrow + .individualrow { border-top: 1px solid #ccc; }
.individualrow .name {padding-top: 4px;}

.email {
	float: right;
	margin: 40px 0 0 0;
	width: 405px;
}

.emaillabel {
	display: block;
	padding: 0 0 5px 0;
}

.email input {
	width: 200px;
}

.commentslabel {
	display: block;
	padding: 0 0 5px 0;
}

.comments {
	float: right;
	margin: 20px 0 0 0; 
	}

.comments textarea {
	width: 400px;
}

#rsvpform input.rsvp-submit {
	border: 0;
	margin: 40px 0 0 0;
	height: 28px;
	width: 76px;
	background: url('../images/btn_submit.jpg') top left no-repeat;
	text-indent: -99999px;
}

#rsvpform input.rsvp-submit:hover {
	background-position: -76px;
}

#rsvpform input.rsvp-submit:active {
	background-position: -152px;
}

#results { padding: 15px 0 0 0; width: 350px; }
#results ul { 
	background-color: #900; 
	padding: 10px; 
	color: #fff; 
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px;
}
#results ul li { list-style-type: circle; list-style-position: inside; padding: 0 0 3px 0; }


/*
	SUBMISSION
*/

.groupname, .group_indian, .group_login, .group_pass, .submit_number, .submit_first, .submit_last, .submit_one {
	float: left; display: inline-block;
}

.individualrow .submit_number { padding-top: 5px; }

.groupname { width: 225px; text-align: left; }
.group_login { width: 175px; text-align: left; }
.group_pass { width: 250px; text-align: left; }
.submit_number { width: 30px; text-align: center; }
.submit_first { width: 200px; text-align: left; }
.submit_last { width: 200px; text-align: left; }
.submit_one { width: 75px; text-align: center; }