/*
Theme Name:     Mindful XP
Theme URI:      http: //mindfulxp.com/
Description:    Child theme for the Toolbox theme 
Author:         Michael Lee
Template:       toolbox
Version:        0.1.0
*/

@import url("../toolbox/style.css");

body {
  background: url('imgs/bgs/bg_01.png') repeat;
  color: #090909;
  font-family: arial, sans-serif;
  margin: 0;
}

a {
  color: #00b6f0;
}


/* =Structure
-------------------------------------------------------------- */
#page {
  background: url('imgs/content.png') repeat-y;
  margin: 0 auto;
  padding: 0 60px;
  width: 1020px;
}

#content {
  font-size: 0.9em;
  margin: 0 220px 0 0;
  padding: 0 20px;
}

#main .widget-area {
	background: #333;
	color: #fbfbfb;
	font-size: 0.8em;
	padding: 20px;
	width: 180px;
}

.full-width {
  background: #f8f8f8;
}

.error404 #primary {
  width: 800px;
}


/* =Header
-------------------------------------------------------------- */

#branding {
  height: 177px;
}

#site-title {
	display: none;
}
#site-description {
	display: none;
}

#site-banner {
  background: url('imgs/site_banner.png') no-repeat;
  display: block;
  float: left;
  height: 137px;
  width: 626px;
}

/* Highlight Game Widget */
#highlight-game {
  background: #fbfbfb;
  float: right;
  width: 394px;
  height: 137px;
}
#highlight-game .widget {
  background: none;
  width: 100%;
}

#highlight-title {
  color: #fbfbfb;
  margin-top: -138px;
  text-align: left;
  padding: 0 22px;
}
#highlight-title h1 {
  margin-top: 1px;  
}
#highlight-title h1 a {
  color: #f8f8f8;
  text-decoration: none;
}
#highlight-title h2 {
  color: #ce1443;
  font-size: 1.1em;
  margin-bottom: 1px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: url('imgs/navigation.png') repeat-x;
	font-size: 1.25em;
	font-weight: bold;
	height: 40px;
	margin: -11px auto;
	padding: 11px 0;
	text-transform: uppercase;
}

#access a, #access a:link, #access a:visited {
	color: #fbfbfb;
}
#access a:hover {
  color: #111;
}


/* =Content
-------------------------------------------------------------- */

.post {
	background: url('imgs/divider.png') left bottom repeat-x;
	margin: 0 -20px;
	padding: 22px 25px;
}

article.page {
  padding-top: 22px;
}

article.sticky {
  background-color: #f3fce7;
}

h1.entry-title {
  font-size: 1.8em;
  margin: 0 0 4px;
}
.entry-title a, .entry-title a:link, .entry-title a:visited, .entry-title a:hover {
  color: #111;
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}

.post-date-box {
  background: #ce1443;
  font-weight: bold;
  height: 83px;
  margin: -57px -77px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 52px;
}

.post-date-box a {
  color: #fbfbfb;
  text-decoration: none;
}

.post-date-box month {
  font-size: 1.2em;
  line-height: 2em;
}
.post-date-box day {
  font-size: 2.3em;
  line-height: 0.5em;
}
.post-date-box year {
  font-size: 1.1em;
  line-height: 0.5em;
}

.single-author .entry-meta .byline {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.byline a {
  text-decoration: none;
}

#content #nav-above {
	margin: 1em -20px;
	background: url('imgs/divider.png') left bottom repeat-x;
	padding: 0 20px 1em;
}

#content #nav-below {
  background: url('imgs/divider.png') left bottom repeat-x;
  margin: 1em -20px;
  padding: 0 20px 1em;
}


/* =Widgets
-------------------------------------------------------------- */

h1.widget-title {
  color: #fbfbfb;
  font-size: 1.3em;
  margin-bottom: 3px;
}

.widget {
  background: url('imgs/sidebar-divider.png') left bottom repeat-x;
  margin: 0 -20px;
  padding: 0 20px 20px;
}

.error404 #primary .widget {
  background: none;
}

.error404 #secondary .widget {
  width: 100%;
}

.widget ul {
  list-style-type: none;
  margin: 3px 0;
  padding: 0;
}

h1.widget-title {
  margin-top: 0.5em;
}

/* Search widget */
#searchform input#s {
  width: 100%;
}

.error404 #secondary #searchform {
  background: none;
  padding: 0;
}

#searchsubmit {
  display: none;
}


/* =Comments
-------------------------------------------------------------- */

#comments ol, #comments ol li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#comments ol {
  background: url('imgs/divider.png') left bottom repeat-x #fbfbfb;
  margin: 0 -20px;
  padding: 0 20px 1px;
}

ol.commentlist li.even {
  background-color: #f8f8f8;
}
ol.commentlist li.odd {
  background-color: #d7ecf2;
}

ol.commentlist li {
  background: url('imgs/divider.png') left top repeat-x #fbfbfb;
  margin: 0 -20px;
	padding: 15px 20px 0;
}

ol.commentlist li ul li {
  border-left: 20px solid #333;
}

.comment-author {
  float: left;
}

.comment-author .fn {
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}
.comment-author .fn a {
  color: #ce1443;
}
.comment-author .says { display: none; }
.commentmetadata {
  font-size: 0.7em;
  text-align: right;
}

.reply {
  padding-bottom: 10px;
}

p.form-submit {
  margin-bottom: 0;
  padding-bottom: 1em;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
  background: url('imgs/footer.png') repeat-x;
  color: #fbfbfb;
  font-size: 0.8em;
	height: 28px;
	padding: 23px 20px 0;
	width: auto;
}

/* =Games page
-------------------------------------------------------------- */

.game-thumb {
  background: url('imgs/divider.png') left bottom repeat-x;
  height: 135px;
  margin: 0 -20px;
  padding: 0 20px
}

.game-thumb-img {
  float: left;
  padding-right: 12px;
}

.game-thumb h2 {
  color: #ce1443;
  font-size: 1.2em;
  margin: 7px 0 1px;
  text-transform: uppercase;
}

.game-thumb h3 {
  margin:  0 0 5px;
  font-size: 1.5em;
}
.game-thumb h3 a {
  color: #;
  text-decoration: none;
}
.game-thumb h3 a:hover {
  text-decoration: underline;
}

.game-thumb p {
  font-size: 0.9em;
  margin-top: 0;
}


/* =Game page template
-------------------------------------------------------------- */

#frame {
  background: url('imgs/frame.png') center top repeat-y #333;
  text-align: center;
}

#game-info {
  background: url('imgs/navigation.png') repeat-x;
  color: #f8f8f8;
  height: 40px;
  margin: -16px auto;
	padding: 14px 0;
}

.game-info-box {
  float: left;
  font-size: 1.2em;
  padding: 5px 20px 0 16px;
}

#game-ratings {
  
}

.clear {
  clear: both;
}
