/*
Theme Name: NatanYellin
Description: Child theme for the Side-Blog theme
Author: Natan Yellin
Template: side-blog
*/

@import url("../side-blog/style.css");

body {
	font-size: 13px;
}

h2 {
	line-height: 22px;
}

.post {
	float: none;
}

/* set the link color for post categories */
#main .post-meta a {
	color: #6D6D6D;
}

/* fix links in the sidebar */
#sidebar a {
	color: #6D6D6D;
	text-decoration: underline;
}

/* don't underline the archive years */
#sidebar .jaw_years a {
	text-decoration: none;
}

/* but do underline the archive months */
#sidebar .jaw_months a {
	text-decoration: underline;
}

/* Re-enable list bullets and padding in posts/pages */
#main ul li {
	list-style: none outside none;
	margin-left: 15px;
}

/* Remove bullets from comments */
#comments ul li {
	list-style: none;
}
 
/* Add a margin to sublists in the sidebar */
.widget ul li ul li {
	margin-left: 15px;
}

/* Add a margin to sublists in the sidebar */
.widget ul li ul li {
	margin-left: 15px;
}

/* for twitter-tools plugin */
.aktt_tweets ul li {
	margin-top: 5px;
}

#sidebar a.aktt_tweet_time {
}

blockquote{
font-style: normal;
font-weight: normal;
margin-bottom:22px !important;
background:none repeat scroll 0 0 #F0F0F0 !important;
overflow-x:auto !important;
word-wrap:break-word !important;
color:#000000 !important;
padding:11px !important;
border:1px solid #DADADA !important;
}

#sidebar a.aktt
861
_hashtag {
}

/* for snazzy-archives plugin */ 
.sz_date_yr {
	padding-top: 3px;
}