@charset "utf-8";

/* Global reset, thanks to Yahoo! */

html {
	height:100%
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

html body {
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
}

html>body {
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { 
	margin:0;padding:0;
}

form {
	display: inline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border:0;
}

ol,ul {
	list-style:none;
}

#related ul, #related ol {
	margin-bottom: 20px;
}	

caption,th { 
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

q:before,q:after {
	content:'';
}

* :focus {
	outline: 0px none;
}

.clear {
	clear: both;
}

.separator {
	margin-bottom: 60px;
	border-bottom: 3px double #DEDEDE;
	clear: both;
}

.page-separator {
	background-color: #E6F4FF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #DEDEDE;
	border-top: 1px dotted #DEDEDE;
	clear: both;
	font-weight: normal;
}

.spacer {
	display: inline;
	margin-left: 10px;
}

.note {
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #FFFFCC;
	padding: 2px;
}

.hilite {
	padding: 0 2px;
	background: url(/images/hilite.png);
	background-position: center center;
	background-repeat: repeat-x;
}

.hilite2 {
	padding: 0 2px;
	background: url(/images/hilite2.png);
	background-position: center center;
	background-repeat: repeat-x;
}


/* Common elements */

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #3580EE;
	text-decoration: underline;	
}

#sidebar a, #sidebar a:visited {
	font-size: 1em;
}

p, td, th, #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #333333;
	padding: 0px;
	padding-bottom: 15px;
}

#content li {
	list-style-position: inside;
	list-style-type: square;
	padding-bottom: none;
	padding-left: 30px;
}

table {
	margin-bottom: 15px;
}

td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #dedede;
}

h1 {
	font-size: 2.6em;
	line-height: 1.1em;
	font-weight: normal;
	padding-bottom: 20px;
}

h1 a, h1 a:visited {
	color: #000000;
}

h2 {
	font-size: 4em;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

h2 a, h2 a:visited {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
	padding: 3px;
}

#header h2 {
	float: left;
	margin-right: 5px;
}

h3 {
	font-size: 1.4em;
	padding-bottom: 10px;
	margin-top: 40px;
}

.entry h3 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 20px;
}

#header sup {
	font-size: 1.6em;
	position: relative;
	top: -5px;
	line-height: 1em;
	display: block;
}

h4, #navigation li {
	padding-bottom: 20px;
	line-height: normal;
	list-style-position: inherit;
	list-style-type: none;
	padding-bottom: none;
	padding-left: 0px;
	font-size: 1em;
}

#sidebar li {
	list-style-type: none;
	padding-left: 0px;
}

h4 a, h4 a:visited, #navigation li a, #navigation li a:visited {
	font-size: 2em;
	font-weight: normal;
}

small {
	font-size: 1.2em;
	color: #BBBBBB;
}

.note p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0px;
}

abbr, .twitter-timestamp {
	color: #999999;
}


/* Structure */

body {
	padding: 20px;
}

#top {
	position: absolute;
	top: 0px;
}

#header {
	margin-top: 0px;
}

#twitter {
	padding-bottom: 10px;
	margin-bottom: 40px;
	padding-top: 10px;
}

#wrapper {
	position: relative;
	padding: 0px;
	margin: auto;
	margin-top: 80px;
}

#content {
	width: calc(100% - 365px);
	position: relative;
	padding-top: 10px;
	float: left;
	display: block;
	margin-right: 70px;
}

#right-side {
	position: relative;
	float: left;
	width: 295px;
	display: block;
}

#secondarycontent {
	position: relative;
	width: 100%;
	margin-bottom: 40px !important;
	clear: both;
}

#sidebar {
	position: relative;
	width: 100%;
	float: right;
	margin-left: 50px;
}

#sidebar #navigation {
	margin-top: 10px;
}

#lastcomments a, #lastcomments a:visited, #editedposts a, #editedposts a:visited {
	color: #999999;
}

#tagz, .archive-tags {
	line-height: 2em;
	word-spacing: .3em;
}

#syndication img, #lastfm img {
	vertical-align: -2px;
	margin-right: 2px;
}

