/* 
	Theme Name: Solid
	Theme URI: http://solidworkshop.com/solid
	Description: A two columns dark theme for WordPress.
	Author: Solid Workshop
	Author URI: http://solidworkshop.com
	Version: 0.0.0
		
	The CSS, HTML and design are copyright of Solid Workshop.
*/
/* RESET
------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,object,embed {
	padding: 0;
	margin: 0;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
}
fieldset {
	border: none;
}
/* CLEARING
------------------------------------------------ */
.clearthis {
	height: 100%;
}
.clearthis:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearthis { display: inline-block; }
/* Hide from IE Mac \*/
.clearthis { display: block; }
/* End hide from IE Mac */
/* BEGIN
------------------------------------------------ */
body {
	background: #000;
	color: #ccc;
	font: 11px Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
/* HEADER
------------------------------------------------ */
#header {
	background: #000;
	color: #fff;
	height: 144px;
}
#header div {
	width: 960px;
	margin: 0 auto;
}
#header h1, #header h1 a {
	width: 176px;
	height: 144px;
	display: block;
	background: url(images/logo.gif) no-repeat;
}
#header h1 a {
	text-indent: -999px;
	outline: none;
}
/* NAV
------------------------------------------------ */
#nav {
	background: url(images/bg_nav.gif) repeat-x;
	height: 55px;
}
#nav div {
	width: 960px;
	margin: 0 auto;
}
#nav ul {
	float: left;
	width: 540px;
	padding: 2px 0 0 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	width: 90px;
	height: 32px;
	display: block;
	float: left;
	color: #636363;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	background: #000;
	color: #fff;
}
#nav fieldset {
	width: 300px;
	margin: 10px 0 0 0;
	float: right;
}
#nav fieldset legend {
	display: none;
}
#nav fieldset #s {
	float: left;
	width: 250px;
}
#nav fieldset #btnSearch {
	float: left;
}
#content {
	width: 960px;
	margin: 0 auto;
}
/* MAIN
------------------------------------------------ */
#main {
	width: 630px;
	margin: 0 30px 0 0;
	float: left;
}
#main .post {
	margin: 0 0 25px 0;
}
#main .post h1 {
	font-size: 30px;
	line-height: 30px;
	border-bottom: 1px dotted #4d4d4d;
}
#main .post h1 a {
	color: #ccc;
}
#main .post .byline {
	color: #808080;
	margin: 0 0 10px 0;
}
#main .post .byline .by a {
	color: #adadad;
	background: #333;
	padding: 0 5px;
}
#main .post .byline .by a:hover {
	color: #000;
}
#main .post .byline .by ul, #main .post .byline .by ul li {
	display: inline;
}
#main .post .byline .by ul li a {
	color: #adadad;
	background: #333;
	padding: 0 5px;
}
#main .post .byline .by {
	float: left;
}
#main .post .byline .line {
	text-align: right;
}
#main .post .byline .line a {
	color: #999900;
}
#main .post img {
	border: 10px solid #fff;
	max-width: 610px;
	margin: 0 0 10px 0;
}
#main .post .wordtube {
	border: 10px solid #fff;
	/*max-width: 610px;*/
	margin: 0 0 10px 0;
}
#main .post .wordtube img {
	border: 0;
}
#main .post .text p {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 18px;
}
#main .post .text a {
	text-decoration: underline;
	color: #b90055;
}
#main .post .text a:hover {
	text-decoration: none;
}
/* POST NAV */
/*
#main .post .nav {
	height: 23px;
	background: url(images/bg_nav_post.gif) repeat-x;
	border: 1px dashed #333;
	border-left: none;
	border-right: none;
}
#main .post .nav li {
	display: inline;
}
#main .post .nav li a {
	font-weight: bold;
	line-height: 23px;
	color: #b90055;
	padding: 0 20px;
	width: auto;
	height: 23px;
	display: block;
	float: left;
}
#main .post .nav li a:hover {
	background: url(images/bg_nav_post_o.gif) repeat-x;
}
*/
#main .post .nav {
	background: url(images/post_nav.gif) no-repeat;
	width: 630px;
	height: 50px;
	position: relative;
}
#main .post .nav li {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 23px;
}
#main .post .nav li, #main .post .nav li a {
	color: #5e5e5e;
}
#main .post .nav li.count, #main .post .nav li.count * {
	vertical-align: top;
}
#main .post .nav li.count strong {
	font-size: 30px;
	color: #2f2f2f;
	margin-top: -10px;
	display: block;
	float: left;
}
#main .post .nav li.add a, #main .post .nav li.link a, #main .post .nav li.edit a {
	color: #ff3399;
}
#main .post .nav li.count {
	left: 10px;
}
#main .post .nav li.add {
	left: 145px;
	font-size: 14px;
}
#main .post .nav li.link {
	left: 282px;
	font-size: 12px;
}
#main .post .nav li.edit {
	left: 420px;
	font-size: 12px;
}
/* DATE
------------------------------------------------ */
#main .post .date {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 5px;
}
#main .m {
	display: block;
	width: 48px;
	height: 12px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#main .d {
	display: block;
	width: 48px;
	height: 36px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#main .m1 { background-image:url(images/m1.gif); }
