body {
	background-image: url('/media/images/tile.png');
	font-size: 13px;
}

a {
	color: #2b3f48;
}

a:hover {
	text-decoration: none;
}

#copyright a {
	color: #fff;
	text-decoration: underline;
}

.container {
	background-image: url('/media/images/header.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 10px;
}

.padded {
	padding: 32px;
}

.center {
	text-align: center;
	padding: 4px;
}

.pagination {
	font-size: 12px;
	font-weight: bold;	
}

.pagination .prev, .pagination .next {
	font-size: 16px;
}

ul#tabs {
	width: 100%;
	list-style: none;
	clear: both;
	padding-left: 32px;
	padding-top: 88px;
}

ul#tabs li {
	float: left;
}

ul#tabs a {
	float: left;
	border-width: 3px;
	border-color: #0095cd;
	background-color: #0095cd;
	color: #fff;
	text-decoration: none;
	border-style: solid solid none solid;
	margin-right: 3px;
	padding: 3px 12px;
	font-weight: bold;
	font-size: 13px;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	cursor: pointer;
}

ul#tabs a.selected, ul#tabs a:hover {
	border-color: #ef028a;
	background-color: #ef028a;
	color: #000;
}

#main {
	float: left;
	width: 629px;
	border-width: 8px;
	border-style: solid;
	border-color: #000;
	background-color: white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	min-height: 960px;
}

#main .post .body  p {
	margin-bottom: 5px;
	font-size: 14px;
}

#main .post h2 {
	background-color: #dced2a;
	padding-left: 16px;
	color: #000;
	font-weight: bold;
	clear: both;
}

#main .post h2 a {
	color: #000;
	text-decoration: none;
}

#main .post h2 a:hover {
	text-decoration: underline;
}

#main .post .body {
	padding: 0 16px;
}

#main .post .meta {
	padding-left: 16px;	
	font-size: 11px;
	border-top: 1px solid #ddd;
	padding-top: 4px;
	height: 60px;
}

#main .post .meta .left {
	width: 250px;
	float: left;
}

#main .post .meta .right {
	width: 354px;
	float: right;
}

#main .post .meta .scorecontainer {
	float: left;
	width: 180px;
}

#main .post .meta .social {
	float: left;
	clear: left;
	width: 200px;
	line-height: 22px;
	margin-top: 4px;
}

#main .post .meta .poster {
	float: right;
	padding-right: 16px;
}

#main .post .meta .scorevalue {
	float: left;
	padding: 0 16px 0 4px;
}

#main .post .body b {
	padding-right: 4px;
}


#copyright {
	width: 629px;
	text-align: center;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	color: #fff;
	padding-bottom: 16px;
}

#sidebar {
	float: right;
	width: 305px;
	-moz-border-radius-topright: 16px; 
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-bottomright: 16px; 
	-webkit-border-bottom-right-radius: 16px;
	background-color: #282424;
	margin-top: 40px;
	padding: 0 0 10px 0;
	color: #fff;
}

#sidebar h2 {
	color: #dced2a;
}

#sidebar a {
	color: #02aaee;
}

#sidebar ul {
	margin: 0 1em 0.3em 0;
}

#sidebar #search {
	padding: 4px 10px;
}

#sidebar #search p {
	margin: 0;
}

#sidebar #search input[type=text] {
	border: solid #336 1px;
	color: #222;
	padding: 3px;
	width: 190px;
}

#sidebar p {
	padding: 4px;
}

#sidebar h2 {
	font-size: 15px;
	font-weight: bold;
}

#sidebar div {
	padding: 4px 16px;
}

#sidebar #rss {
	background: #000 url('/media/images/rss.png') 16px 8px no-repeat;
	line-height: 30px;
	font-weight: bold;
	padding-left: 48px;
	height: 30px;
}

#sidebar #twitter {
	background: #000 url('/media/images/twitter.png') 16px 8px no-repeat;
	line-height: 30px;
	font-weight: bold;	
	padding-left: 48px;
	height: 30px;
}

#sidebar #blogilista {
	background: #000 url('/media/images/blogilista.png') 16px 8px no-repeat;
	line-height: 30px;
	font-weight: bold;
	padding-left: 48px;
       margin-bottom: 8px;
	height: 30px;
}

#sidebar #blogilista a, #sidebar #twitter a, #sidebar #rss a {
	color: #fff;
	text-decoration: none;
}

#sidebar #blogilista a:hover, #sidebar #twitter a:hover, #sidebar #rss a:hover {
	text-decoration: underline;
}

#commentform form, form#submit {
	margin-left: 120px;
}

#commentform form label, form#submit label {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

form#submit input {
	width: 200px;
	padding: 3px;
}

#commentform form textarea, form#submit textarea {
	width: 400px;
	height: 60px;
	padding: 3px;
}

.comment {
	padding: 8px 16px;
	background-color: #f0f0f0;
	margin: 8px;
}

.comment h3 {
	float: left;
	font-size: 14px;
	font-style: italic;
}

.comment .datetime {
	float: right;
	font-size: 11px;
}

.comment p {
	clear: both;
}

#comments h2 {
	clear: both;
	background-color: #0095cd;
	padding-left: 16px;
	color: #fff;
	font-weight: bold;
}

#commentform form,
form#submit {
	padding-top: 16px;
}

form#submit .submit, form#submit .preview {
	width: 120px;
	padding: 3px;
	font-weight: bold;
	float: right;
	margin-right: 95px;
	margin-bottom: 16px;
}

form#submit .preview {
	margin-right: 20px;
}

#commentform form ul.errorlist,
form#submit ul.errorlist {
	list-style: none;
	padding-left: 0;
	color: #880001;
	font-weight: bold;
}

.tags {
	float: right;
	clear: right;
	padding-right: 16px;
	margin-top: -16px;
	line-height: 26px;
}

a.tag {
	padding: 2px 4px;
	font-size: 12px;
	border: 1px solid #2b3f48;
	background-color: #0095cd;
	color: #fff;
	margin-left: 4px;
	text-decoration: none;
	font-weight: bold;
}

/* Stars jQuery plugin */
.ui-stars-star,.ui-stars-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer;}.ui-stars-star a,.ui-stars-cancel a{width:16px;height:15px;display:block;background:url(/media/images/ui.stars.gif) no-repeat 0 0;}.ui-stars-star a{background-position:0 -32px;}.ui-stars-star-on a{background-position:0 -48px;}.ui-stars-star-hover a{background-position:0 -64px;}.ui-stars-cancel-hover a{background-position:0 -16px;}.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important;}

/* IE Hacks hooray! */

#main {
	*margin-top: -20px;
}

/* Facebook */
html .fb_share_link {
	padding:2px 0 0 20px;
	font-size: 11px;
	height:16px;
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?7:26981) no-repeat top left; 
}
