/* @override http://andrewmccall.com/wp-content/themes/andrew2/style.css */

/*  
Theme Name: Andrew
Theme URI: http://andrewmccall.com/theme
Version: 2.0
Author: Andrew McCall
Author URI: http:/andrewmccall.com
*/

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	background-image: url(images/background.png);
	color: #aaa;
	line-height: 1.2em;
	font-weight: 200;
}

h1, h2, h3, h4, h5, h6, strong {
	color: #f2b010;
	font-weight: 100;
	line-height: 1.1em;
	letter-spacing: 0.05em;
}

h1 {
	font-size: 2.25em;
	border-bottom: 1px solid #757575;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
h6, strong {
	font-size: 1em;
}

p, blockquote, code, ul, pre {
	margin: 1em 0;
}

a {
	text-decoration: none;
	color: #f2b010;
}

a:hover {
	text-decoration: underline;
}

em {
	color: #f2b010;
}

#header {
	background: url(images/orange-bar.png) repeat-x 0 bottom;
	padding-bottom: 20px;
}

#header ul.nav {
	font-size: 0.75em;
	font-weight: 600;
	color: #f2b010;
	text-transform: uppercase;
	float: left;
	width: 100%;
	clear: both;
	background: #433838 url(images/top-border.png) repeat-x 0 bottom;
	margin: 0;
}

#header .nav li {
	float: left;
	margin: 1.25em;
	letter-spacing: 0.1em;
}

#header .search {
	float: right;
	position:  relative;
	top: -2.5em;
	margin-right: 2em;
}

#header h1.title {
	font-size: 3.5em;
	color: #777;
	margin-left: 1em;
	border: none;
}
#header h1.title em {
	color: #fff;
}
#header h1.title em em {
	color: #f2b010;
	font-weight: 700;
}

#header h1 a:hover{
	text-decoration: none;
}

#sidebar {
	width: 280px;
	float: left;
	margin: 1em;
}

#sidebar ul {
	margin-left: 2em;
	font-weight: 100;
	letter-spacing: 0.1em;
}

#content div.project h2 a,
#sidebar ul a {
	color: #999;
}

#content div.project h2 em,
#content div.project h2 a em,
#sidebar ul em, 
#sidebar ul a em {
	font-weight: 500;
	color: #f2b010;
}

#content {
	float: left;;
	width: 60%;
	margin:  1em 0;
	padding: 0em 1em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
 {
	margin: 0 0 0.5em -1em;
}

#content div.project {
	margin: 1em;
	border: 1px solid #666;
	padding: 0.5em;
}

#content div.project h2 {
	border-bottom: 1px solid #757575;
	margin-top: -0.25em;
}

#content h1.archive,
#content h1.page_title {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	border: none;
}

#content h4.meta {
	color: #f0f0f0;
	font-size: 1em;

	margin-bottom: 2em;
}

#content ul {
	list-style: disc;
	margin: 1em;
}

#content ul li {
	margin: 0.25em 0 ;
}

#content .comments {
	border-top: 1px solid #999;
	padding-top: 1em;
	margin-top: 1em;
}

#content .comments span.details {
	display: block;
	//text-align: right;
	float: right;
	font-weight: 200;
	font-size: 0.8em;
}

#footer {
	display: block;
	clear: both;
	background: #433838 url(images/bottom-border.png) repeat-x 0 top;	padding-top: 20px;
}

#footer span.copyright {
	color: #f2b010;

	font-weight: 100;
	letter-spacing: 0.099em;
	font-size: 0.65em;
	display: block;
	width: 340px;
	margin: auto;
	text-transform: uppercase;
}

#content div.story {
	margin-bottom: 3em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #555;
	
}