#content #pagination {
	height: 50px;
	margin-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	background-color: #E6F4FF;
}

.post-container {
	width: auto !important;
	padding: 0px;
	margin-bottom: 60px !important;
}

.post-header {

}

.post-title {
	position: relative;
	float: left;
	margin-right: 150px;
}

.post-attribs {
	position: relative;
	width: 120px;
	margin-left: -150px;
	float: right;
	text-align: right;
}

.post-attribs img {
	margin-bottom: 13px;
}

.entry {
	margin-top: 20px;
}

.entry p {
	width: 100%;
	padding-right: 0px;
}

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


/* Archive */

.archive-list ul, .archive-list-cats ul {
	margin-top: 0px;
	margin-bottom: 100px;
}

.archive-list li, .archive-list-cats li {
	width: 175px;
	margin-right: 20px;
	float: left;
	height: 30px;
	font-size: 1.2em;
	color: #999999;
	overflow: hidden;
}


/* Sidebar */

#sidebar div {
	margin-bottom: 10px;
	margin-top: 10px;
}

#twitter p, #shorts p, #delicious p, #goodreads p {
	padding: 0px;
	padding-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#previous-next {
	margin-top: 10px;
}

#previous-next p {
	padding-bottom: 10px;
}

#previous-next p.nextpost {
	padding-bottom: 50px;
}

#twitter p {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
}

#shorts {
	margin-bottom: 50px;
	margin-top: 50px;
}

#shorts p {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.shortcomments {
	float: right;
}

.shortentry {
	border-bottom: 1px dotted #cccccc;
	clear: right;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.shortcomments a, .shortcomments a:visited {
	font-size: 1.4em;
	color: #999999;
	text-decoration: none;
}

#twitter .twitpic {
	float: left;
	margin-right: 20px;
}

#twitter .twittext {
	clear: right;
}

#lastcomments li, #syndication li, #lastfm li, #editedposts li {
	font-size: 1.1em;
	padding-bottom: 5px;
}

#lastcomments li, #delicious li, #editedposts li {
	padding-bottom: 10px;
}

#delicious li a, #delicious li a:visited {
	font-size: 1.2em;
}

#delicious {
	border-bottom: 1px dotted #cccccc;
}

#goodreads {
	padding: 10px;
	border-bottom: 1px dotted #cccccc;
	background-color: #efefef;
}

#goodreads p {
	padding-bottom: 0px;
}

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

#goodreads .gr_book_title {
	font-size: 1.4em;
	font-weight: bold;
}

#goodreads .gr_review_stats {
	margin-top: 10px;
	font-size: 1.1em;
	color: #999999;
}

#goodreads blockquote {
	padding-top: 10px;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 70px;
	color: #999999;
	background-image: url(../images/quote-tashak.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.sassy {
	margin-top: 10px;
}

/* Search */

#search {
	width: 320px;
	top: 2px;
	height: 70px;
	float: right;
	position: relative;
	}

#search input {
	text-align: right;
	border: none;
	border-bottom: 2px double #cccccc;
	width: 100%;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}


/* Announcement */

#sidebar #announcement {
	width: 200px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: #0066CC;
	margin-bottom: 50px;
	border: 1px dotted #ffffff;
}

#sidebar #announcement p {
	color: #FFFFFF;
	font-size: 1em;
	padding: 10px;
}


/* Footer */

#footer {
	margin-top: 50px;
}

#footer p {
	font-size: 1.2em;
	color: #666666;
}

#footer img {
	vertical-align: -5px;
}


/* Blockquotes, cites, code */

blockquote {
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

#shorts blockquote {
	margin-top: 15px;
}

#shorts blockquote p {
	font-style: italic;
	color: #787878;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#content blockquote p {
	font-style: italic;
	color: #787878;
	padding: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
}

cite {
	color: #787878;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/cite.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	min-height: 30px;
	clear: right;
	margin-bottom: 20px;
}

.shortentry .lightsocial_container {
	display: none;
	}

.says {
	display: none;
	}

.vcard {
	margin-bottom: 10px;	
	} 

