/*    
Theme Name: CN Theme
Theme URI: http://comparenetbooks.org
Description: Custom theme for CN
Author: John Doe
Author URI: http://comparenetbooks.org
Version: 1.0 
. 
Hi :-)
. 
*/

body {
	background: #edf7ff url(images/bg.png) repeat-x;
}

#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	height: 150px;
}

#container {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	min-height: 280px;
	padding: 4px;
}

#containerwide {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	min-height: 280px;
	padding: 4px;
}

.access {
	text-align: center;
	padding: 4px;
	color: #e47911;
}

.access a {
	color: #e47911;
	text-decoration: none;
}

.access a:hover {
	color: black;
}
.entry-content {
	text-align: left;
}
.entry-content a {
	color: #005599;
}

#footer {
	text-align: center;
	color: #8e9499;
	padding: 4px;
	font-size: 0.8em;
}

#footer a {
	text-decoration: none;
	color: #8e9499;
}

h1 {
	font-size: 2em;
	text-align: left;
	padding: 4px;
	color: #222;
}

h1 a {
	text-decoration: none;
	color: #222;
}

h2 {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #8e9499;
}

/* Sociable */

div.sociable {
	margin: 16px 0;
}

div.sociable_tagline {
	color: #005599;
}

span.sociable_tagline {
	position: relative;
}

span.sociable_tagline span {
	display: none;
	width: 14em;
}

span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}

.sociable span {
	display: block;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before {
	content: "";
}

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Netbook Comparison table */

table.netbookcomparison {
	padding: 4px;
	font-size: 1em;
}

table.netbookcomparison th {
	color: #005599;
	font-weight: bold;
	font-size: 1.1em;
}

table.netbookcomparison td {
	padding: 3px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

table.netbookcomparison tr {
	margin: 31px;
	padding: 33px;
}

table.netbookcomparison tr.row:hover {
	background-color: #edf7ff
}