/* CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}:focus{outline:0;}

html{
	font-family: 'DistrictThin', sans-serif;
	font-size: 16px;
}

body{
	text-align: center;
}

body#Index{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*
h1,h2,h3,legend, p, input, textarea{
	
}
*/

h1, legend{
	font-size: 1.5em;
	line-height: 1em;
	color: black;
	opacity: .6;
}


.button{
	background: black;
	color: white;
	cursor: pointer;	
	border: 0px;
	font-family: 'DistrictThin',sans-serif;
}

/* Spark Display */

#header{
	position: fixed;
	top: 0;
	left: 50%;
	width: 750px;
	margin-left: -375px;
	height: 1px;
	z-index: 999;
}
	
	#header h1{
		display: inline-block;
		background: white;
		padding: .5em 1em;
		margin-bottom: -2em;
		-webkit-border-bottom-right-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	
		#header h1 a{
			color: black;
			text-decoration: none;
		}
		
			#header h1:hover{
				background: black;
				opacity: 1;
			}
			
			#header h1:hover a{
				color: #CCFFFF;
			}
			
			#Index #header h1:hover{
				background: white;
				color: black;
				opacity: .6;
			}

	#header #settings, #header #log, #header #home{
		display: block;
		font-size: .625em;
		text-decoration: none;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		position: absolute;
		top: 0px;
		width: 60px;
		height: 18px;
		line-height: 18px;
		text-transform: uppercase;
		opacity: .6;
	}
	
	#header #settings:hover, #header #log:hover, #header #home:hover{
		opacity: 1;
		color: #CCFFFF;
	}
	
	#header #settings, #header #home{
		right:4px;
	}
	
	#header #log{
		left:2px;	
	}

#Sparks, #Spark{
	width: 750px;
	margin: 4em auto 0em;
	padding-top: 4em;
	padding-bottom: 6em;
}

#Index #Sparks{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 0px;
}

#Index #Sparks .spark{opacity:0.0;}

body.first #Sparks{
	border-bottom: 0px;
}

#Sparks div.spark{
	position: absolute;
	padding: 2px;
	width: 245px;
}

#Sparks div.spark img{
	margin-bottom: -4px;
}

#Sparks div.spark dl{
	display: none;
}

dl{
	margin: 0px auto;
	text-align: center;
}

#Sparks div.spark form{
	 
}

	 dt, dd, .detailbox input, .detailbox textarea {
	 	font-size: 12px;
	 	background: white;
		border: 0px;
		width: 205px;
		height: 18px;
		line-height: 18px;
		padding: 16px 10px;
		margin: 5px 10px;
		border: solid 1px silver;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
	 }
	 
	 .detailbox input{
	 	margin-bottom: 0px;
	 }
	 
	 .detailbox textarea{
	 	height: 72px;
	 	margin-top: 0px;
	 }
	 
	 .detailbox input:hover, .detailbox textarea:hover{
	 	background: #CCFFFF;/* #FAFAD2; */
	 }
	 
	 .detailbox input.update, .detailbox input.delete{
	 	font-size: 16px;
	 	border: 0px;
	 	padding: 0px;
	 	width: 105px;
	 	margin: 0px 5px 5px;
	 	display: inline-block;
	 	height: 32px;
	 	background: black;
	 }
	 
	 .detailbox input.update{
	 }

.detailbox{
	position:absolute;
	width:247px;
	background: url(/5P4RKbg.png);
	border: solid 1px silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.0;
}


#infscr-loading, #Loader{
	position: fixed;
	width: 50px;
	height: 50px;
	background: white;
	top: 0px;
	left: 0px;
	z-index: 1000;
	opacity: .6;
}

#Loader{display: none;}

#Sparks div.spark a.details{
	position: absolute;
	top: 8px;
	left: 8px;
	color: white;
	background: black;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	display: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	opacity: .6;
}

	#Sparks div.spark:hover a.details{
		display: block;
	}
	
	#Sparks div.spark a.details:hover{color: aqua;}
	
	#Spark{
		width: 744px;
		background: url(/5P4RKbg_g.png);
		text-align: center;
		position: relative;
	}
	
	#Spark img{
		display: block;
		margin: 0px auto;
		clear: both;
		max-width: 744px;
	}
	
	#Spark h1{
		display: inline-block;
		background: white;
		padding: .5em 1em;
		margin: 1.5em auto 1em;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		opacity: 1;
	}
	
	#Spark h2{
		margin-top: -10px;
	}
	
	#Spark a{
		width: auto;
		background: black;
		color: white;
		padding: 4px 8px;
		margin-top: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		z-index: 1;
		text-decoration: none;
		opacity: .6;
	}
	
	#Spark a:hover{color: aqua;}
	
	#Spark p{
		font-size: 14px;
	 	background: white;
		border: 0px;
		width: 245px;
		height: auto;
		line-height: 18px;
		padding: 16px;
		margin: 0px auto;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-align: center;
	}
	
	#Spark .date{
		position: absolute;
		bottom: -1px;
		width: 100%;
		text-align: center;
		margin: 0px auto;
		
	}
	
	#Spark .date h3{
		font-size: .75em;
		display: inline-block;
		padding: 6px 12px 4px;
		margin: 0px;
		background: black;
		color: white;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	