.commentmetadata {
	display: inline-block;
	}

.commentmetadata a {
	color: #999 !important;
	text-decoration: none;
	}

.bypostauthor a {
	font-weight: bold;
	color: #000;
	}

code {
	color: #787878;
	display: block;
}

/* Comments */


.commentlist {
	padding: 0;
}

.commentlist li {
	position: relative;
	list-style-type: none !important;
	font-size: 1em !important;
	margin-bottom: 20px;
	padding: 20px !important;
	border: 1px dotted #DEDEDE;
}

.commentlist li ul li {
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	background-color: #F2FBFF;
}

.commentlist li ul li ul li { 
	padding-top: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	background-color: #ffffff;
	padding-bottom: 0px;
}

.commentlist p {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li .avatar { 
	float: right;
}

.commentlist cite, .commentlist cite {
	font-style: italic;
}

.commentlist code {
	padding-left: 15px;
	border-left: 3px double #dedede;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
}

#commentform textarea {
	width: 100%;
	padding: 0px;
}

#commentform #author, #commentform #email, #commentform #url {
	width: 200px;
	height: 22px;
}

.commentlist h4, .commentlist h4 a, .commentlist h4 a:visited {
	padding: 0px;
	margin: 0px;
	font-size: 1.6em;
	font-weight: normal;
	color: #cccccc;
}

.commentlist h4 a, .commentlist h4 a:visited {
	font-size: 1em;
}

.commentlist p small {
	font-size: 1em;
	margin-top: -10px;
}

.commentlist small a, .commentlist small a:visited {
	color: #cccccc;
}

.reply {
	font-size: 1.2em;
}

#respond small a, #respond small a:visited {
	color: #3580EE;
	font-weight: bold;
}

.comment-pages {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 1.4em;
}

.comment-pages span {
	border: 1px dotted #dedede;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.commentlist h4.boss a, .commentlist h4.boss a:visited {
	font-weight: bold;
	color: #666666;
}

.commentlist .bossimg {
	position: absolute;
	float: left;
	padding-left: 3px;
}

/* Pagenavi */

.wp-pagenavi {
	max-width: 500px;
	margin: auto;
	font-size: 1.4em;
	margin-top: 20px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	margin-right: 3px;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	color: #666666;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 2px;
}

.wp-pagenavi span.pages {
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}


/* Social */

iframe {
	position: relative;
	top: 33px;
	float: left;
	left: 120px;
	z-index: 400;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.share-left {
	position: relative;
	float: left;
	left: -120px;
	top: -13px;
	font-size: 1.2em;
	z-index: 399;
}

.share-right {
	position: relative;
	top: 20px;
	right: -5px;
	float: right;
	font-size: 1.2em;
	text-align: right;
	z-index: 401;
}

.share-right li {
	display: inline;
	padding: 0px !important;
}

#svejo_button {
	height: 30px;
}

body .fbc_hide_on_login {
	margin-left: -10px;
	float: none;
	clear: right;
	margin-bottom: 20px;
}

.more-link {
	line-height: 2em;
	font-size: 1.4em;
}

h3.sd-title {
	display: none !important;
	}
	
div.sharedaddy div.sd-block {
	border: none !important;
	padding: 0px !important;
	}

.sd-content {
	position: absolute !important;
	left: 0px !important;
	width: 100% !important;
	height: 40px !important;
	display: inline !important;
	}

.sd-content li {
	position: relative !important;
	float: left !important;
	margin-right: 20px !important;
	}

.entry img, img.sassy {
	height: auto;
	height: auto;
	max-width: 100%;
	}

.wp-caption {
	width: auto !important;
	}

.wp-smiley {
	width: 16px !important;
	}


@media all and (max-width: 990px) {
	#content {
		width: calc(100% - 280px);		
	}

	#right-side {
		width: 210px;
	}

	#goodreads blockquote {
		line-height: 1.2em;
	}
}

@media all and (max-width: 767px) {
	#content {
		width: 100%;
		margin-right: 0px;
	}

	#right-side {
		width: 295px;
		margin: auto;
		}
}