/* CSS RESET FROM ERIC MEYER. LOVE THAT BRO. 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 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #1c1c1c;
	line-height: 1;
	width: 100%;
}
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;
}

/*** Type Styles ***/
::selection {
	background:#c3effd;
	color:#000; /* Safari and Opera */
}
::-moz-selection {
	background:#c3effd;
	color:#000; /* Firefox */
}

/*** Global Styles ***/
.header {
	background-color: #f6f5f1;
	border-bottom: #b4b4b4 1px solid;
	height: auto;
	width: 100%;
}
	.header h1 a {
		background: #f6f5f1 url(http://letsmerge.us/wp-content/themes/merge/images/logo.gif) 0 0 no-repeat;
		display: block;
		float: left;
		height: 0;
		padding: 45px 0 0 0;
		text-indent: -9999px;
		width: 148px;
	}

.container {
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#navigation {
	font-size: 14px;
	float: left;
	margin: 20px 0 0 30px;
	width: 160px;
}
	#navigation a:link {
		color: #00baff;
		text-decoration: none;
		
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	#navigation a:visited { color: #00baff; }
	#navigation a:hover { color: #fe5c04; text-decoration: underline; }
	#navigation a:active { color: #f9c907; }

#information {
	color: #737373;
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0 0 260px;
}
	#info-when, #info-where {
		float: left;
		width: 170px;
	}
	
	#information h2 {
		color: #fe5c04;
		font-weight: bold;
	}

#explanation {
	color: #f9c907;
}
	
	.explain-main {
		clear: left;
		float: left;
		font-size: 48px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 48px;
		margin: 30px 0 0 0;
	}
		.explain-main a:link {
			color: #00baff;
			text-decoration: none;

			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}
		.explain-main a:visited { color: #00baff; }
		.explain-main a:hover { color: #fe5c04; text-decoration: underline; }
		.explain-main a:active { color: #00baff; }
	
	.explain-sub {
		clear: left;
		float: left;
		font-size: 24px;
		line-height: 28px;
		margin: 30px 0 30px 0;
	}
		.explain-sub a:link {
			color: #00baff;
			text-decoration: none;

			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}
		.explain-sub a:visited { color: #00baff; }
		.explain-sub a:hover { color: #fe5c04; text-decoration: underline; }
		.explain-sub a:active { color: #f9c907; }

#container-main {
	background: url(http://letsmerge.us/wp-content/themes/merge/images/bg-01.jpg) 0 0 no-repeat;	
	height: 100%;
	padding: 20px 0 0 0;
	width: 100%;
}
	.content {
		height: 100%;
		margin: 0 auto;
		min-height: 600px;
		width: 940px;
	}
#flickr-photos {
	height: 111px;
	overflow: hidden;
	position: absolute;
	left: 1150px;
	top:  30px;
	width: 111px;
	z-index: 0;
}
#flickr-photos a:link {
	background: url(http://letsmerge.us/wp-content/themes/merge/images/merge-photos.png) 0 0 no-repeat;
	display: block;
	height: 0;
	margin: 0 0 0 0;
	overflow: hidden;
	padding-top: 111px;
	width: 111px;
}
	#flickr-photos a:visited {
		background: url(http://letsmerge.us/wp-content/themes/merge/images/merge-photos.png) 0 0 no-repeat;
		display: block;
		height: 0;
		margin: 0 0 0 0;
		overflow: hidden;
		padding-top: 111px;
		width: 111px;
	}
	#flickr-photos a:hover {
		background-position: 0 -111px;
	}
	#flickr-photos a:active {}
#footer {
	display: none;
}
.alt {
	color: #f9c907;
}
.clear {
	clear: both;
}

/*** Page: Index ***/
#speakers, #love, #share { display: none; }
#content-rsvp {
	padding-left: 20px;
	padding-bottom: 80px;
	width: 960px;
}
#rsvp-num, #rsvp-thanks {
	background: #FFF;
	border-bottom: #b4b4b4 1px solid;
	color: #fe5c04;
	font-size: 24px;
	padding: 20px;
	width: 900px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
	#rsvp-thanks {
		margin: 0 0 20px 0;
	}
			#rsvp-thanks a:link {
				color: #00baff;
				text-decoration: none;
				
				-webkit-transition: all .25s ease-in-out;
				-moz-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
			}
			#rsvp-thanks a:visited { color: #00baff; }
			#rsvp-thanks a:hover { color: #fe5c04; text-decoration: underline; }
			#rsvp-thanks a:active { color: #f9c907; }

.rsvp-total {
	color: #737373;
	font-weight: bold;
}

#rsvp-tools {
	float: left;
	height: 406px;
	margin: 20px 20px 0 0;
	width: 220px;
}
	#rsvp-tools hr {
		border: none;
		border-top: 1px solid #CCC;
		margin: 12px 0 8px 0;
	}
#rsvp-form {
	background: #FFF;
	border-bottom: #b4b4b4 1px solid;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	height: 228px;
	margin: 0 20px 0 0;
	padding: 15px 20px 20px 20px;
	width: 180px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
}
	#rsvp-form h3, #rsvp-share h3 {
		color: #fe5c04;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#rsvp-form label {
		display: none;
	}
	#author, #email, #url, #comment {
		background: #dbdbdb;
		border: #b4b4b4 1px solid;
		height: 28px;
		margin-bottom: 10px;
		padding-left: 4px;
		width: 174px;
		
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	#submit {
		background: #fe5c04;
		border: 1px solid #fe5c04;
		border-bottom: #737373 1px solid;
		cursor: pointer;
		height: 28px;
		width: 180px; 
	}

