/*
 Theme Name: Flow
 Theme URI: http://robgoodlatte.com/
 Description: Experimental Web Typography.  Type dynamically re-sizes to maintain ideal line length.
 Version: 0.2
 Author: Rob Goodlatte
 Author URI: http://robgoodlatte.com/
 Tags: dark, blue, custom header, liquid width, two columns, widgets
 
 */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body {
	height:100%;
}

body {
    background: #fff;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #596163;
    font-size: 62.5%; /* Resets 1em to 10px */
    /*overflow-y: scroll;  so everything doesn't resize when we navigate */
}

ol, ul {
    list-style-type: circle;
    /*margin-left:40px;*/
    padding-bottom:20px;
}

blockquote, q {
    quotes: none;
	font-style:italic;
}

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

/* remember to define focus styles! */:focus {
    outline: 0;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

a {
    color: #0060ff;
    text-decoration: none;
}

a:hover {
    color: #FF3300; /*FF3300*/
    text-decoration: underline;
}

p {
    margin: 0 0 1em 0;
}

span.more_arrow {
    font-size: 70%;
    color: #bdd0e6;
}

img.alignright {
    margin: 0 0 .8em .8em;
}

img.alignleft {
    margin: 0 .8em .8em 0;
}

blockquote {
    display: block;
    margin: 0 0 0 2em;
}

h2.pagetitle {
	padding-bottom: 20px;
}

#content li ul li, #content li ol li {
    margin-left: 2.5em;
    list-style-type: circle;
}

ul.entry {
	margin-left:20px;
}

#content dd {
    margin-left: 2.5em;
}

#page {
    font-size: 2.3em;
    line-height: 1.66em;
    padding: 0;
    margin: 0;
	min-height: 90%;
}

#header {
    background: #030304 url('i/header.gif') repeat-x scroll center top;
    width: 100%;
    margin: 0;
    padding: 0 0 1em 0;
	height: 90px;
}

#logo {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(i/yasik-logo.png) no-repeat scroll 0 37px;
	height:100%;
	width:80%;
	float:left;
	margin: 0 auto;
}

/* Search */
#search {
	display:block;
	height:24px;
	top:1.3em;
	vertical-align:top;
	width:20%;
	float:left;
	margin-top:45px;
}

#searchfield_wrapper {
    vertical-align: top;
    background-color: #2f3e46;
    border: none;
    width: 160px;
    height: 24px;
    float: left;
    padding: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    position: relative;
}

#searchfield_wrapper input {
    color: #89a0ac;
    text-shadow: 0 0 0 #27353d;
    background: none;
    border: 0 none;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 0 1px 7px;
}

#searchfield_wrapper #s {
    width: 140px;
}

#searchfield_wrapper #search_submit {
    border: none;
    padding: none;
    float: left;
}

object.comment_icon, .comment_icon_embed {
    width: 1em;
    height: 1em;
}

#navigation {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #ededed url('i/navigation-bg.png') repeat-x scroll center top;
    min-height: .5em;
    width: 100%;
	heigth: 39px;
    margin: 0 0 1.5em 0;
	text-align:center;
}

#navigation ul {
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 10px 0 0;
	padding:0;
	max-width:980px;
	text-align:left;
}

#navigation li {
    color: #999;
    display:inline;
    float: left;
    line-height: 1.6em;
    font-size: .6em;
	float:left;
	padding: 0 15px 8px 0;
}

#navigation li a {
	color:#31363E;
	float:left;
	margin:3px 4px 0 0;
	padding: 3px 10px 2px 10px;
	text-decoration:none;
}

#navigation li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
	
	background:#CCCCCC;
	color:#202429;
	position:relative;
}

#navigation a.current_page_item {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;

    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;

	background:#A2A4A5;
	color:#FFFFFF;
	position:relative;
}

#container, #header_container, #navigation ul {
    width: 980px;
    text-align: left;
    margin: 0 auto;
}

