/*
Theme Name: We are Machines
Theme URI: http://www.wearemachines.org
Description: The default WordPress theme for We Are Machines.org.
Version: 1.0
Author: Daniel Quinn
Author URI: http://www.wearemachines.org
Tags: blue, custom header, fixed width, two columns, widgets

	Analog 1.0
	 http://www.wearemachines.org

	This theme was designed and built by Daniel Quinn,
	whose blog you will find at http://wearemachines.org/

	(cc) Creative Commons Attribution-Noncommercial-Share Alike 3.0

*/
/************************* RESET CSS */
a { text-decoration: none; }

a img { border: none; }

html { height: 100%; }

html, body, div, span, applet, object, iframe,
h1, p, font, img, ins, kbd, 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-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	color: #eee;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	background: #050505;
	height: 100%;
}

ol, ul { list-style: none; }

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: "" ""; }

pre { 
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: scroll; 
}

.container { overflow: hidden; }

.left { float: left; }
.right { float: right; }

/************************* LAYOUT */
#bounds {
	width: 990px;
	overflow: hidden;
	height: 100%;
	border-right: 1px solid #181818;
	margin: 0 auto;
	border-left: 1px solid #181818;
}

body > #bounds {
	height: auto; 
	min-height: 100%;
}


#bounds #content {
	width: 660px;
	padding-top: 10px;
	margin: 40px auto;
}

#bounds big {
	width: 418px;
	height: 32px;
	margin: 0px auto 40px auto;
	display: block;
	padding: 20px;
	background-color: #050505;
}

#bounds big a {
	text-indent: -999999px;
	display: block;
	width: 418px;
	height: 32px;
	background: url(images/logo.gif) no-repeat;
}

#bounds big a:hover {
	background: url(images/logo.gif) no-repeat right;
}

#bounds #content .post {
	padding: 25px;
	border-top: 1px solid #181818;
	line-height: 22px;
	background-color: #050505;
	margin-bottom: 30px;
}

#bounds #content .post small.date {
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	font-size: 13px;
	color: #666;
}

/************************* FORMATTING */

.post p {
	text-align: justify;
	margin: 15px 0;
	color: #999;
}

a {
	color: #b90909;
}

.post a:hover {
	color: #fff;
}

.post a:active {
	color: #fff;
}

.post strong {
	color: #fff;
}

.post address { 
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 auto;
	display: block; 
}

.post cite { 
	display: block;
	margin: 15px 0 15px 0;
	color: #666;
}

.post ol li {
	list-style: decimal;
}

.post ol,
.post ul {
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/************************* COMMENTS */
label {
	color: #333;
	padding-top: 10px;
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
}

label span.required { color: #B90909; }

textarea {
	border: 1px solid #333;
	background-color: #111;
	color: #999;
	padding: 5px;
	width: 544px;
}

input#author:focus,
input#url:focus,
input#email:focus,
textarea:focus {
	border: 1px solid #fff;
}

input#submit {
	padding: 5px;
	background-color: #111;
	color: #999;
	border: 1px solid #333;
	margin: 4px 0;
	cursor: pointer;
}

input#submit:hover {
	background-color: #B90909;
	color: #fff;
	border: 1px solid #fff;
}


input#author, 
input#url, 
input#email {
	background-color:#111111;
	border:1px solid #333333;
	color:#999999;
	display:block;
	margin-right:3px;
	padding:5px;
}

.navigation {
	text-align: center;
}

#footer {
	position: relative;
	margin-top: 40px;
	border-top:1px solid #181818;
	padding-top: 20px;
	overflow: hidden;
}

#footer ul li {
	display: block;
	float: right;
	margin-right: 10px;
}

#footer ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
}

#footer ul li a.twitter { background: url(images/icon-twitter.gif) no-repeat top; }
#footer ul li a.facebook { background: url(images/icon-facebook.gif) no-repeat top; }
#footer ul li a.rss { background: url(images/icon-feed.gif) no-repeat top; }

#footer ul li a:hover {
	background-position: bottom;
}

#footer #message {
	position: absolute;
	color:#333333;
	font-size:12px;
	top: 15px;
	left: 0px;
}

span.separator {
	padding: 0px 3px 0 3px;
}