@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	background-image: url(../assets/images/dot_segment.gif);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
}
a:link, a:visited {
	color: #3D9DBF;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3D9DBF;
}
#header a:link, #header a:hover {
	border: none;
}
a img, a:hover img {
	border: none;
}
a:focus {
	outline: none;
}
img {
	border: none;
}
.newbook a img {
	vertical-align: middle;  /* to cover a img underlines in firefox, on book images */
}
strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.firstParagraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.2;
	color: #808080;
}
#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
} 
#header  {
	padding: 0 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 255px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../assets/images/clouds_02.png);
	position: relative;
} 
#logo {
	height: 254px;
	width: 480px;
	margin: 0px;
	background-image: url(../assets/images/logo_wtail.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#logo a {
	display: block;
	height: 235px;
}
#nonsense {
	position: absolute;
	height: 33px;
	top: 10px;
	right: 30px;
	width: 346px;
}
#nonsense a {
	display: block;
	height: 33px;
	width: 346px;
	background-image: url(../assets/images/nonsense.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#nonsense a:hover {
	background-position: 0px -33px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	right: 16px;
	bottom: 20px;
	}
#header li {
	float: left;
}
#header li a {
	display: block;
	margin-right: 4px;
	height: 46px;
	text-indent: -9999px;
}
#header li a:hover {
	border-bottom: none;
}
ul#topnav li#topnav-1 a {
	width:77px; /* X and Y position at 0 */
	background-image: url(../assets/images/topnav_02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#topnav  li#topnav-1 a:hover {
background-position:0 -46px; /* Y position -40px for Over instance image */
}

ul#topnav  li#topnav-1 a.current {
background-position:0 -92px; /* Y position -80px for Current instance image */
}	

ul#topnav li#topnav-2 a {
	width:82px;
	background-image: url(../assets/images/topnav_02.png);
	background-repeat: no-repeat;
	background-position: -77px 0;
}

ul#topnav  li#topnav-2 a:hover {
background-position:-77px -46px;
}

ul#topnav  li#topnav-2 a.current {
background-position:-77px -92px;
}

ul#topnav li#topnav-3 a {
	width:82px;
	background-image: url(../assets/images/topnav_02.png);
	background-repeat: no-repeat;
	background-position: -159px 0;
}

ul#topnav  li#topnav-3 a:hover {
background-position:-159px -46px;
}

ul#topnav  li#topnav-3 a.current {
background-position:-159px -92px;
}

ul#topnav li#topnav-4 a {
	width:82px;
	background-image: url(../assets/images/topnav_02.png);
	background-repeat: no-repeat;
	background-position: -241px 0;
}

ul#topnav  li#topnav-4 a:hover {
background-position:-241px -46px;
}

ul#topnav  li#topnav-4 a.current {
background-position:-241px -92px;
}

ul#topnav li#topnav-5 a {
	width:75px;
	background-image: url(../assets/images/topnav_02.png);
	background-repeat: no-repeat;
	background-position: -323px 0;
}

ul#topnav  li#topnav-5 a:hover {
background-position:-323px -46px;
}