#header_container {
	height: 100%;
}

#content {
    display: block;
    /* width controls percentage of page dedicated to content */
    width: 700px;
    float: left;
}

#content small {
    font-size: 75%;
}

#content ul li, #content ol ul li {
    list-style-type: circle;
}

#content ul > li {
    list-style-type: circle;
    margin-left: 16px;
}

#content ol li, #content ul ol li {
    list-style-type: decimal;
}

#content ol > li {
    list-style-type: decimal !important;
}

#sidebar {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .6em;
	display: block;
    float: left;
    width: 250px;
	margin: 0 0 0 2em;
	line-height: 1.2em;
}

#sidebar h2 {
    color: #999;
	font-size: 1em;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 2px 0;
	text-transform: uppercase;
}

#sidebar ul {
	font-size: 12px;
	list-style-type: circle;
}

#sidebar li {
	padding: 3px 0;
	font-size: 1.2em;
	margin: 0 0 0 1.19em;
}

#sidebar li span abbr {
	font-size: .75em;
}

#sidebar li a {
	font-style:italic;
}

#sidebar h3 {
	font-weight: normal;
}

#sidebar #listening {
	width: 100%;
	padding: 10px 0 10px 0;
}

#listening a {
	font-style:italic;
}

#listening #listening_cover {
	width: 40px;
	height: 40px;
	background: url('i/listening_cover_bg.png') no-repeat scroll 0 0;
	float:left;
}

#listening #listening_cover img {
	width: 34px;
	height: 34px;
}

#listening #listening_track {
	float:left;
	width: 170px;
}

#sidebar #twitter, #books_list, #readnow {
	clear:both;
	width: 100%;
	padding-top: 20px;
}

#readnow #bookmarks_list {
	padding-top: 5px;
}

#twitter #twitter_status {
	font-weight:normal;
	font-style:normal;
	padding-top: 5px;
}

#twitter_status img, #current_book img {
	float:left;
}

#twitter_status #twitter_time {
	font-size: .8em;
	font-style:normal;
	font-weight:normal;
	padding-top:5px;
	font-style:italic
}

#twitter_status a {
	font-style: italic;
}

.cat-item {
    color: #aaa;
    font-size: 10px;
}

.cat-item a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-right: 3px;
}


#footer_wrapper {
	clear:both;
}

#footer_wrapper #footer {
    color: #aaa;
    font-size: 16px;
    width: 100%;
	font-family: Georgia, serif;
	padding: 50px 0 20px 0;
}

#footer a {
	color: #aaa;
	text-decoration:underline;
}

#footer img {
    margin-bottom: -5px;
    margin-left: 2px;
}

h1 a, h1 {
    color: #bccfcf;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 0 0 0 #1c2121;
    margin: 0;
}

h1 a:hover {
    color: #bccfcf;
}

h1 {
    display: block;
}

.description {
    display: block;
    font-family: Georgia, serif;
    font-style: italic;
    color: #565f5f;
    margin: 0.3em 0 0;
    font-size: .8em;
    line-height: .9em;
    text-shadow: 0 0 0 #1c2121;
}

.post {
    margin: 0 0 1.5em 0;
}

.single .post {
    margin: 0 0 2.5em 0;
}

.single_meta {
    display: block;
    margin-top: -1em;
	padding-bottom: 20px;
    font-size: 80%;
    color: #999;
}

.post h2 {
    color: #333;
    display: block;
    font-size: 1.2em;
    line-height: 1em;
    letter-spacing: -.03em;
    margin: 0 0 .25em 0;
}

h2.article_view_header {
    margin: 0 0 .4em 0;
}

.post h2 a, .post h2 a:visited {
    color: #333;
	text-decoration: none;
}

.post h2 a:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}

.entry {
	color: #000;
    font-family: Palatino, Georgia, serif;
    font-size: .7em;
    line-height: 1.5em;
    margin: .1em 0 0 0;
    border-top: .15em solid #eee;
    padding-top: 1.1em;
}

