/*
Theme Name: RCTLounge "Slim Black" Improved
Theme URI: http://rctlounge.com/
Description: Custom theme for RCTLounge
Version: 2.1
Author: Doug Sisk
Author URI: http://www.dougsisk.com/
Tags: two columns, slim, black, white, simple
*/
* { margin: 0; padding: 0; outline: 0; list-style: none; border: 0; }

body {
 background: #121314 url(/images/page-bg-top.png) top center no-repeat;
 font-family: Helvetica, Arial, Sans-serif;
 font-size: .9em;
 color: #d1d1d1;
 line-height: 1.3em;
}

/* Typography */
a, a:link, a:visited, a:hover {
 text-decoration: none;
}

a:hover {
 color: #fff;
}

h1, h2, h3 {
 color: #fff;
 font-weight: bold;
 margin: 4px;
 margin-bottom: 10px;
}

h1 {
 font-size: 2em;
}

h2 {
 font-size: 1.7em;
}

h3 {
 font-size: 1.3em;
}

h4 {
 font-size: 1.1em;
 margin-bottom: 3px;
}

p {
 margin: 0;
}

/* Container */
#container {
 width: 900px;
 margin: 0 auto;
}

/* Posts */
.entry {
 padding-bottom: 10px;
 border-bottom: 2px solid #363636;
 margin-bottom: 20px;
}

h2.title a {
 text-decoration: none;
}

.post_info {
 background: #1e1f20;
 font-size: .7em;
 margin: 5px 0;
 padding: 3px;
}

.entry p {
 margin-bottom: 10px;
}

/* Comments */
.commentlist {
 float: left;
 list-style: none;
 margin: 0;
 padding: 0;
 padding-bottom: 20px;
}

.commentlist li {
 float: left;
 width: 680px;
 margin-bottom: 7px;
}

.author_meta {
 float: left;
 color: #666;
 width: 140px;
 margin-right: 20px;
 text-align: right;
}

.author_meta cite span {
 color: #ccc;
 font-style: italic;
 font-family: Georiga, "Times New Romans", Times, serif;
}

.author_meta cite span a {
 color: #fff;
}

.the_comment {
 float: left;
 width: 520px;
 color: #888;
}

.the_comment p {
 margin-bottom: 7px;
}

.comment_input {
 margin: 10px 0;
}

.comment_input input {
 float: left;
 background: #a6a6a6;
 border: 1px solid #4d4d4d;
 padding: 2px;
 color: #333;
 margin-right: 7px;
}

textarea#comment {
 float: left;
 background: #a6a6a6;
 border: 1px solid #4d4d4d;
 padding: 5px;
 color: #333;
}

input#submit {
 float: left;
 width: 150px;
 height: 30px;
 margin: 20px 0 0 0;
 background: url(comment-button.gif) top center no-repeat;
 color: #121314;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 0;
 text-indent: 0;
 color: #fff;
 cursor: pointer;
}

input#submit:hover {
 background-position: bottom center;
}

/* Header */
#header {
 width: 900px;
 height: 100px;
 float: left;
 background: url(../images/header-bg.gif) top repeat-x;
}

#header .top {
 width: 900px;
 height: 70px;
 float: left;
 background: url(../images/header-share.png) center right no-repeat;
}

#header #logo {
 width: 278px;
 height: 74px;
 float: left;
 margin: 0;
 padding: 0;
 z-index: 99;
}

#header #logo a {
 display: block;
 width: 100%;
 height: 100%;
 background: url(/images/header-top-logo-sprite.png) top left no-repeat;
}

#header #logo a span {
 display: none;
}

#header #logo a:hover {
 background-position: bottom left;
}

#header #colors {
 margin: 0 0 0 20px;
 float: left;
 font-weight: bold;
 font-size: 10px;
 line-height: 1.3em;
}

#header #colors .show-colors {
 color: #c7c7c7;
}

#header #colors:hover .show-colors {
 color: #fff;
}

#header #colors .color-holder {
 display: none;
 text-align: center;
}

#header .quick-links {
 margin: 20px 0 0 50px;
 float: left;
}

#header .quick-links ul li {
 float: left;
 margin: 0 30px 0 0;
}

#header .quick-links a {
 font-size: 16px;
 font-weight: bold;
 color: #c7c7c7;
}

#header .quick-links a:hover {
 color: #fff;
}

#header .bottom {
 width: 900px;
 height: 30px;
 float: left;
}

#header .bottom ul {
 float: left;
}

#header .bottom ul li {
 float: left;
 margin: 3px 0;
 border-right: 1px solid #c7c7c7;
}

#header .bottom ul li a {
 display: block;
 padding: 0 10px;
 color: #c7c7c7;
 font-size: 16px;
 font-weight: bold;
}

#header .bottom ul li a:hover {
 color: #fff;
}

#header .bottom ul li.active a {
 color: #fff;
}

#header .bottom ul li.first a {
 padding: 0 10px 0 0;
}

#header #search {
 float: left;
 margin: 24px 0 0 100px;
}

#header #search .searchinput {
 float: left;
 width: 141px;
 height: 16px;
 padding: 2px;
 background: #fff;
 color: #333;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 14px;
}

#header #search .searchgo {
 float: left;
 width: 55px;
 height: 20px;
 background: url(/images/search-bg.gif) top right no-repeat;
 color: #333;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 0;
 text-indent: 0;
 color: #fff;
 cursor: pointer;
}

#header #search .searchgo:hover {
 background-position: bottom right;
}

/* Main Content */
#main {
 width: 900px;
 float: left;
}

#main #left {
 width: 680px;
 padding: 10px;
 float: left;
 background: #0e0f10;
}

#main #left h1 {
 margin-bottom: 15px;
}

/* Sidebar */
#sidebar {
 float: left;
 width: 180px;
 padding: 10px;
}

#sidebar h3 {
 font-size: 1.3em;
 font-weight: bold;
 margin-left: 0;
 margin-bottom: 5px;
}

#sidebar ul  {
 margin: 0;
 padding: 0;
 list-style: none;
}

#sidebar ul li.widget {
 font-size: .9em;
 margin: 0;
 margin-bottom: 10px;
 padding: 0;
 padding-bottom: 10px;
 list-style: none;
}

#sidebar ul li {
 margin-bottom: 10px;
}

#sidebar ul li.widget ul li {
 margin: 0;
}

#sidebar #tag_cloud a {
 font-size: .7em;
}

/* Footer */
#footer {
 width: 880px;
 margin: 20px 0 0 0;
 padding: 10px;
 float: left;
 font-size: 12px;
 background: #0e0f10;
}

#footer p {
 float: left;
 margin: 0 0 0 30px;
}

#footer .copyright {
 float: left;
 margin: 0;
 font-weight: bold;
}

#footer ul {
 float: left;
 margin: 0 0 0 30px;
}

#footer ul li {
 float: left;
 margin: 0 10px 0 0;
}

#footer a {
 color: #fff;
}

#footer a:hover {
 color: #ddd;
}

#footer .onescream a {
	display: block;
	width: 69px;
	height: 20px;
	background: url(/images/1scream.png) center no-repeat;
}

#footer .onescream a span {
	display: none;
}