/*
Theme Name: Provokateur Blog
Theme URI: http://blog.provokateur.com
Description: Theme for the brand new Provokateur Blog.
Version: 2.0
Author: Pat Farr <pat@provokateur.com>
Author URI: http://www.provokateur.com/
*/



/**************************************************
/*
/* Reset
/*
/**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

acronym, abbr { cursor:help }

input, select {
	vertical-align: middle;
	overflow:visible; padding: 0 .25em;
}
select {
	padding-right: 0; /* to override the previous declaration */
}
button {
	width: auto;
	overflow: visible;
	padding: 0 .25em; /* fix the width on IE */
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}



/**************************************************
/*
/* Clearfix
/*
/**************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/**************************************************
/*
/* Basic structure
/*
/**************************************************/

body {
	background: #19100b url(images/bg.jpg) repeat-y top center;
}

#page {
	background: #f9efe6 url(images/bg.jpg) repeat-y top center;
	margin: 0 auto;
	width: 980px;
}

#header {
	background: url(images/header.jpg) no-repeat top center;
	height: 300px;
	position: relative;
}

#main {
	margin: 0 80px;
}

#content {
	float: left;
	width: 580px;
}

#sidebar {
	float: right;
	width: 180px;
}

#footer {
	background: url(images/footer.jpg) no-repeat bottom center;
	height: 250px;
	position: relative;	
}



/**************************************************
/*
/* Basic typography
/*
/**************************************************/

body {
	color: #524641;
	font-family: Arial, Sans-serif;
	font-size: 15px;
}

a {
	color: #da2520;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header,
#sidebar,
#content,
#footer {
	text-shadow: #fdf6f0 0 1px 1px;
}



/**************************************************
/*
/* Header
/*
/**************************************************/

#header h1 a {
	display: block;
	height: 90px;
	left: 80px;
	position: absolute;
	text-indent: -10000px;
	top: 120px;
	width: 820px;
}

#header h3 {
	display: none;
}

#quote {
	border-bottom: 4px solid #4f3f37;
	font-family: Georgia, Serif;
	height: 50px;
	left: 80px;
	letter-spacing: -.5px;
	line-height: 50px;
	overflow: hidden;
	position: absolute;
	top: 220px;
	width: 820px;
}

#quote li {
	display: none;
}

#quote cite {
	font-family: Arial, Sans-serif;
	font-size: 13px;
	letter-spacing: 0;
}

#searchform {
	position: absolute;
	right: 80px;
	top: 70px;
}

#searchform input#s {
	background: url(images/search.jpg) no-repeat bottom right;
	border: none;
	color: #524641;
	display: block;
	font-family: Georgia, Serif;
	font-size: 15px;
	height: 15px;
	padding: 5px 30px 10px 0;
	width: 195px;
}

form#searchform label {
	display: none;
}

input#searchsubmit {
	background: url(images/search-glass.jpg) no-repeat center center;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 1%;
	height: 22px;
	margin-top: 2px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -10000px;
	top: 0;
	width: 22px;
}



/**************************************************
/*
/* Footer
/*
/**************************************************/

#footer {
	position: relative;
}

.corner a {
	background: url(images/corners.jpg) no-repeat;
	color: #524641;
	display: block;
	font-family: Georgia, Serif;
	font-size: 1%;
	font-style: italic;
	height: 108px;
	left: 18px;
	padding-top: 30px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-indent: -10000px;
	top: 0;
	width: 126px;
}

.corner#next-corner a {
	background-position: top right;
	left: auto;
	right: 7px;
}

.corner a:hover {
	background-position: bottom left;

}

.corner#next-corner a:hover { background-position: bottom right; }

#wp_page_numbers {
	margin: 50px auto;
	padding-top: 50px;
	text-align: center;
	width: 720px;
}

#wp_page_numbers li {
	display: inline;
	font-family: Georgia, Serif;
	font-size: 13px;
	padding: 5px;
}

#wp_page_numbers li.active_page {
	background: url(images/bubble.jpg) no-repeat;
}

#wp_page_numbers li.active_page a {
	color: #524641;
}

#wp_page_numbers li a {
	color: #958982;
	text-decoration: none;
}

#wp_page_numbers li a:hover {
	color: #da2520;
}



/**************************************************
/*
/* Sidebar
/*
/**************************************************/

#sidebar li.widget {
	border-top: 4px solid #4f3f37;
	font-family: Georgia, Serif;
	margin-bottom: 24px;
	padding-top: 16px;
}

#sidebar li.widget h2 {
	font-family: Arial, Sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

