/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	font-size:67%;
	}

	.tumblr_posts {list-style:none;}
	.tumblr_post {margin-bottom:20px;}
	.tumblr_photo_post, .tumblr_text_post, .tumblr_photoset_post {display:none;}
	.tumblr {background:#ddd;padding:3px;font-style:italic;}

#border {
	border:11px solid #333;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	}


#page {
	text-align: left;
	margin:0 auto;
	width:950px;
	padding:3em;
	}

#top {
	background: url(images/border-tops.gif) bottom repeat-x;
	position: fixed;
	top: 0;
	left: 14px;
	right: 14px;
	height: 14px;
}

#bottom {
	background: url(images/border-tops.gif) top repeat-x;
	position: fixed;
	bottom: 0;
	left: 14px;
	right: 14px;
	height: 14px;
}

#left {
	background: url(images/border-side.gif) right repeat-y;
	position: fixed;
	left: 0;
	top: 13px;
	bottom: 13px;
	width: 14px;
}

#right {
	background: url(images/border-side.gif) left repeat-y;
	position: fixed;
	right: 0;
	top: 13px;
	bottom: 13px;
	width: 14px;
}


#header {

	}
	
#navigation {list-style:none;float:right;margin-top:-24px;}
	
#footer {
	margin-top:40px;
}

#logo a {display:block;background-color:#933;padding:2px;color:#fff;width:140px;text-align:center;font-size:20px;border:3px double #fff;}
#logo a:hover {background-color:#333;}

#content {
	font-size: 1.2em;
	}
	
#featured img {
	float:right;
	margin:-50px 0 0 10px;
}

#featured h3 {
	font-size:150%;
}

#featured {
	margin:40px 0;
}

#recent-articles p {
	margin-bottom:15px;
}

#recent-articles img {
	float:right;
	margin:-25px 0 20px 10px;
}


#respond {margin-top:40px;}
#secondary-content {border-top:3px double #ccc;}

.aligncenter {text-align:center;}
.alignright {text-align:right;}
.index-column {padding:5px 10px;}

.cat-list {list-style:none;margin:0;padding:0;}
.cat-item a {display:inline-block;width:265px;}

.archive-title {border-top:3px double #ccc;margin-top:20px;}
.archive-sidebar ul {list-style:none;margin:0;padding:0;}

.post-title {margin:50px 0 20px 0;}
.wp-caption-text {font-style:italic;text-align:center;margin:2px 0;}



/* type */
h1 {font-size:200%;}
h2 {font-size:110%;text-transform:uppercase;color:#888;margin-bottom:10px;}
h3 {font-size:110%;margin-bottom:5px;}
h4 {font-size:130%;margin:-20px 0 20px 0;}
h5 {font-size:130%;margin:20px 0 0 0;font-weight:bold;}
h1 a {text-decoration:none;color:#933;}
h3 a {text-decoration:none;color:#933;}
a {text-decoration:none;color:#933;}
a:hover {text-decoration:none;color:#c33;}
p {margin-bottom:10px;}
blockquote {margin:10px 10px 10px 30px;color:#666;}
em {font-style:italic;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:70px;}
.span-2 {width:150px;}
.span-3 {width:230px;}
.span-4 {width:310px;}
.span-5 {width:390px;}
.span-6 {width:470px;}
.span-7 {width:550px;}
.span-8 {width:630px;}
.span-9 {width:710px;}
.span-10 {width:790px;}
.span-11 {width:870px;}
.span-12, div.span-12 {width:950px;margin:0;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #ccc;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ccc;}
.pull-2 {margin-left:-80px;}
.pull-4 {margin-left:-160px;}
.push-2 {margin:0 -80px 1em 0;}
.push-4 {margin:0 -160px 1em 0;}
.push-pull-2 {margin:0 -80px 1em 80px;}
.push-pull-4 {margin:0 -160px 1em 160px;}
.pullquote {font-size:160%;font-style:italic;}

/* Twitter tools */
.aktt_tweets ul li.aktt_more_updates {border-bottom:none;}
.aktt_tweets ul {list-style:none;}
.aktt_tweets ul li {margin-bottom:1em;}
.aktt_tweets ul li:hover {margin-bottom:1em;}

/* -- FIXES --*/
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}