/*  
Theme Name: Urban Jacksonville
Theme URI: http://wordpress.org/
Description: Theme for the Urban Jacksonville blog
Version: 1.0
Author: Joey Marchy
Author URI: http://urbanjacksonville.info/
*/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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 {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}


/*  ---------------------------------------------------------------------------

	=global

--------------------------------------------------------------------------- */

em.caption {
font-size: 80%;
}

html { background-color: #747474; }

body {
	font: small/1.5em "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	text-align: center;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 990px; /*width is really 990, but adjusted for the padding on the left */
	text-align: left;
	background: #fff url(images/bg-body.gif) repeat-y 0 0;
	background-color: #fff;
}

#footer, #head { 
	padding: 4em;
	font: .9em/.5em "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #000 url(images/bg-head-foot.gif) repeat-y top right;
}

#head { 
	margin-left: 20px;
	padding: 2em;
	font: .9em/.5em "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	position: relative;
}

#content {
	float: left;
	width: 500px;
}

#sidebar {
	float: right;
	margin-right: 30px;
	width: 440px;
}

#sidebar-left {
	float: left;
	width: 270px;
}

#sidebar-right {
	float: right;
	width: 170px;
}

#sidebar-left .wrapper, #sidebar-right .wrapper {
	padding-top: 20px;
}


/* ---------------------------------------------------------------------------
	
	=typography

--------------------------------------------------------------------------- */

h1 {
	width: 323px;
	height: 50px;
	background: url(images/logo.gif) no-repeat 0 0;
	text-indent: -9999px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	
	=links

--------------------------------------------------------------------------- */

a:link { color: #2BADAF; }
	
a:visited { color: #2BADAF; }
	
a:hover { color: #2BADAF; }

#footer a { color: #95D6D7; }

.post .post-category a {
	font: 1.1em/1em Georgia, serif;
	color: #B9AD59;
	text-decoration: none;
}

.post .post-category a:hover {
	text-decoration: underline;
}

.post a.comment, .post a.dsq-comment-count {
	padding-top: 8px;
	padding-bottom: 12px;
	margin-right: 24px;
	font: 1.1em/1em Georgia, serif;
	display: block;
	text-decoration: none;
}

.post a.comment:hover {
	text-decoration: underline;
}

.post a.last {
	margin-right: 24px;
	padding: 15px 0;
	background: url(images/bg-dashed-horizontal.gif) repeat-x 0 0;
	border-bottom: 2px solid #2B2B2B;
}

.tags a {
	color: #2BADAF;
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

em.caption {
font-size: 80%;
line-height: 1em;
}

/* ---------------------------------------------------------------------------
	
	=navigation

--------------------------------------------------------------------------- */

#head ul {
	position: absolute;
	top: 30px;
	left: 360px;
    display: inline;
}

#head li {
	margin: 0;
	padding: 0 12px 0 10px;
	border-right: 2px solid #404040;
	display: inline;
	list-style: none;
}

#head a {
	font: 1em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

#head a:hover {
	color: #B9AD59;
	text-decoration: underline;
}


#head li.last, #head li.search {
	border-right: none;
	padding-right: 0;
}


/* ---------------------------------------------------------------------------
	
	=footer

--------------------------------------------------------------------------- */
#footer {
	clear: both;
}

#footer span {
	padding-left: 500px;
}

/* ---------------------------------------------------------------------------
	
	=archives

--------------------------------------------------------------------------- */

h2.archives {
	padding: 20px 0 5px 44px;
	margin-right: 24px;
	margin-bottom: 12px;
	font: 1.7em/1.2em Georgia, serif;
	color: #2A7677;
}

ul.archive-list {
	padding: 0 0 5px 44px;
	padding-right: 24px;
	margin-bottom: 12px;
	font: 1.2em/1em Georgia, serif;
}

ul.archive-list {
	padding: 0 0 5px 44px;
	padding-right: 24px;
	margin-bottom: 12px;
}

ul.archive-list li {
	padding-bottom: 15px;
	font: 1em/1.2em "Lucida Grande", Verdana, Arial, sans-serif;
}

ul.archive-list a {
	color: #333;
}

/* ---------------------------------------------------------------------------
	
	=post

--------------------------------------------------------------------------- */
.post {
	padding: 20px;
	width: 100%;
}

.post .post-head {
	margin-bottom: 10px;
}

