/* 
-- NewsLabs 
-- Author: Pete Lambert
-- Email: pete@petelambert.com
-- Web: http://petelambert.com
*/

/* Font embedding */
@font-face{ /* for IE */
	font-family: 'AniversRegular';
	src:url(../f/anivers_regular-webfont.eot);
}
@font-face { /* for non-IE */
	font-family:'AniversRegular';
	src:url(http://:/) format("No-IE-404"),url(../f/anivers_regular-webfont.ttf) format("truetype"), url('../f/anivers_regular-webfont.svg#webfontOhNxOI1A') format('svg');
}
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */


/* simple reset */
html, body, ul, ol, li, form, fieldset, legend{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
fieldset,img { border: 0; }
legend { color: #000; }
li { list-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
input, textarea, select{
	font-size: 110%;
	line-height: 1.1;
}
abbr, acronym{
	border-bottom: .1em dotted;
	cursor: help;
}

/* Typography */
body{
    color: #000;
    font: 12px Helvetica, Arial, Sans-serif;
    line-height: 150%;
    text-shadow: #ffffff 2px 2px 1px;
}
a{
    color: #666;
}
a:hover{
    color: #d62600;
}
.col1 h2, .col1 h3, .col1 h4, .col1 h5{
    color: #999;
    line-height: 120%;
    margin-bottom: .5em;
}
.col1 h3, .col1 h4, .col1 h5{
    margin-top: 1em;
}
.col1 h2, .col1 h3{
    font-family: AniversRegular, Helvetica, Arial, Sans-serif;
}
.col1 h2{
    color: #666;
    font-size: 36px;
    margin-bottom: .2em;
}
.col1 h3{
    color: #999;
    font-size: 24px;
    margin-bottom: .5em;
    margin-top: 1em;
}
.col1 h4{
    font-size: 16px;
    margin-bottom: .2em;
}
.col1 h5{
    font-size: 12px;
}
.col1 li{
    list-style-type: disc;
    margin-bottom: .5em;
}
blockquote{
    color: #666;
    font-style: italic;
}


/* Layout */
body{
    background: #fff url(../i/bg-paper.png);
    padding: 0 1em;
    text-align: center;
}
#wrap{
    margin: 2em auto;
    text-align: left;
    width: 600px;
}
#header h1, #header h2{
    background: url(../i/rule.png) left bottom repeat-x;
    padding-bottom: 1em;
    text-align: center;
}
#content{
    background: url(../i/rule-v.png) 390px 0 repeat-y;
    float: left;
    padding-bottom: 1em;
}
.col1{
    display: inline;
    float: left;
    width: 380px;
}
.col2{
    display: inline;
    float: left;
    margin-left: 20px;
    width: 190px;
}
.nav{
    margin-top: 1.3em;
    margin-bottom: 2em;
}
.nav li{
    font-family: AniversRegular, Helvetica, Arial, Sans-serif;
    font-size: 1.8em;
    margin-bottom: .5em;
}
.nav li a{
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
.nav li a:hover{
    color: #D62600;
}
.social li{
	display: block;
	height: 28px;
	margin-bottom: .5em;
}
.social li a{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-family: Helvetica, Arial, Sans-serif;
	height: 28px;
	line-height: 28px;
	padding-left: 42px;
/* 	text-decoration: none; */
}
.social li a:hover{
	background-color: #f2f2f2;
}
.social a.facebook{
	background: url(../i/btn-facebook.png) top left no-repeat;
}
.social a.twitter{
	background: url(../i/btn-twitter.png) top left no-repeat;
}
.syndication a:hover{
	background-color: #e0e0e0;
}

#footer{
    background: url(../i/rule.png) 0 0 repeat-x;
    color: #666;
    float: left;
    margin-top: 2em;
    padding: 2em 0;
    text-align: center;
    width: 100%;
}
/* Misc */
.article-nav li{
    float: left;
    list-style-type: none;
    margin-right: 20px;
}
.article-nav li.omega{
    margin-right: 0;
}

.article{
    background: url(../i/rule.png) top no-repeat;
    padding: 1em 0;
}
img.newsoutlet{
    background: #f2f2f2;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: -2em;
    padding: 5px;
}
