/*
Theme Name: TomStardust Diary
Theme URI: http://www.tomstardustdiary.com
Description: Handcoded Wordpress Theme by <a href="http://www.tomstardust.com">Tommaso Baldovino</a>
Author: Tommaso Baldovino
Author URI: http://www.tomstardust.com
Tags: white, accessible, fluid width, 3 columns, widgets, widget ready, valid CSS, valid XHTML
Version: 1.0

------------------- Color Palette --------------------
   Orange		     	- #ffa000
   Light Orange   - #fa0
   Dark Grey			- #888
   Text 		    	- #666
------------------------------------------------------

------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}

/* ----- General styles ------- */
body {
	color: #444;
	background: #fff url(images/bg-header.jpg) repeat-x;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 85%;
}

.skip, hr, #title .payoff {
	position: absolute;
	left: -9999px;
}
h2, h3, h4{
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0 0 15px 0;
	color: #666;
	font-weight: 500;
}
p{
	margin: 0 0 8px 0;
	line-height: 1.3;
}
a:link, a:visited {
	color: #e80;
	text-decoration: underline;
}
a:hover, a:active {
	color: #fa0;
	text-decoration: none;
}
a img {
	border: none;
}

.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}
.clearer {
  clear: both; margin: 0; height: 1px; overflow: hidden;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: url(images/quote.png) 0 -2px no-repeat;
	margin: 5px;
	padding: 10px 50px 1px;
	font-style: italic;
}
cite {
	font-size: 100%;
	font-style: normal;
}
#title{
	height: 100px;
}
h2 {
	font: 1.8em Georgia, serif;
	letter-spacing: -0.2px;
}
h3 {
	font: 1.6em Georgia, serif;
}
h4 {
	font: 1.2em Georgia, serif;
}
p, li, .feedback {
	letter-spacing: 0;
}
/*----- menu orizzontale -------*/
#menu1{
	height: 26px;
	float: right;
	display: inline;
}
#menu1 ul{
	float: right;
}
#menu1 ul li{
	float: left;
	display: inline;
	font-size: 0.9em;
	font-weight: 500;
}
#menu1 ul li a{
	float: left;
	padding: 0px 15px;
	line-height: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}
#menu1 ul li a:link, #menu1 ul li a:visited{
	color: #ddd;
}
#menu1 ul li a:hover, #menu1 ul li a:active{
	background: #484848;
	background: rgba(0,0,0,0.3);
	color: #fff;
}
#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited{
	padding: 6px 15px;
	background: #454545 url(images/bg-menu-in.png) repeat-x left top;
	border: 1px solid #666;
	border-top: none;
	color: #fff;
}
#header {
	color: #fff;
	position: relative;
	height: 159px;
	margin: 0 40px;
}
#header h1 {
  position: absolute;
	width: 539px;
	height: 100px;
	top: 50px;
	background: url(images/logo.png) no-repeat;	
}
* html #header h1 {
  background: transparent;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/logo.png',sizingMethod='crop');
}
#header h1 a {
	position: absolute;
	width: 539px;
	height: 100px;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
#rss {
  position: absolute;
	width: 128px;
	height: 128px;
	top: 48px;
	right: 20px;
	background: url(images/feed-rss.png) no-repeat;	
}
* html #rss {
  background: transparent;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/feed-rss.png',sizingMethod='crop');
}
#rss a {
	position: absolute;
	width: 128px;
	height: 128px;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
#top-box{
	padding: 10px 40px;
	color: #fff;
	background: #666 url(images/bg-top-box.png) repeat-x;
	min-height: 30px;
}
* html #top-box {
	height: 30px;
}
#top-box .home{
  width: 340px;
  float: left;
  padding: 0 0 0 10px;
  margin-left: -380px;
}
#top-post{
	float: left;
	margin-right: 380px;
	padding: 0 10px 0 0;
	background: url(images/border-top-post.jpg) top right repeat-y;
}
#top-post .post ul li{
	background: url(images/icon-list-grey.gif) 2px 9px no-repeat;
}