.post .post-head, .post .post-content  {
	padding-left: 24px;
}

.post h2 {
	padding-bottom: 5px;
	margin-right: 24px;
	margin-bottom: 12px;
	font: 1.7em/1.2em Georgia, serif;
	border-bottom: 1px dotted #CBCBCB;
}

.post h2 a {
	text-decoration: none;
	color: #2A7677;
}

.post h2 a:hover {
	text-decoration: none;
}

.post h3 {
	margin-top: 35px;
	padding-bottom: 5px;
	margin-right: 24px;
	margin-bottom: 12px;
	font: 1.4em/1.2em Georgia, serif;
	border-bottom: 1px dotted #CBCBCB;
}

.post h4 {
	padding: 10px 12px 15px 12px;
	margin-right: 24px;
	margin-bottom: 8px;
	font: 1.1em/1.2em "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #75babb;
	color: #333;
}

.post h4 a {
	color: #333;
}


#more-stitc h3 {
	padding: 8px 10px;
	margin-right: 24px;
	margin-bottom: 8px;
	margin-top: 0px;
	font: 1.1em/1.2em "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #000;
	color: #fff;
	border-bottom: none;
}

#more-stitc h3 a {
	color: #fff;
}

#more-stitc div.excerpt {
	padding-left: 24px;
	padding-bottom: 30px;
}

#more-stitc div.excerpt img {
	margin-right: 10px;
	padding-top: 10px;
}

.post .post-date {
	font: 1.1em Georgia, serif;
	color: #A0A0A0;
}

.post .post-category {
margin-right: 10px;
padding-right: 10px;
	font: 1em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #343434;
}

.post .post-content {
	font: 1em "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	color: #333;
}

.post p, ol, ul, blockquote {
	padding: 6px 0 12px 0;
}

.post p {
	padding-right: 35px;
}

.post p strong {
	font-weight: bold;
}

.post p em {
	font-style: italic;
}

.post img {
	margin: 0 0 0 -24px;
	padding: 0;
}

.post-navigation {
	padding-left: 45px;
	padding-bottom: 20px;
}

.post ol, .post ul {
	padding: 0 48px;
	margin-bottom: 20px;
	list-style-type: disc;
	font: 1.1em Georgia, serif;
	color: #6B6B6B;
}

.post ol {
	list-style-type: decimal;
}

.post .post-meta { padding-right: 15px; }

p.postmetadata {
	margin-top: 30px;
	margin-right: 24px;
	padding: 15px;
	line-height: 1.2em;
	background-color: #F4F1E2;
	font: .9em/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
}

li {
	padding-bottom: .5em;
}

blockquote em {
	padding-top: 0;
	margin-top: 0;
	padding-left: 20px;
	display: block;
	background: url(images/bg-quote.gif) repeat-y 0 0;
}

blockquote {
	padding-top: 0;
	margin-top: 10px;
	padding-left: 40px;
	font: 1em/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #7E6C1D;
	background: url(images/icon-quote.gif) no-repeat 0 5px;
}


p.tags {
	padding-top: 15px;
	background: url(images/bg-dashed-horizontal.gif) repeat-x 0 0;
	font-size: .95em;
}

div.tags-wrapper {
	background: url(images/bg-dashed-horizontal.gif) repeat-x bottom left;
	margin-right: 24px;
}

p.tags-single {
	padding-top: 5px;
	padding-bottom: 30px;
	margin-right: 24px;
	background: none;
	font-size: .95em;
	background: none;
}

div.comments-wrapper {
	margin-right: 24px;
	padding: 15px 0;
	border-bottom: 2px solid #000;
}

#budget {
        margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------
	
	=sponsor

--------------------------------------------------------------------------- */
#sponsor-container {
	padding: 20px 0;
	height: 100%;
	background: url(images/bg-sponsor.gif) repeat-y 0 0;
}

#sponsor-text-container {
	float: right;
	text-align: left;
	width: 145px;
	padding-top: 8px;
	padding-right: 15px;
	font: .9em/1.3em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #656565;
}

#sponsor-img-container {
	float: left;
	width: 420px;
	font: .9em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #656565;
}

#sponsor-img-container img {
        margin-bottom: 20px;
} 

#sponsor-img-container img.sponsor-inline {
        padding-left: 25px;
} 

#sponsor-img-container img, a.become-sponsor {
	padding-left: 40px;
}

