/* Hacks */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear {
	clear: both;
}

/* Normalizes margin, padding */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{ font-size : 100%; font-weight: normal; }

/* Normalizes list-style from lists */
ol,ul 
{ list-style :none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var, a, p
{ font-style : normal; font-weight: normal; }

/* Removes list-style from lists */
table
{ border-collapse : collapse; border-spacing : 0;}

/* Removes border from fieldset and img */
fieldset, img 
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes quotation marks from q */
q:before, q:after 
{ content :''; }

/* Layout */


#page-wrap {
	margin: 0 0 0 40px;
}

.load {
	display: none;
}

.show {
	display: inherit;
}

/* Typography */

body {
	font: 100%/1.125em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
}

a.toggle {

}

h1 {
	font-size: 3em;
	margin: 0 0 .75em 0;
	font-weight: normal;
	text-indent: -9999px;
}

h2 {
	font-size:  1em;
	font-weight: normal;
}

h3 {
	font-size: 1.325em;
	font-weight: normal;
	padding: 2px 0 .25em 0
	}
/*
h3 a {
	display: block;
	padding: .25em 0 .25em 0;
	width: 125px;
}

h3.work {
	background: url('/images/site/work-heading.png') no-repeat;
	text-indent: -9999px;
}

h3.connect {
	background: url('/images/site/connect-heading.png') no-repeat;
	text-indent: -9999px;
}

h3.homies {
	background: url('/images/site/homies-heading.png') no-repeat;
	text-indent: -9999px;
}

h3.flickr {
	background: url('/images/site/flickr-heading.png') no-repeat;
	text-indent: -9999px;
}

h3.freebies {
	background: url('/images/site/freebies-heading.png') no-repeat;
	text-indent: -9999px;
}
*/
div.content-section {
	min-height: 1px;
}

div.content-section ul {
	margin: .25em 0 .425em 1px;
}

div.content-section ul li {
	line-height: 1.2em;
}

div.content-section form {
	margin: .5em 0 .5em 0;
}

div.content-section a {
	font-size: .85em;
	font-weight: normal;
}

div.meta {
	margin: .5em 0 0 0;
}

div.meta p {
	font-size: .85em;
	margin: 0 0 .75em 0;
}

div.meta img {
	margin: 0 0 1em 0;
}

.flickr_badge {
	width: 475px;
	margin: 0 0 1.5em 0;
}

.flickr_badge img {
	float: left;
	margin: .5em;
}

/* Color */

html {
	background: #000000;
}

body {
	background: #000000;
	color: #ffffff;
}

a {
	color: #eee;
}

a:hover {
	color: #BE1E2D;
}


h1 {
	color: #BE1E2D;
}

label.warning {
	color: #ff1d47;
}





