/* ********* BODY AND UNIVERSAL STYLES ********* */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
background: #000;
/*E9E9E9 url(http://www.top10netbooks.com/images/silver-bg.gif) repeat-x;*/
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

#page {
	background: #FFF;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
border-top: 1px solid #FFF;
	}

.green {
color: #507702;
font-weight: bold;
}

#content ul li {
margin-bottom: 10px;
}

a:link, #sidebar a:link {
	color: #E67300;
	text-decoration: none;
border-bottom: 1px #E67300 dashed;
	}

a:visited, #sidebar a:visited {
	color: #E67300;
	text-decoration: none;
border-bottom: 1px #E67300 dashed;
	}

a:hover, a:active, #sidebar a:hover, #sidebar a:active, .entry a:hover, .entry a:active {
	color: #1E608E;
	text-decoration: underline;
border-bottom: 1px #FFF dashed;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	border: 0px;
	color: #5999C9;
	background-color: #5999C9;
	height: 1px;
	}

strike {
	color: #777;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
	
acronym, abbr {
	border-bottom: 1px dashed #999;
	}

h1, h3 {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}	

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	color: #333;
	margin: 30px 0 0;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #E67300;
	text-decoration: none;
	font-family: Verdana, 'Times New Roman', serif;
	}
	
h2 a:hover, h2 a:active {
	color: #1E608E;
	text-decoration: underline;
	}

h3 {
	font-size: 2em;
	padding: 0;
	margin: 30px 0 0;
	color: #1E608E;
font-weight: bold;
line-height: 22px;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	padding: 10px;
	}
	
.clear {
	clear: both;
	}
	
pre {
	font-family: 'Courier New', 'Courier', monospace;
	font-size: 11px;
	color: #7195B7;
	}
	
#sidebar ul ul li:before {

	}

#sidebar ul ul {
list-style-type: square;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#kicker h1 {
color: #FF9900;
font-size: 22px;
font-weight: bold;
text-align: left;
}

	
/* ********* FORM ELEMENTS ********* */	
	
input.button {
	background: #FFA347;
	color: #FFF;
	border: 0px;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	font-family: 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	margin: 0px;
	display: inline;
	position: relative;
	top: -1px;
	}

input.button:hover {
	background: #5999C9;
	text-decoration: underline;
	cursor: pointer;
	}

input {
	background: #88B5D8;
	color: #333;
	border: 0px;
	font-size: 10px;
	font-family: 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 0px;
	}

.white {
	background: #FFF;
	}

input:focus {
	background: #5999C9;
	}

select {
	width: 130px;
	}
	
/* ********* IMAGES ********* */	
	
p img {
	padding: 0;
	max-width: 100%;
	}
	
a img {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


img.alignright {

	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	text-align: center;
	background-color: #F9F9F9;
	padding-top: 4px;
	margin: 0px;
	margin: 10px auto;
	}

.wp-caption img {
	margin: 0;
	padding: 0px;
	border: 1px solid #F9F9F9;
	}

.wp-caption p.wp-caption-text {
	font-family: Verdana, 'Times New Roman', serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 10px;
	margin: 0px;
	color: #333;
	}
	
/* ********* HEADER AREA ********* */	

#page_header {
	background: url(http://www.top10netbooks.com/images/header-bg.gif);
	margin: 0px;
	padding: 0;
	width: 100%;
height: 150px;
overflow: hidden;
text-align: center;
	}

#header {
	margin: 0px auto;
	width: 950px;
	padding: 0px;
text-align: left;
height: 150px;
	}

#site_title {
text-align: left;
float: left;
color: #FFF;
font-size: 12px;
}

#site_title a:link, #site_title a:visited {
text-decoration: none;
border: 0px;
	}
	
ul#navigation {
position: relative;
top: 116px;
float: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
padding: 0px;
margin: 0px;
	}

ul#navigation li {
	float: left;
	margin-right: 2px;
	display: inline;
	}

ul#navigation li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	background: url(http://www.top10netbooks.com/images/bg_inactive_tab.gif) bottom left repeat-x #FF9900;
	display: block;
	padding: 8px 12px;
	}

ul#navigation li a:hover {
	color: #FF8002;
	}

ul#navigation li.current_page_item a {
	color: #000;
	background: #FFF;
	}

/* ********* MAIN CONTENT AREA ********* */


#content {
	font-size: 1.2em;
	}

#recent ul {
padding: 0px;
margin: 0px;
display: inline;
}

