/*
Theme Name: Conversation
Theme URI: http://www.metafluence.com/about/conversation-theme/
Description: A theme designed to visually reflect the conversational nature of blogging.</p><p><small>Developed by <a href="http://www.metafluence.com/">Justin Kistner</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.</small>
Version: 0.1
Author: Justin Kistner
Author URI: http://www.metafluence.com/
*/

/* Global */
html
{
	/* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

*
{
	padding: 0;
	margin: 0;
}

img { border: 0; }
a { text-decoration: none; }

body
{
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/* Resets 1em to 10px */
	color: #707070;
	background: #ccc;
	margin: 0;
}

#wrap { position: relative; }

#wrap, #foot-content
{
	width: 1000px;
	margin: 0 auto;
}

#head
{
	background: transparent url(img/justin-kistner.png) 60px 30px no-repeat;
	height: 115px;
	padding-top: 20px;
	width: 1000px;
	margin: 0 auto;
}

#head h1
{
	padding-top: 12px;
	height: 35px;
	font-size: 2em;
	margin-left: 200px;
}

#head h1 a {
	color: #FF5D3B;
	}

#head h1 span {
	margin-left: 5px;
	text-transform: lowercase;
	padding-bottom: 30px;
}
#searchbox {
	position: absolute;
	top: -45px;
	left: 0;
	margin-top: 7px;
	width: 475px;
	background: #ddd;
	padding: 5px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	}

img.me
{
	position: absolute;
	top: -100px;
	left: 200px;
	z-index: 2;
}

#head h3 { display: none; }

#main
{
	background: #fff;
	margin-bottom: 60px;
	z-index: 3;
	position: relative;
}

#main p
{
	margin-bottom: 10px;
}

.entry
{
	padding: 60px 60px 40px 60px;
	font-size: 1.4em;
	line-height: 2em;
	color: #707070;
}

.entry a,
#foot a,
#comments h6 a,
.entry-meta a,
#page a, 
.navigation a,
.comment-subscribe a,
.loggedin a,
.archives-link a
{ color: #FF5D3B; }

.entry a:hover,
.entry-meta a:hover,
#foot-copyright p a:hover,
.foot-about p a:hover,
#comments h6 a:hover,
#page a:hover,
.navigation a:hover,
.comment-subscribe a:hover,
.loggedin a:hover
{
	background-color: #FF5D3B;
	color: #fff !important;
	padding: 3px 0;
}

.archives-link a
{
	background: #eee url(img/zoom.png) 7px 8px no-repeat;
	color: #FF5D3B !important;
	padding: 10px 10px 10px 25px;
	display: block;
}
.archives-link a:hover
{
	background: #FF5D3B url(img/zoom.png) 7px 8px no-repeat;
	padding: 10px 10px 10px 25px;
	color: #fff !important;
}

p.archives-link {
	margin-top: 10px;
	color: #fff;
	}

h1,
h2,
h3,
h4,
h5 {
	font-family: Helvetica,Arial,Verdana;
	}

#main h2 a,
#main h3 a,
#main h4 a,
#main h5 a,
#main h2,
#main h3,
#main h4,
#main h5
{
	color: #FF5D3B;
}

#main h2 a:hover,
#main h3 a:hover,
#main h4 a:hover,
#main h5 a:hover
{
	color: #FF5D3B important!;
	background: transparent important!;
}

#main h3,
#main h4,
#main h5
{
	margin-top: 30px;
	margin-bottom: 5px;
}

.entry ul, .entry ol {
	margin-left: 35px;
	}

.entry ul li, .entry ol li {
	list-style-image: url(/images/bullet_green.png);
	}

.entry dl {
	padding-left: 35px;
	}

.entry dt {
	border-top: 1px dotted #d7d7d7;
	margin-top: 15px;
	color: #362f2d;
	}
.entry dd {
	padding-top: 10px;
	}

.entry h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 2.6em;
	line-height: 1.2em;
	}
.entry h3 {
	font-size: 1.6em;
	}
.comment p
{
	text-indent: 0 !important;
}



