/*
Theme Name: Machine Drum.net
Theme URI: http://machinedrum.net/
Description: A minimalist black and white WordPress template theme built with HTML 5.
Version: 1.0
Author: Gabriel Lesperance
Author URI: http://glesperance.com/
Tags: minimalist, template, html5, machine drum
*/


/* == BASICS == */

h3 {
	color: #fff;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top:25px;
	text-transform: uppercase;
}

header, footer, section, article, aside, nav {
	display: block;
	}
body {
	margin-left: auto;
        margin-right: auto;
	width: 960px;
	background-color: #000;
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: small;
	/*font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;*/
	}
nav+section {
        position: relative;
	overflow: hidden;
	width: 520px;
        margin-left:auto;
	clear: none;
        float: left;
	}

/* == LINKS == */

a:link, a:visited {
	text-decoration: none;
	color: #999;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #fff;
	}

/* == HEADER == */

body>header {
	padding: 33px;
	color: #ccc;
	}
	body>header h1 {
		margin: 0;
		}
		body>header h1 a:link, body>header h1 a:visited {
			text-decoration: none;
			color: #ddd;
			}
		body>header h1 a:hover, body>header h1 a:active {
			text-decoration: none;
			color: #fff;
			}

/* == POSTS == */
article>header>p {
	color: #999;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
article>header>h1 {
	font-size: 140%;
font-weight: normal;
line-height: 1.4em;
margin: 0.25em 0px 0px;
padding: 0px 0px 4px;
}

article>header>h1>a:link, article>header>h1>a:visited, article>header>h1>a:active, article>header>h1>a:hover {
	text-decoration: none;
	color: #fff;
}

article>section img {
	border: 1px solid #CCC;
	padding: 4px;
}

article[id*=post-] {
	padding: 10px 0;
	border-bottom: 1px dotted;
	font-size: 10px;
	}

article+nav {
	font-weight: bold;
	}
section>h1 {
	padding-top: 10px;
	}

/* == NAVIGATION == */

nav {
	text-align: center;
	clear: both;
	}
body>nav {
	}
	body>nav ul {
		text-align: left;
		margin: 0;
		}
		body>nav li {
			margin-right: 20px;
			font-weight: bold;
			display: inline;
			}

/* == COMMENTS == */

article[id*=comment-] {
	font-size: 10px;
	margin: 15px 0;
	padding: 10px;
	}
	article[id*=comment-] h4 {
		margin: 0;
		}
	.alt {
		border: 1px solid #ddd;
		background: #333;
		color: #fff;
		}
form[method=post] label {
	color: #fff;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top:25px;
	text-transform: uppercase;
	display: block;
	}
form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
	}

/* == SIDEBAR == */

aside>ul h2 {
	color: #fff;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	margin-top:25px;
	text-transform: uppercase;
}

aside {

	margin-top: 30px;
	overflow: hidden;
	width: 360px;
	float: right;
	clear: none;
	font-size: 12px;
	}
	aside li {
		list-style: none;
		}
		
		aside li ul li {
			list-style: none;
			margin-left: -40px
			}

/* == FOOTER == */

body>footer {
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
	}
	
body>footer h2 {
	color: #fff;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	margin-top:25px;
	text-transform: uppercase;
	}
body>footer ul {
	margin-top:0px;
}
body>footer li {
	list-style: none;
}

body>footer li li {
	margin-left:-40px;
	}

/* == SEARCH == */

label[for=s] {
	display: none;
	}

/* == ELEMENTS == */

/* a place for misc. styles */



/* == ALL YOUR CODE ARE BELONG TO POETRY == */