li#text-3.widget {
	background: url(images/sidebar/intro.jpg) no-repeat;
	border-top: none;
	padding-top: 132px;
}

li#text-3.widget h2 {
	display: none;
}

li#text-3.widget p,
li#text-5.widget p {
	line-height: 1.4;
}

li#text-5.widget p {
	margin: 5px 0;
}

li#text-5.widget p.copyright {
	font-size: 13px;
	margin-top: 20px;
}

li.cat-item {
	color: #958982;
	font-size: 15px;
	letter-spacing: -.5px;
	line-height: 1.5;
}

li.cat-item a {
	color: #da2520;
	font-size: 20px;
}

li.cat-item a:hover {
	color: #da2520;
}

ul.blogroll li {
	line-height: 1.6;
}

.ctc-tag-li {
	line-height: 1.4;
}

#twitter-5 h2 a,
.ctc-tag-li a {
	color: #524641;
	text-decoration: none;
}

#twitter-5 h2 a:hover,
.ctc-tag-li a:hover {
	color: #da2520;
}

ul.tweets li {
	background: url(images/sidebar/twitter.jpg) no-repeat;
	font-size: 13px;
	line-height: 1.2;
	height: 180px;
	padding: 10px;
	position: relative;
}

ul.tweets a.timesince {
	bottom: 60px;
	position: absolute;
	right: 10px;
}

#collapsible-archive ul li {
	line-height: 1.6;
}

#collapsible-archive a.icon {
	cursor: pointer;
	text-decoration: none;
}

#collapsible-archive ul ul {
	font-size: 13px;
	margin: 0 0 10px 20px;
}

ul.also li {
	border-bottom: 1px solid #524641;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

ul.also li.stuff {
	border: none;
	margin: 0;
	padding: 0;
}

ul.also li a,
ul.also li.stuff {
	background-position: top right;
	background-repeat: no-repeat;
	color: #524641;
	display: block;
	font-family: Arial, Sans-serif;
	font-size: 13px;
	height: 80px;
	padding-right: 80px;
	text-decoration: none;
}

ul.also li a:hover {
	background-position: bottom right;
}

ul.also li.acme a { background-image: url(images/sidebar/acme.jpg); height: 60px; }
ul.also li.tap a { background-image: url(images/sidebar/tap.jpg); }
ul.also li.stuff { background-image: url(images/sidebar/stuff.jpg); }

ul.also li h3 {
	color: #da2520;
	font-family: Georgia, Serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3px;
}

ul.share-save li {
	margin-bottom: 10px;
}

ul.share-save li a {
	background-repeat: no-repeat;
	color: #4f3f37;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}

ul.share-save li a:hover {
	background-position: bottom left;
 	color: #da2520;
}

li.twitter a { background-image: url(images/icons/twitter.png) }
li.facebook a { background-image: url(images/icons/facebook.png) }
li.delicious a { background-image: url(images/icons/delicious.png) }
li.digg a { background-image: url(images/icons/digg.png) }
li.reddit a { background-image: url(images/icons/reddit.png) }
li.stumbleupon a { background-image: url(images/icons/stumbleupon.png) }
li.rss a { background-image: url(images/icons/rss.png) }




/**************************************************
/*
/* Posts
/*
/**************************************************/

.post {
	background: url(images/divider.jpg) no-repeat bottom;
	margin: 20px 0;
	padding-bottom: 28px;
}

.post h1,
.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.1;
	margin: 0 140px 15px 0;
}

.post h3 {
	color: #da2520;
	font-family: Arial, Sans-serif;
	font-size: 20px;
	margin: 20px 0 10px;
	text-transform: uppercase;
}

.post h2 a,
.posted .cat a,
.comments a {
	color: #524641;
	text-decoration: none;
}

.post h2 a:hover,
.posted .cat a:hover,
.comments a:hover {
	color: #da2520;
}

.post img.attached-image,
.post .embedded-video,
body.single .post .content img {
	border: 4px solid #dfd6c5;
	clear: both;	
	display: block;
	margin-bottom: 15px;
}

body.single .post .content img.wp-smiley {
	border: none;
	clear: none;
	display: inline;
	margin: 0;
}

.post .embedded-video object {
	display: block;
}

.post p {
	line-height: 1.4;
	margin: 10px 0;
}

.posted {
	float: right;
	margin: 3px 0 10px;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}

.posted .cat {
	background: url(images/bubble.jpg) no-repeat;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	line-height: 27px;
}

.posted .date {
	font-family: Georgia, Sans-serif;
}

.posted .date span {
	border-left: 2px solid #dfd6c5;
	border-right: 2px solid #dfd6c5;
	height: 25px;
	line-height: 25px;
	padding: 5px;
}

.excerpt {
	border-right: 1px solid #524641;
	margin-right: 135px;
	padding-right: 15px;
}

body.single .excerpt {
	font-weight: bold;
}

.comments {
	background: url(images/bubble.jpg) no-repeat top right;
	clear: right;
	float: right;
	font-family: Georgia, Sans-serif;
	height: 55px;
	letter-spacing: -.5px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	width: 120px;
}

.has-comments {
	background-position: bottom right;
	text-shadow: #2f2521 0 -1px 1px;
}

.has-comments a {
	color: #e3e2da;
}

.post .content {
	background: url(images/divider.jpg) no-repeat bottom;
	margin: 20px 0;
	padding-bottom: 28px;
}

.post .tags {
	font-family: Georgia, Serif;
	font-size: 13px;
	margin-top: 20px;
}

.post .tags a {
	color: #524641;
	text-decoration: none;
}

.post .tags a:hover { 
	color: #da2520;
}

.post .tags p {
	float: left;
	line-height: 1.6;
	margin: 0;
	padding-top: 4px;
	width: 500px;
}

.post .share h3,
.post .tags h3,
#respond h3 {
	float: left;
	font-family: Arial, Sans-serif;
	font-size: 20px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}

