/*  
Theme Name: NES Collector
Theme URI: http://www.zamaman.com/
Description: A custom Wordpress framework based on several existing systems.
Version: 1.0.1
Author: Sam McIlvaine
Tags: Framework, theme, css, framework, clean, minimalistic , customizable
Author URI: http://www.zamaman.com/
Template: ZDFramework


-----------------------------------------------------------------------------------------------

This is to includ the following styles that are needed for the site to work. */
@import url('../ZDFramework/style.css');


body 	{ background:url('images/theme/body-bg.jpg') center repeat-y; }
a { color:#990000; }
a:link { }
a:visited { }
a:active { }
a:hover { color:#3366CC; }


/* ------------------------------------------------------
	this holds all of the page divs
------------------------------------------------------ */


#main {
	background-color:#FFF;
	position:relative;
}


/* ------------------------------------------------------
		Header div  site id, description, and two widget areas
------------------------------------------------------ */


#header {
	padding:0 20px;
	background: url('images/theme/header.jpg') no-repeat center top;
	min-height:67px;
}
#site{ 
}
#site .name{
	
}
#site .name .logo{ 
	background: url('images/theme/logo.png') no-repeat bottom;
	text-indent: -9999px;
	display: block;
	height:45px;
	width:201px;
	float:left;
}
#site .dscrp{
	display:none;	
}
#nav-bottom {
	margin-right:25px;
	float:left;
}
#nav{
}
#nav, #nav a:link, #nav a:active, #nav a:visited {
	background:transperant;
}
#nav .current_page_item a{
	color:#003399;
	font-weight:bold;
}
#nav a:hover {
	background-color:#fff;
	color:#333;
}
#search{ float:right; margin:20px 0px 0 0; }

/* ------------------------------------------------------
		Container div  -  this holds the main content and sidebars for the site
------------------------------------------------------ */


#container {
	clear:both;
	padding:0 20px;
	background: url('') repeat-x;
	min-height:100%;
	position:relative;
}
#content {
}
#content-widget {
}
#main-aside {
}
#side-a h2, #side-b h2, #side-c h2{
}
#side-a ul, #side-b ul, #side-c ul{
}
.blog-post {
	margin:15px 0;
	background:url('images/theme/post-bg.jpg') repeat-y;
}
.blog-post h2 {
	background:url('images/theme/post-h2.jpg') no-repeat;
	width:620px;
	height:37px;
	margin:0 0 0 -25px;
}
.blog-post h2 a {
	font-size:18px;
	margin-right:15px;
	font-weight:bold;
	margin:0 0 0 25px;
}
.blog-post h2 a:link, .blog-post h2 a:visited, .blog-post h2 a:active {
	color:#fff;
	text-decoration: none;
}
.blog-post h2 a:hover {
	text-decoration:underline;
	color:#FF0000;
}
.post-body{
	background:url('images/theme/post-bottom.jpg') no-repeat bottom;
	margin-bottom:34px;
	padding:0 25px 15px;
}

#banner { visibility:hidden; height:0; }

#single-start {
	background:url('images/theme/post-h2.jpg') no-repeat;
	height:34px;
	margin:15px 0 0 0;
}
#single-body {
	background:url('images/theme/post-bg.jpg') repeat-y;
	padding:15px 20px;
	margin:0;
}
#single-body h1 {
	padding-top:0;
	margin-top:0;
}
#single-bottom {
	clear:both;
	background:url('images/theme/post-bottom.jpg') no-repeat;
	height:37px;
	padding-top:5px;
	margin:0;
}
.aside-top {background:url('images/theme/aside-top.jpg') no-repeat top; height:34px; padding:0; margin:15px 0 0 0; }
.aside-body {background:url('images/theme/aside-bg.jpg') repeat-y;  padding:20px 10px;}
.aside-bottom {background:url('images/theme/aside-bottom.jpg') no-repeat; height:37px;}

/* ------------------------------------------------------
		Footer div  
------------------------------------------------------ */

#footer	{
	background: url('images/theme/footer.jpg') no-repeat center bottom;
	min-height:105px;
	padding:0 20px;
}
#foothold{
	padding-top:25px;
	height:60px;
}
#f-widgets{
clear:both;
}
#f-widgets ul.widgets {
}
#copy {
	vertical-align:text-bottom;
}

