/* 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;
}

/* =global normalization

-----------------------------------------------------------------------------------------------------------------------*/



/* Normalizes margin, padding */



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%; }



/* 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

{ 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 :''; }


hr {
	display: none;
	visibility: hidden;
	clear: both;
}

/* layout styles 
--------------------------------------------------------------------------------*/

body {
	text-align: center;
	font-size: 69%; 
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

#page-wrap {
	position: relative;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 780px;
}

#page-wrap {
	position: relative;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 780px;
}

#content-primary {
	float: right;
	width: 400px;
}

#content-secondary {
	float: left;
	width: 375px;
}


/* Typography */

#content-primary h2 {
	line-height: ;
	font-size: 190%;
	margin: 0 0 .5em 20px;
}

#content-primary p {
	line-height: 1.6em;
	font-size: 115%;
	margin: 0 0 1em 20px;
}

#content-primary img {
	margin: 0 0 1em -20px;
}

ul#info-stream p {
	font-size: 110%;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
	padding: 0 15px 10px 15px;
}

ul#info-stream h2 {
	line-height: 1.2;
	font-size: 145%;
	margin: 0 0 .25em 0;
	padding: 10px 15px 0 15px;
}

ul#info-stream li {
	border: #eeeeee 1px solid;
	margin: 0 0 20px 0;
}

/* Color */

body {
	background: #000000;
}

#content-primary {
	color: #eeeeee;
}

#content-primary a {
        color: #EE0000
}

ul#info-stream a {
	color: #000000;
	display: block;
	background: #eeeeee;
	text-decoration: none;	
}

ul#info-stream a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: none;	
}

.info-stream-cat {
	background: #000000;
	color: #eeeeee;
}

ul#info-stream  p.info-stream-cat {
	padding: 10px 15px 15px 15px;
}

ul#info-stream p.info-stream-cat a {
	background: #000000;
	color: #eeeeee;
	display:inline;
}

ul#info-stream p.paginate {
	color: #eeeeee;
	text-align: center;
}

ul#info-stream p.paginate a {
	background: #000000;
	color: #eeeeee;
	display:inline;
}

ul#info-stream p.paginate a:visted {
	background: #000000;
	color: #eeeeee;
	display:inline;
}
