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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

.cleaner {clear: both;}

body {
	line-height: 1;
	height: 100%;
}

html {height: 100%;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

/* MAIN */

body {
	font: 11px/1.8 "Droid Sans", "HelveticaNeue","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #666666;
}

body {
 background: #222;
}


a {
	color: #FF3366; 
	text-decoration: none;
}

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

#logo {
	width: 200px;
	height: 100px;
	position: fixed;
	top: 50px;
	left: 50px;
}

nav {
	position: fixed;
	bottom: 80px;
	left: 50px;
	font-size: 36px;
	line-height: 50px;
	font-family: Oswald;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #444;
	}

nav a {
	color: #fff;
}

nav a:hover {
	color: #ddd;
}

nav li {
	position: relative;
}


nav li:hover ul {
	display: block;
}

content {
	width: 480px;
	right: 20px;
	background: url('../images/contentBg.png');
	position: absolute;
	top: 20px;
	padding: 20px;
	padding-bottom: 20px;
}

content h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 20px;
	font-style: italic;
	font-family: "Times New Roman", Georgia, serif;
}

content p {margin: 10px 0;}

h2 {
	font-family: Oswald;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

h2 a {color: #000;}

footer {
	color: #999999;
	font-size: 11px;
	position: fixed;
	bottom: 0;
	background: #000;
	width: 100%;
	padding: 5px 0;
	}
footer a {
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}
	
footer span {
	margin-left: 50px;
	width: 600px;
	float: left;
}

footer span#social {
	width: 400px;
	float: right;
	text-align: right;
	margin-right: 50px;
}

#social a {
	text-indent: 9999px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('../images/social.png');
	margin-left: 2px;
}


a.twitter {
	background-position: -32px 0;
}

a.vimeo {
	background-position: -44px 0;
}

a.youtube {
	background-position: -66px 0;
}

a.flickr {
	background-position: -88px 0;
}

a.linkedin {
	background-position: -110px 0;
}

a.googleplus {
	background-position: -132px 0;
}

a.tumblr {
	background-position: -154px 0;
}


dt.article-info-term, dd.hits {display: none;}
ul.actions {float: right;}
ul.actions li {display: inline-block;}
dl.article-info {clear: right;}
dl.article-info dd {display: inline-block; margin-right: 10px; text-transform: uppercase; font-size: 9px; letter-spacing: 0.5px; color: #666; font-weight: bold;}
p.readmore {margin-bottom: 30px;}
