/*   
Theme Name: The Dead Pixel Society
Theme URI: http://www.thedeadpixelsociety.com
Description: Developer blog framework for The Dead Pixel Society
Author: Matt Sams
Author URI: http://www.thedeadpixelsociety.com
Version: 1.0
.
(c) 2009 - 2010 The Dead Pixel Society, LLC
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

html {
	background: #202020 url('textures/background.png') top left fixed no-repeat;
}

body {
	margin: 1.5em 15%;
	color: #DDDDDD;
	background: none;
}

a {
	color: #C85BFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #9E49CC;
	font-weight: normal;
}

a:hover {
	color: #FFF;
}

/* =Header
-------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width: 950px;
}

#branding {
	margin: 0 0 1.5em 0;
	text-align: right;
}

#blog-title {
	font-size: 3em;
}

#blog-title a { 
	color: #FFF;
	font-weight: bold;
}

#blog-description {
	font-size: 1.5em;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}

.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	margin-right: 1em;
	padding: 1em;
	display: block;
	float: left;
	color: #FFDB5B;
	background: url('textures/black_alpha.png') repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
    -moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.menu a:hover {
	color: #000;
	background: url('textures/gold_alpha.png') repeat;
	border: none;
}

/* =Content
-------------------------------------------------------------- */

.page-title {
	margin-bottom: 1em;
	font-size: 2em;
	text-align: center;
	border-bottom: 1px dotted #FFDB5B;
}

#content {
	padding: 1em;
	background: url('textures/black_alpha.png') repeat;
    -moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.post {
	margin: 0 0 3em 0;
}

.entry-title {
	color: #FFDB5B;
	font-size: 2.3em;
	font-weight: bold;
}

.entry-title a {
	color: #FFDB5B;
}

.entry-title a:visited {
	color: #CCAD49;
}

.entry-title a:hover {
	color: #FFF;
}

.entry-content, .entry-summary {
	margin: 1.5em 0 1.5em 0;
}

.entry-utility {
	padding: 8px;
	background: #202020;
    -moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/* =Comments
-------------------------------------------------------------- */

#comments ol {
	list-style-type: none;
}

.comments-heading {
	margin-bottom: 1em;
	color: #FFDB5B;
	font-size: 1.2em;
	font-weight: bold;
}

.comment {
	margin-bottom: 1.5em;
	padding: 8px;
	background: #202020;
    -moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.comment-meta {
	margin-bottom: 1em;
	border-bottom: 1px dotted #FFDB5B;
}

.pingback {
	margin-bottom: 1.5em;
	padding: 8px;
	background: #202020;
    -moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.required {
	color: #C85BFF;
}

.form-label {
	color: #FFDB5B;
}

.form-input {
	margin-bottom: 1em;
}

#form-allowed-tags {
	color: #FFDB5B;
}

#comment {
	margin-bottom: 1em;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
	text-align: center;
}

.nav-previous {
	display: inline;
}

.nav-next {
	display: inline;
}

.meta-sep {
	color: #FFDB5B;
}

.meta-sep a {
	color: #FFDB5B;
}

.meta-nav {
	color: #FFDB5B;
}

/* =Footer
-------------------------------------------------------------- */
#container {
	margin-bottom: 1.5em;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

.widget-title {
	margin-bottom: 1em;
	color: #FFDB5B;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #FFF;
}

/* =Games
-------------------------------------------------------------- */

.game-desc-label {
	color: #FFDB5B;
	font-weight: bold;
	font-size: 1.2em;
}

.game-desc-field {
	margin-bottom: .5em;
}

/* =Contact
-------------------------------------------------------------- */

.contact-field {
	margin-bottom: .5em;
}

.contact-label {
	color: #FFDB5B;
	font-weight: bold;
	font-size: 1.2em;
}

/* =About
-------------------------------------------------------------- */

.about-label {
	color: #FFDB5B;
	font-weight: bold;
	font-size: 1.2em;
}