#top-text{
	float: none;
	width: 100%;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.8em;
	line-height: 1.8;
	font-weight: 100;
}
#top-text p {
  margin: 5px 0;
}
#main-content, #main-content-page {
	padding: 20px 40px;
	border-top: 1px solid #fff;
	background: #fff url(images/bg-main-content.png) repeat-x;
}

/* ----- Data, Titolo, Meta, Contenuto Post -----*/
.page-title {
  font-size: 2.2em;
  color: #555;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.post-wrapper {
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 50px;
	background: url(images/divider.jpg) bottom center no-repeat;
}
.archive .post-wrapper {
  background: none;
  padding-bottom: 0;
}
h2.storytitle{
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 8px;
	background: url(images/post-divider.jpg) repeat-x left bottom;
}
.first h2.storytitle {
  font-size: 2.5em;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{
	color: #333;
	text-decoration: none;
}
.storytitle a:visited {
  color: #555;
}
.first .storytitle a:link, .first .storytitle a:visited{
  color: #333;
}
.storytitle a:hover, .storytitle a:active, .first .storytitle a:hover, .first .storytitle a:active{
	color: #fa0;
}
.meta {
	float: left;
	display: inline;
	font-size: .75em;
}
.meta p {
  line-height: 16px;
}
.abstract {
  font-size: .75em;
}
div.storycontent p{ 
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.post h3, .post h4 {
	margin: 15px 0 5px 0;
	color: #444;
	font-weight: 500;
	background: url(images/icon-arrow-right.png) 0 8px no-repeat;
	padding-left: 20px;
}
.post h4{
	background: transparent;
	font-style: normal;
	padding: 0;
}
.post img{
  padding: 1px;
  border: 3px solid #aaa;
}
.post img.noborder, .tumblr img {
  padding: 0;
  border: none;
}
.post ul{
	margin: 10px 0;
	padding: 0;
	font-size: 1.2em;
}
.post ul li{
	margin: 0;
	padding: 2px 26px;
	background: url(images/icon-list-white.png) 2px 9px no-repeat;
	list-style: none;
	line-height: 1.5em;
}
.post ol{
	margin: 10px 0 10px 30px;
	padding: 0;
	font-size: 1.2em;
}
.post ol li{
	margin: 0;
	padding: 2px 0;
	list-style-type: decimal;
	line-height: 1.2;
}
p a.more-link {
  clear: both;
	text-align: right;
	display: block;
	padding-right: 20px;
	background: url(images/icon-arrow-right.png) no-repeat right center;
}
.meta .date {
	background: url(images/icon-date.gif) no-repeat left center;
	padding-left: 20px;
}
.comments {
	background: url(images/comments.gif) no-repeat left center;
	padding-left: 20px;
}
/*
.category {
	background: url(images/icon-tag-grey.gif) no-repeat left center;
}
*/
.meta .category {
	background: url(images/icon-tag-white.gif) no-repeat 0 1px;
	padding-left: 20px;
}
.tags {
  padding-top: 10px;
  border-top: 1px dotted #ccc;
  font-size: 12px;
  color: #888;
}

/* -- Related Posts -- */
#related {
  clear: both;
  padding: 10px 10px 10px 80px;
  margin-top: 30px;
  background: #fafafa url(images/icon-related-posts.jpg) no-repeat 5px 10px;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
  border: 1px solid #fafafa;
}
#related:hover {
  border: 1px solid #ccc;
}
#related h3 {
  margin-top: 0;
}
#related li{
  background: none;
  padding-left: 0;
  margin-left: 20px;
  list-style-type: disc;
}


