/* 

Hey, code hounds! This is a horrible mess. I'm working on it.

If, however, you notice anything egregiously wrong (or just improvable), send it to me at chris@csilverman.com. I'm always happy to know about problems (no, seriously).

 - (:hris

*/



body { font-family: Verdana, sans-serif; line-height: normal; }


#header img {
	position: relative;
	margin-left: -18px;
}

#cover { 
	margin-top: 15px;
}

ul#nav {
	position: relative;
	margin-left: 45px;
	margin-top: -23px;
	height: 16px;
	background: url("../images/dotted.gif") repeat-x 0% 50%;
}

ul#nav li {
	font-family: 'Museo300', Helvetica Neue, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	list-style: none;
	display: inline;
	text-transform: lowercase;
	margin: 0;
	display: inline;
	padding: 0 10px;
	background: #fff;
	float: left;
}

ul#nav li a {
	text-decoration: none;
	color: #aaa;
}

ul#nav li.current a {
	color: #333;
}

a.next-link img { margin-left: 3px; }

a.next-link:hover, a.prev-link:hover {
	color: #000 !important;
}

ul#nav li a:hover {
	color: #000;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

h2 {
	font-family: Baskerville, "Hoefler Text", Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 30px;
	color: #888;
	letter-spacing: -1px;
	margin: 30px 0;
}

h3 { 
	display: block;
	margin: 40px 0 30px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-family: 'MuseoSans500', Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #444;
}

h4 {
	font-family: "Museo300", Verdana, sans-serif;
	color: #666;
	font-weight: normal;
	margin-top: 20px;
}

h5 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

h6 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #888;
}


p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 24px; 
	margin-top: 20px;
}

li { font-size: 12px; }

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

a:hover { color: #6a0 !important; }

a:visited { color: #a77; }

body#ohnoes a:visited { color: #825; }

/* Archive pages */


.archive-post {
	margin-top: 40px;
}

.archive-post .headline h2 {
	position: relative;
	background: none;
	margin-bottom: 10px;
}

.headline h2 strong {
	font-weight: normal;
}

.archive-post .headline h2 a {
	text-decoration: none;
	color: #ccc;
}

.archive-post .headline h2:hover a {
	color: #000;
}

.archive-post .headline h2 strong a {
	text-decoration: none;
	color: #888;
}

.archive-post .special-banner {
	-webkit-box-shadow: 0px 3px 8px #aaa;
	-moz-box-shadow: 0px 3px 8px #aaa;
	box-shadow: 0px 3px 8px #aaa;
}



/* Inner pages */

#post-nav-container {
	display: block;
	position: relative;
}


#post-nav {
	position: absolute;
	right: 0;
	top: -60px;	
	text-align: right;
}

#post-nav-container {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#post-nav-container a {
	text-decoration: none;
	color: #888;
}	

#post-nav-container a em {
	font-style: normal;
	padding: 2px 8px;
}	


#post-nav-container a img {
	display: inline;
}

#post-nav img {
	width: 40px;
	border: 2px solid #fff;
}

#post-nav-container a em, #post-nav-container a img {
	float: left;
}


.headline {
	position: relative;
	display: inline;
}

.headline h2 {
	font-family: 'MuseoSans500', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	/* position: absolute; */
	z-index: 9998;
	margin: 20px 0 0 0; 
}

.headline h2 a {
	text-decoration: none;
	color: #888;
}

.headline h2:hover a, .headline h2:hover, .headline h2 a:hover {
	color: #000;
}

#rightnow {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 35px 0;
	padding: 20px 0;
}

#rightnow strong {
	margin-right: 0px;
	font-size: 10px;
	font-family: 'Museo300', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666;
}

#rightnow p {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	width: auto;
	color: #888;
}


/* Post styles */

/*.post-content {
	padding-top: 60px;
} */


.post-content p {
	font-family: Verdana, serif;
	font-size: 12px;
	width: 600px;
}

.image-content {
	display: block;
	overflow: hidden;
	position: relative;
	width: 840px;
	margin-bottom: 30px;
}

.image-content img {
	position: relative;

	/* margin-left: -140px; put the margin work in the actual div. */
}


/* 404 styles */

