/* @override 
	http://www.typenews.net/system/application/views/themes/the_type_stream_r/style.css
	http://www.typenews.net/system/application/views/themes/typenews/style.css */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 16px;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Global */

html {height:100%;margin-bottom:1px;}

body {
	/*background: #f5f7f8 url(i/16px_grid.png) repeat;*/
	background: #fbfbfb;
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	color: #222;
	font-size: 11px;
	}

a, a:visited, #body A.publisher:hover {
	color: #cc5200;
	text-decoration: none;
	}

a:hover, a:active, #body A.publisher {
	color: #ea9e2f;
	text-decoration: none;
	}

input, textarea {
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	}

input {
	}

textarea {
	}

hr {
	border: 1px dotted #DADADA;
	height: 1px;
	clear: both;
	margin: 10px 0px;
	}

code {
	color: green;
	background: #FAFAFA;
	padding: 0 3px;
	border: 1px solid #EAEAEA;
	}

/* Site Specific */

.container {
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 944px;
	}


/* Header & Profile */

.header {
	z-index: 100;
	height: 56px;
	background: #000;
}
.header H1 {
	float: left;
	margin-top: 16px;
}
.header #links {
	float: right;
	font-size: 16px;
	color: #fff;
	width: 256px;
	margin-top: 28px;
}
.header #links A {
	color: #fff;
}
.header #links A, .header #links SPAN {
	cursor: pointer;
}
.header #links A:hover, .header #links SPAN:active, .header #links SPAN:hover {
	color: #ea9e2f;
}

#profile {
	background: #272728;
	height: 112px;
}
#profile P {
	color: #ea9e2f;
	padding-top: 19px;
	margin-bottom: -34px;
}
#profile UL {
	width: 672px;
	float: left;
	margin: 34px 16px 0 0;
}
#profile UL LI {
	display: inline;
}
#profile UL LI A {
	color: #eee;
}
#profile UL LI A:hover {
	color: #ea9e2f;
}
#profile #search_form {
	float: left;
	margin-top: 18px;
}

/* Body */

#body, #footer {
	clear: both;
	float: left;
	position: relative;
}

	/* Home/breakdcrumb bar */

#body .home {
	padding: 16px 0 0 0;
}
#body .home .images {
	width: 416px;
	float: left;
}
#body .home .twitter {
	width: 272px;
	float: left;
}

	/* Blog items */

#body UL {
	margin-top: 20px;
	margin-bottom: 10px;
}

#body UL.images {
	width: 408px;
	float: left;
	margin-right: 8px;
	margin-top: 16px;
}
		
#body .images LI.image, #body .images LI A {
	width: 128px;
	height: 128px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

#body .images LI.image, #body .images LI A IMG {
	max-width: 250px;
	max-height: 250px;
	min-width: 128px;
	min-height: 128px;
}

#body .images LI.image DIV.background {
	display: none;
	opacity: .85;
	margin-left: 0px;
	position: absolute;
	width: 536px;
	height: 100%;
	left: 416px;
	top: 0px;
	z-index: 40;
}
#body .images LI.image:hover DIV.background {
	display: block;
	background: #fbfbfb;
}
#body .images LI.image DIV.content-wrapper {
	display: none;
	width: 500px;
	z-index: 50;
	margin: auto;
	position: fixed;
	left: 50%;
	top: 104px;
	margin-left: -56px;
}
#body.lower .images LI.image DIV.content-wrapper {
	display: none;
	width: 500px;
	z-index: 50;
	margin: auto;
	position: fixed;
	left: 50%;
	top: 216px;
	margin-left: -56px;
}
#body .images LI.image DIV.content-wrapper A, #body .images LI DIV.content-wrapper P {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
#body .images LI.image DIV.content-wrapper .text, #body .images LI.image DIV.content-wrapper .text A {
	background: #fbfbfb;
	padding: 4px 0;
	margin: -4px 0;
}
#body .images LI.image DIV.content-wrapper A.publisher {
	padding-right: 3px;
}
#body .images LI.image:hover DIV.content-wrapper {
	display: block;
}
#body .images LI.image DIV.content-wrapper .content .content IMG {
	max-width: 536px;
}
#body .images LI.image DIV.content-wrapper .content .content P {
	width: 300px;
}
		
#body UL.twitter {
	width: 256px;
	float: left;
	margin-right: 16px;
}
		
#body UL.blogs {
	width: 256px;
	float: left;
}
	
#body UL.blogs LI, #body UL.twitter LI {
	margin-bottom: 8px;
	overflow: hidden;
}
#body UL LI.more-feeds {
	float: none;
	clear: both;
	height: auto;
	min-height: 0px;
	min-width: 0px;
	width: auto;
	margin: 0 0 32px 0;
	overflow: visible;
	padding: 32px 0 0 0;
}
#body UL LI.more-feeds A {
	font-size: 16px;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #ea9e2f;
	color: #ea9e2f;
	margin: 0 0 32px 0;
	padding: 0 0 1px 0;
	min-height: 0px;
	min-width: 0px;
	height: auto;
	width: auto;
	float: none;
	clear: both;
}
#body UL LI.more-feeds A:hover {
	color: #cc5200;
	border-bottom: 1px solid #cc5200;
}
#body .date {
	color: grey;
}
#body A.date:hover {
	color: #222;
}
#body .title {
	font-weight: bold;
}
#body .page {
	padding: 32px 0;
}
#body .page .left {
	width: 400px;
	margin-right: 16px;
	float: left;
	margin-bottom: 32px;
}
#body .page .right {
	width: 528px;
	float: left;
	margin-bottom: 32px;
}
#body .page H2 {
	font-size: 16px;
}
#body #pagination {
	clear: both;
	padding-bottom: 16px;
}
	
/* Footer */

#footer {
	background: #e3e4e5;
	width: 100%;
	padding: 12px 0 21px;
	position: relative;
	bottom: 0px;
}
#footer A {
	font-size: 16px;
	padding: 0 2px;
	color: #ea9e2f;
}
#footer A:hover {
	color: #cc5200;
}
