/*
Theme Name: Getnloose
Theme URI: http://wordpress.org/
Description: Kube-rick
Version: 2.0
Author: Ruairi Murphy, based on Kubrick by Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: 

	The Kubrick 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

*/

/ *** R E S E T ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 80%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#000;
	font-size:80%;
	padding:0;
	margin:0;
}

ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a img{
border:0;
}

/* * WordPress stuff * */

#page{
width:940px;
margin:0px auto;
padding:10px;
background-color:#fff;
}

#header{
margin-bottom:10px;
}

#content{
width:720px;
margin-left:20px;
float:left;
}

/* Date Stuff */

.post-date{
float:left;
display:inline;
margin:0 10px 0 0;
width:40px;
height:40px;
background-color:#858585;
padding-top:8px;
color:#000;
}

.month{
text-align:center;
font-size:.8em;
text-transform:upperace;
font-weight:bold;
}

.day{
text-align:center;
font-size:1.6em;
font-weight:bold;
}

/* POST STUFF */

.post{
width:700px;
margin-top:10px;
margin-bottom:50px;
color:#535353;
clear:both;
}

.post ul{
padding-left:20px;
list-style-type:disc;
}

.post ol{
padding-left:20px;
list-style-type:decimal;
}

.post li{
padding-left:10px;
margin-bottom:5px;
}

.postmetadata a, .commentlist li a, .navigation a{
color:#2C2C2C;
text-decoration:none;
border-bottom:1px dotted #535353;
}

.postmetadata a:hover{
color:#000;
}

.post-title h2{
text-transform:uppercase;
font-size:2em;
line-height:.8em;
margin-bottom:0;
color:#2C2C2C;
}

.post-title h2 a{
text-decoration:none;
color:#2C2C2C;
text-transform:uppercase;
}

.post p{
margin-bottom:1em;
line-height:1.5em;
text-align:justify;
}

.entry{
clear:both;
}

.post img{
display:block;
}

.navigation{
height:20px;
margin-bottom:20px;
}

.navigation .alignleft{
float:left;
}

.navigation .alignright{
float:right;
}

/* SIDEBAR SHIIIIIT */


#sidebar{
width:170px;
float:left;
margin-left:20px;
}

#sidebar ul h2{
margin-bottom:.2em;
}

#sidebar ul{
list-style-type:none;
margin-bottom:10px;
}

#sidebar ul a{
color:#b3682e;
text-decoration:none;
}

#sidebar ul a:hover{
color:#000;
}

#sidebar li{
margin-bottom:2px;
}

/*** FOOTER ***/

#footer{
clear:both;
background-color:#fff;
padding:5px;
text-align:right;
color:#000;
font-size:.9em;
}

#footer a{
color:#000;
text-decoration:none;
border-bottom:1px dotted #000;
}

#footer p{
line-height:1.5em;
}

/* COMMENTS */

.commentlist li p{
line-height:1.5em;
}

.commentlist li cite{
font-style:normal;
font-weight:bold;
font-size:1.5em;
}

.commentlist li{
border-bottom:1px solid #b3682e;
margin-bottom:20px;
}

#comment{
width:400px;
}
