/* Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	position: relative;
	margin: 0 auto;
	line-height: 1.2;
	min-width: 1000px;
	font-family: 'helvetica neue', arial, sans-serif;
	font-weight: 200;
	background-image: url('hatchedBG.jpg');
	color: #2c2c2c;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}
/* @end */

.container-black {
	width: 100%;
	padding: 60px 0;
	background: url('bg1.jpg');
	background-size: cover;
	box-shadow: 0px -5px 5px 5px black;
}
#video {
	width: 1000px;
	height: 562px;
	margin: 0 auto;
	border: 5px solid #fff;
}
.content {
	max-width: 1000px;
	margin: 0 auto;
}
#nav {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 20px;
	font-weight:100;
	color: #303030;
}
#nav a {
	color: inherit;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#nav li {
	display: inline-block;
	margin: 0 20px;
}
.item {
	position: relative;
	max-width: 750px;
	height: 250px;
	padding-left: 250px;
	margin: 0 auto 30px auto;
	background-color: #f9f9f9;
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}
#rsvp.item {
	margin-bottom: 50px;
}
.item.right {
	padding-left: 0;
	padding-right: 250px;
}
.item .img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 250px;
	height: 240px;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 1px 1px black;
	background-size: cover;
}
.item.right .img {
	left: auto;
	right: 0;
}
.item .text {
	position: relative;
	padding: 20px;
	line-height: 1.4;
}
.item .text h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 28px;
	font-weight: 100;
	
#wedding h2 {
	margin-bottom: 5px;
}
	
}
.item .text a {
	color: #2a698b;
	text-decoration: none;
}
.item .text a:hover {
	color: #000;
	text-decoration: underline;
}
.item .text.wedding strong {
	display: inline-block;
	width: 100px;
}
.item .text.party strong {
	display: inline-block;
	width: 60px;
}
.item iframe {
	float: right;
	width: 210px;
	height: 210px;
}
.item .table {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-top: 16px;
}
.item .cell {
	display: table-cell;
	padding: 0 10px;
	width: 2%;
	height: 108px;
	border-right: 5px solid #f9f9f9;
	text-align: center;
	vertical-align: middle;
	color: #363636;
	cursor: pointer;
	background-color: #e4e4e4;
}
.item .cell:hover {
	color: #fff;
}
#ladies.item .cell:hover {
	background-color: rgba(171,45,171,1);
}
#gents.item .cell:hover {
	background-color: rgba(30,89,161,1);
}
.item #podio {
	float: right;
	width: 300px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	overflow: hidden;
}
.item #podio h2 {
	font-family: 'Alex Brush', cursive;
	font-size: 20px;
	font-weight: normal;
}

#footer {
	width: 100%;
	height: 110px;
	padding: 30px 0;
	background-image: url('dark_footer.png');
	box-shadow: inset 0px 20px 10px -10px black;
	text-align: center;
	font-size: 10px;
	color: #c5c5c5;
}
#footer #container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#footer .column {
	float: left;
	width: 312px;
	height: 110px;
	padding: 0 10px;	
}
#footer .column.line {
	border-right: 1px solid #616161;
}
#footer img {
	margin-top: 20px;
	opacity: 0.7;
}
#footer img:hover {
	opacity: 1;
}

#menu ul{
    padding: 5px 0 0;
}

#menu li{
	padding-left: 12px;
	background: url('ticks.png') no-repeat scroll -2px -3px transparent;
	list-style: none outside none;
}

#timer {
	margin-top: 30px;
	font-size: 18px;
}


