/*  
Theme Name: lowkey theme
Theme URI: http://www.lowkeydigitalstudio.com
Description: This is the theme for my website.
Version: 1.0
Author: Nathan Wolek
Author URI: http://www.nathanwolek.com/

*/

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

body{
	margin: 10px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center; 
	vertical-align: top; 
	background: #9999CC;
	color: #000000;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}	

a:link, a:visited{
	text-decoration: underline;
	color: #336699;
}

a:hover{
	text-decoration: none;
	color: #ff0000;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	padding: 0;
	color: #ffffff;
	background: #666699;
	background-image: url(images/h_waveform750.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 750px;
}

#header a:link{
	color: #ffffff;
}

#header a:visited{
	color: #ffffff;
}

#header_left{
	padding: 10px 10px 0 10px;
	color: #ffffff;
	float: left;
	width: 400px;
}

#header_right{
	padding: 10px 10px 0 10px;
	color: #ffffff;
	float: left;
	width: 310px;
	text-align: right;
}

#header_bottom{
	clear: both;
	float: left;
	line-height: 18px;
	padding: 5px 10px 10px 10px;
	color: #ffffff;
}

#container_left {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffdd; /* column 2 background colour */
}

#container_right {
	float:left;
	width:100%;
	position:relative;
	right:220px;
	background:#ffffff; /* column 1 background colour */
}

#maincontent{
	float: left;
	width: 500px;
	position: relative;
	left: 220px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.post small{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#sidebar{
	float: left;
	width: 220px;
	position: relative;
	left: 220px;
	overflow: hidden;
	padding: 0 0 0 10px;
	display: inline;
}

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

#sidebar ul li{
	padding: 10px 0 10px 0;
}

#sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

#sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	clear: both;
	float: left;
	width: 730px;
	padding: 10px;
	background: #666699;
}

#footer p{
	color: #ffffff;
	line-height: 18px;
	text-align: left;
	position: relative;
	left: 110px;
}

#footer a:link{
	color: #ffffff;
}

#footer a:visited{
	color: #ffffff;
}

#footer img{
	vertical-align: text-top;
	float: left;
	margin: 4px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

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

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

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

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

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

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