#sponsor-img-container p, #sponsor-text-container p.sponsor-link {
	padding-top: 0px;
}

a.become-sponsor {
	font: .9em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #A39634;
	text-decoration: none;
}

a.become-sponsor:hover {
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------
	
	=urban news

--------------------------------------------------------------------------- */
ul#urban-news {
	clear: both;
	margin-bottom: 25px;
	padding: 0;
	width: 250px;
	background: url(images/bg-urban-news.gif) repeat-y 0 0;
}

ul#urban-news li { padding:0; margin: 0; list-style: none; }
ul#urban-news li.headline, ul#urban-news li.body, ul#urban-news li.tags { padding: 4px 10px 4px 20px; }

ul#urban-news li h3 {
	padding: 4px 10px 0 35px;
	background: url(images/icon-page.gif) no-repeat 20px 8px;
	text-transform: uppercase;
	font: bold 1.2em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #A49D6B;
}

ul#urban-news li.headline {
	padding-top: 10px;
	background: url(images/bg-urban-news-rule.gif) repeat-x 0 0;
}

ul#urban-news li.headline a {
	font: 1em/1em Georgia, serif;
	color: #2A7677;
	text-decoration: none;
}

ul#urban-news li.headline a:hover { text-decoration: underline; }

ul#urban-news li.tags { 
	font: .8em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #2A7677;
}

ul#urban-news li.body {
	font: .9em/1.5em "Lucida Grande", Verdana, Arial, sans-serif; 
}

ul#urban-news li.tags {
	font: .8em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #D4D4D4;
	padding-bottom: 25px;
	background: url(images/bg-dashed-horizontal.gif) repeat-x 0 0;
}
ul#urban-news li.tags a { 
	text-decoration: none; 
}
ul#urban-news li.tags a:hover { text-decoration: underline; }

/* ---------------------------------------------------------------------------
	
	=recent posts / archive

--------------------------------------------------------------------------- */
#recent-archive {
	margin-bottom: 12px;
	background: url(images/bg-recent-archive.gif) #fff repeat-y 0 0;
	width: 250px;
}

ul#recent {
	margin: 0;
	padding: 0;
	border-top: 2px solid #2B2B2B;
	background: url(images/bg-dashed-horizontal.gif) repeat-x 0 25px;
}

ul#recent li { 
	margin: 0; 
	padding: 0;
	list-style: none;
}

ul#recent li h3 {
	padding-top: 4px;
	padding-left: 35px;
	margin-bottom: 10px;
	background: url(images/icon-page.gif) no-repeat 20px 8px;
	text-transform: uppercase;
	font: bold 1em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #A49D6B;
}

ul#recent li.post {
	padding: 4px 0 4px 35px;
	background: url(images/icon-circle.gif) no-repeat 20px 9px;
	width: 215px;
}

ul#recent li.post a { /*almost same as RSS*/
	font: 1.1em/.5em Georgia, serif;;
	color: #2A7677;
	text-decoration: none;
}

ul#recommended li.url a:hover { text-decoration: underline; }

h3.archive {
	margin-top: 10px;
	padding: 10px 10px 0 35px;
	background: url(images/icon-page.gif) no-repeat 20px 13px;
	text-transform: uppercase;
	font: bold 1em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	border-top: 2px solid #2B2B2B;
}

h3.archive a {
	color: #A49D6B;
	border-bottom: 1px dotted #A49D6B;
	text-decoration: none;
}



/* ---------------------------------------------------------------------------
	
	=feeds

--------------------------------------------------------------------------- */

ul#feeds {
	margin: 0 0 20px 15px;
	padding: 0;
	background: url(images/bg-feed-dots.gif) repeat-y 0 0;
}

ul#feeds li {
	padding: 0 0 0 27px;
	list-style: none;
	background: url(images/icon-rss.gif) no-repeat 0 5px;
}

ul#feeds li a {
	font: bold .9em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #2BADAF;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	
	=comments

--------------------------------------------------------------------------- */

/* Sidebar Comments*/

ul#comment {
	margin-bottom: 25px;
	padding: 0;
	border-top: 2px solid #2B2B2B;
	background: url(images/bg-dashed-horizontal.gif) repeat-x 0 25px;
	
}

ul#comment li { padding:0; margin: 0; list-style: none; }

ul#comment li h3, h4#comments {
	padding-top: 4px;
	padding-left: 25px;
	background: url(images/icon-comment.gif) no-repeat 5px 8px;
	text-transform: uppercase;
	font: bold 1em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #A49D6B;
}