.banner{
	margin: 20px 0;
	clear: both;
	text-align: center;
	padding: 1px;
}
.banner a:link img, .banner a:visited img{
	border: 5px solid #ddd;
}
.banner a:hover img, .banner a:active img, .banner a:focus img{
	border: 5px solid #aaa;
}
#ads {
  text-align: center;
  font-size: 10px;
  margin-bottom: 30px;
}
#ads img{
	border: none;
	display: inline;
	margin: 0 20px 10px;
	padding: 1px;
}
#ads a:link img, #ads a:visited img{
	border: 5px solid #ddd;
}
#ads a:hover img, #ads a:active img, #ads a:focus img{
	border: 5px solid #aaa;
}
#ads p{
	clear: both;
	font-size: 0.85em;
	text-align: center;
	margin-bottom: 0;
}
#videos {
  width: 339px;
  /*height: 284px;*/
  margin: 0 auto 10px;
  padding: 5px 10px 10px;
  /*background: url(images/bg-video.png) no-repeat;*/
  background: #EEEEEE;
  border: 1px solid #e7e7e7;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#videos h3{
	font-size: 1.5em;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
	font-family: Myriad, 'Myriad Pro', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	color: #888;
	margin: 0;
	padding: 0;
}
#videos object {
  display: block;
}
/* -- Custom Styles Top Box -- */
#top-box .post {
	margin: 0;
	padding: 0;
}
#intro {
	float: right;
	width: 180px;
	height: 30px;
	display: block;
	margin: 0;
	text-indent: -9999px;
	background: url(images/ultimo-post-pubblicato.png) no-repeat;
}
#top-box .storytitle {
	padding: 0;
	background: transparent;
}
#top-box .storytitle a:link, #top-box .storytitle a:visited {
	color: #fff;
}
#top-box .storytitle a:hover, #top-box .storytitle a:active{
	color: #fa0;
}
#top-box .abstract {
	color: #aaa;
	margin-bottom: 15px;
}
#top-box .abstract span {
	margin-right: 10px;
	padding: 2px 0 2px 20px;
}
#top-box .post h3, #top-box .post h4 {
	color: #fff;
}
/*----- Trackbacks -------*/
#trackback h4, h3#trackbacks{
	margin-bottom: 5px;
	padding-left: 25px;
	background: url(images/icon-trackback.png) no-repeat left center;
	font-family: Myriad, 'Myriad Pro', 'Trebuchet MS', Tahoma, Verdana, sans-serif;	
}
#trackback p{
	font-size: 0.75em;
	margin-bottom: 20px;
	padding-left: 25px;
}
.trackback-list{
	margin: 0 0 15px 25px;
	list-style-type: decimal;
	font-family: Georgia, 'Times New Roman', serif;
}
.trackback-list li{
	margin-bottom: 5px;
}
.comment-indent{
	margin-left: 25px;
	font-size: 0.85em;
	font-style: italic;
	margin-bottom: 15px;
}
.navigation {
  font-size: 0.7em;
  margin: 10px 0;
  height: 16px;
  line-height: 16px;
}
/*----- Commenti -------*/
#respond h3, h3#comments {
  clear: both;
	padding-left: 25px;
	font-weight: 500;
	background: url(images/comment.gif) no-repeat left center;
	margin-bottom: 5px;
}
h3#comments{
	background: url(images/comments.gif) no-repeat left center;
}
#commentform{
	font-size: 0.85em;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #aaa;
	padding: .2em;
}
#commentform textarea {
	width: 95%;
}
#commentform textarea:focus{
  border: 1px solid #ffa000;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