body#ohnoes { background: url("/resources/images/404-tile.jpg"); }
body#ohnoes #wrapper { background: url("/resources/images/404-bg.jpg") no-repeat top center; }

body#ohnoes ul#nav { background: none; }
body#ohnoes ul#nav li { background: none; }
body#ohnoes ul#nav li a { color: #000; }

li form { display: inline; }

#notfound {
	height: 400px;
	padding: 40px 120px 0 120px;
}

#notfound h2 { 
	font-size: 34px; color: #000; 
	text-shadow: 0px 1px 1px #fff;
	-moz-text-shadow: 0px 1px 1px #fff;
	-webkit-text-shadow: 0px 1px 1px #fff;	
	margin: 30px;
	text-align: center;
}

#notfound p { line-height: 20px; }

#notfound ol, #notfound-box ol { text-align: left; margin-top: 20px; }

#notfound ol li, #notfound-box ol li { list-style: decimal; margin: 18px 0 14px 18px; }


/* Footer */

#footer { padding: 50px 0; }

#footer p { font-family: 'Museo300', Verdana, sans-serif; font-size: 16px; width: auto; }

#footer #basic-info { text-align: center; }

#basic-info p { display: inline; margin-right: 20px; }
#basic-info p:last-child { margin-right: 0px; }

#basic-info p a { font-family: 'Museo700', sans-serif; text-transform: uppercase; text-decoration: none; }
#basic-info p a:hover { color: #000; }

#footer #from-our-sponsors {
	margin: 40px 0 0 0;
}

#footer #from-our-sponsors p { 
	text-align: center; 
	text-transform: uppercase; 
	font-size: 10px; 
	color: #aaa; 
	letter-spacing: 3px;
}

a.ftr_twitter, a.ftr_twitter:visited { color: #22a4ff !important; }
a.ftr_flickr, a.ftr_flickr:visited { color: #ff1393 !important; }
a.ftr_rss, a.ftr_rss:visited { color: #ff6000 !important; }
a.ftr_dribbble, a.ftr_dribbble:visited { color: #fa78a4 !important; }
a.ftr_chris, a.ftr_chris:visited { color: #739c22 !important; }
a.ftr_wildcard, a.ftr_wildcard:visited { color: #f00 !important; }

#footer a:hover {
	color: #000 !important;
}

/* Archives */

#archives-main h3 {
	margin: 30px 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'MuseoSans500', sans-serif;
}

body#archive .post { 
	position: relative;
	display: inline; 
	float: left; 
	width: 200px;
	margin: 5px;
}

body#archive .post-info { 
	width: 180px;
	height: 180px;
	position: absolute;
	top: -9999px;
	left: -9999px;	
	color: #000;
	padding: 10px;
	font-size: 18px;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
}

body#archive .post-info h3 { 
	margin: 0;
}

body#archive .post-info h3 {
	color: #fff;
} 

body#archive .post-info a {
	text-decoration: none;
}

body#archive .post-info a:hover {
	color: #000 !important;
}


body#archive .post:hover .post-info, .sfhover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* Search */

#searchbox { margin: 40px 0; font-size: 12px; }
#searchform { text-align: center; font-size: 12px; }

.results-icon { float: left; margin-right: 7px; }

body#search h2 { margin-bottom: 60px; }
body#search .post { margin: 30px 0; border-bottom: 1px dotted #ddd; padding-bottom: 5px; }
body#search p { width: auto; }

body#search .post-meta { margin: 10px 0; }
body#search .post-meta p { margin: 0; padding: 0; font-size: 11px; }

.cat-comments { display: inline; float: left; }
.result-tags { display: inline; float: right; }

h3.post-title {
	font-family: 'Museo700', Georgia, serif;
	color: #aaa; 
}

h3.post-title a {
	color: #666;
	text-decoration: none;
}

h3.post-title a:hover {
	color: #aaa;
}


.post-black { }