ul#comment li.co-head {
	line-height: 1.2em;
	padding: 4px 0 0 25px;
	background: url(images/icon-comment-person.gif) no-repeat 4px 7px;
}

ul#comment li.co-head a { /*almost same as RSS*/
	font: bold .9em/.3em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #2BADAF;
	text-decoration: none;
}

ul#comment li.co-head a:hover { text-decoration: underline; }

ul#comment li.co-body {
	padding-left: 25px;
	font: italic .9em/1em Georgia, serif;
}

/* Single Page Comments*/

#disqus_thread { padding: 25px; }

.dsq-brlink { display: none; }

.post h3.dsq-h3-reactions {
margin-right: 0
}

ul.dsq-widget-list li {
padding: 0 25px;
}

ul.dsq-list-style { 
	font:  .9em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #2BADAF;
}

div.dsq-comment-message { 
	font:  .9em/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
}

cite.dsq-comment-cite { 
	padding-right: 8px;
}

li.dsq-comment { padding-bottom: 100px; }


h4#comments, h4#respond {
	margin: 0 24px;
	padding: 10px 10px 10px 30px;
	background: #000 url(images/icon-comment-single.gif) no-repeat 10px center;
	text-transform: uppercase;
	font: normal .9em/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFF;
}

ol.commentlist {
    margin-right: 24px;
	/*margin-left: 10px;*/
	padding-top: 30px;
	padding-left: 48px;
	font: 1.5em "Georgia, serif";
	color: #A8A8A8;
}

ol.commentlist li {
	padding-bottom: 0px;
	margin-bottom: 15px;
}

ol.commentlist p {
	padding-bottom: 5px;
}


ol.commentlist li.alt {
	/*maybe a background image?*/
}

ol.commentlist cite {
	font: .8em/1.5em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
}

ol.commentlist cite a {
	text-decoration: none;
}

ol.commentlist cite a:hover {
	text-decoration: underline;
}

ol.commentlist .meta a {
	font: .5em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #A8A8A8;
	text-decoration: none;
	background: url(images/bg-dashed-horizontal.gif) repeat-x 0 11px;
}

ol.commentlist .meta a:hover {
	font: .5em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #A8A8A8;
	text-decoration: none;
	background: none;
}

ol.commentlist .meta a:hover {
	border-bottom: none;
}

ol.commentlist em {
	font-style: italic;
	font-size: .8em;
}

ol.commentlist .comment-text {
	/*padding-left: 10px;
	margin-left: -24px;*/
	font: .7em/1.4em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
	border-top: 2px solid #000;
}

#comment-form {
	margin: 0 24px;
	padding-top: 15px;
}


/* ---------------------------------------------------------------------------
	
	=facebook

--------------------------------------------------------------------------- */

#facebook-fan {
	margin: 0 0 25px 19px;
	padding-top: 25px;
}

/* ---------------------------------------------------------------------------
	
	=tweets

--------------------------------------------------------------------------- */

#tweets {
	margin: 25px 19px 5px 19px;
	padding: 20px 20px 0 20px;
	background-color: #fff;
}

#tweets h3 {
	padding-top: 4px;
	padding-left: 22px;
	background: url(images/icon-comment.gif) no-repeat 3px 8px;
	text-transform: uppercase;
	font: bold 1em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #A49D6B;
}

#tweets li {
	font-size: 90%;
	margin-bottom: 15px;
}

/* ---------------------------------------------------------------------------
	
	=flickr

--------------------------------------------------------------------------- */

#flickr {
	margin: 0 0 20px 0;
	padding: 20px 0;
	background: url(images/logo-flickr.gif) no-repeat left bottom;
}

#flickr-stitc {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url(images/logo-flickr.gif) no-repeat left bottom;
}

#flickr img {
	margin: 0 4px 4px 0;
	padding: 0;
	border: 2px solid #DFDFDF;
		
}

/* ---------------------------------------------------------------------------
	
	=recommended

--------------------------------------------------------------------------- */

ul#recommended {
	margin: 0;
	padding: 0;
	border-top: 2px solid #2B2B2B;
	background: url(images/bg-dashed-horizontal.gif) repeat-x 0 25px;
}

ul#recommended li { padding-left:0; margin: 0; list-style: none; }

