/*
Theme Name: Paulcarvill.com
Theme URI: http://wordpress.org/
Description: paulcarvil theme
Version: 1.6
Author: Paul Carvill
*/

body, div, h1, h2, h3, h4, h5, h6, p, li, ul, span, blockquote, pre, code, a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

body {
	font-size: 15px;
	line-height: 16.5px;
	font-family: Century, Georgia, Serif;
	background-color: #fff;
	color: #333;
	text-align: left;
	}

table {
	margin-top: 16px;
}

table,
table td {
	border: 1px solid #999;
	padding: 5px;
	border-collapse: collapse;
	font-family: Georgia;
	text-align: center;	
}

.container {
	margin: 0 auto;
	width: 960px;
}

#pichead {
	position: relative;
	float: left;
	width: 960px;
	margin: 12px 0 12px 0;
	background-color: #DD7700;
}

#pichead p {
	padding: 12px 6px 12px 12px;
	margin-top: 12px;
	background-color: #f90;
	width: 300px;
	float:right;
	clear: right;
}

#pichead .picUrl {
	position: absolute;
	bottom: 0;
	left: 0;
}

h1 {
	display: none;
}

#pichead h2 {
	clear: both;
	float: right;
	width: 600px;
	padding: 12px 0 0 12px;
	text-align: right;
	margin-top: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #f90;
}

#pichead h2 a {
	float: right;
	color: #fff;
	background-color: #f90;
	padding: 12px 0 12px 12px;
}



/* NAV */
nav {
	float: left;
	width: 960px;
}
nav ul {
	float: left;
	width: 960px;
	margin-top: 8px;
	list-style-type: none;
}

nav ul li {
	float: left;
	margin-left: 10px;
}

nav li:first-child {
	margin-left: 0;
}

nav a {
	color: #666;
}

nav a:hover {
	color: #f90;
}

#search {
	float: right;
}
/* END NAV */




/* BLOG */
.blog {
	clear: both;
	float: left;
	padding-top: 12px;
	border-top: 12px double #ccc;
	width: 522px;
	padding-right: 92px;
	line-height: 22px;
}

.post:first-child {
	margin-top: 0;
	border-top: none;
}

.post {
	margin-top: 102px;
	padding-top: 12px;
	border-top: 4px double #ccc;
}

.post p,
.post h3 {
	margin-top: 16px;
}
.post img {
	border: 11px solid #ccc;
}
.blog-navigation {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dotted #ccc;
	padding-bottom: 16px;
	border-bottom: 1px dotted #ccc;
}

.post a,
.post a:visited {
	color: #f90;
}

.post-meta {
	display: none;
}

blockquote {
	font-style:italic;
	margin:0 50px;
	border-left: 4px double #ccc;
	padding-left: 16px;
}

/* END BLOG*/





/* SIDEBAR */
.sidebar {
	float: left;
	margin-left: 26px;
	padding-top: 12px;
	border-top: 12px double #ccc;
	width: 320px;
	line-height: 22px;
	letter-spacing: 1px;
	font-family: Century, Georgia, Serif;
}

.sidebar ul {
	margin-top: 16px;
}
/* END SIDEBAR*/





/* LINKS */
a,
a:visited {
	color: #333;
}

a:hover {
	text-decoration: underline;	
}
/* END LINKS */





/* FOOTER */
#footer {
	clear: both;
}
/* END FOOTER */





/* special class for screenreaders, accessibility etc */
.screenreader {
	position: absolute;
 	left: -1000em;
}

small {
	font-variant: small-caps;
}

pre {
	overflow: auto;
	padding: 10px;
	background: #000;
	color: #3689ef;
	margin-top: 16px;
}

.delicious a,
.delicious a:visited {
	color: #0D3982;
}

.delicious li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 12px;
}

.delicious li {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dotted #ccc;
	font-style: italic;
}

.delicious-link {
	border: 1px solid #fff;
	font-variant: small-caps;
}

.delicious-extended {
	margin-top: 8px;
}

.delicious-extended p {
	margin-top: 16px;
}

.delicious-tags {
	margin-top: 8px;
	font-size: 14px;
	font-variant: small-caps;
	font-style: normal;
}

.picUrl {
	display: none;
	background: #fff;
	padding: 5px 5px 5px 0;
}

.picUrl a {
	text-decoration: underline;
}

.picUrl a:hover {
	color: #f90;
}

.raimondi {
	margin: 16px 0 16px 0;
	width: 500px;
	min-height: 350px;
}

/* changed: wp-includes/classes.php, wp-includes/category-template, wp-includes/bookmark-template, wp-includes/post-template */
