/*
Theme Name: Intermission
Theme URI: http://hugobaeta.com/wpthemes/intermission/
Description: A placeholder theme for a blog intermission
Version: 1.0
Author: Hugo Baeta
Author URI: http://hugobaeta.com/
Tags: dark blue one-column fixed-width
*/

@import "assets/css/framework.css";
@import "assets/css/enchancements.css";

/* @group Basic Styles */
body { font-size: 62.5%; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #888; text-shadow: #fff 0 1px 0; background-color: #111111; background-image: url(assets/images/tv_static.gif); }
h1, h2, h3 { color: #ccc; }
h1 { font-size: 4.1em; text-shadow: #fff 0 1px 0; }
/* @end */
/* @group Links */
/*GENERIC*/
a:link, a:visited { color: #82878c; text-decoration: underline; }
a:hover, a:active { color: #000; text-decoration: none; }
.comment-author a:link, .comment-author a:visited { color: #555; text-decoration: none; }
.comment-author a:hover, .comment-author a:active { color: #000; text-decoration: none; }
#footer a:link, #footer a:visited { color: #aaa; text-decoration: none; }
#footer a:hover, #footer a:active { color: #555; text-decoration: none; }
/* @end */
/* @group Layout */
#body-wrap { width: 500px; margin: 80px auto; padding: 25px 0; overflow: hidden; background: #efefef; }
h1#header { margin: 0; padding: 25px; color: #ccc;  }
/* @end */
/* @group Content */
#content p { font-size: 2em; }
#content p.date { font-size: 1.2em; margin: 0 0 30px; font-weight: bold; text-transform: uppercase; }
.post { padding: 0 25px; }
#comments { margin: 50px 0 0; padding: 25px; background: #e4e4e4; border-top: 1px solid #ddd; }
#comments h3 { color: #aaa; }
#content ol.commentlist { margin: 0; list-style: none; font-size: .8em; }
#content ol.commentlist li { margin: 30px 0; }
div.comment-author img.avatar { float: left; border: 5px solid #fff; margin: 0 10px 10px 0; }
div.comment-author cite { font-size: 2em; font-weight: normal; font-style: normal; color: #555; }
div.comment-meta { display: none; }
div.comment-body p { padding: 0 0 0 52px; }
#respond { margin: 0; padding: 50px; 
	border-top: 1px solid #fff; border-bottom: 1px solid #ccc; }
#respond input[type="text"], #respond textarea { width: 378px; padding: 5px 10px; font-size: 1em; background: #e4e4e4; border: 1px solid #e4e4e4; }
#respond label { font-size: .7em; color: #aaa; padding: 0 10px; }
#respond textarea { padding: 10px; font-size: 1.6em; }
#respond input[type="text"]:hover, #respond input[type="text"]:focus,
#respond textarea:hover, #respond textarea:focus { background: #fff; border: 1px solid #e4e4e4; }
#respond input#submit { margin: 20px 0; background: #e4e4e4; font-weight: bold; font-size: 1.2em; text-transform: uppercase; border: none; color: #283035; text-shadow: #fff 0 1px 0; padding: 10px 25px; }
#respond input#submit:hover { background: #99cc00; color: #336600; text-shadow: #ccff99 0 1px 0; }
/* @end */
/* @group Footer */
#footer { border-top: 1px solid #fff; margin: 0; padding: 25px 25px 0; font-size: 1.2em; overflow: hidden; color: #aaa; text-shadow: 0 1px 0 #fff; }
#footer ul { overflow: hidden; }
#footer ul li { margin: 0; display: block; }
li#credits-theme { float: left; }
li#credits-wordpress { float: right; }
li#credits-wordpress a { padding: 5px 0 5px 20px; background: transparent url(assets/images/icon_wordpress.png) no-repeat left center; font-family: Georgia, "Times New Roman", Times, serif; font-variant: small-caps; font-size: 1.2em; }
/* @end */