/*  
Theme Name: Sift
Theme URI: http://leonpaternoster.com/blog
Description: Sift Everything's WordPress theme
Version: 1.0
Author: Leon Paternoster
Author URI: http://leonpaternoster.com/blog
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* My CSS */

body {
	font-size: 14px; /* base font size is 14px */
	line-height: 21px;
	font-family: helvetica, arial, nimbus sans, sans-serif;
	width: 960px;
	margin: 0 auto;
}

p, ul, ol, blockquote, dd {
	margin-bottom: 21px;
}

abbr, acronym, dfn {
	font-family: georgia, palatino, times, serif;
	font-style: small-caps;
	border-bottom: 1px dotted #888;
	cursor: help;
}

em {
	font-family: georgia, palatino, times, serif;
}

strong {
	font-weight: normal;
	background-color: #EAEAEA;
}

a:link {
	color: #15759B ;
	text-decoration: none;
	border-bottom: 1px solid #15759B ;
}

a:visited {
	color: #15759B ;
	text-decoration: none;
	border-bottom: 1px solid #15759B ;
}

a:hover {
	color: #090909;
	text-decoration: none;
	border-bottom: 1px solid #090909;
}

.flourish {
	font-family: garamond, baskerville, apple garamond light, palatino, times, serif;
	font-style: italic;
}

.amp {
	font-family: garamond, baskerville, palatino, apple garamond light, georgia, times, serif;
	font-style: italic;
}

/* header */

#header {
	padding-top: 3em;
}

/* #header h1 {
	float: left;
	font-size: 1em;
	height: 70px;
	width: 214px;
	margin-bottom: 3em;
	margin-right: 2em;
	background-image: url(images/invoke1.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
} */

#header h3 a {
	display: block;
	float: left;
	font-size: 14px;
	padding: 14px 7px;
	background-color: #000;
	color: #fff;
	margin-bottom: 42px;
	margin-right: 28px;
	text-decoration: none;
	border-bottom: none;
}

#header h3 a:hover {
	color: #fff;
	background-color: #15759B !important;
	text-decoration: none;
	border-bottom: none;
}

/* ul.navigation {
	float: left;
	margin-right: 2em;
	padding-top: 1.5em;
} */

ul.navigation {
	float: left;
	font-size: 1em;
	padding: 1em 0.5em;
	margin-right: 2em;
}

ul.navigation li {
	display: inline;
	margin-right: 1em;
}

ul.navigation li a:link, ul.navigation li a:visited {
	color: #090909;
	text-decoration: none;
	padding-bottom: 0.25em;
	border-bottom: none;
}

ul.navigation li a:hover {
	color: #15759B;
	text-decoration: none;
	padding-bottom: 0.25em;
	border-bottom: 0.2em solid #15759B;
}

ul.navigation li.current_page_item, ul.navigation li.current_page_item a:link, ul.navigation li.current_page_item a:visited {
	color: #090909;
	text-decoration: none;
	padding-bottom: 0.25em;
	border-bottom: 0.2em solid #090909;
}

ul.navigation li.current_page_item a:hover {
	cursor: default;
}

form#searchform {
	float: right;
	padding-top: 1em;
	font-size: 1em;
	width: 300px;
}

form#searchform input#s {
	width: 17em;
	font-size: 0.875em;
	font-family: helvetica, arial, sans-serif;
}

form#searchform input#searchsubmit {
	cursor: pointer;
}

/* banner */

#banner {
	clear: both;
}

#banner h1 {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 42px;
	font-weight: normal;
	line-height: 1em;
	font-family: georgia, palatino, times, serif;
	padding: 21px 0;
}

#banner h1 img {
	display: none;
}

#banner h1 a {
	border: none;
}

#banner h1 p {
	margin-bottom: 0;
}

#banner h1.twitter_banner {
	padding-left: 56px;
	background-image: url(images/twitter_48.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#banner h1.twitter_banner cite {
	font-style: italic;
}

/* content */

#content {
	padding-top: 42px;
	width: 630px;
	padding-right: 30px;
	clear: both;
	float: left;
	/* border-right: 1px dotted #ccc; */
}
	

#content h1, #content h2, #content h3 {
	font-size: 21px;
	font-family: georgia, palatino, times, serif;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 14px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 18px;
}

#content h3.everything_header {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
	margin-top: 42px;
}	

#content h4 {
	font-size: 1.125em;
	font-family: georgia, palatino, times, serif;
	font-weight: normal;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a {
	text-decoration: none;
	border-bottom: none;
}

p.byline {
	color: #888;
	/* padding-left: 1.5em;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	background-position: center left; */
}

p.byline+p:first-line, p.byline+img+p:first-line {
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-family: georgia, palatino, times, serif;
}

p.breadcrumb a:link, p.breadcrumb a:visited {
	color: #15759B ;
	text-decoration: none;
	border-bottom: 1px solid #15759B ;
}

p.breadcrumb a:hover {
	color: #090909;
	text-decoration: none;
	border-bottom: 1px solid #090909;
}

/* img {
	display: block;
	padding: 0.5em;
	border: 1px solid #ccc;
	font-size: 1em;
	margin: 0 auto 1.5em auto;
}

img.imgleft {
	display: inline;
	float: left;
	margin: 0 1em 0 0;
	padding: 0.5em;
	border: 1px solid #ccc;
}

img.imgright {
	display: inline;
	float: right;
	margin: 0 0 0 1em;
	margin-left: 1em;
	padding: 0.5em;
	border: 1px solid #ccc;
} */

#content img {
	margin-bottom: 21px;
	border: 1px solid #cfcfcf;
	padding: 9px;
}

