@charset "utf-8";
/* ---------------------------------------------- /

   Tasher-Curry Stylesheet
	   Author: Kelley Curry, kelley@brightbold.com
	   Copyright 2010. 
   
   INDEX:
	   =CSS RESET=
	   =LAYOUT=
	   =COLOR=
	   =TYPOGRAPHY=
	   =IMAGERY=
	   =LINKS=
	   =NAVIGATION=

	COLORS:  
		#DDE2E8		silver blue
		#333252
		#24233A
		#1E1E31
		#8988B7 
		#26263e		purple text
		
/ ---------------------------------------------- */
/*                 =CSS RESET=                   */

@import url('reset.css');

/* ---------------------------------------------- /
                 =FONT FAMILIES= 
/ ---------------------------------------------- */

@font-face {
	font-family: 'ChopinScriptRegular';
	src: url('../type/ChopinScript.eot');
	src: local('☺'), url('../type/ChopinScript.woff') format('woff'), url('../type/ChopinScript.ttf') format('truetype'), url('../type/ChopinScript.svg#ChopinScript') format('svg');
}
@font-face {
	font-family: 'WaterStreetRegular';
	src: url('../type/waterst.eot');
	src: local('☺'), url('../type/waterst.woff') format('woff'), url('../type/waterst.ttf') format('truetype'), url('../type/waterst.svg#WaterStreet') format('svg');
}
@font-face {
	font-family: 'WaterStreetDetourRegular';
	src: url('../type/waterst2.eot');
	src: local('☺'), url('../type/waterst2.woff') format('woff'), url('../type/waterst2.ttf') format('truetype'), url('../type/waterst2.svg#WaterStreetDetour') format('svg');
}
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../type/League_Gothic-webfont.eot');
	src: local('☺'), url('../type/League_Gothic-webfont.woff') format('woff'), url('../type/League_Gothic-webfont.ttf') format('truetype'), url('../type/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------- /
                    =LAYOUT= 
/ ---------------------------------------------- */

#header {
	margin: 0;
	width: 100%;
	height: 192px;
}
#header-inner {
	width: 960px;
	margin: 0 auto;
	padding: 44px 15px;
}
h1#logo,
h1#logo a {
	width: 521px;
	height: 103px;
	float: left;
}
h2#date {
	width: 400px;
	float: right;
}
#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 40px 10px 30px 80px;
	overflow: visible;
}
#content-main,
.front #content-secondary {
	width: 630px;
	float: right;
}
.not-front #content-main {
	width: 570px;
	padding: 10px 30px 30px;
}
#participants #content-main {
	margin-bottom: 60px;
}
#content-secondary,
.front #content-main {
	width: 220px;
	padding: 20px 20px 40px 20px;
	float: left;
}
.front #content-secondary {
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block; 
}
.clearfix { 
	display: block; 
}

/* ---------------------------------------------- /
                    =COLOR= 
/ ---------------------------------------------- */

body {
	background: url(../images/bkg-body.png) repeat 50% top;
	color: #fff;
}
#header {
	background: url(../images/bkg-header.png) repeat-x 50% top;
}
#content-main {
	background:url(../images/bkg-content.png) repeat;
	color: #26263e;
}
.not-front #content-main {
	box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* Opera 10.5+, IE9 */
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* Safari3.0+, Chrome */
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* FF3.5+ */
    filter:  progid:DXImageTransform.Microsoft.shadow(direction=135, Color='#000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.shadow(direction=135, Color='#000000')"; /* IE8 */
}
.not-front #content-secondary,
.front #content-main {
	background: #DDE2E8 url(../images/bkg-sidebar.png) repeat-x left top;
	color: #26263e;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* Opera 10.5+, IE9 */
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* Safari3.0+, Chrome */
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* FF3.5+ */
    filter:  progid:DXImageTransform.Microsoft.shadow(direction=135, Color='#000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.shadow(direction=135, Color='#000000')"; /* IE8 */
}
.front #content-secondary {
	background: none;
}
ul#people {
	position: relative;
	float: left;
	height: 1140px;
}
#people li {
	display: block;
	margin: 10px 20px 10px 0;
	position: absolute;
}
li.col1 {
	left: 0;
}
li.col2 {
	left: 190px;
}
li.col3 {
	left: 380px;
}
li.row1 {
	top: 0;
}
li.row2 {
	top: 190px;
}
li.row3 {
	top: 380px;
}
li.row4 {
	top:570px;
}
li.row5 {
	top:760px;
}
li.row6 {
	top:950px;
}