.post_meta_data {
    color: #999;
    display: block;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 1.8em;
    font-size: .75em;
}

.post_date_category {
    display: block;
    float: left;
}

.post_meta_data a {
    color: #777;
}

.comments_info {
    display: block;
    float: right;
    position: relative;
    padding-left: 1.7em;
    padding-right: .4em;
}

.comments_indicator {
    display: block;
    float: left;
    width: 1.3em;
    height: 1.2em;
    background: url('i/comment.gif') bottom left no-repeat;
    position: absolute;
    bottom: .3em;
    left: 0;
}

/* Calendar */
#calendar table tr td {
    padding: 1px;
    text-align: center;
}

#calendar caption {
    color: #999999;;
    font-family: Palatino, Georgia, serif;
    margin: 0;
    padding: 0;
    text-indent: 0;
    text-align: left;
}

#calendar #prev, #calendar #next {
    text-align: left;
}

/* Comment Display */
#comments {
    border-bottom: .15em solid #eee;
    margin: 0;
	float:left;
	width:100%;
}

#comments #comments_count_info {
	float:left;
	width:150px;
}

#comments #comments_rss_link {
	float:left;
	width:16px;
	margin:12px 0 0 5px;
}

.commentlist .comment {
    clear: left;
    display: block;
    border-bottom: .1em solid #eee;
    padding-top: 1em;
}

.commentlist .comment_header {
    display: block;
    margin: 0 0 .7em 0;
}

.commentlist .says {
    display: none;
}

.commentlist .avatar {
    display: block;
    float: left;
    /*width: 52px;*/
    margin-right: .6em;
	
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    background: #E0E0D5 url(i/avatar-bg.gif) repeat scroll 0 0;
	padding: 5px;
}

.commentlist .comment-author {
    font-size: 16px;
    line-height: 14px;
}

.commentlist .comment-meta {
    display: block;
    font-size: 11px;
    line-height: 11px;
    margin-top: 6px;
}

.commentlist .awaiting_approval {
    font-size: 11px;
    line-height: 18px
}

.commentlist cite a.url {
    font-style: normal;
    line-height: 14px;
}

.commentlist .comment-meta a {
    font-family: Georgia, serif;
    font-style: italic;
    color: #999;
}

.comment-full-text {
    clear: left;
    font-size: 60%;
    line-height: 1.4em;
    padding-bottom: 1em;
}

/* Comment Form */
#respond {
    margin-top: .5em;
}

#commentform input {
	vertical-align: middle;
}

#commentform input[type=checkbox] {
	width: 15px;
    height: 20px;
	margin: 0;
}

#commentform div.subscribe_to_comments {
	padding: 0;
}

#commentform div.subscribe_to_comments label {
	font-size: .5em !important;
	vertical-align:middle;
}

#commentform .input_group {
    display: block;
    padding-bottom: .5em;
}

#commentform .input_wrapper, #commentform .textarea_wrapper {
    background-color: #eaeaea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: .3em;
    width: 10em;
    float: left;
    margin: 0 .6em 0 0;
}

#commentform .input_wrapper input, #commentform .textarea_wrapper textarea {
    color: #111;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
    border: 0 none;
    font-weight: normal;
    padding: 0;
    width: 100%;
}

#commentform label {
    font-size: .8em;
}

#commentform .textarea_wrapper {
    width: 26em;
    float: none;
    clear: left;
}

#commentform .input_wrapper input {
    font-size: .75em;
}

#commentform .textarea_wrapper textarea {
    font-size: 80%;
    width: 100%;
}

#commentform .submit_wrapper input, button {
    clear: left;
    background-color: #6f8989;
    text-shadow: 0 0 0 #6f8989;
    color: #fff;
    border: 1px solid #6f8989;
    padding: .3em 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: .8em;
    margin-top: .5em;
}

