html, body, div, span, h1, 
h2, h3, h4, h5, h6, p, a, 
em, img, small, strong, ol, 
ul, li, fieldset, form, label, 
legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
    min-height: 100%;  
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111119), to(#222229));
	background: -moz-linear-gradient(50% 50% 90deg,#222229, #111119);
	padding-bottom: 1em;
}

body {
	line-height: 1;
	color: #eee;
	font-family: "Lucida Grande", sans-serif;
}

h1 {
	padding-bottom: .4em;
	margin: 2em auto 0 auto;
	width: 360px;
	border-bottom: 1px #666 solid;
	color: #eee;
	text-align: center;
	letter-spacing: -1px;
	font-size: 2.5em;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
}

h2 {
	margin: 0 auto;
	width: 360px;
	border-bottom: 1px #666 solid;
	padding: .8em 0 .8em 0;
	color: #999;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: 700;
	text-shadow: 0px 2px 4px rgb(0, 0, 0);
}

h2 a {
	color: #ccc;
}

h2 a:hover {
	color: #666;
	text-decoration: none;
}

#sites {
	display: block;
	padding: .8em 0 0 0;
	margin: 0 auto;
	width: 360px;
	text-align: center;
	font-size: 1em;
}

#sites a {
	text-decoration: none;
	width: 178px;
	height: 60px;
	display: block;
	margin-bottom: 20px;
	padding-top: 14px;
	color: #999;
	font-size: 1em;
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 500;
	text-shadow: 1px 1px 1px #222;
	filter: dropshadow(color=#222, offx=1, offy=1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-icab-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(34, 34, 43, 0.0)), to(rgba(128, 128, 137, 0.05)));
	background: -moz-linear-gradient(50% 50% 90deg, rgba(128, 128, 137, 0.05), rgba(34, 34, 43, 0.0));
}

#sites a:hover {
	color: #ccc;
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	text-decoration: none;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(34, 34, 43, 0.0)), to(rgba(128, 128, 137, 0.4)));
	background: -moz-linear-gradient(50% 50% 90deg, rgba(128, 128, 137, 0.4), rgba(34, 34, 43, 0.0));
}

#sites ul {
	list-style-type: none;
	-moz-column-count: 2;
	-moz-column-gap: 4px;
	-webkit-column-count: 2;
	-webkit-column-gap: 4px;
	column-count: 2;
	column-gap: 4px;
	height: 225px;
	width: 360px;
}

#site ul li {
	padding: 20px auto 0 auto;
}

#sites ul li a {
}

#sites ul li.wide a {
	width: 340px;
	margin-bottom: .8em;
}

#sites ul li.narrow a {
}

a.wide, a.contact {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 400;
	padding: .8em 0 .8em 0;
	display: block;
	margin: .8em auto 0 auto;
	text-decoration: none;
	width: 360px;
	text-align: center;
	font-size: 1em;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(68, 68, 77, 0.4)), to(rgba(34, 34, 43, 0.0)));
	background: -moz-linear-gradient(50% 50% 90deg, rgba(34, 34, 43, 0.0), rgba(68, 68, 77, 0.4));
	color: #999;
}

a.wide {
	margin-top: .5em;
}

.wide + .wide {
	margin-top: .8em;
}

a.contact {
	margin-bottom: .2em;
}

a.wide:hover, a.contact:hover {
	border-color: #7f7f7f;
	color: #111119;
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px rgba(100, 100, 100, 1.0);
	-moz-box-shadow:    0px 0px 20px rgba(100, 100, 100, 1.0);
	box-shadow:         0px 0px 20px rgba(100, 100, 100, 1.0);
	-webkit-transform: scale(1.25);
	-moz-transform:    scale(1.25);
	transform:         scale(1.25);
}

small {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: .5em;
	font-weight: 200;
	text-transform: uppercase;
}

#contactform form, #contactform p {
	margin: .8em auto .8em auto;
	padding-bottom: .8em;
	color: #7f7f7f;
	width: 19.4em;
	text-align: center;
	font-size: .9em;
}

#contactform form input, #contactform form textarea {
	margin-bottom: .8em;
	font-family: Palatino, Georgia, serif;
	border: 1px solid #bfbfbf;
}

#contactform form textarea {
	width: 17.46em;
}

#contactform form input#submit {
	background-color: #ebebeb;
	color: #7f7f7f;
}

#contactform form input#submit:active {
	background-color: #fff;
	color: #333;
}

.delicious-posts {
	margin: .6em auto 0 auto;
	width: 360px;
	text-align: center;
	border-bottom: 1px solid rgba(34, 34, 43, 0.5);
	}
.delicious-post {
	font-size: .7em;
	}
.delicious-odd {
	background-color: rgba(34, 34, 43, 0.5);
	}
.delicious-posts a:hover {
	color: #333;
	background-color: #fff;
	}
.delicious-posts a {
	text-decoration: none;
	color: #7f7f7f;
	display: block;
	padding: .5em 0 .5em 0;
	}
.delicious-post a {
	color: #7f7f7f;
	}
.delicious-banner a {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 200;
	font-style: normal;
	padding-top: .8em; 
	margin: 0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(68, 68, 77, 0.4)), to(rgba(34, 34, 43, 0.0)));
	background: -moz-linear-gradient(50% 50% 90deg, rgba(34, 34, 43, 0.0), rgba(68, 68, 77, 0.4));
	color: #999;
	}
.delicious-posts h2 {
	padding: 0;
	border: 0
	}
#delicious {
	margin-bottom: 1em;
}