.entry-comments a
{
	color: #fff;
	font-size: .8em;
	padding: 5px;
	background: #FF5D3B !important;
}

.more-link
{
	font-size: .8em;
	background: transparent url(img/arrow_right.png) 0px 3px no-repeat;
	padding: 3px 0 2px 20px;
}

a.more-link:hover, .entry-comments a:hover
{
	padding-left: 20px !important;
	padding-bottom: 3px !important;
}

.entry-image
{
	float: right;
	width: 175px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.entry-image p
{
	margin-top: 5px;
	color: #362f2d;
	font-size: .7em;
	line-height: 1.8em;
}

.entry-share
{
	float: left;
	width: 200px;
	text-align: left;
}

.entry-share p
{
	display: inline;
	margin-left: 5px;
}

.entry-share img { vertical-align: middle; }

div.entry-quote {
	padding: 15px 0;
	border-top: 8px solid #d7d7d7;
	border-bottom: 4px solid #d7d7d7;
	margin-top: 15px;
	margin-bottom: 10px;
	}
div.entry-quote p {
	font-size: 1.2em !important;
	font-style: italic;
	text-indent: 0px !important;
	}
div.entry-quote p span {
	display: block;
	font-size: .8em;
	font-style: normal;
	text-align: right;
	}
div.entry-quote p span.note {
	display: block;
	font-size: .5em;
	font-style: normal;
	}
div.entry-quote img {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}
blockquote {
	padding: 0 20px 0 50px;
	font-size: .8em;
	line-height: 2em;
	background: transparent url(img/quote.png) no-repeat 15px 5px;
	border: none;
	}
p.subscription-options {
	text-indent: 0px !important;
	}
p.subscription-options a {
	padding: 0px !important;
	}
p.subscription-options a:hover {
	background: transparent !important;
	padding: 0px !important;
	}
p.subscription-options img {
	margin: 0 10px 4px 0;
	vertical-align: middle;
	}
.subscription-options-email {
	width: 250px;
	}

#microposts
{
	background: #fff;
	padding: 0px 60px 40px 60px;
	position: relative;
}

.float-clear { clear: left; }

#microposts h3
{
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
}

#micropost-wrapper {
	padding-bottom: 60px;
	}

#micropost-wrapper h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	color: #fff;
	}

.micropost
{
	float: left;
	width: 230px;
	margin: 15px 10px 0 10px;
	line-height: 2em;
	padding-top: 10px;
}
.twitter-bird
{
	float: left;
	width: 127px;
	margin: 15px 11px 0 11px;
	line-height: 2em;
	padding-top: 10px;
}

.micropost-first
{
	width: 179px;
	margin-left: 0px;
}

.micropost h4
{
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0 !important;
}

.micropost a {
	color: #FF5D3B;
	padding: 3px 0;
	}

.micropost a:hover {
	color: #fff;
	background: #FF5D3B;
	}

.micropost-comments
{
	background: transparent url(img/comment.png) top left no-repeat;
	padding: 1px 0 2px 20px;
	margin-right: 15px;
	font-size: .9em;
}

.micropost-link
{
	background: transparent url(img/link.png) top left no-repeat;
	padding: 1px 0 2px 20px;
	font-size: .9em;
}

#comments, #comment-form
{
	background: #fff;
}

div.comment
{
	margin-bottom: 0 !important;
	font-size: 1.4em;
	line-height: 2em;
	padding: 0px 60px 30px 60px;
}

#main div.comment p {
	margin: 0;
	padding: 0 0 10px 0;
}