#commentform .submit_wrapper input:hover, button:hover {
    cursor: pointer;
    background-color: #849d9d;
}

#commentform .submit_wrapper input:active, button:active {
    background-color: #141b1b;
}

#commentform #identity_fields {
    width: 17em;
    float: left;
}

/* Facebook Connect */
#fbc _login {
    width: 4em;
    float: left;
    background: url('i/thin-divider.png') top left no-repeat;
    padding: .4em 0 2em 18px;
    margin-top: .2em;
}
#fbc _login h3 {
    font-size: 85%;
    margin-left: 18px;
}
#fbc _login small, #fbc _login br {
    display: none;
}
#fbc _login:before {
    content: "or...";
    font-size: .8em;
    font-weight: bold;
}

#commentform .fbc_connect_button_area {
    border-left: none;
}

body
#fbc _profile {
    display: none !important; /* DO NOT WANT */
}

noscript {
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: italic;
}

/* Archives, Search */
.archive .post, .search .post {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: .15em solid #efefef;
}

.archive h2, .search h2 {
    margin: 0 0 1.5em 0;
}

.archive .post small, .search .post small {
    font-size: .8em;
    line-height: 1.3em;
    font-family: Georgia, serif;
    font-style: italic;
}

.archive .tags, .post .tags, .single .tags {
    color: #aaa;
    font-size: .6em;
    line-height: 1.4em;
}



.archive .tags a, .post .tags a, .single .tags a {
    color: #9eb6d1;
}

.single .single_meta .tags {
    font-size: 100%;
}

.archive .post h3, .search .post h3 {
    font-size: 1.3em;
    line-height: 1.2em;
    margin-bottom: .3em;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}* html .clearfix {
    height: 1%;
}

/*===============================================*/
/* CUSTOM STYLES */
/*===============================================*/
#single_custom_sidebar {
	/*font-family: Palatino, Georgia, serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .6em;
	display: block;
    float: left;
    width: 170px;
	margin: 0 0 0 2em;
}

#single_custom_sidebar h3 {
	font-weight: normal;
}

#single_custom_sidebar ul {
	list-style-type: circle;
}

#single_custom_sidebar li {
	padding: 3px 0;
	margin: 0 0 0 1.19em;
	line-height: 1.2em;
}

#single_custom_sidebar li a {
	font-style:italic;
}

#single_custom_sidebar #article_extras_block {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;

    line-height: 1.2em;
	padding: 10px;
	background-color: #ededed;
	text-indent: 25px;
	width: 80%;
}

#article_print_extras, #article_share_extras, #article_twitter_extras {
	padding: 10px 0 10px 0;
}

#article_extras_block #article_print_extras {
	background: url('i/icons/printer16.png') no-repeat center left;
}

#article_extras_block #article_share_extras {
	background: url('i/icons/share-icon-simple-16.png') no-repeat center left;
}

#article_extras_block #article_twitter_extras {
	background: url('i/icons/twitter-icon-16.png') no-repeat center left;
}

#extenral_links_block, #tags_block {
	padding: 10px 0 0 0;
}

#latest_articles_block {
	border-top: 5px solid #ddd;
	font-size: .7em;
	margin-top: -1em;
}

#latest_articles_block ul {
	margin:0 0 0 30px;
}

#latest_articles_block li {
	font-family:Palatino, Georgia, serif;
	font-size: 1em;
	font-weight:normal;
	padding:0 !important;
	line-height: 1.5em;
}

#tags_cloud {
	line-height: 1.5em;
}

#tags_cloud a {
	font-style: italic;
}

#contact_summary {
	width: 300px;
	font-size: .7em;
	line-height: 1.2em;
}

#social_networks {
	font-size: .7em;
	line-height: 1.2em;
}

#social_networks #social_networks_icons {
	padding-top: 15px;
}

#social_networks_icons img {
	padding-right: 5px;
}