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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size:62.5%;
	font-family: "museo-sans-1", "museo-sans-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#00b1b0; /*url(img/texture.png);#c33029;7b0b09;*/
}

a {
	font-weight:700;
	text-decoration:none;
	color:#f04d26;
}


#container {
	background:#f04d26;/* url(img/picnic.jpg) no-repeat center center;c28721*/
	width:98.4em;
	margin: 0 auto;
	padding:0/* 1.25em */;
	overflow:hidden;
	-moz-box-shadow: 0 0  1em #ddd;
	-webkit-box-shadow: 0 0 1em #ddd;
	box-shadow: 0 0 1em #ddd;
	border:2px solid #fff;
	border-top:0;

}

#brand .logo {
	background:transparent url(img/header2.png) no-repeat 0 0em;
	min-height:150px;
	z-index:100;
	position:relative;
	top:-3em;
	left:2em;
	width:310px;
	margin:0;padding:0;
}
.nav {
	width:100%;
	background:#602415;
	background: rgba(0,0,0,0.6);
	position:relative;
	top:0;left:0;
	z-index:50;
	height:3em;
	max-height:3em;
}
.nav ul {
	float:right;
	padding: 0 2em;
}
.nav li {
	float:left;
	margin:0 0 0 0;
	display:inline-block;
}
.nav li a, .nav li.selected {
	display:block;
	color:#fff;
	font-size:1.3em;
	padding:.6em 1.5em .7em;
	text-shadow:0 1px 1px rgba(0,0,0,.75);
}
.nav li.selected {
	opacity:1;
	background:#0e6774;
	background:rgba(0,120,138,.75);
	font-weight:bold;
}
.nav li a {
	opacity:.8;
	-webkit-transition:opacity 0.15s ease-in, background 0.15s ease-in;
	-moz-transition:opacity 0.15s ease-in, background 0.15s ease-in;
	-o-transition:opacity 0.15s ease-in, background 0.15s ease-in;
	transition:opacity 0.15s ease-in, background 0.15s ease-in;
}
.nav li a:hover, .nav li a:active, .nav li a:focus {
	opacity:1;
	background:#1a6a69;
	background:rgba(9,180,180,.5);
}
.nav ul.secondary {
	clear:right;
	background:#0e6774;
	background:rgba(0,120,138,.75);
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
	margin:0 10em 0 37em;
	/*min-width:33.34%;*/
}
.secondary li.selected, .secondary li a:hover, .secondary li a:active, .secondary li a:focus {
	background:#1a6a69;
	background:rgba(9,180,180,.25);
}
/*
.nav {
	float:none;
	clear:both;
	margin:0;
	max-width:98.4em;
	border-top:2px solid #fff;
}
.nav ul {
	float:left;
	background: rgba(0,0,0,0.6);
	background:#602415;
	color:#fff;
	padding:1em 1.3em;
	max-width:95.8em;
	font-weight:700;
	-moz-border-radius-bottomright:2.6em;
	-webkit-border-bottom-right-radius:2.6em;
	border-bottom-right-radius:2.6em;
	margin-right:-2em;
	position:relative;
	z-index:345;
}

.nav li {
	font-size:1.3em;
	float:left;
	margin-right:3.9em;
}

.nav a {
	color:#fff;
	text-decoration:none;
	opacity:.8;
}

.nav a:hover {
	opacity:1;
}
.nav li.selected {
}

ul.secondary {
	clear:none;
	padding: 0 0 0;
	z-index:3;
}
ul.secondary li {
	padding:.8em 3em .75em .5em;
	margin:0;
	text-shadow:#222 0 1px 0;
}
ul.secondary li:first-of-type {
	padding-left:3em;
}
ul.secondary li:last-of-type {
	padding-right:3em;
	-moz-border-radius-bottomright:2em;
	-webkit-border-bottom-right-radius:2em;
	border-bottom-right-radius:2em;
}

.secondary a {
}
*/
h1, h2, h3, h4, h5, h6 {
	text-shadow:#ddd 0 1px 0;
	font-weight:700;
	color:#00788a;
}
h1, .aside h2 {
	font-weight:700;
	font-size:2.4em;
	margin-bottom:.5em;
	color:#222;
	text-align:left;
	opacity:.65;
}
h2, h3 {
	font-size:1.8em;
	margin-bottom:1em;
}
h4 {
	font-size:1.4em;
	margin-bottom:.75em;
}
p {
	margin-bottom:1em;
	line-height:1.5;
	font-size:1.3em;
}

hr {
	height:21px;
	width:100%;
	opacity:.2;
	background:transparent url(img/sep.png) no-repeat top center;
	border:0;
	outline:0;
	margin:0;padding:0;
}