p.alt { background: #fff !important; }

#comments h6
{
	font-size: .9em;
	font-weight: normal;
	margin: 10px 60px 5px 60px;
}

#comments h6 img
{
	float: left;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 3px;
}

#comment-form
{
	position: relative;
	padding: 0px 60px 40px 60px;
}
#comment-form br
{
	clear: left;
}

#comment-form h3
{
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 5px;
}

.comment-trackback
{
	background: transparent url(img/trackback.png) top left no-repeat;
	padding: 1px 0 5px 0;
}

.comment-feed
{
	background: transparent url(img/feed.png) top left no-repeat;
	padding: 1px 0 5px 0;
	margin-left: 10px;
}

.comment-trackback a, .comment-feed a
{
	font-size: .9em;
	padding-left: 20px;
	color: #FF5D3B;
}

.comment-feed a:hover
{
	background: #FF5D3B url(img/feed.png) 0px 3px no-repeat;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.comment-trackback a:hover
{
	background: #FF5D3B url(img/trackback.png) 0px 3px no-repeat;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#comment-form form
{
	border-top: 1px dotted #fff;
}

#comment-form p
{
	text-indent: 0 !important;
}

#comment-form label { display: none; }

#comment-form p.comment-textarea
{
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	width: 640px !important;
}

#comment-form p.comment-subscribe label
{
	display: inline !important;
	padding-left: 5px;
}

#comment-form textarea
{
	width: 640px;
	height: 140px;
	margin-bottom: 18px;
}

#comment-form input
{
	width: 220px;
	margin-top: 5px;
}

#comments {
	margin-top: -70px;
	}

#comments h3 {
	padding-top: 20px;
	}

#submit
{
	width: 223px !important;
}

#subscribe
{
	font-size: 1em !important;
}

#page
{
	padding: 60px;
	font-size: 1.4em;
	line-height: 2em;
	color: #777;
}

.page-image
{
	float: right;
	width: 175px;
	margin-left: 60px;
}

.page-image p
{
	margin-top: 5px;
	color: #362f2d;
	font-size: .7em;
	text-indent: 0 !important;
	line-height: 1.8em;
}

#page p.caption
{
	font-size: .7em;
	line-height: 1.8em;
	color: #362f2d;
	text-indent: 0 !important;
	margin-bottom: 15px;
}
.entry-right {
	float: right;
	padding-top: 10px;
	margin-left: 20px;
	}
.entry-right p {
	font-size: .7em;
	line-height: 1.8em;
	color: #362f2d;
	text-indent: 0 !important;
	margin-bottom: 15px;
	}

img.keyline
{
	margin-left: -15px;
	border: 1px solid #d7d7d7;
	padding: 2px;
}

#page dt
{
	color: #362f2d;
	font-size: .8em;
	text-transform: uppercase;
}

#page dd
{
	margin-bottom: 5px;
	padding-left: 15px;
}

.span-help
{
	border-bottom: 1px dotted #000;
	cursor: help;
	padding-bottom: 3px;
}


#page ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
#page ul.postspermonth {
	margin-left: 15px;
	}
#page ul.list {
	margin-left: 20px;
	padding-left: 20px;
	list-style-image: url(/images/bullet_green.png)
	}
#page ul.list li {
	margin-bottom: 5px;
	}
em.emphasize {
	background: #d3ffb2;
	color: #362d2f;
	padding: 3px 0;
	font-style: normal;
	}

.consulting-promo {
	padding: 0;
	border-spacing: 0;
	border-top: 8px solid #d7d7d7;
	border-bottom: 4px solid #d7d7d7;
	margin-top: 30px;
	}
.consulting-promo h4 {
	margin-top: 10px !important;
	}
.consulting-promo p {
	font-size: .8em;
	color: #555;
	}
.consulting-promo td {
	padding: 0 15px;
	}
.consulting-promo td.form {
	border-left: 1px solid #d7d7d7;
	background: #fafafa;
	width: 140px;
	text-align: center;
	}
.consulting-form-input {
	width: 140px;
	margin-bottom: 15px;
	}

#consulting-services {
	padding: 0;
	border-spacing: 0;
	border-top: 8px solid #d7d7d7;
	border-bottom: 4px solid #d7d7d7;
	}
#consulting-services thead {
	display: none;
	}
#consulting-services td {
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	text-align: center;
	width: 140px;
	padding: 5px 15px;
	}
#consulting-services td.top-column {
	border: none;
	text-align: center;
	padding: 0 15px;
	}
#consulting-services td.service-type {
	border-top: none;
	}