.rsvp-entry {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.85);
	border-bottom: #b4b4b4 1px solid;
	color: #737373;
	float: left;
	font-size: 12px;
	height: 86px;
	line-height: 16px;
	margin: 20px 20px 0 0;
	padding: 15px 20px 20px 20px;
	width: 180px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
	.rsvp-entry:hover {
		background: rgba(255, 255, 255, 1);
		-moz-box-shadow: 3px 3px 4px #888;
		-webkit-box-shadow: 3px 3px 4px #888;
		box-shadow: 3px 3px 4px #888;
	}
	.rsvp-entry h3, .speaker-entry h3, .dj-entry h3, .sponsor-entry h3 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 4px 0;
	}
	.rsvp-entry h3 a:link, .speaker-entry h3 a:link, .dj-entry h3 a:link, .sponsor-entry h3 a:link, .vj-entry h3 a:link {
		color: #737373;
		font-size: 24px;
		font-weight: bold;
		line-height: 26px;
		text-decoration: none;
		
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.rsvp-entry h3 a:visited { color: #737373; font-size: 24px; font-weight: lighter; }
	.rsvp-entry h3 a:hover { color: #fe5c04; text-decoration: underline; }
	.rsvp-entry h3 a:active { color: #00baff; }
	.rsvp-entry input, .rsvp-entry p, .speaker-entry p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
	}
	
	.speaker-entry h3 a:link, .dj-entry h3 a:link, .sponsor-entry h3 a:link, .vj-entry h3 a:link {
		font-weight: normal;
	}
	
	.rsvp-entry a:link {
		color: #00baff;
		text-decoration: none;
		
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.rsvp-entry a:visited { color: #00baff; }
	.rsvp-entry a:hover { color: #fe5c04; text-decoration: underline; }
	.rsvp-entry a:active { color: #f9c907; }
	
#rsvp-share {
	background: #FFF;
	border-bottom: #b4b4b4 1px solid;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	height: 86px;
	margin: 20px 20px 0 0;
	padding: 15px 20px 20px 20px;
	width: 180px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	

}
	#fb {
		float: left;
	}
	
/*** Page: About ***/
#container-about {
	background: url(http://letsmerge.us/wp-content/themes/merge/images/bg-02.jpg) 0 0 no-repeat;	
	height: 100%;
	padding: 20px 0 0 0;
	width: 100%;
}
#content-about {
	
}
#about-speakers, #about-djs, #about-vjs {
	background: #FFF;
	border-bottom: #b4b4b4 1px solid;
	color: #fe5c04;
	float: left;
	font-size: 24px;
	padding: 20px;
	margin: 0 0 20px 0;
	width: 900px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#guest-speakers {
	
}
	.speaker-entry, .dj-entry, .sponsor-entry, .vj-entry {
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.85);
		border-bottom: #b4b4b4 1px solid;
		color: #737373;
		float: left;
		font-size: 12px;
		height: 370px;
		line-height: 16px;
		margin: 0 20px 40px 0;
		padding: 15px 20px 20px 20px;
		width: 132px;
		
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;		
	}
	.dj-entry {
		height: 210px;
		width: 180px;
	}
	.sponsor-entry {
		height: 230px;
		width: 180px;
	}
	.vj-entry {
		height: 270px;
		width: 180px;
	}
	.speaker-entry h3 a:link, .dj-entry h3 a:link, .sponsor-entry h3 a:link, .vj-entry h3 a:link { color: #fe5c04; }
	.speaker-entry h3 a:visited, .dj-entry h3 a:visited, .sponsor-entry h3 a:visited, .vj-entry h3 a:visited { color: #fe5c04; }
	.speaker-entry h3 a:hover, .dj-entry h3 a:hover, .sponsor-entry h3 a:hover, .vj-entry h3 a:hover { color: #fe5c04; text-decoration: underline; }
	.speaker-entry h3 a:active, .dj-entry h3 a:active, .sponsor-entry h3 a:active, .vj-entry h3 a:active { color: #fe5c04; }

		.speaker-entry:hover, .dj-entry:hover, .sponsor-entry:hover {
			background: rgba(255, 255, 255, 1);
		}
		
	.speaker-entry img, .dj-entry img, .sponsor-entry img, .vj-entry img {
		margin: 10px 0 10px 0;
	}

	.speaker-entry a:link, .dj-entry a:link, .sponsor-entry a:link {
	color: #00baff;
	text-decoration: none;
	
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	}
	.speaker-entry a:visited, .dj-entry a:visited, .sponsor-entry a:visited { color: #00baff; }
	.speaker-entry a:hover, .dj-entry a:hover, .sponsor-entry a:hover { color: #fe5c04; text-decoration: underline; }
	.speaker-entry a:active, .dj-entry a:active, .sponsor-entry a:active { color: #f9c907; }
	
	#speaker-nick {
		margin: 0 0 30px 0;
	}
	#dj-marco {
		margin: 0 0 30px 0;
	}
	.sponsor-second {
		margin-top: -20px;
	}
	.sponsor-end {
		margin-right: -20px;
	}


/*** Page: Sponsors ***/
#container-sponsors {
	background: url(http://letsmerge.us/wp-content/themes/merge/images/bg-03.jpg) 0 0 no-repeat;	
	height: 100%;
	padding: 20px 0 0 0;
	width: 100%;
}
#content-sponsors {
	
}
#sponsors-contributors, #sponsors-donated {
	background: #FFF;
	border-bottom: #b4b4b4 1px solid;
	color: #fe5c04;
	float: left;
	font-size: 24px;
	padding: 20px;
	margin: 0 0 20px 0;
	width: 900px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