.main {
	float:left;
	margin:2em 2.6em 2em 2.6em;
	background: rgba(255,196,37,0.0);
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	color:#222;
	/*padding:1.5em 1.5em;*/
	width:63em;
}
.party {
	width:auto;
	margin:2em 2.6em;
	padding:0;
	float:left;
	background:transparent;
}
.party #brides {
	float:left;
	width:47%;
}
.party #grooms, .party #house {
	float:right;
	width:47%;
}
.party #house {
	margin-top:.6em;
}
.party h3 {
	margin-bottom: .25em;
}
.party .subsection {
	margin-bottom:1em;
}
.party .section {
	float:left;
}


.section {
	background:#fdeeea;
	background:rgba(255,255,255,.9);
	margin-top:1em;
	padding:.3em;
	border:1px solid #ccc;
}
.subsection {
	padding:1em;
	border:1px solid #888;
	overflow:auto;
}
.section ul {
	margin-bottom:1em;
}
.section li {
	margin-bottom:.5em;
	font-size:1.3em;
}

.aside {
	float:right;
	margin:2em 2.6em 2em 2.6em;
	width:25em;
	max-width:25em;
	/*padding:1.5em 1.5em;*/
}
.aside > ul {
	margin:1em 0 3em 0;
	padding:.25em;
	background:#fdeeea;
	background:rgba(255,255,255,.9);
	border:1px solid #ccc;
}
.aside li {
	margin:.5em 0 .5em;

}
.aside a {
	-webkit-transition: opacity .25s linear;
	opacity:.7;
}
.aside a:hover, .aside a:active {
	opacity:.9;
}
.aside a img {
	-webkit-transition: -webkit-transform .25s linear;
	border:0;
}
.aside a:hover img, .aside a:active img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


.footer {
	background:transparent url(img/curl.png) top center repeat-x;
	padding:1.5em 1.5em 1em; 
	clear:both;
}
.footer p {
	color:#fff;
	font-size:1.2em;
	text-align:right;
	opacity:.75;
	margin:0;
}

.ext {
	text-align:right;
	margin-top:.3em;
}
.ext a {
	color:#ddd;
	background:rgba(255,255,255,1);
	background:#4b4645;
	background: rgba(0,0,0,0.7);
	padding:.5em .8em;
	-moz-border-radius-bottomright:.8em;
	-moz-border-radius-bottomleft:.8em;
	-webkit-border-bottom-right-radius:.8em;
	-webkit-border-bottom-left-radius:.8em;
	border-bottom-right-radius:.8em;
	border-bottom-left-radius:.8em;
}
/*
a[href^="http"] {
	padding-right:1.8em;
	background-image: url(img/ext.png);
	background-repeat:no-repeat;
	background-position:95% 40%;
}
*/
iframe {
	width:100%;
	height:40em;
	border:2px solid #2b2b2b;
}


form {
	margin:2em 1em;
	float:left;
}
input, textarea, label {
	float:left;
	clear:left;
	display:block;
	font-size:1.3em;
}
input, textarea {
	margin:.5em 0 1em;
}
input[type=number] {
	width:5em;
}
input[type=text], input[type=email] {
	width:18em;
}
textarea {
	width:90%;
	height:5em;
}
.errors {
	color:#900;
}

/*

.wedding h1, .wedding h2 {
	color:#ffc425;
}
.wedding ul.secondary {
	background:transparent;
	margin:0 6em 0 0;
}
.wedding ul.secondary li {
	background:#ffc425;
	background:rgba(255,195,37,.8);
}*/
.contact .section h1, .contact .section h2 {
	color:#00788a;
}









#brand {
	background: transparent url(img/back2.jpg) no-repeat top center;
	min-height:15em;
	border-bottom:#4b4645;
	border-bottom:.5em solid rgba(0,0,0,.6);
}


.gallery .main ul {
	float:left;
	min-height:30em;
	margin:0 0 3em 0;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.gallery .main li {
	float:left;
	margin: .35em .35em .35em .35em;

}
.gallery .main a {
	-webkit-transition: opacity .25s linear;
	/*-webkit-box-shadow: 0 0 .5em #222;
	-moz-box-shadow: 0 0 .5em #222;
	box-shadow: 0 0 .5em #222;*/
}
.gallery .main a img {
	-webkit-transition: -webkit-transform .25s linear;
	border:0;
}
.gallery .main a:hover img, #aside a:active img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.soRossWillBeHappy {
	cursor: pointer;
}




/*blog*/
.postDetails {
	font-size:1em;
	opacity:.7;
	margin: -1em 0 2em;
}


#overlay {
	display:none;
	background:rgba(0,0,0,.67);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:30003;
}
#overlay .container {
	margin:4em auto;
	width:720px;
	height:480px;
	position:relative;
}
#overlay .container img {
	position:relative;
	z-index:30203;
}
#overlay .slide {
	width:60px;
	height:60px;
	position:absolute;
	top:175px;
	opacity:.55;
	z-index:30303;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