#consulting-services td.service-type h4 {
	font-family: 'Hoefler Text', Times, serif;
	color: #362f2d;
	margin: 0;
	font-size: 2em;
	}
#consulting-services td.service-type span {
	display: block;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	color: #444;
	background: #d3ffb2;
	font-size: .5em;
	}
#consulting-services td.feature-column {
	border-left: none;
	font-size: .8em;
	text-transform: uppercase;
	color: #362f2d;
	text-align: right;
	vertical-align: top;
	}
#consulting-services td.popular-td {
	background: #d7d7d7;
	color: #fff;
	font-size: .8em;
	text-transform: uppercase;
	}
#consulting-services td.highlight {
	background: #fafafa;
	}
#consulting-services td.who-column {
	text-align: left;
	font-size: .9em;
	vertical-align: top;
	line-height: 1.4em;
	}

#secondary
{
	position: relative;
	width: 600px;
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #707070;
}

#cats {
	float: left;
	width: 200px;
	padding-top: 5px;
	}

#secondary h3
{
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 10px;
}

#secondary img.rss
{
	position: absolute;
	top: 48px;
	right: 15px;
}

#secondary ul.recent-posts
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#secondary ul.recent-posts li
{
	border-bottom: 1px solid #ddd;
}

#secondary h4, #cats h4, h4.micropost-header {
	font-family: helvetica,arial,sans-serif;
	font-size: 2.2em;
	color: #999;
	margin-top: 0;
	font-weight: normal;
	}

.recentdate {
	float: left;
	width: 90px;
	padding: 22px 0 12px 20px;
	background: transparent url(img/date.png) 0 20px no-repeat;
}

#secondary ul.recent-posts li a
{
	padding: 15px 15px;
	display: block;
	font-size: 2.2em;
	color: #000;
	margin-left: 95px;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.4em;
	color: #FF5D3B;
}

#secondary ul.recent-posts li a:hover
{
	color: #fff;
	background: #FF5D3B;
}

#main-nav
{
	position: absolute;
	top: -35px;
	left: 205px;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
}

#main-nav h3 { display: none; }

#main-nav ol
{
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
}

#main-nav ol li
{
	float: left;
	width: 80px;
	margin-right: 2px;
	font-size: 1.2em;
	text-transform: uppercase;
}

#main-nav ol li a
{
	display: block;
	padding: 10px 10px;
	color: #666;
	height: 15px;
	font-weight: bold;
	border-top: 1px solid transparent;
}


#main-nav ol li.current_page_item a
{
	background: #fff;
	border-top: 1px solid #999;
}

#main-nav ol li a:hover { color: #fff; }


#main-nav ol li.current_page_item a:hover
{
	color: #000;
}

#consulting
{
	position: absolute;
	top: -210px;
	right: 80px;
	margin: 0 auto;
	z-index: 6;
}

#twitter
{
	float: left;
	margin: 3px auto 20 auto;
	padding-left: 15px;
	color: #000;
	background: transparent url(img/twitter-background.gif) 0px 40% no-repeat;
	line-height: 2em;
}

#my_twitter_status
{
	display: block;
	background: #eee;
	padding: 15px;
	color: #444;
}

#my_twitter
{
	text-align: center;
	display: block;
	padding-right: 0;
	padding-left: 0;
	font-size: .9em;
}

#foot #my_twitter a { margin-right: 0 !important; }

#my_twitter a:hover
{
	background-color: #FF5D3B;
	color: #fff;
	padding: 3px 0;
}

#my_twitter_status_time
{
	padding-left: 0;
	color: #999;
}

#foot
{
	clear: both;
	background: #000 url(imgs/background.jpg);
	border-top: 1px solid #fff;
	padding: 50px 0px 20px 0px;
}

#foot-content
{
	position: relative;
	color: #fff;
}

#foot-content hr
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
}

#foot-content .top
{
	position: absolute;
	top: -81px;
	right: 0px;
	padding: 10px;
	background: #000 url(imgs/foot-background.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .1em;
	border-top: 1px solid #fff;
	z-index: 4;
}

#foot-content .top a { color: #fff; }

