/*
Theme Name: Stardust v1.0
Theme URI: http://www.tomstardust.com
Description: Handcoded Wordpress Theme for Accessibility Lovers by <a href="http://www.tomstardust.com">Tommaso Baldovino</a>
Author: Tommaso Baldovino
Author URI: http://www.tomstardust.com
*/
body {
	color: #000;
	font-family: Verdana, Arial,  sans-serif;
	margin: 8px 0 0 0;
	padding: 0;
}

.skip, hr{
	position: absolute;
	left: -9999px;
}

a:link, a:visited {
	color: #FF9900;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	font-weight:bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a img {
	border: none;
}


acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: url(images/quote.png) no-repeat;
	margin-left: 1.5em;
	padding: 1px 0 0 40px;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
cite {
	font-size: 100%;
	font-style: normal;
}

h1{
	font: 140%/1.15 Verdana, Arial,  sans-serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 0;
	color:#000;
	font-weight:bold;
}

h1 a:link { text-decoration:none;
	margin: 10px 0 20px 0;
	padding: 0;
	color: #000;
	font: 12px Verdana, Arial,  sans-serif;
}
h2 {
	font: 140% Verdana, Arial,  sans-serif;
	font-weight:bold;
	letter-spacing: -0.2px;
	margin: 15px 0 2px 0;
	padding-bottom: 10px;
}

h3 {
	font: 130% Georgia, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 12px Verdana, Arial,  sans-serif;
	letter-spacing: 0;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #FF9900;
	text-align: right;
	clear: both;
	border-top: 1px solid #eee;
}
.feedback a{
	color: #FF9900;
	font-weight:bold;
}
.feedback a:hover, .feedback a:active{
	text-decoration: none;
}
.feedback p{
	padding: 0 25px;
	background: url(images/comment.gif) top right no-repeat;
}

.meta {
	font-size: .75em;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #FF9900;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 15px;
}
.meta a{
	color: #FF9900;
	font-weight:bold;
	text-decoration: underline;
}
.meta a:hover, .meta a:active{
color:#000;
	text-decoration: none;
}
.meta .tags{
	background: url(images/tag.gif) 0 0 no-repeat;
	padding-left: 20px;
}
.meta .user{
	background: url(images/user.gif) 0 0 no-repeat;
	padding-left: 20px;
}

.post{
	margin-bottom: 40px;
}
.post img{
	/*float: left;*/
	margin: 0 10px 5px 0;
	/*border: 3px double #ddd;*/
}
.post ul{
	margin: 0;
	padding: 0;
}
.post ul li{
	margin: 0;
	padding: 0.2em 20px;
	background: url(images/list.png) 0 4px no-repeat;
	list-style: none;
}
.post ol{
	margin: 0 25px;
	padding: 0;
}
.post ol li{
	margin: 0;
	padding: 0.2em 0 1em;
	line-height:170%;
}

.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{
	color: #000;
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
	color: #FF9900;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 95%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
div.commentbody {
	margin: 10px 60px 10px 30px;
	padding: 25px 0 0 10px;
	background: #eee url(images/comment-top.png) no-repeat;
}
div.commentbody div{
	padding: 0 5px 5px 0;
	background: #eee url(images/comment-bottom.png) bottom right no-repeat;
}

#container{
	width: 760px;
	margin:auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-repeat:repeat-y;
}
#wrapper{
	float: left;
	width: 100%;
	margin-left: -190px;
}
#content {
	margin: 0 0 0 190px;
	padding: 30px 10px 10px 30px;
	background: transparent;
}

.storycontent {padding-top:10px;}

.storycontent p{
	line-height:170%;
}

.storycontent h2 { 
font-family: Verdana, Arial,  sans-serif;
font-size: 110%;
color:#009;
padding-top:20px;
}

.storycontent h3 { 
font-family: Verdana, Arial,  sans-serif;
font-size: 90%;
color:#000;
padding-top:10px;
font-weight:bold;
}

#searchform{
float:left;
padding:0;
margin:0 ;
}

.searchborder {
	border-bottom: 1px solid #EDF2F6; 
	padding-left:10px; 
	background-color: #FF9900;
	padding-top:3px;
}

#searchform label{
	position: absolute;
	left: -9000px;
}
#searchform input{
	font-size:12px;
	width: 100px;
}
#searchform #goButton {width:30px;}

#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}
a#rss{
	margin: 0;
	padding: 0;
}

.textwidget{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

#menu {
	padding: 10px 10px 10px 10px;
	float: right;
	display: inline;
	width: 160px;
	margin: 0 0 240px 0;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
}

