/* social media stylesheet */
#social-media {
	height: 2.4em;
}
.social .icon {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 1em;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.social .twitter {
	background-position: -840px -200px;
}
.social .googleplus {
	background-position: -820px -200px;
}
.social .spreadus {
	background-position: -800px -200px;
}
.social .flickr {
	background-position: -700px -200px;
}
.social .tumblr {
	background-position: -720px -200px;
}
.social .linkedin {
	background-position: -779px -200px;
	width: 20px;
}
.social .youtube {
	background-position: -760px -200px;
}
.social .rss {
	background-position: -740px -200px;
}
.social .facebook {
	background-position: -860px -200px;
}
#twitter_div {
	background: #ddd url(../images/icons/twitter-bird-light-bgs.png) top left no-repeat;
	color: #333333;
	height: 100%;
}
#twitter_update_list li {
	padding: 10px;
}
#twitter_update_list a {
	color: #333333;
}
#twitter-link {
	display: block;
	text-align: right;
}
#blog_div {
	color: #333333;
	background: #ddd;
	height: 100%;
}
#twitter_div h2, #twitter_div p, #blog_div h2, #blog_div p {
	padding: 5px;
}
.twitter-follow {
	height: 22px;
	width: 65px;
	background-position: -670px -257px;
	text-indent: -9999px;
	display: block;
	float: right;
	margin-right: 10px;
}
.b2-widget {
	font-size: 11px/1.7;
	color: #333;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.b2-widget-btn {
	position: relative;
	float: left;
	height: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	vertical-align: top;
	background-color: white;
	background-image: -moz-linear-gradient(top, #ffffff, #dedede);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
	background-image: -ms-linear-gradient(top, #ffffff, #dedede);
	background-image: linear-gradient(top, #ffffff, #dedede);
	background-image: -o-linear-gradient(top, #ffffff, #dedede);
	border: #CCC solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede');
	margin: 10px 2px;
}
.b2-widget-btn i {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-position: -700px -250px;
}
.b2-widget-label {
	display: inline-block;
 *display: inline;
	padding: 0 3px 0 19px;
	zoom: 1;
}
.b2-widget-count {
	position: relative;
	display: inline-block;
 *display: inline;
	height: 18px;
	max-width: 100%;
	margin-left: 5px;
	border-image: initial;
	background: white;
	border: #BBB solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	zoom: 1;
}
.b2-widget-count i, .b2-widget-count u {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin: -4px 0 0 -4px;
	line-height: 0;
	border: 4px transparent solid;
	border-left: 0;
	_border-color: pink;
	border-right-color: #AAA;
	zoom: 1;
	_filter: chroma(color=pink);
}
.b2-widget-count u {
	margin-left: -3px;
	border-right-color: white;
}
.b2-widget-val {
	padding: 0 3px;
}
.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #eee;
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}
.tweet_list li a {
	font-size: 1em;
	font-style: italic;
	color: #333;
}
.tweet_list .tweet_even {
	background-color: #ddd;
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
.tweet_list .tweet_time, .tweet_list .tweet_hashtag {
	font-size: 1em;
}
.tweet_list .tweet_action {
	display: block;
	height: 19px;
	line-height: 16px;
	zoom: 1;
}
.tweet_action .tweet_reply a, .tweet_action .tweet_retweet a, .tweet_action .tweet_favorite a {
	padding: 0 0.4em;
}
.tweet_action .tweet_reply i {
	display: inline-block; 
	width: 15px;
	height: 15px;
	background-position: -700px -150px;
}
.tweet_action .tweet_retweet i {
	display: inline-block; 
	width: 15px;
	height: 15px;
	background-position: -777px -150px;
}
.tweet_action .tweet_favorite i {
	display: inline-block; 
	width: 15px;
	height: 15px;
	background-position: -730px -150px;
}

.breadcrumb {
background: #f4f9e6;
font-size: 11px;
margin: 0px 0px 20px 0px;
padding: 5px 10px 5px 10px;
border: 1px solid #c3c1bc;
}

.breadcrumb p {
margin: 0px;
padding: 0px;
}

.post {
margin: 0px 0px 40px 0px;
padding: 0px;
}

.post p {
padding: 0px 0px 10px 0px;
margin: 0px;
}

.post a, .post a:visited, .postcomments a, .postcomments a:visited, .breadcrumb a, .breadcrumb a:visited, .navlink a, .navlink a:visited {
color: #6d757f;
text-decoration: none;
}

.post a:hover, .postcomments a:hover, .breadcrumb a:hover, .navlink a:hover {
color: #bad761;
text-decoration: underline;
}

.post ol {
margin: 0px 0px 0px 20px;
padding: 0px 0px 10px 0px;
}

.post ol li {
margin: 0px 0px 0px 20px;
padding: 0px 0px 5px 0px;
}

.post ul {
list-style-type: none;
margin: 0px 0px 0px 5px;
padding: 0px 0px 10px 0px;
}

.post ul ul {
list-style-type: none;
margin: 0px;
padding: 5px 0px 0px 0px;
}

.post ul li {
background: url(images/arrow.gif) no-repeat top left;
padding: 0px 0px 0px 15px;
margin: 0px 0px 5px 0px;
}

.post ul ul li {
background: url(images/arrow.gif) no-repeat top left;
padding: 0px 0px 0px 15px;
margin: 0px 0px 5px 0px;
}

blockquote {
background: #F1F1F1;
margin: 0px 25px 15px 25px;
padding: 0px 25px 0px 10px;
border: 1px solid #c3c1bc;
}

#content blockquote p {
margin: 0px;
padding: 10px 0px 10px 0px;
}

.postauthor {
margin: 0px 0px 10px 0px;
padding: 0px;
}

.postmeta {
background: #f1f1f1;
font-size: 11px;
margin: 0px 0px 0px 0px;
padding: 5px 10px 5px 10px;
border: 1px solid #c3c1bc;
}

.postmeta p {
margin: 0px;
padding: 0px;
}

.thumb {
float: left;
margin: 0px 10px 0px 0px;
padding: 0px;
}