#overlay .prev {
	background: url(img/arrowleft.png);
	left:-35px;
}
#overlay .next {
	background: url(img/arrowright.png);
	right:-35px;
}
#overlay .slide:hover, #overlay .slide:active, #overlay .slide:focus  {
	z-index:30303;
	opacity:1;
}
#overlay .close {
	/*text-shadow: 0px 0px 5px #eee;*/
	color:#eee;
	position:absolute;
	top:-15px;
	right:0;
	font-weight:bold;
	font-size:1.2em;
	z-index:30403;	
	opacity:.75;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
#overlay .close:hover, #overlay .close:active, #overlay .close:focus  {
	opacity:1;
}
#overlay .loading {
	display:none;
	background:#222;
	color:#eee;
	opacity:.8;
	font-size:1.4em;
	padding:1em;
	position:absolute;
	top:0;
	left:0;
	width:12%;
	z-index:30503;
	box-sizing:border-box;
	margin:1em 44%;
	text-align:center;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	-o-border-radius:.5em;
	border-radius:.5em;
}
#overlay .container img, #overlay .slide, #overlay .close {
	cursor:pointer;
}




.registry .main li {
	padding:1em;
}
.registry a[href^="http"] {
	padding-right:0;
	background: none;
	opacity:.55;
	
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
.registry a:hover, .registry a:active, .registry a:focus {
	opacity:1;
}





@media only screen and (min-width: 481px) {
body {
	background:#00b1b0 url(img/texture.png);/*#c33029;7b0b09;*/
}
#container {
	background:transparent  url(img/texture2.png) repeat;
}
}

@media only screen and (max-width: 480px) {
body {
	width:100%;
	-webkit-text-size-adjust:100%;
}
#container {
	width:100%;
	padding:0;
	/*background-image:url(img/texture.png);*/
	border:0;
}
#brand {
	background-image:none;
	text-align:center;
	border:0;
}
#brand .logo {
	margin:2.5em auto 0;
	position:static;
	
}

.nav {
	float:left;
	margin:auto;
	border-top:0;
	position:absolute;
	height:2.5em;
	max-height:2.5em;
}
.nav ul {
	float:left;
	font-weight:700;
	font-size:.8em;
}
.nav li a, .nav li.selected {
	padding:1em .6em 1.1em;
}
.nav li.selected {
	opacity:1;
	background:rgba(0,120,138,.75);
	font-weight:bold;
}
.nav li a {
	opacity:.8;
	-webkit-transition:opacity 0.25s ease-in, background 0.25s ease-in;
	-moz-transition:opacity 0.25s ease-in, background 0.25s ease-in;
	-o-transition:opacity 0.25s ease-in, background 0.25s ease-in;
	transition:opacity 0.25s ease-in, background 0.25s ease-in;
}
.nav ul.secondary {
	float:right;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
	margin:0
}

.main, .aside {
	margin:0;
	background: transparent;
	color:#222;
	padding:1.5em 1em;
	width:30em;
	max-width:30em;
}
.party {
-webkit-box-sizing:border-box;
	width:100%;
	margin:0;
	float:none;
}
.party #brides, .party #grooms, .party #house {
-webkit-box-sizing:border-box;
	float:none;
	width:100%;
}
.party img {
-webkit-box-sizing:border-box;
	max-width:27em;
}
h1, h2, h3 {
	/*text-shadow:#222 1px 1px 0;*/
}
iframe {
	width:29em;
	height:30em;
	border:5px solid #fff;
}


input, textarea, label {
	display:block;
	font-size:2em;
	width:100%;
}
label {
	font-size:1.5em;
}
input, textarea {
	margin:.25em 0 1em;
}
input[type=text], input[type=email] {
	width:11.7em;
}
input[type=submit] {
	display: block;
	margin:.5em auto;
	text-align:center;	
	width: 98%;
	height: 2em;
	line-height: 1.75em;
	font-weight: bold;

	color: #fff;
	background-color: #00788a;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
	    from(rgba(255,255,255,0.5)),
	    to(rgba(255,255,255,0.2)),
	    color-stop(.5,rgba(255,255,255,0.3)),
	    color-stop(.5,rgba(255,255,255,0.0))
	);
	
	border: 3px solid #404064;
	-webkit-border-radius: .8em;
	border-radius:.8em;
	-webkit-box-shadow: 0px 1px #808080;
	box-shadow: 0px 1px #808080;
	text-shadow: 0px -1px 0px #222;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.contact ul.secondary {
	/*background:rgba(0,120,138,.8);
	background:hsla(188,100%,54%,.8);*/
}
.gallery .main a img {
	width:140px;
}

#overlay .container {
	margin:4em auto;
	width:100%;

	position:relative;
}
#overlay .slide {
	display:none;
	width:60px;
	height:60px;
	position:absolute;
}
#overlay .container img {
	width:100%;
}
#overlay .prev {
	left:0px;
}
#overlay .next {
	right:-60px;
}
#overlay .loading {
	width:auto;
}
.footer {
	display:none;
}


}
/**/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#brand .logo {
		/*background-image:url(img/header2x.png);
		background-size:90%;*/
	}
}
/**/
