/*  
Theme Name: Laser Kitty
Theme URI: http://www.slowdjs.com
Description: Slow Djs
Version: 1.0
Author: Rachel Ng
Author URI: http://www.rachel-ng.com

*/

body{
		background-image:url(http://slowdjs.com/images/bg.gif);
		background-attachment: fixed;
		margin: 0;
		font-family: Helvetica LT Light, Helvetica, Arial, Sans-serif;
		font-size: 11px;
		color: #919191;
}

a:link, a:visited{
		text-decoration: none;
		color: #8ebabd;
}

a:hover{
		text-decoration: underline;
}
		
#holder{
		width: 800px;
		margin: 0 auto;
}

#header {
		margin: 20px 0 20px 0;
}

#sidebar {
	background-color:#222;
	float: right;
	width: 200px; 
	padding: 10px 0 10px 0;
	font-size:24px;
	line-height:22px;
	text-transform:uppercase;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
}

#sidebar ul {
		list-style-type: none;
		margin: 0;
		padding-left:5px;
		}

#content {
	background-color:#222;
	width: 560px;
	padding: 20px 10px 20px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
}

#content h2 {
	margin: 0 0 1em 0;
}

#content img {
	border: none;
}

#content .entry a {
	font-size: 12px;
}

#content .entry p {
	padding-top: 7px;
}

.post h2 {
	font-size:20px;
	color: #858585;
	background-color:#000;
	font-weight: normal;
	padding:5px 0 3px 5px;
	text-transform: uppercase;
	line-height:16px;
}

.date {
	font-size:14px;
	color: #858585;
	font-weight: normal;
	text-transform: uppercase;
}

.postmetadata {
	margin: 2em 0 1em 0;
	text-transform: uppercase;
	text-align: right;
}

#footer {
	font-size:8px;
	width: 580px;
	margin-bottom:20px;
	margin-top: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	background-color: #222;
	color: #858585;
	text-align:center;
	text-transform:uppercase;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 5px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body,h1,h2,h3,h4,h5,h6,blockquote,p,form {
		margin: 0;
		padding: 0;
}

.comments-template {
		margin: 10px 20px 0 20px;
		padding: 10px 0 0 0;
		text-transform: lowercase;
		}

.comments-template ol {
		margin: 0;
		padding: 0 0 15px;
		list-style: none;
		}

.comments-template ol li {
		margin: 10px 0 0;
		line-height: 18px;
		padding: 6px 6px 6px 6px;
		border-bottom: 1px solid #000;
		}

.comments-template h2, .comments-template h3 {
		font-size: 10px;
		text-transform: lowercase;
		font-weight: normal;
		}

.commentmetadata {
		font-size: 10px;
		}

.comments-template p.nocomments {
		padding: 0;
		}

.comments-template textarea {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 10px;
		}