ul.foot-links
{
	list-style: none;
	padding-left: 0;
	padding-top: 5px;
	width: 22px;
	float: left;
	margin: 0 33px 0 20px;
}

ul.foot-links li { padding-bottom: 15px; }

.foot-about
{
	float: left;
	margin-right: 30px;
	margin-top: 0;
	font-size: 1.3em;
	line-height: 2.45em;
	padding-top: 25px;
}
.foot-about img
{
  float: left;
  margin-top: 8px;
  margin-right: 25px;
}
.foot-about p a {
	color: #39c !important;
	}

ul.foot-categories
{
	list-style: none;
	padding-top: 5px;
	width: 225px;
	float: left;
}

ul.foot-categories li a
{
	display: block;
	width: 200px;
	height: 35px;
	padding-top: 25px;
	padding-left: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

ul.foot-categories li a:hover { background-color: #FF5D3B; }
a.foot-resources { background: #fff url(img/foot-resources.gif) 145px 0 no-repeat; }
a.foot-reading { background: #fff url(img/foot-reading.gif) 145px 0 no-repeat; }
a.foot-pictures { background: #fff url(img/foot-pictures.gif) 145px 0 no-repeat; }
a.foot-travels { background: #fff url(img/foot-travels.gif) 145px 0 no-repeat; }
a.foot-events { background: #fff url(img/foot-events.gif) 145px 0 no-repeat; }

.mybloglog
{
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

#foot-copyright
{
	clear: both;
	color: #666;
	font-size: .9em;
}
#foot-copyright p
{
	padding: 3px 0;
	margin-left: 285px;
}


.navigation {
	text-align: center;
	padding: 0 60px 10px 60px;
	font-size: 1.4em;
	line-height: 2em;
	color: #999;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}



.loggedin {
	height: 85px;
}

h2.pagetitle {
	margin: 60px 60px 0 60px;
	font-size: 3em;
	border-bottom: 1px #000 dotted;
}
.archives-column-one {
	float: left;
	width: 324px;
	border-right: 1px solid #d7d7d7;
	margin-right: 15px;
	}
.archives-column-one br {
	clear: left;
	}
.archives-column-two {
	float: left;
	margin-left: 15px;
	width: 325px;
	}
.archives-column-two p {
	text-indent: 0px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	}
#archives-categories {
	padding-bottom: 30px;
	}
#archives-categories li {
	float: left;
	width: 150px;
	font-size: .8em;
	padding-right: 10px;
	overflow: hidden;
	height: 25px;
	}
.archives-categories-clear {
	float: none !important;
	clear: left;
	}
.srg_switcher {
	display: block;
	border-top: 1px dotted #d7d7d7;
	border-bottom: 1px dotted #d7d7d7;
	font-size: .8em;
	margin-bottom: 10px;
	padding-left: 20px;
	background: transparent url(/images/arrow_out.png) 0 6px no-repeat;
	}
.postspermonth {
	margin-top: 0;
	padding-bottom: 20px;
	}
.archives-featured {
	float: left;
	width: 310px;
	border-top: 8px solid #d7d7d7;
	border-bottom: 4px solid #d7d7d7;
	padding: 15px;
	}
.archives-featured li {
	font-size: .9em;
	text-indent: 20px;
	background: transparent url(/images/bullet_green.png) 0 5px no-repeat;
	}
.merchant-options {
	text-align: center;
	margin-top: 15px;
	}

img.MyAvatars {
	width: 32px;
	}
body table#MBL_COMM {
	border: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}


.entry-image-package
{
	float: right;
	width: 400px;
	margin-left: 15px;
	padding-top: 10px;
}

.entry-image-package p
{
	margin-top: 5px;
	color: #362f2d;
	font-size: .7em;
	text-indent: 0 !important;
	line-height: 1.8em;
}
.contactInfo {
	padding-top: 5px;
	font-size: .9em;
}
.LinkedIn {
  background: transparent url(img/linkedin.png) top left no-repeat;
  padding: 5px 0 5px 25px;
  margin-left: 15px;
  }
.Twitter {
  background: transparent url(img/twitter.png) top left no-repeat;
  padding: 5px 0 5px 25px;
  }
.Facebook {
  background: transparent url(img/Facebook.png) top left no-repeat;
  padding: 5px 0 5px 25px;
  margin-left: 15px;
  }
.contactInfo a:hover {
  padding: 5px 0 5px 25px !important;
  }
#microposts h3 {
	border-top: 1px solid #707070;
	padding-top: 10px;
	}
#secondary h3 a {
	margin-bottom: 0px;
	background: transparent url(img/feed.png) top left no-repeat;
	padding: 3px 0 5px 20px;
	font-size: .9em;
}
#microposts h3 a:hover {
	background: #FF5D3B url(img/feed.png) top left no-repeat !important;
	padding: 3px 0 5px 20px !important;
}
.comment-section-head {
	border-top: 1px solid #707070;
	padding-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 30px;
	font-size: 1.8em;
	}







div.clear {
	clear: both;
}



div.mainnav {
	margin: 15px 0px 0px 0px;
	font-size: .9em;
	padding: 13px 0px;
	text-align: center;
}

div.mainnav a{
	color: #101010;
	text-decoration: none;
}

div.mainnav a:hover{
	color: #333;
	border-bottom: 1px dotted #333;
}



/*Shelf     */


#shelf {
	margin: 0px auto;
	display: none;
	height: 170px;
	width: 880px;
	position: relative;
}
#shelf-content {
	background: #fff;
	padding: 15px;
	}
.instructables {
	width: 380px;
	float: left;
	margin: 0 60px 0 35px;
	line-height: 1.8em;
	}
.subscription-options-email {
	margin-bottom: 10px;
	}
.subscription-options-submit {
	margin-bottom: 10px;
	}
#close {
	position: absolute;
	top: 145px;
	right: 190px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 2px;
	background: transparent url(img/cross.png) 0 0 no-repeat;
	color: #FF5D3B;
	z-index: 2;
	}