#content img.blockimg {
	display: block;
	margin: 0 auto 21px auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 0;
}

.alignleft img, .alignright img {
	margin-bottom: 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	text-align: center;
}

.alignleft a, .alignright a, .aligncenter a {
	border: none;
	text-decoration: none;
	color: #fff;
}

.aligncenter img {
	border: 1px solid #cfcfcf;
	padding: 9px;
}

#content p.wp-caption-text {
	font-size: 12px;
	color: #888;
	font-family: georgia, times, liberation serif, serif;
	text-align: center;
	margin-top: -21px;
	margin-bottom: 0;
}

#content .excerpt img {
	display: none;
}

#content p input {
	margin-bottom: 0;
}

p.previous {
	float: left;
	width: 45%;
	padding-left: 1.5em;
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 21px;
	border-bottom: none;
}

p.next {
	float: right;
	width: 45%;
	text-align: right;
	padding-right: 1.5em;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 21px;
	border-bottom: none;
}

p.next a, p.previous a {
	border-bottom: none;
}

#content ul.twitter {
	margin-bottom: 0;
}

#content ul.twitter li {
	margin-bottom: 21px;
}

/* sidebar */

#sidebar {
	padding-top: 42px;
	width: 300px;
	float: left;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 7px;
}

#sidebar h2.fav {
	padding-left: 1em;
	background-image: url(images/favorite.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#sidebar h3 {
	font-size: 14px;
	font-weight: normal;
}

#sidebar h4 {
	font-size: 14px;
	font-weight: normal;
}

#sidebar p, #sidebar li, #sidebar blockquote, #sidebar dd {
	font-size: 12px;
	color: #888;
}

#sidebar blockquote {
	padding-left: 3em;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #888;
}

#sidebar blockquote cite {
	font-style: normal;
}

#sidebar blockquote cite a {
	text-decoration: none;
	border: none;
}

ul.linklist {
	border-top: 1px dotted #ccc;
	margin-top: -1px;
	margin-bottom: 21px;
}

ul.linklist li {
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: -1px;
}

ul.linklist li a:link, ul.linklist li a:visited {
	color: #888;
	text-decoration: none;
	border-bottom: none;
	display: block;
}

ul.linklist li a:hover {
	color: #15759B ;
	text-decoration: none;
	border-bottom: none;
	display: block;
	background-color: #efefef;
}

ul.archive {
	border-top: 1px dotted #ccc;
}

ul.archive li {
	border-bottom: none;
	list-style-type: none;
}

ul.archive li a {
	border-bottom: none;
	display: block;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
}

#sidebar h2.delicious {
	padding-left: 1.25em;
	background-image: url(images/delicious_16.png);
	background-repeat: no-repeat;
	background-position: center left;
}

p.delicious {
	margin-bottom: 0;
}

p.delicious br {
	margin-bottom: 0;
}

#sidebar h2.twitter {
	padding-left: 1.25em;
	margin-top: 20px;
	background-image: url(images/twitter_icons_16.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#sidebar h2.flickr {
	padding-left: 1.25em;
	background-image: url(images/flickr_16.png);
	background-repeat: no-repeat;
	background-position: center left;
}

ul.flickr {
	padding-bottom: 21px;
}

li.flickrimg {
	display: block; /* do not ask me to explain this */
	float: left; /* suffice to say, I am merely catching up with ie's awesome CSS rendering */
}

li.flickrimg a img {
	display: block;
	float: left;
	margin: 0;
}

p.twitter_link {
	margin-top: -21px;
}

/* ->subs to posts manager */

div.subs h2 {
	font-size: 1.5em;
	font-family: georgia, palatino, times, serif;
	font-weight: normal;
	margin-bottom: 1em;
}

/* subs2 */

#content form input {
	margin-bottom: 10.5px;
}

/* commentary */

#commentary {
	clear: both;
}

#commentary h3 {
	padding-top: 1em;
	border-top: 1px dotted #ccc;
}

#commentary img {	display: inline;	margin: 0;	padding: 0;	border: none;}
.comment {
	padding-top: 1.5em;
	border-top: 1px dotted #ccc;
}

#comment_form form {
	padding-top: 1.5em;
	border-top: 1px dotted #ccc;
}

#comment_form form label {
	font-weight: bold;
}

#comment_form form input {
	border: 1px solid #ccc;
	width: 100%;
	font-family: consolas, lucida console, monospace;
	font-size: 1em;
	color: #090909;
	padding: 0.2em 0;
	margin-top: 0.375em;
	letter-spacing: auto;
}

#comment_form form textarea {
	border: 1px solid #ccc;
	width: 100%;
	font-family: consolas, lucida console, monospace;
	font-size: 1em;
	color: #339966;
	padding: 0.2em 0;
}

#comment_form form input#submit {
	width: 25%;
	cursor: pointer;
	font-family: helvetica, arial, sans-serif;
	margin-top: 0;
}

p.subscribe-to-comments {
	font-weight: normal !important;
}

/* footer */

#footer {
	clear: both;
	padding-top: 1.5em;
	border-top: 1px dotted #ccc;
}

#footer ul.bumpf li {
	display: inline;
	margin-right: 2em;
	font-size: 0.85em;
}

p.twitter {
	font-size: 0.85em;
	color: #888;
}

p.twitter span {
	font-family: garamond, times, serif;
	font-style: italic;
	font-size: 16px;
	color: #888;
}

/* some reusable modules */

.collapse_top {
	margin-top: -21px;
}

.collapse_bottom {
	margin-bottom: 0;
}

