/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}
* {
	margin: 0;
}
html {
height:100%;
}
body {
height: 100%;
}
.blackbar {
position:absolute;
bottom:0;
right:0;
height:15px;
width:50%;
background: black;
z-index:-999;
margin-top:400px;
}

.container {
background: #FFF;
width:860px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.header {
background: url('http://www.cheaterfive.net/wp-content/images/bg1.png') repeat-x;
float:left;
width:160px;
padding-left:0px;
}
#logo {
text-align:right;
margin:20px 0px 10px 0px;
}
#tagline {
font-size: 8px;
font-family:Franklin Gothic, Verdana;
color:#444;
line-height:12px;
text-align:right;
}
#copyright {
width:700px;
margin:0 auto 0;
padding: 70px 0px 0px 160px;
}
#copyright p {
font-size: 8px;
font-family:Franklin Gothic, Verdana;
color:#444;
line-height:12px;
text-align:right;
}
.menu {
float:left;
width:160px;
padding-top:50px;
}
.hfeed {
background: transparent;
float:right;
width:700px;
padding:130px 0px 0px 0px;
}
.aside {
float:left;
width:120px;
}
.footer {
background: url('http://www.cheaterfive.net/wp-content/images/bg3.png') no-repeat bottom right;
width:100%;
height:142px;
clear:none;
margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.pageid-52 .footer {
margin-top:70px;
}

.push {
height:142px;
}
/* Default Skin */
.nav { border:none; 
font-size: 10px;
font-family:Franklin Gothic, Verdana;
}
.nav ul { border:none; }
.nav ul li a { border:none;
}
.nav li:hover ul,
.nav li.nav-hover ul { background: #fff; }

.nav a { color: #FFF; background:#AD3333; border:none; margin-top:5px; }
ul.nav li.page-item-2 a {
background:#328FD1 !important;
}
ul.nav li.page-item-9 a {
background:#6033AB !important;
}
.nav a:hover { text-decoration: none; background: #000; }
ul.nav li.page-item-2 a:hover {
background:#000 !important;
}
ul.nav li.page-item-9 a:hover {
background:#000 !important;
}
.nav ul a { border:none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus {  }

.nav li {
float:none;
}
.entry-title {
font-size: 10px;
font-family:Franklin Gothic, Verdana;
color:#000;
line-height:12px;
text-align:left;
}
#post-2 {
}
h2 {
font-size: 14px;
font-family:Franklin Gothic, Verdana;
color:#444;
font-weight:bold;
line-height:15px;
text-align:left;
}
h3 {
font-size: 12px;
font-family:Franklin Gothic, Verdana;
color:#444;
font-weight:bold;
line-height:15px;
text-align:left;
}
img.alignright {
margin-top:-70px;
}
.homepage {
text-align:center;
margin-left:-100px;
}
}
img.dashed {
padding:0px 10px 0px 10px;
}
img.bench {
float:right;
padding-left:20px;
}
img.pointer {
float:right;
padding-left:20px;
}
p {
font-size: 12px;
font-family:Franklin Gothic, Verdana;
color:#000;
line-height:18px;
text-align:left;
}
.shutter {
color:#FFF;
margin-top:10px;
text-align:center;
font-weight:bold;
}
#homeLink
{
  margin-top:80px;
  display: block;
  width: 100px;
  height: 19px;
  background: url("http://www.cheaterfive.net/wp-content/images/homeLink.png") no-repeat 0 0;
}
#homeLink:hover
{ 
  background-position: 0 -19px;
}
#homeLink span
{
  display: none;
}
#commonLink
{
  margin-top:5px;
  display: block;
  width: 100px;
  height: 19px;
  background: url("http://www.cheaterfive.net/wp-content/images/commonLink.png") no-repeat 0 0;
}
#commonLink:hover
{ 
  background-position: 0 -19px;
}
#commonLink span
{
  display: none;
}
#refineLink
{
  margin-top:5px;
  display: block;
  width: 100px;
  height: 19px;
  background: url("http://www.cheaterfive.net/wp-content/images/refineLink.png") no-repeat 0 0;
}
#refineLink:hover
{ 
  background-position: 0 -19px;
}
#refineLink span
{
  display: none;
}

