/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'Arimo', Verdana, Helvetica, sans-serif;
	background: #000;
	font-weight: 400;
	font-size: 14px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}

.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'Sansita One', cursive;
	font-size: 36px;
	line-height: 46px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

.container > header h2{
	font-family: 'Arimo', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	line-height: 18px;
}

.container > header h2 span{
	font-family: 'Arimo', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	line-height: 18px;
	font-weight: bold;
}

.leftwrapper{
	width: 400px;
}
/* Header Style */
.codrops-top{
	font-family: 'Arimo', Verdana, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 12px;
	width: 100%;
	background: #000;
	opacity: 0.6;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
}

.codrops-top li{
	padding: 5px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top li:hover{
	color: #fff;
	background-color: #123123;
}
.codrops-top .right{
	float: right;
}
.codrops-top .right li{
	float: none;
	display: inline;
}

/*slide*/
.slide{
	position: relative;
	left: 15%;
	top: 50px;
}

div.slide section{
	display: block;
	width: 600px;
	height: 400px;
	background: rgba(0,0,0,.7);
	padding: 5px 20px;
	text-align: left;
}

div.slide section h1{
	font-family: 'Sansita One', cursive;
	font-size: 24px;
	color: #fff;
	line-height: 48px;
}

div.slide section h2{
	font-family: 'Arimo', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

div.slide section .close{
	display: block;
	width: 23px;
	height: 22px;
	background: url('../images/closeBtn.png') no-repeat;
	float: right;
	top: 5px;
	margin-top: 10px;
}

div.slide section .close:hover{
	cursor: pointer;
}

/* event panel*/
#event iframe{
	margin-top:10px;
}

/* RSVP panel*/
#form div{
	margin-top:20px;
}

#acceptedBtn{
	display: block;
	width: 300px;
	height: 60px;
	text-align: center;
	border-radius: 8px;
	background-image: linear-gradient(bottom, rgb(19,105,115) 0%, rgb(113,185,193) 50%, rgb(102,210,222) 75%);
	background-image: -o-linear-gradient(bottom, rgb(19,105,115) 0%, rgb(113,185,193) 50%, rgb(102,210,222) 75%);
	background-image: -moz-linear-gradient(bottom, rgb(19,105,115) 0%, rgb(113,185,193) 50%, rgb(102,210,222) 75%);
	background-image: -webkit-linear-gradient(bottom, rgb(19,105,115) 0%, rgb(113,185,193) 50%, rgb(102,210,222) 75%);
	background-image: -ms-linear-gradient(bottom, rgb(19,105,115) 0%, rgb(113,185,193) 50%, rgb(102,210,222) 75%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(19,105,115)),
		color-stop(0.5, rgb(113,185,193)),
		color-stop(0.75, rgb(102,210,222))
		);
	border: 1px solid #39858d;
}

#acceptedBtn:hover{
	background: #71b9c1;
}

#acceptedBtn a{
	font-family: 'Sansita One', cursive;
	font-size: 36px;
	line-height: 46px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	line-height: 56px;
}

/* contact info panel*/
.ourInfo div{
	float:left;	
	margin-top:20px;
	padding: 0px 40px 0 40px;
}

#ds{
	border-right: 1px dotted #888;
}

#ds, #ds span{
	text-align: left;
	font-family: 'Arimo',sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #71b9c1;
}

#gd, #gd span{
	text-align: left;
	font-family: 'Arimo',sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ffacd5;
}

/* deal with small screen */
@media screen and (max-width: 1023px) {
	.slide{
		position: relative;
		left: 8%;
		top: 40px;	
	}
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio : 1.5) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}

	.leftwrapper{
		width: 280px;
		text-align: center;
	}

	.codrops-top{
		font-family: 'Arimo', Verdana, Helvetica, sans-serif;
		line-height: 24px;
		font-size: 12px;
		width: 100%;
		background: #000;
		opacity: 0.5;
		text-transform: uppercase;
		z-index: 9999;
		text-align: center;
	}

	.slide{
		position: relative;
		left: 0px;
		top: 0px;	
	}

	div.slide section{
		margin: 0 auto;
		display: block;
		width: 300px;
		height: 400px;
		background: rgba(0, 0, 0, .7);
		padding: 0px 10px;
		text-align: left;
	}

	#event iframe{
		margin-top:10px;
		width:280px;
		height:270px;
	}
}