/* ---------------------------------------------- /
                  =TYPOGRAPHY=
/ ---------------------------------------------- */

body {
	font-family: Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", "Times New Roman", Times, serif;
}
h1 {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
#content {
	line-height: 1.4;
}
#header h2#date {
	line-height: 103px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	letter-spacing: 2px;
}
.front #content-main h2,
.not-front #content-secondary h2 {
	font-family: 'WaterStreetRegular', Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 24px;
	line-height: 1;
	color: #4f4f80;
}
.not-front #content-main h2 {
	font-family: 'WaterStreetRegular', Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: normal;
	margin: 6px 0 18px 0;
	line-height: 1.1;
}
span.alt {
	font-family: 'WaterStreetDetourRegular', 'WaterStreetRegular', Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", "Times New Roman", Times, serif;
}
.front #content-main h2 {
	font-weight: normal;
}
#house #content-main h2 {
	margin-bottom: 6px;
}
.front #content-main h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 20px;
	line-height: 1.4;
}
.front #content-main h3.date {
	text-transform: uppercase;
}
.front #content-main h3.place {
	margin: 0 0 40px 0;
}
#participants #content-main h4 {
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	letter-spacing: normal;
	margin-top: 8px;
}
h4 {
	font-size: 16px;
}
.not-front #content-main h3,
#participants #content-main h4 .name {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#participants #content-main h4 .name {
	font-size: 14px;
}
.front #content-main h4,
.not-front #content-secondary h4 {
	color: #4f4f80;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-top: 60px;
	margin-bottom: 20px;
	line-height: 1.6;
}
.front #content-main h4 {
	margin-top: 60px;
}
p+h3,
dl+h4,
p+h4 {
	margin-top: 13px;
}
h3+p,
h4+p,
h3+ul,
#colophon ul,
#colophon p {
	margin-top: 6px;
}
#colophon ul {
	margin-bottom: 12px;
}
p {
	margin: 16px 0;
	font-size: 16px;
}
.not-front #content-main > h2:first-child + p:first-letter,
.not-front #content-main > h2:first-child + img + p:first-letter,
.not-front #content-main > h2:first-child + h3 + p:first-letter,
.not-front #content-main > h2:first-child + img + img + img + p:first-letter {
	font-size: 46px;
	margin: 7px 5px 0 0;
	line-height: 1;
	display: block;
	float: left
}
blockquote {
	font-family: LeagueGothicRegular;
	font-size: 30px;
	width: 200px;
	line-height: 1;
	border-top: 3px solid #26263e;
	border-bottom: 3px solid #26263e;
	padding: 10px;
}
blockquote#happy {
	width: 140px;
}
blockquote .pop {
	text-transform: uppercase;
}
#participants #content-main {
	line-height: 1.3;
}
#atl dt {
	font-weight: bold;
	margin-top: 12px;
}
#people .description {
	font-style: italic;
	font-size: 14px;
}
#atl dd {
	padding-left: 20px;
	text-indent: -20px;
}
#participants img.left {
	clear: left;
	margin-top: 5px;
}
small {
	font-size: 12px;
	margin-top: 6px;
}
.caps {
	font-size: 13px;
}
.smallcaps {
	font-size: 10px;
	text-transform: uppercase;
}
table {
	font-size: 12px;
}
thead, th {
	text-align: left;
	border-bottom: 1px solid #26263e;
}
td {
	padding-right: 10px;
}
.credit {
	font-size: 11px;
	text-align: right;
	margin-bottom: 0;
}
.caption {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
#dining .vcard {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.1;
}
#restrecs h3 {
	margin: 28px 0 6px;
}
#dining .vcard .org {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}
#dining .vcard .description {
	font-size: 16px;
	line-height: 1.4;
}
#dining .adr {
	margin-top: 6px;
}
#dining .tel + .adr {
	margin-top: 8px;
}
.editorial {
	font-style: italic;
}