ul#recommended li.why-i-dont-recommend { 
	padding-left: 8px; 
	margin: 0; 
	list-style: none; 
	font: normal .9em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif; 
}


ul#recommended li h3 {
	padding-top: 4px;
	padding-left: 25px;
	background: url(images/icon-recommended.gif) no-repeat 5px 8px;
	text-transform: uppercase;
	font: bold 1em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #A49D6B;
}

ul#recommended li.url {
	padding: 4px 0 4px 25px;
	background: url(images/icon-circle.gif) no-repeat 7px 9px;
}

ul#recommended li.url a { /*almost same as RSS*/
	font: .9em/.5em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #2BADAF;
	text-decoration: none;
}

ul#recommended li.url a:hover { text-decoration: underline; }

/* ---------------------------------------------------------------------------
	
	=forms

--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------

	Form Styles
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

div.form_container { margin-bottom: 25px; }

label { padding-right: 10px; color: #333; }

label.more { padding-right: 0; }

span.notice {
	padding: 0 2px;
	background-color: #eae996;
	color: #333;
}

p span.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

input, select, textarea { font-size: 100%; }

textarea { height: 100px; }
	
/* two column forms ------------------------------ */

dl.two_column { width: 100%; }

dl.two_column dt {
	float: left;
	width: 20%;
	line-height: 22px;
	text-align: right;
}

dt label { font-weight: bold; }

dl.two_column dd {
	margin: 0 0 0 22%;
	margin-bottom: 10px;
	line-height: 22px;
}

/* NOTE: used to break and create rows for relative font size increase */

dl.two_column dd.clear {
	clear: both;
	margin-left: 0;
	padding-bottom: 4px;
	background: url(images/bg-dashed-horizontal.gif) repeat-x bottom left;
}

dl.two_column dd.clear hr { display: none; }

/* sub fields */

dl.two_column dd.sub { margin-bottom: 7px; font-size: 90%; }

dl.two_column dd.sub label { color: #666; }

/* full column dds */

dl.two_column dd.column_full { margin-left: 0; }

/* notes and formatting examples */

.note { font-size: 90%; color: #666; }

/* lists within dds */

dl.two_column dd ul, 
dl.two_column dd li  {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* field widths */

.full { width: 98%; }

.medium { width: 35%; margin-right: 10px; }

.small { width: 15%; }

.radio { margin-right: 5px; }

select.small { margin-right: 10px; }

/* submit */

input#submit { 
	margin-right: 10px;
	font-size: 100%; 
}

#submit.right {  float: right;  margin-right: 0; }

dl.two_column dd.submit { margin-bottom: 0; }

dl.two_column dd.submit input { margin-right: 5px; }

input#search {
	height: 17px;
	width: 215px;
	padding-top: 3px;
	padding-left: 3px;
	color: #8C8C8C;
	font-size: 1.1em;
}

input#author, input#email, input#url {
	padding-top: 3px;
	padding-left: 3px;
	color: #8C8C8C;
	font-size: 1.1em;
}

textarea#comment {
	padding-top: 3px;
	padding-left: 3px;
	color: #8C8C8C;
	font-size: 1.1em;
}

input#search_button {
	position: relative;
	top: 8px;
}

form#signup input {
	padding-top: 3px;
	padding-left: 3px;
	height: 15px;
	width: 100px;
	color: #8C8C8C;
}

form#signup input#signup_button {
	position: relative;
	top: 5px;
	width: 58px;
	height: 22px;
}

form#signup { padding-bottom: 21px; }

/* ---------------------------------------------------------------------------
	
	=ujw

--------------------------------------------------------------------------- */
#ujw {
	margin-left: 20px;
}

/* ---------------------------------------------------------------------------
	
	=misc

--------------------------------------------------------------------------- */

.dwayneandtk {
padding-left: 8px;
}

.clear {
	clear: both;
}

div.author-wrapper {
background-color: #F3F1E2; 
font-size: .8em; 
margin-right: 25px; 
margin-bottom: 15px;
}

p.author-photo {
float:left; 
padding: 12px 0 5px 35px; 
margin: 0;
}

p.author-photo img {
border: 1px solid #000; padding: 3px;
}

p.author-bio {
float:right; 
width: 360px; 
padding-right: 10px;
}

div.author-wrapper:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.dsq-widget-comment, dsq-widget-user {
font-size: .8em;
line-height: .8em;
}