div.menu a{
	color: #333;
}


div.menu a:hover{
	color: #333;
}

#main-list {
	display: inline;
	}


#main-list a{
}


#main-list a:hover{
}

.entry-meta {
	font-size: .75em;
	list-style: none;
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	}
.entry-meta br {
	clear: left;
	}
.entry-meta span {
	margin-right: 30px;
	line-height: 1.6em;
	display: block;
	float: left;
	}
.entry-date-stamp {
	padding-left: 20px;
	background: transparent url(img/date.png) 0 0 no-repeat;
	}
.entry-comment-link {
	padding-left: 20px;
	background: transparent url(img/comment.png) 0 0 no-repeat;
	}
.entry-cats {
	padding-left: 20px;
	background: transparent url(img/tag_red.png) 0 0 no-repeat;
	}
.entry h2 a:hover,
.entry h3 a:hover,
.entry h4 a:hover,
.entry h5 a:hover
{
	color: #FF5D3B important!;
	background: transparent important!;
}






















ul.categories {


	font-size: 1.3em;

	margin-bottom: 15px;

	color: #888;

}

ul.categories li {

	clear: both;

	padding-top: 30px;

	list-style: none;
	
	font-family: helvetica,arial,sans-serif;
	font-size: 1.8em;
	color: #999;
}

ul.categories li.credits {

	margin-top: 1.5em;

	font-size: .9em;

	color: #555;

	border-bottom: none;

}

ul.categories ul li {

	font: .6em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 5px 0px;
}

ul.categories ul li a {

	color: #FF5D3B;
	padding: 5px;
}
ul.categories ul li a:hover {

	background: #FF5D3B;
	color: #fff;
}
ul.categories ul li img {

	position: absolute;
	top: 5px;
	right: 0;
}

ul.categories ul {
	margin-top: 10px;
	}

.rss {

	float: right;

	background: url(i/feed.png) bottom left no-repeat;

	padding-left: 14px;

	font-size: 0.8em;

	font-weight: normal;

	padding-top: 4px;

	line-height: 1em;

}

#cats a:hover {

	border-bottom: none;

}