#Pagination{
	width: 750px;
	background: black;
	margin: 0px auto;
	display: none;
}

	#Pagination a{
		color: white;
		text-decoration: none;
		font-size: 1.5em;
		display: block;
		padding: .25em;
	}

/* Login/Register Form */

#Auth{
	position: absolute;
	width: 300px;
	height: auto;
	padding: 10px 10px 20px;
	margin: -200px 0px 0px -150px;
	top: 50%;
	left: 50%;
	background: url(http://5p4rk.com/5P4RKbg_g.png);
	border: ridge 1px silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#Auth input, #Auth label{
	font-size: 18px;
}

#Auth legend{
	line-height: 50px;
	padding: 0px 10px;
}

#Auth legend em{
	color: red;
}

#Auth input{
	background: white;
	border: 0px;
	width: 280px;
	height: 18px;
	line-height: 18px;
	padding: 16px 0px;
	margin: 5px 0px;
	border: solid silver 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#Auth label{
	position: absolute;
	display: block;
	color: silver;
}

	#Auth #usernameL{
		top: 80px;
		left: 125px;
	}
	
	#Auth #passwordL{
		top: 140px;
		left: 126px;
	}
	
	#Auth #password_confL{
		top: 200px;
		left: 95px;
	}

#Auth #submit{
	height: 50px;
	padding: 0px;
	background: black;
}

#Auth #Error{
	font-size: 14px;
 	background: white;
	border: 0px;
	height: auto;
	line-height: 18px;
	padding: 16px;
	margin: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

#Index .beta{
	position: absolute;
	width: 352px;
	height: auto;
	padding: 24px;
	margin: -100px 0px 0px -200px;
	top: 50%;
	left: 50%;
	background: url(http://5p4rk.com/5P4RKbg.png) #EFEFEF;
	border: ridge 1px silver;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	opacity: .9;
}

#Index .beta p{
	margin-bottom: .75em;
}

#Index #header h1{
	opacity: .8;
}

#settings_drawer{
	display: none;
	width: 694px;
	background: url(/5P4RKbg_m.png);
	color: black;
	padding: 25px;
	margin-left: -375px;
	position: fixed;
	top: 130px;
	left: 50%;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border: solid 1px #dad9d9;
	z-index: 1000;
}

#settings_drawer #submit_email{
	height: 50px;
	padding: 0px;
	background: black;
	color: white;
	border: solid 1px black;
	cursor: pointer;
}

#settings_drawer div{
	position: relative;
	display: inline-block;
	width: 340px;
	vertical-align: top;
}

#settings_drawer a{display: block;}

#settings_drawer input, #settings_drawer #connect a{
	background: white;
	color: black;
	border: 0px;
	width: 280px;
	height: 18px;
	line-height: 18px;
	padding: 16px 0px;
	margin: 5px auto;
	border: solid silver 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

#settings_drawer p{
	font-size: 12px;
	width: 280px;
	margin: 12px auto;
	line-height: 1.5em;
}

#settings_drawer #connect p{
	margin-bottom: 18px;
}

#settings_drawer #connect a{
	margin: 9px auto;
	background: black;
	color: white;
	text-decoration: none;
	border: solid 1px black;
}

#settings_drawer #bookmarklet{
	cursor: move;
}

#settings_drawer #connect a:hover, #settings_drawer #submit_email:hover{
	color: #CCFFFF;
}

#settings_drawer label{
	position: absolute;
	display: block;
	top: 82px;
	left: 103px;
}

#settings_drawer #settings_close{
	display: block;
	font-size: .625em;
	text-decoration: none;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	position: absolute;
	top: -18px;
	right: -1px;
	width: 60px;
	height: 18px;
	line-height: 18px;
	text-transform: uppercase;
	background: #dad9d9;
	color: black;
	text-decoration: none;
}

#settings_drawer #settings_close:hover{
	background: black;
	color: #CCFFFF;
}

