﻿/*
Theme Name: NaijaHeadlines
Theme URI: http://www.naijaheadlines.com/
Description: 
Version: 1.0
Author: Huey
Author URI: http://www.twitter.com/hueyflygerian
Tags: green, white, rss

*/


html {
	background: #000000 url(bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
    background-position: center top;
	margin: 0;
	text-align: center;
}

body {
	background: #000000;
	background-repeat: repeat-x;
	margin: 10px auto;
	width: 960px;
	height: auto;
	text-align: left;
}

div.links { font-size: 13px; }
div.links a { color: #339900; text-decoration: none; }
div.links a:visited { background-color: #000000; }
div.links a:hover { background-color: #000000; color: #ffffff; }


/* FONT AND LINE HEIGHT DECLARATIONS */
div#banner-nav, h1#title, p#description, h2.post-title, div.post-entry h1, div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6, li#search input#s, input#author, input#email, input#url, textarea#comment {
	line-height: normal;
}

/* BANNER NAV STUFF */
div#banner-nav-center {
	width: 990px;
	margin:0 auto 0 auto;
	padding: 0.6em 10px 2em 10px;
}
div#banner-nav {
	background: #000000;
	border-top: 0.4em solid #CFCCBE;
	color: #ffffff;
	font-size: 0.7em;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
div#banner-nav ul, div#banner-nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#banner-nav ul li img {
	position: relative;
	top: 0em;
}

div.feed {
	width: 300px;
	float: left;
	padding: 0 20px 20px 0;
	margin: 0;
}

a , a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}

h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 10px;
	background: #000000;
	color: #ffffff;
}

.feed h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.feed h2 a:link, .feed h2 a:visited {
	color: #339900;
	text-decoration: none;
}

.feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feed li {
	font-family: Arial;
	font-size: 8pt;
	line-height: 2em;
	border-top: 1px solid #ccc;
}

.feeditem a:link, .feeditem a:visited {
    position: relative;
    z-index: 24;
    text-decoration: none;
    color: #ffffff;
}

.feeditem a:hover {
	z-index: 25;
	background: #eee;
	color: #339900;
}

.feeditem a span { display: none }

.feeditem a:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #eee;
    color: #000;
    font-family: Arial;
    font-size: 10pt;
}

#footer {
	clear: both;
	padding: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
}

#footer a { color: #339900; text-decoration: none; }
#footer a:visited { background-color: #000000; }
#footer a:hover { background-color: #000000; color: #ffffff; }