/*
Theme Name: Ben O'Neill
Theme URI: http://benedictoneill.com/
Description: 
Version: 1.0
Author: Ben O'Neill
Author URI: 
Tags: 
*/

body {
	counter-reset: table;
	padding: 0 0 40px 0;
	margin: 0;
	font-size: 1em;
	background: #f0f0f0 url(images/background.png) top left repeat-y;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	cursor: default;
}

h1 {
	margin: 0 0 20px 0;
	padding: 15px 0 25px 50px;
	background-color: #000;
	
	font-size: 3em;
	line-height: 1.5em;
	color: #ddd;
	
	border-bottom: 1px solid #ccc;
}

h1 strong {
	color: #fff;
}

h1 a, h1 a:visited, h1 a:active {
	color: inherit;
	text-decoration: none;
	background: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	display: inline-block;
	background: #000 none repeat scroll 0 0;
	padding: 5px 12px;
	margin: 0;
	font-size: 1.4em;
	color: #f0f0f0;
}

h2 a {
	background: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
	color: inherit !important;
}

h2 strong {
	background: #fff none repeat scroll 0 0 !important;
	color: #000 !important;
	padding: 6px 10px;
}

h2.linked:hover {
	background: #fff none repeat scroll 0 0 !important;
	color: #000 !important;
}

h3 {
	margin: 20px 0 5px 0;
}

div#content {
	padding-top: 15px;
	padding-left: 50px;
	width: 575px;
}

#sidebar {
	width: 175px;
	position: absolute;
	left: 670px;
}

#sidebar ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	font-size: 1.2em;
}

#sidebar li {
	margin: 0;
	line-height: 1.4em;
}

a {
	background: #c8ffbf none repeat scroll 0 0;
	padding: 2px 4px;
	margin: 0 -2px;
	text-decoration: none;
	color: #080;
}

a:hover {
	background: #a9ec9e none repeat scroll 0 0;
}

a:visited {
	background: #ffd7d7 none repeat scroll 0 0;
	color: #800;
}

a:visited:hover {
	background: #f39393 none repeat scroll 0 0;
}

a:active {
	background: #cfcfff none repeat scroll 0 0 !important;
	color: #008;
}

a.nothing {
	background: inherit;
	padding: 0;
	margin: 0;
	color: inherit;
}

p {
	font-size: 1em;
	font-weight: normal;
	line-height: 2em;
	color: #555;
	padding: 0;
	margin: 15px 0;
}

p.dateline {
	display: inline-block;
	background: #000 none repeat scroll 0 0;
	padding: 5px 12px;
	margin: 0 0 0 0;
	color: #f0f0f0;
	font-size: 0.75em;
}

span.date, span.time, a[rel="tag"] {
	background: #666 none repeat scroll 0 0 !important;
	color: #fefefe;
	padding: 2px 4px;
	margin: 0;
	text-decoration: none;
}

ul, ol {
	margin-left: 0;
	padding-left: 4em;
	list-style-position: inside;
}

ol {
	counter-reset: listitem;
	list-style-type: none;
}

ol li:before {
	counter-increment: listitem;
	content: counters(listitem, ".") ". ";
}

li {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.65em;
	color: #555;
}

table {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	color: #555;
	
	width: 100%;
	border: 1px solid #000;
	caption-side: bottom;
	border-collapse: separate;
	border-spacing: 0;
	padding: 0;	
	margin: 15px 0 0 0;
}

table caption {
	padding: 10px 0;
	margin: 0 0 15px 0;
}

table caption:before {
	content: "Table " counter(table) ". ";
	counter-increment: table;
}

table th {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.7em;
	background-color: #666;
	color: #fefefe;
}

table td {
	padding: 0.4em 0.7em;
	border-left: 1px solid #ccc;
}

table td:first-child, table th:first-child {
	border-left: 0 !important;
}

/* CSS3*/
tbody tr:hover * {
	background-color: #e0e0e0;
}

/* CSS3*/
tbody tr:nth-child(odd) {
	background-color: #eaeaea;
}

/* CSS3*/
tbody tr:nth-child(even) {
	background-color: #efefef;	
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.middle {
	text-align: center;
}

.size-thumbnail {
	border: 1px solid #ccc;
	background: #e0e0e0;
	padding: 7px;
	margin: 0.5em 0 1em 1em;
}

.alignright {
	float: right;
	margin: 0.5em 0 1em 1em;
}