/*   
Theme Name: The Build
Theme URI: http://thebuild.com/
Description: A minimalist theme inspired by bigcontrarian.com
Author: Christophe Pettus
Author URI: http://thebuild.com/
Version: 20080707

Special and profound thanks to Jack Shedd at bigcontrarian.com
for the inspiration.

*/

@import url(reset.css);

/* Generic phrase element styles */
em { font-style: italic; }
strong { font-style: bold; }
small { font-size: 80%; }

/* The basics */
body
{
	background: #fff;
	margin: 0;
	padding: 0;
	padding-top: 3em;
	border-left: solid 1em #f00;
	font-family: Optima, Candara, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.55em;
}

a { color: #60F; }
a:link { text-decoration: none; }

a:visited
{
	color: #30C;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

#archive h1, .blog-title
{
	margin-left: 1em;
	padding-bottom: 1em;
	text-transform: lowercase;
	font-size: 145%;
	color: #f00;
	font-weight: normal;
}

.blog-title { margin-bottom: 10pt; }
.blog-title a:link,
.blog-title a:visited,
.blog-title a:hover,
.blog-title a:active { color: #f00; }
h1 a:link, h2 a:link, h3 a:link,
h1 a:visited, h2 a:visited, h3 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover,
h1 a:active, h2 a:active, h3 a:active { color: #f00; }
.content { width: 700px; }

#archive h2
{
	margin-left: -2em;
	background: #633;
	color: white;
	width: 200px;
	padding-left: 2em;
	margin-top: 30px;
	margin-bottom: 1em;
	border-left: solid 1em #311;
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: bold;
}

.entry, .comment
{
	margin: 0px;
	margin-bottom: 1.25em;
	margin-left: -1em;
	padding-top: 0.25em;
	padding-left: 1em;
	padding-right: 2em;
	padding-bottom: 0.1em;
	border-left: solid 1em #a22;
	background: #f9f9f9;
}

.entry h2 { padding-top: 12px; font-style: italic; }

.entry h3 { padding-top: 12px; }

.time
{
	margin: 0.25em 0 0 3em;
	padding: 0;
	font-size: 9pt;
	font-style: italic;
	text-align: right;
	float: right;
}

p, ul, ol { padding-top: 0.75em; }

ul li
{
	list-style-type: disc;
	margin-left: 2em;
}

ol li
{
	list-style-type: decimal;
	margin-left: 2em;
}

#archive h3, #single h1, #comments h2, #respond h2
{
	color: #422;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
}

h4 {
	color: #422;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 0.25em;
	padding-top: 1em;
}

blockquote, pre, .snippet { margin-left: 20px; }

blockquote, pre
{
	padding-left: 20px;
	padding-right: 0;
	margin-top: 15px;
}

blockquote
{
	background: #f0f0f0;
	padding-bottom: 15px;
}

pre
{
	background: #fefefe;
	padding-top: 7px;
	padding-bottom: 5px;
	border-top: 1pt black dotted;
	border-bottom: 1pt black dotted;
}

.snippet
{
	padding: 1em;
	border: dotted 1px #311;
	padding-bottom: .75em;
	font-size: 9pt;
}

code
{
	font-family: Monaco, Courier New, Courier, monospace;
	font-size: 9pt;
}

p + pre { margin-top: 0.5em; }


.older { margin-left: 15px; float: left; }
.newer { margin-right: 15px; float: right; }

.comment-link, .comment-note
{
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

#footer
{
        clear: both;
        width: 700px;
	margin-left: 1em;
        margin-top: 5px;
	border-top: dotted 1px #a22;
	font-size: 90%;
}

#footer .name { color: #f00; }

#comments
{
	margin-left: 1em;
	font-size: 10pt;
}

#comments h2
{
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
}

.comment { background: #fff; }

#commentform
{
	margin-top: 12px;
	margin-bottom: 24px;
}

#commentform textarea { width: 600px; }