ul#topnav  li#topnav-5 a.current {
background-position:-323px -92px;
}
.current {
	cursor: default;
}
#footer  {
	background-image: url(../assets/images/dot_segment.gif);
	background-repeat: repeat-x;
	height: 234px;
	width: 100%;
	color: #E6E6E6;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
} 
#footerContainer {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 24px;
	background-image: url(../assets/images/footer_clouds.png);
	background-repeat: no-repeat;
	height: 210px;
	position: relative;
}
#footerNav {
	background-image: url(../assets/images/contact_bar.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 116px;
	position: relative;
	width: 960px;
}
#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	right: 50px;
	top: 16px;
}
#footerNav ul li {
	float: left;
	width: 210px;
	height: 48px;
	padding: 0px 0px 0px 18px;
}
#footerNav li a {
	display: block;
	height: 48px;
	text-indent: -9999px;
}
#footerNav li a:hover {
	border-bottom: none;
}
ul#contact li#contact1 a {
	width: 48px;
	background-image: url(../assets/images/contact_buttons.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#contact li#contact1 a:hover {
	background-position: 0px -48px;
}
ul#contact li#contact2 a {
	width: 48px;
	background-image: url(../assets/images/contact_buttons.gif);
	background-repeat: no-repeat;
	background-position: -48px 0px;
}
ul#contact li#contact2 a:hover {
	background-position: -48px -48px;
}
ul#contact li#contact3 a {
	width: 48px;
	background-image: url(../assets/images/contact_buttons.gif);
	background-repeat: no-repeat;
	background-position: -96px 0px;
}
ul#contact li#contact3 a:hover {
	background-position: -96px -48px;
}
#contact1Text a, #contact2Text a, #contact3Text a {
	color: #DF912F;
}
#contact1Text a:hover, #contact2Text a:hover, #contact3Text a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DF912F;
}
#contact1Text {
	position: absolute;
	height: 70px;
	width: 150px;
	left: 300px;
	top: 20px;
}
#contact2Text {
	position: absolute;
	height: 70px;
	width: 150px;
	left: 528px;
	top: 20px;
}
#contact3Text {
	position: absolute;
	height: 70px;
	width: 150px;
	left: 755px;
	top: 30px;
}
#footerNav   {
	font-size: 11px;
}
#dragons {
	position: absolute;
	height: 33px;
	width: 170px;
	top: 124px;
	right: 140px;
}
#dragons a:link, #dragons a:hover {
	border: none;
}
#dragons a {
	display: block;
	height: 33px;
	width: 170px;
	background-image: url(../assets/images/dragons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#dragons a:hover {
	background-position: 0px -33px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pageHeadingAbout {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../assets/images/about_me_480.gif);
	background-repeat: no-repeat;
	height: 78px;
}
#comingSoon {
	height: 400px;
	width: 420px;
	margin: 0 auto;
	background-image: url(../assets/images/coming_soon.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0px 100px;
}
.smItalic {
	font-size: 1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: .8;
}
strong  a:link, strong a:visited {
	color: #C97D2B;
}
strong  a:hover, strong a:active {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DF912F;
}
	
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 45px 15px 20px;
	margin-bottom: 30px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 395px 45px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 0px 55px;
} 
.twoColFixRtHdr  #blockquote {
	height: 269px;
	margin: 0px 0px 10px 0px;
}
.twoColFixRtHdr   #blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	line-height: 32px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#pageHeadingBooks {
	background-image: url(../assets/images/looking_for_something.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 80px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
.newbook {
	margin-top: 20px;
}
#otherBooks {
	margin: 30px 13px 0px 35px;
	clear: both;
	position: relative;
	background-color: #F2F2F2;
}
.oneColBookImg {
	float: left;
	width: 271px;
	margin: 20px 0px 0px 0px;
}
#bookOnlyOnes {
	float: left;
	height: 371px;
	width: 271px;
	margin: 50px 0px 0px 0px;
}
#bookDweeb {
	float: left;
	height: 562px;
	width: 271px;
	margin: 50px 0px 0px 0px;
}
.oneColBlurb {
	float: left;
	width: 621px;
	position: relative;
}
#blurbDweeb {
	float: left;
	width: 621px;
	position: relative;
}
#awardNewVoice {
	height: 125px;
	width: 130px;
	position: absolute;
	top: 0px;
	right: 20px;
	background-image: url(../assets/images/award_bright.png);
}
.blurbText {
	background-image: url(../assets/images/shadow_center_621.gif);
	background-repeat: repeat-y;
	width: 521px;
	padding: 30px 30px 30px 70px;
}
#blurbDweebText {
	background-image: url(../assets/images/shadow_center_621.gif);
	background-repeat: repeat-y;
	width: 521px;
	padding: 30px 30px 30px 70px;
}
.newblurbShadowAbove {
	background-image: url(../assets/images/shadow_above_621.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 621px;
}
.newblurbShadowtail {
	background-image: url(../assets/images/shadow_sidetail.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 38px;
	position: absolute;
	left: 0px;
	top: 110px;
}
.newblurbShadowUnder {
	height: 6px;
	clear: both;
	background-image: url(../assets/images/shadow_under_621.gif);
	background-repeat: no-repeat;
}
#dweebShadowtail {
	background-image: url(../assets/images/shadow_sidetail.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 38px;
	position: absolute;
	left: 0px;
	top: 140px;
}
#dweebShadowUnder {
	height: 6px;
	clear: both;
	background-image: url(../assets/images/shadow_under_621.gif);
	background-repeat: no-repeat;
}
#dweebShadowAbove {
	background-image: url(../assets/images/shadow_above_awardpad_621.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 621px;
	margin-top: 1px;
}
#dweebTitle {
	height: 58px;
	width: 342px;
	background-image: url(../assets/images/dweeb_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#onlyonesTitle {
	height: 34px;
	width: 224px;
	background-image: url(../assets/images/onlyones_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#mountainMan {
	width: 428px;
	float: left;
	margin: 0px 30px 30px 0px;
}
#mountainManText {
	width: 368px;
	padding: 30px 30px 30px 30px;
	background-image: url(../assets/images/shadow_center_428.gif);
	background-repeat: repeat-y;
}
#mountainManTitle {
	background-image: url(../assets/images/mountainman_title.gif);
	background-repeat: no-repeat;
	height: 48px;
	text-indent: -9999px;
	width: 337px;
}
#mountainShadowAbove {
	background-image: url(../assets/images/shadow_above_428.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 428px;
	background-position: bottom;
}
#mountainShadowUnder {
	background-image: url(../assets/images/shadow_under_tail_428.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 428px;
	clear: both;
}
#mountainManCover {
	clear: both;
	height: 60px;
	position: relative;
}
#mountainManCover img {
	position: absolute;
	right: 20px;
	bottom: 0px;
}
#tentCamping {
	float: left;
}
#tentCampingText {
	background-image: url(../assets/images/shadow_center_399.gif);
	background-repeat: repeat-y;
	padding: 30px 30px 30px 30px;
	width: 339px;
}
#tentCampingTitle {
	background-image: url(../assets/images/tentcamping_title.gif);
	background-repeat: no-repeat;
	height: 48px;
	width: 264px;
	text-indent: -9999px;
}
#tentShadowAbove {
	height: 6px;
	width: 399px;
	background-image: url(../assets/images/shadow_above_399.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#tentShadowUnder {
	background-image: url(../assets/images/shadow_under_tail_399.gif);
	height: 49px;
	width: 399px;
}
#tentCampingCover {
	clear: both;
	height: 60px;
	position: relative;
	width: 399px;
}
#tentCampingCover img {
	position: absolute;
	right: 20px;
	bottom: 0px;
}
#gr_add_to_books {
	width: 70px;
	position: absolute;
	left: 220px;
	top: 0px;
}
.socialNetwork_sm #gr_add_to_books {
	width: 70px;
	position: absolute;
	left: 120px;
	top: 0px;
}
.newbook .socialNetwork {
	position: relative;
	height: 25px;
	margin-top: 30px;
}
#fb-root {
	height: 20px;
	width: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.tweet_button {
	height: 20px;
	width: 110px;
	position: absolute;
	left: 100px;
	top: 0px;
}
.easterEgg {
	position: absolute;
	height: 53px;
	width: 63px;
	right: 0px;
	bottom: 0px;
}
.easterEgg a {
	display: block;
	height: 53px;
	width: 63px;
	background-image: url(../assets/images/leaf_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.easterEgg a:hover {
	background-position: 0px -53px;
	text-decoration: none;
	border-bottom-style: none;
}
.socialNetwork_sm {
	position: relative;
	height: 25px;
	margin-top: 30px;
}
.socialNetwork_sm .tweet_button {
	position: absolute;
	height: 20px;
	width: 110px;
	left: 0px;
	top: 0px;
}
#pageHeadingMedia {
	background-image: url(../assets/images/pocketful_hullabaloo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 79px;
	width: 512px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#onlyonesVideo {
	width: 480px;
	height: 410px;
	float: left;
	padding: 48px 0px 0px 35px;
}
#onlyonesAudio {
	float: left;
	height: 410px;
	width: 335px;
	padding: 48px 0px 10px 70px;
}
#dweebVideo {
	width: 480px;
	height: 435px;
	float: left;
	padding: 48px 0px 20px 35px;
}
#dweebAudio {
	float: left;
	height: 435px;
	width: 335px;
	padding: 48px 0px 20px 70px;
}
#trailer {
	height: 318px;
	width: 480px;
	margin: 24px 0px 0px 0px;
}
#audiofile {
	height: 16px;
	width: 318px;
}
#readingImg {
	margin-top: 24px;
}
#onlyonesTrailerTitle {
	background-image: url(../assets/images/onlyones_trailer.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 276px;
	text-indent: -9999px;
}
#onlyonesReadingTitle {
	background-image: url(../assets/images/onlyones_reading.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 276px;
	text-indent: -9999px;
}
#dweebTrailerTitle {
	background-image: url(../assets/images/dweeb_trailer.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 229px;
	text-indent: -9999px;
}
#dweebReadingTitle {
	background-image: url(../assets/images/dweeb_reading.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 229px;
	text-indent: -9999px;
}
#reviews {
	width: 900px;
	float: left;
	padding: 48px 0px 50px 35px;
}
#reviewsTitle {
	background-image: url(../assets/images/reviews_etc.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 288px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#reviews ul {
	margin: 0;
	padding: 0 0 0 18px;
	list-style-image: url(../assets/images/bullet.gif);
}
#reviews li {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.3em;
}
.twoColFixRtHdr #blogSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 40px 0px 35px;
	margin-bottom: 30px;
}
.twoColFixRtHdr #blogMainContent {
	margin: 0 335px 40px 0px;
	padding-left: 40px;
}
.georgia_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #808080;
}
#blogPhoto {
	background-image: url(../assets/images/blog_aaron.jpg);
	background-repeat: no-repeat;
	height: 240px;
}
#blogTitle {
	width: 792px;
	height: 79px;
	background-image: url(../assets/images/indubitable_title.gif);
	background-repeat: no-repeat;
	margin: 35px 0px 30px 40px;
}
#blogTitle a:hover {
	border-bottom: none;
}
.entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 25px 0px 5px 0px;
	display: block;
}
.metadata {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #808080;
	background-image: url(../assets/images/comments_sm.gif);
	background-repeat: no-repeat;
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 0px 25px;
}
.metadata a:link, .metadata a:visited, .addthis a:link, .addthis a:visited {
	color: #4D4D4D;
}
.metadata a:hover, .metadata a:active, .addthis a:hover, .addthis a:active {
	color: #3D9DBF;
	border-bottom-style: none;
}
.metadata  img {
	padding-right: 4px;
}
.widget  {
	width: 260px;
	padding: 0px 0px 20px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#blogSidebar ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-image: url(../assets/images/bullet.gif);
}
#blogSidebar li {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.3em;
}
.blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #808080;
	font-size: 1.2em;
	padding: 0px 30px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
	line-height: 25px;
}
h2 {
	margin: 0;
	padding: 25px 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	color: #4D4D4D;
	line-height: 1.2em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;
	line-height: 25px;
	color: #4D4D4D;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bold;
	color: #DF912F;
	font-size: 1.3em;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #808080;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1   a:link, h1 a:visited {
	color: #4D4D4D;
}
h1 a:hover, h1 a:active {
	color: #3D9DBF;
	border-bottom: none;
}
h1 a {
	border: 0;
	outline: 0;
}
h2   a:link, h2 a:visited {
	color: #4D4D4D;
}
h2 a:hover, h2 a:active {
	color: #3D9DBF;
	border-bottom: none;
}
h3 a:link, h3 a:visited {
	color: #4D4D4D;
}
h3 a:hover, h3 a:active {
	color: #3D9DBF;
	border-bottom: none;
}
h4 a:link, h4 a:visited {
	color: #DF912F;
}
h4 a:hover, h4 a:active {
	border-bottom-color: #DF912F;
}
.mcol {
	width: 500px;
	overflow: hidden;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 0px 40px 45px 40px;
}
.entry img {
	padding-top: 10px;
	padding-bottom: 10px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #808080;
	font-size: 1.2em;
	padding: 0px 30px;
}
.pagenav {
	padding-top: 20px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.category {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px 0px;
}
#commentsWrap {
	padding-top: 5px;
	padding-bottom: 5px;
}
.avatar {
	float: left;
	padding-right: 10px;
	width: 30px;
}
.comment-text {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 450px;
}
.comment {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	padding: 20px 0px;
}
.respond {
	padding-top: 0px;
	padding-bottom: 10px;
	clear: both;
}
.respond p {
	text-align: right;
}
label {
	padding-right: 10px;
	margin: 0;
}
.textfield {
	background-color: #F2F2F2;
}
td.label {
	width: 80px;
	text-align: right;
	vertical-align: top;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.rss {
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rss img {
	padding-right: 6px;
}
.rss a, .rss a:link, .rss a:visited {
	color: #DF912F;
}
.rss a:hover, .rss a:active {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DF912F;
}