ul.share-icons {
	float: left;
	padding-top: 2px;
}

ul.share-icons li {
	float: left;
	height: 16px;
	margin-right: 10px;
	width: 16px;
}

ul.share-icons li a {
	background-repeat: no-repeat;
	display: block;
	font-size: 1%;
	height: 16px;
	text-indent: -10000px;
}

ul.share-icons li a:hover {
	background-position: bottom left;
}




/**************************************************
/*
/* Comments
/*
/**************************************************/

#respond {
	background: url(images/paper.jpg) no-repeat;
	height: 372px;
	margin-left: -32px;
	position: relative;
	width: 612px;
}

#respond h3 {
	color: #da2520;
	float: none;
	padding: 22px 0 0 32px;
}

#respond label,
#respond input,
#respond textarea {
	display: block;
	left: 32px;
	position: absolute;
	top: 112px;
}

#respond input,
#respond textarea {
	background: none;
	border: none;
	color: #524641;
	font-family: Georgia, Serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#respond textarea {
	height: 188px;
	left: 202px;
	line-height: 1.47;
	top: 110px;
	width: 408px;
}

#respond input#author,
#respond input#email {
	width: 150px;
}

#respond input#email {
	top: 170px;
}

#respond input#submit {
	background: url(images/post-this.jpg) no-repeat;
	bottom: 35px;
	cursor: pointer;
	font-size: 1%;
	height: 20px;
	left: auto;
	text-indent: -10000px;
	right: 28px;
	top: auto;
	width: 78px;
}

#respond input#submit:hover {
	background-position: bottom left;
}

#respond label {
	font-family: Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	left: 32px;
	text-transform: uppercase;
	top: 92px;
}

#respond label.email-label {
	top: 150px;
}

#respond label.comment-label {
	left: 202px;
}

span.not-published {
	color: #958982;
	font-size: 11px;
	left: 32px;
	position: absolute;
	top: 190px;
}

ol#comments {
	margin-bottom: 40px;
}

ol#comments li {
	background: url(images/comment.jpg) repeat-y top;
	font-family: Georgia, Serif;
	font-size: 13px;
}

ol#comments li .comment-body {
	background: url(images/comment-top.jpg) no-repeat top;
	padding: 10px 20px;
}

ol#comments li .comment-author,
ol#comments li .comment-meta {
	display: inline;
	line-height: 30px;
}

ol#comments li .comment-author {
	font-weight: bold;
	padding: 0 5px;
}

ol#comments li .comment-author a,
ol#comments li .comment-meta a {
	color: #524641;
	text-decoration: none;
}

ol#comments li .comment-author a:hover,
ol#comments li .comment-meta a:hover { 
	color: #da2520;
}

ol#comments li .comment-meta a {
	color: #958982;
}

ol#comments li .comment-author span.says {
	display: none;
}

ol#comments li p {
	line-height: 1.4;
	margin: 15px 0 5px 0;
}



/**************************************************
/*
/* Misc
/*
/**************************************************/

h1.pagetitle {
	background: url(images/divider.jpg) no-repeat bottom;
	color: #958982;
	font-family: Georgia, Sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -.5px;
	line-height: 1.1;
	margin-bottom: 20px;
	padding-bottom: 18px;
}

h1.pagetitle span {
	color: #524641;
}

.error {
	color: #da2520 !important;
}

label.error {
	display: none !important;
}