/* ---------------------------------------------- /
                   =IMAGERY=
/ ---------------------------------------------- */

#gallery li img {
	width: 570px;
	height: 379px;
}
#registry #featured-items img {
	opacity: .88;
}
#registry #featured-items img:hover {
	opacity: 1;
}
#people a {
	display: block;
	width: 176px; /* Add 3 px on each side for border */
	height: 176px;
}
#colophon .coloimg a {
	display: block;
	width: 86px; /* Add 3 px on each side for border */
	height: 86px;
	position: relative;
}
#people a:hover {
	display: block;
	width: 346px; /* Add 3 px on each side for border */
	height: 346px;
	position: absolute;
	top: -85px;
	left: -85px;
	z-index: 10;
}
#people a img {
	width: 170px;
	height: 170px;
}
#people a:hover img {
	width: 340px;
	height: 340px;
}
#people a h4,
#colophon a .caption {
	display: none;
}
#people a:hover h4,
#colophon a:hover .caption {
	display: block;
	margin: 0;
	width: 320px;
	position: absolute;
	z-index: 100;
	bottom: 3px;
	left: 3px;
	background: url(../images/black-85.png) repeat;
	color: #fff;
	padding: 10px;
}
#colophon a:hover .caption {
	padding: 6px;
}
#colophon a:hover .caption {
	width: 68px;
	height: 68px;
}
.shadow {
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* Safari3.0+, Chrome */
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* FF3.5+ */
    filter:  progid:DXImageTransform.Microsoft.shadow(direction=135, Color='#000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.shadow(direction=135, Color='#000000')"; /* IE8 */
	box-shadow: 5px 5px 5px rgba(0,0,0,.3); /* Opera 10.5+, IE9 */
}
.left {
	float: left;
	margin: 10px 20px 10px 0;
}
.right {
	float: right;
	margin: 10px 0 10px 20px;
}
.last,
#people li.col3 {
	margin-right: 0;
}
.frame {
	border: 3px double #fff;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}


/* ---------------------------------------------- /
                    =LINKS= 
/ ---------------------------------------------- */

a {
	text-decoration: none;
}
a[href$=".pdf"] {
	padding-right: 18px;
	background: url(../images/pdf.gif) no-repeat bottom right;
}
.not-front #content-main a {
	font-weight: bold;
}
.not-front #content-main a:link,
.not-front #content-main a:visited {
	color: #4f4f80;
}
.not-front #content-main a:hover,
.not-front #content-main a:active {
	color: #fff;
}
#atl dd a {
	font-size: 13px;
}

/* ---------------------------------------------- /
                  =NAVIGATION= 
/ ---------------------------------------------- */

ul#nav-main {
	line-height: 1.4;
}
#nav-main li {
	color: #8599ad;
	padding-left: 22px;
	font-style: italic;
}
#nav-main li a,
#nav-main li a:link,
#nav-main li a:visited {
	color: #26263e;
}
#nav-main li a:hover,
#nav-main li a:active {
	color: #4f4f80;
	text-decoration: underline;
}
#home #nav-home,
#story #nav-story,
#wedding #nav-wedding,
#location #nav-location,
#hotel #nav-hotel,
#weekend #nav-weekend,
#transit #nav-transit,
#atl #nav-atl,
#dining #nav-dining,
#participants #nav-participants,
#guestbook #nav-guest,
#house #nav-house,
#registry #nav-registry,
#colophon #nav-colophon {
	background: url(../images/bkg-nav.png) no-repeat left 8px;
}