ol.commentlist{
  clear: both;
	margin: 0 0 0 25px;
	list-style-type: decimal;
}
ol.commentlist .children {
  margin-left: 20px;
}
ol.commentlist li{
	font-family: Myriad, 'Myriad Pro', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 1em;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
ol.commentlist li.alt{
	background: #eee;
}
ol.commentlist li:hover {
  background: #fafafa;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;  
}
ol.commentlist li.alt:hover{
	background: #eaeaea;
}
ol.commentlist .comment-author{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
ol.commentlist li.alt .comment-author{
	border-bottom: 1px solid #ddd;
}
ol.commentlist li cite{
	font-size: 1.4em;
	color: #666;
	padding-left: 25px;
	background: url(images/comment.gif) no-repeat left 4px;
}
ol.commentlist li.alt cite{
	background: url(images/comment-alt.gif) no-repeat left 4px;
}
ol.commentlist li cite a:link, ol.commentlist li cite a:visited{
  text-decoration: none;
}
li .commentmetadata{
  font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 0.75em;
	float: right;
	line-height: 1.4;
}
ol.commentlist li small.commentmetadata a:link, li.commentmetadata a:visited{
	color: #666;
	text-decoration: underline;
}
li .avatar{
	float: right;
	margin: 0 0 5px 10px;
}
div.commentbody {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	line-height: 1.4;
	padding: 5px 0;
	border-top: 1px solid #fff;
	min-height: 30px;
}
* html div.commentbody{
	height: 30px;
}
#commentPreview ol {
  margin-left: 0;
}
#commentPreview p {
  margin-top: 15px;
  font-family: Arial, Verdana, Tahoma, sans-serif;
}
#cancel-comment-reply a {
  font-size: 14px;
  margin: 15px 0;
  display: block;
}
.reply a {
  background: url(images/icon-reply.gif) center right no-repeat;
  padding-right: 20px;
}
/* -- Images & Caption Alignment -- */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}
.alignright {
   float: right;
   margin: 0 0 5px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* --------- Layout ---------- */
#container{
	min-width: 960px;
	max-width: 1600px;
}
#wrapper{
	float: left;
	display: inline;
	width: 100%;
	margin-left: -381px;
}
#content {
	margin-left: 381px;
	padding: 0 10px 0 0;
}
#allmenu{
	float: right;
	display: inline;
	width: 381px;
	margin: 3px 0 15px 0;
}
#main-content-page #content .post {
  margin-left: 0;
}
#content .post {
	margin-left: 103px;
	min-height: 90px;
	padding-bottom: 10px;
}
* html #content .post {
	height: 90px;
}
#content .meta {
	float: left;
	width: 100px;
	margin-top: 5px;
}

/*----- Menu widget ready -------*/
#menu, #menuright {
	padding: 0 10px;
	float: left;
	display: inline;
	width: 170px;
}
#menu form, #menuright form {
	margin: 0;
}
form #s{
  width: 130px;
}
#menu ul, #menuright ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
}
#menu ul li, #menuright ul li {
	font-size: 1.3em;
	font-weight: normal;
	color: #888;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0; 
	background: transparent;
}
#menu ul ul, #menuright ul ul {
	margin: 5px 0 0 0;
	text-align: left;
}
#menu ul ul li, #menuright ul ul li {
	border-bottom: 1px solid #ddd;
	font: normal normal 0.60em/1.7em Arial, Verdana, Tahoma, sans-serif;
	letter-spacing: 0;
	color: #bbb;
	margin-top: 0;
	padding: 0;
	padding-left: 21px;
	background: url(images/icon-list-white.png) 2px 3px no-repeat;
}
#menu ul ul ul, #menuright ul ul ul{
	border: none;
}
#menu ul ul ul li, #menuright ul ul ul li{
	font-size: 100%;
}
#menu ul ul li a, #menuright ul ul li a {
	color: #999;
	text-decoration: none;
}
#menu ul ul li a:hover, #menu ul ul li a:active, #menuright ul ul li a:hover, #menuright ul ul li a:active {
	color: #fa0;
}
#menu ul ul ul.children, #menuright ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}
li.widget h3 {
	font-size: 1em;
	font-family: Myriad, 'Myriad Pro', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	color: #888;
	font-weight: 500;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: url(images/post-divider.jpg) repeat-x left bottom;	
}

