/*
Theme Name: Second2
Theme URI: http://www.second2.com/
Description: Hacked version of the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Jon Burton
Author URI: http://www.second2.com/
Tags: dark, yellow, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*

[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

body {
	color: #6D6F71;
	background-color: #1C191A;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	overflow-y: scroll;
}
.right {
	float: right;
}
.left {
	float: left;
}
#container {
	width:950px;
	border:1px solid #A8AAAC;
	margin:30px auto 0px auto;
	padding-top:20px;
	/* padding-bottom: 30px; */
}
#right {
	float: right;
	padding-right:37px;
	width:255px;
}
#left {
	float: left;
	width:558px;
	padding: 0px 45px 0px 55px;
}
.clearfix {
	clear:both;
	border:0px;
	padding:0px;
	margin:0px;
	*display:none;
	height: 0px;
}
#postcontainer {
	float:left;
	background-color:#FFFFFF;
	width:500px;
	padding:29px;
	min-height:650px;
	_height:650px;
}
.postfooter {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #577BB6;
	margin: 30px 0px 15px 0px;
	padding-bottom: 15px;
	font-size: 28px;
}

.postfooter span {
	margin-right: 20px;
}

.postfooter span a {
	font-size: 12px;
	text-transform: lowercase;
}
.postfooter span a img {
	padding-top: 10px;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	color: #577BB6;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #6D6F71;
}
#pagination a {
	text-decoration: none;
	font-size:10px;
}

/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size: 18px;
	color: #515254;
	font-weight:bold;
	display:block;
}
h2 {
	font-size: 16px;
	color: #515254;
	font-weight:normal;
}
h3 {
	font-size: 14px;
	color: #F48F1E;
	font-weight:bold;
}
h4 {
	font-size: 13px;
	color: #F48F1E;
	font-weight:bold;
}
h5 {
	font-size: 12px;
	line-height: 13px;
	color: #6D6F71;
	font-weight:bold;
}

/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#header a img {
	margin: 10px 0 40px 0;
}

#right a#icon {
	background: transparent url(images/blog_icon.gif) no-repeat scroll 0 0;
	width: 255px;
	height: 222px;
	display: block;
}

div#container div#category {
	height: 30px;
	margin-bottom: 25px;
}

div#container div#category span {
	background-color:#F48F1E;
	color: #FFF;
	padding: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
}

div#container div#category span a {
	color: #FFF;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#right ul {
	margin:0px;
	padding:0px;
	list-style-position:outside;
	list-style-type: none;
}
#right a {
	font-size:11px;
	color:#FFFFFF;
	line-height: 14px;
}
#right ul li {
	padding:0;
	margin:0;
	list-style-type: none;
	line-height: 10px;
}
#right ul li p {
	font-size: 11px;
	line-height: 20px;
}
#right ul li p em {
	background-color:#F48F1E;
	color: #FFF;
	padding: 2px 4px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	margin-left: 1px;
	margin-right: 1px;
}

#right #recent ul li {
	margin:0px 0px 15px 0px;
}
#right li a:link, #nav li a:visited, #nav li a:active {
	color:#FFFFFF;
	font-size:11px;
}
#right li.cat-item {
	font-size:11px;
}
#right li a:hover {
	color:#6D6F71;
}
#right li a.current {
	color:#F48F1E;
}

#right h2 {
	color: #F48F1E;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 38px;
	border-bottom: 1px solid #A8AAAC;
	padding-bottom: 5px;
}

#right #recent h2 {
	margin-top: 32px;
	border-style: none;
}

div#left div.navigation {
	margin-bottom: 20px;
}

#right ul li.current-cat a {
	color: #F48F1E;
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.post {
	margin-bottom: 50px;
}

.post .details {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 5px;
}

.post h1.title, .post h1.title a {
	font-size: 30px;
	font-weight: normal;
	line-height:30px;
	color: #515254;
	margin: 3px 0 15px 0;
}

/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/



/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
div.wp-pagenavi span.pages {
	display: none;
	visibility: none;
	color: #fff;
}

#footer {
	width:950px;
	margin:0px auto;
	padding-top:10px;
	font-size:10px;
	color: #6D6F71;
	position: relative;
	height: 20px;
}
div#footer div {
	position: absolute;
}
div#footer div.copyright {
	left: 0;
	top: 10px;
	width: 700px;
}
div#footer div.tc {
	top: 10px;
	right: 0;
	width: 225px;
}
div.tc ul {
	/* list-style: none;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.tc ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
div.tc ul li a {
	margin-left: 20px;
}
div#footer a, div#footer a:hover {
	color: #6D6F71;
}


