/*
Theme Name: sschuller
Theme URI: http://lindseybell.com
Description: custom theme developed from elliot jay stocks' starkers theme
Version: 1.0
Author: lindsey bell
Author URI: http://lindseybell.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";
@import "css/gigpress.css";
@import "css/sidebar.css";
@import "css/single.css";

.alert { border: 1px red solid; }

.border {
	border-top: 1px #000 solid;
	padding: 15px 0;
}
.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px #d9d9d9 solid;
	overflow: hidden;
}
.btn:active {
	position: relative;
	top: 1px;
}

#header {
	display: none;
}
#nav {
	width: 960px;
	padding: 12px 0;
	margin: 20px 0;
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#nav ul {
	padding: 0 0 0 95px;
}
#nav li {
	float: left;
	padding: 0 40px;
	font-family:'AudimatMonoLight',Helvetica, Arial, sans-serif;
	font-size: 24px;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #7B7D83;
}
/* page navigation */
#page-nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
	text-align: right;
}
#page-nav a {
	color: #7B7D83;
	border-bottom: 1px dotted #7B7D83;
	text-decoration: none;
}
#page-nav a:hover {
	border-bottom: 1px solid;
}

a.stbutton {
	color: #7B7D83;
	text-decoration: none;
	margin-top: 15px;
	display: block;
	width: 50px;
	float: left;
}
.date-stamp {
	display: block;
	float: left;
	margin-top: 20px;
	width: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #7b7d83;
}
.date-stamp a {
	color: #7b7d83;
	text-decoration: none;
}