#search div.outer{
	margin-top: 5px;
}
#pagesearch {
  margin: 10px 0;
}
#pagesearch div {
  margin-top: 5px;
}
#pagesearch label {
  color: #333;
	font-size: 1.4em;
	font-family: Myriad, 'Myriad Pro', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
}
#pagesearch #pages {
  font-size: 16px;
  color: #666;
}
#searchform #simg, #pagesearch #pagesimg{
	vertical-align: middle;
}
.textwidget{
	margin-top: 5px;
	border-top: 1px solid #bbb;
	padding-top: 5px;
	font-size: 0.65em;
	line-height: 1.4;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #aaa;
}
#navigation {
	text-align: center;
  font-weight: 500;	
	font-size: 1.2em;
	font-family: Myriad, 'Myriad Pro', 'Trebuchet MS', Tahoma, Verdana, sans-serif;	
}
#navigation .archive {
  clear: both;
}
.next a {
	padding-right: 20px;
	background: url(images/icon-arrow-right.png) no-repeat right 5px;
}
.column-left {
  float: left;
  width: 48%;
}
.column-right {
  float: right;
  width: 48%;
}
.archivio ul {
  margin-top: 0;
}
.archivio h3 {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;  
}
#old{
  margin: 10px auto 20px; 
  padding: 10px 10px 10px 70px;
  font-size: 1.1em;
  text-align: left;
  color: #fff;
  background: #b00 url(images/icon-warning.jpg) 10px 5px no-repeat;
  border: 1px solid #300;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 40px;
}
* html #old {
  height: 40px; 
}
#old p{
  margin: 0;
}
/* ------ Footer ------*/
#footer-outer {
  clear: both;
  background: url(images/bg-top-footer.jpg) top left repeat-x;
  padding-top: 15px;
}
#footer{
	color: #ccc;
	background: #666 url(images/bg-footer.jpg) repeat-x;
	text-align: center;
	font-size: 0.75em;
	text-shadow: 1px 1px 0 #333;
}
#footer .text {
  color: #fff;
}
#footer .text p{
  font-size: 1.3em;
}
#footer .text a:link, #footer .text a:visited{
  text-decoration: underline;
  color: #ffa000;
}
#footer .text a:hover, #footer .text a:active{
  text-decoration: none;
  color: #fa0;
}
#footer-lists{
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	font-size: 1.1em;
}
#icons {
  margin: 30px 0 35px;
  text-align: center;
}
#icons img {
  display: inline;
  margin: 0 10px;
}
#flickr {
  text-align:center;
  width:960px;
  height: 110px;
  margin: 0 auto;
}
.flickr_badge_image { 
  display: inline;
  margin:0 5px;
}
.flickr_badge_image a img {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.flickr_badge_image a:link img, .flickr_badge_image a:visited img {
  border: 5px solid #777;
}
.flickr_badge_image a:hover img, .flickr_badge_image a:active img{
  border: 5px solid #fa0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#footer-lists h2{
	color: #fff;
	font-size: 2.3em;
	margin: 0;
	padding: 0 0 5px 0;
  border-bottom: 1px solid #fff;
  font-weight: 100;	
}
#footer .text h2{
  margin-bottom: 10px;
}
#footer-lists ul{
	margin: 0 0 10px;
}
#footer-lists ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}
#footer li a {
  padding: 5px 0 5px 20px;
  display: block;
}
#footer li a:link, #footer li a:visited{
	color: #fff;
	text-decoration: none;
  background: url(images/tick_small.gif) left 6px no-repeat;	
	border-bottom: 1px solid #ccc;
	text-shadow: none;
}
#footer-lists ul li + li a:link, #footer-lists ul li + li a:visited { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.8);}
#footer-lists ul li + li + li a:link, #footer-lists ul li + li + li a:visited {color: rgba(255,255,255,0.6); border-color: rgba(255,255,255,0.6);}
#footer-lists ul li + li + li + li a:link, #footer-lists ul li + li + li + li a:visited {color: rgba(255,255,255,0.4); border-color: rgba(255,255,255,0.4);}
#footer-lists ul li + li + li + li + li a:link, #footer-lists ul li + li + li + li + li a:visited { color: rgba(255,255,255,0.3); border-color: rgba(255,255,255,0.3);}
#footer-lists ul li + li + li + li + li + li a:link, #footer-lists ul li + li + li + li + li + li a:visited {color: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.1);}
#footer li a:hover, #footer-lists ul li + li a:hover, #footer-lists ul li + li + li a:hover,
#footer-lists ul li + li + li + li a:hover, #footer-lists ul li + li + li + li + li a:hover,
#footer-lists ul li + li + li + li + li + li a:hover {
	color: #fa0;
	text-decoration: none;
  background: url(images/tick_small.gif) left -94px no-repeat;	
  border-bottom: 1px solid #fa0;	
}
.footer-list{
	width: 300px;
	padding: 0 10px;
	float: left;
}
#footer p.clear {
  padding: 20px 10px;
  margin: 0;
  height: 45px;
}
#made-mac {
  float: left;
  width: 153px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  background: url(images/made-on-a-mac.jpg) no-repeat;
}
#wp-powered {
  float: right;
  width: 160px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  background: url(images/wp-powered.jpg) no-repeat;
}