.widecolumn {
	padding: 15px;
	margin-left: 115px;;
	width: 690px;
	line-height: 1.6em;
letter-spacing: .08em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.narrowcolumn {
	float: left;
	padding: 5px 20px 20px 20px;
	margin: 0px;
	width: 685px;
letter-spacing: .08em;
line-height: 1.6em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	padding-top: 5px;
	}
	
.navigation2 {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	clear: both;
	}
	
.announcement_post {
	display: inline;
	}

.announcement_post p {
	display: inline;
	}

#searched_for {
	font-size: 10px;
	background: #F9F9F9;
	padding: 2px;
	border: 1px solid #E0E0E0;
	display: block;
	clear: both;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.postmetadata {
	clear: both;
	color: #777;
	}
	
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}

.entry p a:link {
	color: #E67300;
	text-decoration: none;
	border-bottom: 1px dashed #0052A3;
	}

.entry p a:visited {
	color: #E67300;
	text-decoration: none;
	border-bottom: 1px #E67300 dashed;
	}

.entry p a:hover, .entry p a:active {
	color: #1E608E;
	text-decoration: underline;
	border-bottom: 1px #FFF dashed;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.commentlist {
	padding: 0;
	text-align: left;
	}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;

	padding: 2px;
	background: #fff;
	}


.commentlist cite, .commentlist cite a {



	font-weight: bold;





	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
	
#commentform textarea {
	width: 300px;
	padding: 2px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	}
	
#smilies_toolbar {
	width: 300px;
	display: block;
	padding: 5px;
	margin: 5px;
	}

.custom_contact_label_required {
	display: inline;
	}

.custom_contact_label {
	display: inline;
	width: 50px;
	}

.custom_contact_row {
	display: block;
	}

.custom_contact_data {
	display: inline;
	padding-left: 5px;
	}

.custom_contact_data_textarea {
	display: block;
	}

/* ********* SIDEBAR AREA ********* */

#sidebar {
	padding: 15px;
	margin-left: 720px;
	width: 195px;
	height: 100%;
	min-height: 100%;
	margin-top: 10px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
border: 1px solid white;
font-weight: normal;
	}
	
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: Verdana, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.5em;
	color: #1E608E;
font-weight: bold;
	}	

#sidebar form {
	margin: 0;
	}
	
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
form#searchform input.text_input {
	background: #D6E9AF;
	width: 100px;
	margin: 0px;
	padding: 2px;
	color: #333;
	}

form#searchform input.text_input:focus {
	background: #C0DE87;
	}

#sidebar .about_this_site .ngg-widget {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}


#sidebar ul li ul li {
	list-style-type: square;
margin-left: 10px;
font-size: 10px;
margin-bottom: 10px;
	}
	
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
list-style-type: square;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;
	}

#sidebar .moods {
	display: none;
	}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	
#wp-calendar a {
	display: block;
	text-decoration: none;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
	
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

.digg-widget-header, .digg-widget-topic {
	display: none;
	}

#digg-widget-container h3{
	font-size: 10px;
	display: inline;
	font-weight: normal;
	}

div#smartLinkList235406563 {
	display: inline;
	clear: none;
	border: 5px solid red;
	}

/* ********* FOOTER AREA ********* */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

#footer {
	background: #1E608E;
	border-top: 5px solid #FFF;
color: #FFF;
	}
#rank table, #rank td, #rank th {
border-collapse: collapse;
border: 2px solid #333;
}
#rank th {
font-weight: bold;
text-align: center;
background: #1E608E;
color: #FFF;
}
#rank img {
width: 175px;
border: none 0;
}
#rank img:link {
border: none 0;
}
#rank ul {
list-style-type: square;
}
#rank ul li {
line-height: 1em;
}
.rank-col-name {
font-size: 14px;
font-weight: bold;
text-align: center;
}
.rank-col-number {
font-size: 14px;
font-weight: bold;
text-align: center;
background: #FF8002;
color: #FFF;
}
#rank a:link, #rank a:visited {
color: #E67300;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dashed #E67300;
}
#rank a:hover, #rank a:active {
color: #1E608E;
text-decoration: none;
border-bottom: none;
}
#alert {
margin-top: 10px; 
width: 100%; 
padding: 5px 0px 5px 0px; 
background: #000; 
border-top: 1px solid #333; 
border-bottom: 2px solid #333; 
vertical-align: middle; 
font-size: 12px; 
color: #FFF; 
font-weight: bold;
}
#alert a:link, #alert a:visited {
font-size: 14px;
color: #FF8002;
text-decoration: underline;
border: none;
}
#alert a:hover, #alert a:active {
color: #1E608E;
text-decoration: none;
}