.post-red { background: #f00; }
.post-red a { color: #fff; }

.post-orange { background: #ff6d00; }
.post-orange a { color: #fff; }

.post-yellow { background: #ffcc00; }
.post-yellow h3, .post-yellow a { color: #000 !important; }
.post-yellow a:hover { color: #fff !important; }

.post-green { background: #94c500; }
.post-green a { color: #fff; }

.post-blue { background: #0090ff; }
.post-blue a { color: #fff; }

.post-hotpink { background: #ff0090; }
.post-hotpink a { color: #fff; }

.post-violet { background: #6f00ae; }
.post-violet a { color: #fff; }

.tags a, .result-tags a {
	background: #ff8;
	font-size: 10px;
	text-transform: uppercase;
	padding: 1px;
	color: #884;
}

.tags a:hover, .result-tags a:hover {
	background: #cff;
	color: #569;
}


.search-header { text-align: center; }
.search-header h2 { margin: 0 !important; }

#upnext { margin-top: 60px; }
#upnext p { font-family: "Museo300", Verdana; font-size: 15px; }

#upnext a {
	color: #666;
}

#upnext strong { 
	font-family: Baskerville, "Hoefler Text", Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	float: left;
	margin: 6px 14px 0 0;
}

#upnext strong span {
	font-style: normal;
}

#upnext a strong { 
	color: #000;
}

#upnext a:hover, #upnext a:hover strong { 
	color: #a00;
}

.end { 
	width: auto;
	text-align: center;
	font-size: 30px;
	color: #444;
}

.img-left { float: left; margin-right: 20px; }

.info { display: block; clear: both; }

.intro { font-family: 'Museo300', Verdana, sans-serif; font-size: 16px; color: #666; }

.portrait { 
	display: block; 
	float: left; 
	width: 200px; 
	font-size: 10px;
	color: #666;
	line-height: 16px;
	}
	
.portrait img { 
	border: 3px double #ddd; 
	padding: 6px; 
	margin-bottom: 4px;
}

/* About */

body#about #main-content { float: right; width: 600px; margin-bottom: 40px; }

body#about #page p.intro { margin-top: 0; }


/* div { border: 1px solid #f00; } */

/* Contact */

input.fmtext { background: #fff; border: none; padding: 4px; margin-left: 4px; width: 400px; }
input.fmverify { border: 0; background: #eee; padding: 4px; }
.fmtextarea { background: #eee; width: 530px; height: 200px; clear: both; display: block; padding: 10px; border: none; }

.fieldwrap { border-bottom: 1px dotted #aaa; padding: 4px; margin: 0; }

.ddfmerrors, .errorlist {  }

#contact-me { border: 3px double #ddd; margin-top: 60px; padding: 20px; -webkit-box-shadow: 0px 3px 8px #ddd;
	-moz-box-shadow: 0px 3px 8px #ddd;
	box-shadow: 0px 3px 8px #ddd;
}

#contact-me h3 { margin: 0 0 30px 0; }

h4.form-error { color: #f00; }
h4.form-thanks { color: #080; }
.errorlist { font-size: 12px; line-height: 16px; padding: 16px; background: #fdd; }



#notfound-box { height: auto; padding: 40px; background: #fee; -moz-border-radius: 15px; -webkit-border-radius: 15px; }
#notfound-box h3 { margin: 0; padding: 0; }


/* comments */


form#commentform { padding: 20px; border: 3px double #ccc; background: #fff; -webkit-box-shadow: 0px 3px 8px #ddd; -moz-box-shadow: 0px 3px 8px #ddd; box-shadow: 0px 3px 8px #ddd; }

form#commentform p { margin: 0;  }
form#commentform input { background: none; border: none; border-bottom: 1px dotted #888; width: 500px;}
form#commentform textarea { margin-top: 20px; }

form#commentform #submit { 
	width: 150px;
	padding: 6px;
	margin-top: 20px;
	border: 2px solid #fff; 
	background: #76a200;
	font-size: 12px;
	color: #fff;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	box-shadow: 0px 2px 2px #aaa;
	-webkit-box-shadow: 0px 2px 2px #aaa;
	-moz-box-shadow: 0px 2px 2px #aaa;
}

form#commentform input#submit:hover {
	background: #000;
	cursor: pointer;
}



#comments { margin-top: 50px; }

.comment { border-bottom: 1px dotted #bbb; padding: 20px 0; }

.comment-date { display: inline; float: right; margin: 0; padding: 0; font-size: 10px; }

.comment-left-col { width: 100px; float: left; text-align: right; font-size: 12px; }
.author-link { margin: 0; padding: 0; }

.comment-right-col { width: 700px; float: right; }

