/*
Theme Name: WP-DarkFloor
Theme URI: http://pradador.com
Description: Wordpress adaptation of the DarkFloor theme. Built on the WP Starkers Framework.
Version: 1.0
Author: Jose Prado
Author URI: http://pradador.com

Copyright: 2009 Jose Prado <http://pradador.com> All rights reserved.
*/

/**
 * Color Palette
 * 
 * Dark Red:      #5f001b
 * Slightly Gray: #d5d5d5
 * Dark Gray:     #444
 *
 */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/ 
body {}
body, h1, h2, h3, h4, h5, h6, p, label, legend { color: #363636; }
.bold { font-weight: bold; }
.here, .current_page_item { font-weight: bold; }
a { color: #5f001b; }
.toggler { cursor: pointer; }
strong { font-size: 100%; }

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/
#headerWrapper {
	background: url('images/headerBg.jpg') repeat-x #700027;
	padding-bottom: 1.5em;
}
#logo {
	color: #ebebeb;
	font-family: "Lucida Grande";
	height: 64px;
	padding-top: 32px;
}
#logo h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #ebebeb;
	margin: 0;
}
#logo h2 {
	color: #dedede;
	font-size: 1.5em;
	margin: 0;
}
#logo span.bold {
	font-size: 1.3em;
}
#construction {
	color: #C5B800;
	font-size: .8em;
}


/* -----------------------------------*/
/* ---------->>> SEARCH <<<-----------*/
/* -----------------------------------*/
#search { padding-top: 35px; }
#q { width: 200px; font-size: 1.5em; }
#sa { margin-left: 1em; }

/* -----------------------------------*/
/* ----------->>> NAVI <<<------------*/
/* -----------------------------------*/
#navigation {
	margin-top: 19px;
}
ul#nav {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav li {
	color: #d5d5d5;
	font-size: 1.2em;
	float: left;
	line-height: 48px;
	margin-right: 30px;
}
ul#nav li a {
	color: #d5d5d5;
	display: block;
	text-decoration: none;
}

ul#nav li ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px; 
  position: absolute; 
  top: 0;
  left: 0;
}

ul#nav li > ul {
	top: auto;
	left: auto;
}

ul#nav li ul li { line-height: normal; font-size: 1em; }
ul#nav li:hover > ul, li.over > ul { display: block; }

ul#nav li ul li ul { display: none; }

/* -----------------------------------*/
/* --------->>> FEATURE <<<-----------*/
/* -----------------------------------*/
#feature {
	margin-top: 1em;
}
.featureImage {
	background: transparent;
}
.featureContent {
}
.featureImage img {
	border: 1px solid white;
	display: block;
	padding: 3px;
}
.featureDescription {
}
.featureDescriptionWrapper {
	padding: 0 1em;
}
.featureTitle {
	color: white;
}
.featureText {
	color: #ddd;
	font-size: 1.3em;
}
.featureControls {
	text-align: center;
}

/* -----------------------------------*/
/* ----------->>> MAIN <<<------------*/
/* -----------------------------------*/
#contentWrapper {
	background: white;
}
#oneCol {
	padding: 1em 0;
}
#twoCol {
	padding: 1em 0;
	background: url("images/bodyBG.png") repeat-y;
}
#main {
	padding-top: 1em;
	padding-bottom: 1em;
}
#main h1 { }
#main h2 { font-size: 1.7em; }
#main h3 { color: #5f001b; }
#main h4 { color: #050c5a; font-size: 1.5em; }
.widget {
	margin: 1em;
	border-bottom: 1px solid #ccc;
}
.comments-separator {
	margin: 1em 0;
}

/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/
#footerWrapper {
	background: url('images/footerBG.jpg') repeat-x black;
	color: #999;
	min-height: 150px;
}

ul.footerNav {
	list-style: none;
	margin: 0;
	padding: 1.5em 0;
}
ul.footerNav ul {
	list-style: none;
	margin: 0;
	padding: .5em 0;
}
ul#footerComments {
	padding: 1.5em 0 0 0;
}
ul.footerNav li {
	
}
ul.footerNav li.footerTitle {
	font-weight: bold;
}
ul.footerNav li a {
	color: #777;
}

#copyright {
}
.copyright {
	border: 1px solid #333;
	font-size: .8em;
	padding: 1.5em 1em;
}

#footerLogo {
	display: block;
	margin-bottom: 1em;
}

/* -----------------------------------*/
/* ------>>> SECONDARY PAGES <<<------*/
/* -----------------------------------*/
.secondary-entry {
	float: left;
}
.secondary-entry img {
	margin-bottom: 15px;
}
.input {
	padding: 0;
}

/* -----------------------------------*/
/* ---------->>> DISQUS <<<-----------*/
/* -----------------------------------*/
ul.dsq-widget-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dsq-widget-list li.dsq-widget-item {
	margin-top: 0;
	margin-bottom: 1em; 
}
li.dsq-widget-item a {}
a.dsq-widget-user {}
a.dsq-widget-thread { color: #777; }
span.dsq-widget-comment {}
p.dsq-widget-meta {}
p.dsq-widget-meta a {}

/* -----------------------------------*/
/* ---------->>> /BLOG/ <<<-----------*/
/* -----------------------------------*/

.entries { padding-right: 2em; }

.post {
	font-size: 1.1em;
}
h1.archive-title { }
#main h2.entry-title, #main h2.page-title { font-size: 2em; }
#main h2.entry-title { margin: 0; }
h2.entry-title a {
	color: #444;
	text-decoration: none;
}
.post h3 {
	text-decoration: underline;
}
.entry-content, .entry-extended {
	line-height: 2em;
}
.entry-header {
	color: #6a655a;
	font-size: .8em;
	margin-bottom: 1.5em;
}
p.readmore {

}
.entry hr, .entries hr {
	border-bottom: 1px solid #ccc;
}

.post pre {
	margin: 1.5em 0;
}
.post .entry-content ol {
	line-height: normal;
	margin-bottom: 1.5em;
}

.single-page-navigation { font-size: 1.1em; overflow: auto; margin-bottom: 1em; }
.single-page-navigation .nav-previous { float: left; }
.single-page-navigation .nav-next     { float: right; }

#page-47 h4 { clear: both; }


/* -----------------------------------*/
/* --------->>> /GAMING/ <<<----------*/
/* -----------------------------------*/
#bf2Videos {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
ul#videos {
	cursor: pointer;
	font-weight: bold;
	list-style-image: url('images/gaming/dot.gif');
	padding: 10px 0 0 10px;
}
ul#videos ul{
	font-weight: normal;
}
ul#videos ul a {
	text-decoration: none;
	text-align: center;
	color: #FEAF41;
	font-weight: bold;
}

#player {
	border-left: 6px solid #590018;
	margin-left: 4px;
	height: 505px;
	width: 698px;
}
#quickie {
	margin: auto;
	width: 640px;
	margin-top: 5px;
}

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}