#main .m2 { background-image:url(images/m2.gif); }
#main .m3 { background-image:url(images/m3.gif); }
#main .m4 { background-image:url(images/m4.gif); }
#main .m5 { background-image:url(images/m5.gif); }
#main .m6 { background-image:url(images/m6.gif); }
#main .m7 { background-image:url(images/m7.gif); }
#main .m8 { background-image:url(images/m8.gif); }
#main .m9 { background-image:url(images/m9.gif); }
#main .m10 { background-image:url(images/m10.gif); }
#main .m11 { background-image:url(images/m11.gif); }
#main .m12 { background-image:url(images/m12.gif); }
#main .d1 { background-image:url(images/d1.gif); }
#main .d2 { background-image:url(images/d2.gif); }
#main .d3 { background-image:url(images/d3.gif); }
#main .d4 { background-image:url(images/d4.gif); }
#main .d5 { background-image:url(images/d5.gif); }
#main .d6 { background-image:url(images/d6.gif); }
#main .d7 { background-image:url(images/d7.gif); }
#main .d8 { background-image:url(images/d8.gif); }
#main .d9 { background-image:url(images/d9.gif); }
#main .d10 { background-image:url(images/d10.gif); }
#main .d11 { background-image:url(images/d11.gif); }
#main .d12 { background-image:url(images/d12.gif); }
#main .d13 { background-image:url(images/d13.gif); }
#main .d14 { background-image:url(images/d14.gif); }
#main .d15 { background-image:url(images/d15.gif); }
#main .d16 { background-image:url(images/d16.gif); }
#main .d17 { background-image:url(images/d17.gif); }
#main .d18 { background-image:url(images/d18.gif); }
#main .d19 { background-image:url(images/d19.gif); }
#main .d20 { background-image:url(images/d20.gif); }
#main .d21 { background-image:url(images/d21.gif); }
#main .d22 { background-image:url(images/d22.gif); }
#main .d23 { background-image:url(images/d23.gif); }
#main .d24 { background-image:url(images/d24.gif); }
#main .d25 { background-image:url(images/d25.gif); }
#main .d26 { background-image:url(images/d26.gif); }
#main .d27 { background-image:url(images/d27.gif); }
#main .d28 { background-image:url(images/d28.gif); }
#main .d29 { background-image:url(images/d29.gif); }
#main .d30 { background-image:url(images/d30.gif); }
#main .d31 { background-image:url(images/d31.gif); }
/* COMMENTS
------------------------------------------------ */
#comments {
	height: 45px;
	background: url(images/bg_comments_header.gif) no-repeat;
	padding: 0 10px;
	margin-bottom: 20px;
}
#comments h2  {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
}
#comments ul {
	float: right;
}
#comments ul li {
	float: left;
	width: auto;
	margin-left: 10px;
	line-height: 30px;
}
#comments ul li a {
	color: #c6447f;
	font-size: 10px;
	text-decoration: underline;
}
#comments ul li abbr {
	text-decoration: none;
	border-bottom: none;
}
/*
#commentlist li {
	background-image: url(images/bg_comments.gif);
	margin-bottom: 20px;
}
#commentlist li ul.nav {
	height: 29px;
	background: url(images/bg_comments_top.gif) top no-repeat;
	margin: 0;
	padding: 0;
}
#commentlist li ul.nav li {
	white-space: nowrap;
	background-image: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#commentlist li ul.nav li.first-child {
	float: left;
	width: 400px;
	padding: 8px 0 0 10px;
}
#commentlist li ul.nav li.first-child, #commentlist li ul.nav li.first-child a {
	font-size: 10px;
	color: #0f5959;
	text-transform: uppercase;
}
#commentlist li ul.nav li.last-child {
	float: right;
	width: 100px;
	padding: 4px 10px 0 0;
	text-align: right;
}
#commentlist li ul.nav li.last-child a {
	font-size: 18px;
	color: #808080;
}
#commentlist li div.text {
	background: url(images/bg_comments_bot.gif) bottom no-repeat;
	padding: 10px 10px 30px;
}
*/
#commentlist li { background: url(images/bg_comments2_top.gif) no-repeat; padding-top: 10px; }
#commentlist li div.text { background: url(images/bg_comments2_mid.gif) repeat-y; padding: 0 15px; }
#commentlist ul.nav { background: url(images/bg_comments2_bot.gif) no-repeat; padding-top: 20px; overflow: hidden; margin-bottom: 20px; }
#commentlist ul.nav li { background: none; float: left; margin-right: 10px; }
#commentlist ul.nav li.first-child a { color: #666666; font-size: 24px; font-weight: bold; }
#commentlist ul.nav li.last-child, #commentlist ul.nav li.last-child a { color: #3f3f3f; }
#commentlist ul.nav li.last-child .author, #commentlist ul.nav li.last-child .author a { color: #ff3399; }
/* POST COMMENT */
#postcomment {
	background: url(images/bg_post_comment.gif) top no-repeat;
	padding: 22px 10px 3px;
	margin: 0;
}
#postcomment h2  {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
}
#postcomment ul {
	float: right;
}
#postcomment ul li {
	float: left;
	width: auto;
	margin-left: 10px;
	color: #5a5a5a;
	font-size: 10px;
}
#postcomment ul li a {
	color: #c6447f;
	text-decoration: underline;
}
#postcomment ul li abbr {
	text-decoration: none;
	border-bottom: none;
}
#commentform {
	display: block;
	margin-bottom: 20px;
}
#commentform input#author
, #commentform input#email
, #commentform input#url
, #commentform textarea#comment {
	width: 614px;
	margin: 0 2px;
	padding: 4px;
	font-size: 12px;
	color: #4c4c4c;
}
#commentform ul.nav {
	height: 23px;
	background: url(images/bg_nav_post.gif) repeat-x;
	border-bottom: 1px dashed #333;
}
#commentform ul.nav li {
	float: left;
}
/* 8c8604 */
#commentform ul.nav li.submit input {
	background: url(images/bg_nav_post_o.gif) repeat-x;
	color: #b90055;
	border: none;
	height: 23px;
	line-height: 23px;
	font-size: 11px;
	font-weight: bold;
	padding: 0 20px;
}
/* SIDEBAR
------------------------------------------------ */
#sidebar {
	width: 300px;
	float: left;
}
#sidebar .module {
	width: 300px;
	margin: 0 0 20px 0;
}
#sidebar .module h2 {
	color: #a56f02;
	font-size: 10px;
	text-transform: uppercase;
}
#sidebar .module a {
	color: #bbbbbb;
}
#sidebar a:hover {
	color: #b90055;
}
#sidebar .categories {
	margin: 30px 0 20px 0;
	padding: 5px 0;
	border: 1px dashed #4d4d4d;
	border-left: none;
	border-right: none;
}
#sidebar .categories ul li {
	width: 100px;
	text-indent: 10px;
	line-height: 20px;
	float: left;
}
#sidebar .categories ul li a {
	display: block;
}
#sidebar .list ul li {
	padding: 5px 5px 5px 20px;
	background: url(images/bullet.gif) center left no-repeat;
}
/* PAGER
------------------------------------------------ */
div.pager {
	padding-bottom: 20px;
}
div.pager a {
	color: #b3b3b3;
	border: 1px solid #3a3a3a;
	padding: 5px 10px;
	background: url(images/bg_nav_post.gif) repeat-x;
}
/* FOOTER
------------------------------------------------ */
#footer {
	clear: left;
	background: url(images/bg_footer.gif) repeat-x;
	width: 100%;
	height: 24px;
	padding: 1px 0 0 0;
}
#footer div {
	width: 960px;
	margin: 0 auto;
}