/* steventoomey.com screen styles
   23 january 2010 */

/* general & structure */

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.7;
	color: #444;
	text-align: center;
	}

#wrapper {
	width: 70%;
	max-width: 740px;
	margin: 120px auto 0 auto;
	text-align: left;
	}
	
#col1 {
	float: left;
	width: 30%;
	min-width: 120px;
	}
	
#col2 {
	float: right;
	width: 68%;
	min-width: 300px;
	padding-bottom: 120px;
	}
	
#nw {
	margin-bottom: 100px;
	}
	
body#home #nw {
	margin-top: 30px;
	padding-top: 24px;
	}

#footer {
	clear: both;
	text-align: left;
	}
	
ul.post {
	clear: both;
	list-style: none;	
	margin: 0 0 48px 0;
	padding: 0;
	}

ul.post li {
	margin: 10px 0 30px 0;
	}
	
/* typography */

h1 {
	margin: 0 0 30px 10%;
	padding: 0;
	}
	
h3 {	
	margin: 0 0 1px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	color: #3b6b94;
	}
	
h3#archives {
	margin-top: 100px;
	}

h3 span {
	text-transform: none;
	letter-spacing: 1px;
	}
	
h4 {
	margin: 0;
	font-size: 12px;
	color: #717377;
	}
	
h4 span {
	font-size: 10px;
	font-weight: normal;
	color: #999;
	}
		
p {
	margin-top: 0;
	}

p.desc {
	margin: 0 0 20px 0;
	font-size: 10px;
	color: #999;
	}
	
p.hnote {
	font-size: 10px;
	color: #999;
	}
	
blockquote {
	margin: 14px 0 14px 1em;
	padding: 0 0 0 1.3em;
	border-left: 1px solid #ccc;
	color: #555;
	}
	
/* lists */
	
ul.post ul, ul.archive {
	list-style: none;
	margin: 0;
	padding: 0 0 4px 0;
	}

ul.post ul li, ul.archive li {
	background: url(/i/bullet.gif) no-repeat 0 7px;
	margin: 0 0 2px 0;
	padding: 0 0 0 1.4em;
	}
	
/* links */

a {
	margin: -2px;
	padding: 2px;
	text-decoration: none;
	color: #4b85b6;
	}
	
a:hover {
	background: #dbe7f0;
	border-bottom: 1px solid #d1dee7;
	}
	
a.plain {
	margin: 0;
	padding: 0;
	color: none;
	}
	
a.plain:hover {
	background: none;
	border-bottom: none;
	}
	
h1 a img, a img {
	border: none;
	}
	
h1 a:hover {
	background: none;
	border-bottom: none;
	}
	
a.rss {
	color: #f60;
	}
	
a.rss:hover {
	background: #ffe0cc;
	border-bottom: 1px solid #f7d8c5;
	}
	
.note a {
	color: #666;
	}
	
.note a:hover {
	background: #eee;
	border-bottom: 1px solid #ddd;
	}
	
a.perma {
	background: #fff;
	margin-left: 1px;
	border: none;
	}
	
a.perma img {
	margin-bottom: -1px;
	border: none;
	}

a.perma:hover {
	background: #eee;
	border-bottom: 1px solid #e0dddd;
	padding: 2px;
	}
	
/* linkbox */

a.linkbox {
	display: block;
	width: 94%;
	margin-left: 1px;
	padding: 10px;
	border: 1px solid #eee;
	}
	
a.linkbox:hover {
	background: #eee;
	border: 1px solid #ddd;
	}
	
a.linkbox p {
	margin-bottom: 0;
	line-height: 1.5;
	color: #444;
	}
	
a.linkbox img {
	float: left;
	padding: 0 18px 20px 0;
	border: none;
	}
	
/* twitter */

#tweets {
	margin-top: 30px;
	padding-top: 24px;
	line-height: 1.5;
	}

#tweetlist { 
	padding: 0;
	margin: 0;
	}

#tweetlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
	}

#tweetlist ul li { 
	padding-bottom: 10px;
	}
	
#tweetlist ul span {
	font-size: 9px;
	margin-left: 3px;
	}

#tweetlist ul span.when a, span.when a {
	color: #999;
	font-size: 9px;
	}
	
#tweetlist ul li.first span.what a:hover, span.when a:hover {
	background: #eee;
	border-bottom: 1px solid #e0dddd;
	}
	
/* individual archives */

div#datenav h4 {
	float: left;
	}
	
p#nav {
	float: right;
	width: 60px;
	font-weight: bold;
	text-align: right;
	}
	
p#nav a {
	background: #fff;
	border: none;
	padding: 2px 4px;
	color: #a2a5ac;
	}
	
p#nav a:hover {
	background: #eee;
	border-bottom: 1px solid #e0dddd;
	padding: 2px 4px;
	}
	
/* helpers */
	
.note {
	color: #888;
	font-size: 10px;
	}
	
.dot {
	padding: 0 3px;
	}
	
.caps {
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
.ndash {
	padding: 0 1px;
	}
	
.bump, ul.archive li.bump {
	margin-top: 10px;
	}
	
body#archive ul.archive {
	margin-bottom: 10px;
	}