﻿/*
Theme Name: w3roi
Description: The w3roi theme
*/

body {
	background: #f5f5f5 url(/images/website/bg2.png) repeat-x;
}

#sidebar {
	float: right;
	padding-left: 10px;
	background: url(/images/website/sidebarbgright.png) top left no-repeat;
	min-height: 570px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2 {
	background: url(/images/website/sidebar_h2.png) no-repeat;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 13px 0 0 15px;
	width: 216px;
	height: 42px;
}

#sidebar ul li ul {
	margin: 0 0 10px 0;
	width: 225px;

}

#sidebar ul li ul li {
	list-style-image: url(/images/website/sidebar_bullet.png);
	list-style-position: inside;
	margin-left: 4px;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
}

.datebox {
	float: left;
	width: 165px;
	padding-right: 10px;
}

.datebox h3 {
	margin: 0;
}

.datebox h3.date {
	padding: 0 10px;
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
}

.datebox h3.commentcount {
	padding: 10px;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.datebox h3.commentcount a:link, .datebox h3.commentcount a:visited {
	text-decoration: none;
}

.datebox h3.retweet {
	padding: 10px;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.datebox h3.retweet a:link, .datebox h3.retweet a:visited {
	text-decoration: none;
}


.post {
	float: left;
	width: 490px;
	padding: 2px 10px 0 0;
	font-size: 10pt;
	color: #333;
	line-height: 1.5em;
}

#content .post h2 {
	padding: 0 0 8px 0;
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
}

#content .post h2 a:link, #content .post h2 a:visited {
	text-decoration: none;
}

.post .meta {
	margin-bottom: 15px;
}

table {
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 20px 10px;
}