#menu ul li {
	font: normal bold 110% Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0; 
	background: transparent;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/1.7em Verdana, Arial,  sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 20px;
	background: url(images/list.png) 0 3px no-repeat;
}
#menu ul ul ul{
	border: none;
}
#menu ul ul ul li{
	font-size: 100%;
}

#menu ul ul li a {
	color: #FF9900; 
	text-decoration: underline;
	font-weight:bold;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	color: #000;
	border-bottom: 1px solid #FF9900;
}


#menu ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #D70606;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font: normal italic Georgia, serif;
	font-size: 120%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999;
	font: normal 100% Verdana, Arial,  sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #D70606 url(images/date.png) no-repeat;
	color: #ddd;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}
div.date span.mese{
	display: block;
	margin-bottom: 8px;
}
div.date span.giorno{
	font-size: 190%;
	color: #444;
	font-weight: bold;
	line-height: 0.8;
}
div.date p span.anno{
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 80%;
	font-family: Tahoma, Arial, sans-serif;
}
#menu1{
	height: 1%;
	overflow: hidden;
	margin-left: 80px;
}
#menu1 ul{
	margin: 0;
	padding: 0;
}
#menu1 ul li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu1 ul li a{
	padding: 8px 20px;
	display: block;
	text-decoration: none;
}
#menu1 ul li a:link, #menu1 ul li a:visited{
	background: #222 url(images/menu.png) top left repeat-x;
	color: #ddd;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
#menu1 ul li a:hover, #menu1 ul li a:active{
	background: #333 url(images/menu.png) 0 -100px repeat-x;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
}
#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited{
	background: #d70606 url(images/menu_in.png) top left repeat-x;
	color: #fff;
	border-left: 1px solid #d70606;
	border-top: 1px solid #d70606;
}

#footer{
	clear: both;
	border-top: 1px dotted #ddd;

	margin: 0;
	padding: 0 80px;
	text-align: center;
	font-size: 80%;
	min-height: 34px;
}
table#footer td
{
	font-size: 11px;
	color: #666;
	text-align: center;
	padding: 5px;
}

.inline
{
	display: inline;
}

/* Top Nav Styles Added By Dom 14/12/07 ---------------------------------------------------*/

#top-nav-new {
margin:auto;
width:760px;
height:24px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
background-image:url(http://www.hosting-netexplorers.co.uk/images/top-nav-bg-repeat.png);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

#top-nav-new ul{ 
padding-right:5px; 
margin:0;
text-align:right;
}

#top-nav-new li{ 
display:inline;
font-size:10px;

}


 .tel-padding { padding-left: 2px; font-weight:bold;}

#top-nav-new ul li a{ 
text-decoration:none; 
color:#333;
padding-left:2px;
padding-right:8px;
border-right: 1px solid #666;
font-weight:normal;
}

#top-nav-new ul li a:hover{ 
text-decoration:underline; 
color:#333;
}

/* Header Styles Added By Dom 14/12/07 ---------------------------------------------------*/

#header-new {
width:760px;
height:124px;
background-image:url(http://www.hosting-netexplorers.co.uk/images/header-bg-home.png);
display:block;
margin:auto;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}

/* Search Styles Added By Dom 14/12/07 ---------------------------------------------------*/


#search-new
{
	float:right;
	padding: 40px 35px 0 0px;
	text-align:left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #FFFFFF;
}

#search-new form
{
	margin: 0;
	padding: 0;
}

#search-new input
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px;
}

form input, form textarea {
border:1px solid #999999;
color:#666666;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
padding:2px;
}

/* Main Nav Styles Added By Dom 14/12/07 ---------------------------------------------------*/

#main-nav {
margin:auto;
text-align:left;
width:760px;
height:28px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
background-image:url(http://www.hosting-netexplorers.co.uk/images/main-nav-bg.png);
background-repeat:no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#main-nav ul{ 
padding:7px; 
margin:0;
}

#main-nav li{ 
display:inline;
}

#main-nav ul li a{ 
text-decoration:none; 
color:#fff;
padding-left:9px;
padding-right:13px;
border-right: 1px solid #666;
font-weight:bold;
}

#main-nav ul li .live-chat{ 
border-right: 0 solid #666;
}

#main-nav ul li a:hover{ 
text-decoration:underline; 
color:#fff;
}


div#menu ul li#tag_cloud.widget {
	
}

#footer-new
{
	clear:both;
	display:block;
	width:755px;
	height:80px;
	margin: auto;
	font-size: 11px;
	color: #999;
	text-align: center;
	border-top:1px solid #CCCCCC;

}

#footer-new a { 	color: #FF9900; font-weight:bold; }

img#wpstats{width:0px;height:0px;overflow:hidden}

div.digg-this {
	float: right;
}


div.disc {
	margin-top: 40px;
	border-top: 1px dotted #ccc;
}