/*
Theme Name: Revoke
Theme URI: http://lab.revoke.ca/
Description: Revoke WordPress Theme.
Version: 0.1
Author: Eric Vaillancourt
Author URI: http://revoke.ca/
Tags: revoke

alternate colors:
#cc-dd-00
#dd-bb-00
#00-dd-dd
#dd-44-00

a, a:hover, h2 a:hover, h3 a:hover {
	color: #ddbb00;
}

*/



/* Begin Typography & Colors */
body {
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	background: #080808 url(images/bg_wood.jpg) no-repeat top;
}

#page {
	height: 100%;
	width: 964px;
	padding: 0 13px;
	margin: 0 auto;
}

#header {
}


#content {
	
}

.widecolumn .entry p, .narrowcolumn .entry p {
	padding: 8px 0 4px 0;
	margin: 0;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.4em;
}

.narrowcolumn .postmetadata {
	/*text-align: center;*/
}

.thread-alt {
	background-color: #2a2a2a;
}

.thread-even {
	background-color: #202020;
}

.depth-1 {
	border: 1px solid #111;
}

.comment {
	
}

.even, .alt {
	/*border-left: 1px solid #ddd;*/
}

.bypostauthor {
	border: 1px solid #333333;
}

#footer {
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 38px;
	text-transform: uppercase;
	font-weight: normal;
	color: #ffffff;
}

#headerimg .description {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-size: 10px;
	color: #ffffff;
	margin: -2px 0 0 3px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

h2.pagetitle {
	font-size: 22px;
	font-weight: normal;
}

#sidebar h2 {
	font-family: arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #ffffff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
}

#commentform input, #commentform textarea {
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #ffffff;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #666;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	/*
	background: #080808;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	*/
}

#searchform {
	padding-top: 4px;
}

#sidebar #s {
	background: #111111;
	border: 1px solid #222222;
	color: #DDDDDD;
	font-size: 11px;
	font-family: verdana, geneva, sans-serif;
	width: 150px;
	padding: 2px;
}

#sidebar #searchsubmit, #commentform input#submit {
	background: #2a2a2a;
	border: 0;
	border-bottom: 2px solid #1a1a1a;
	border-right: 2px solid #1a1a1a;
	color: #DDDDDD;
	font-size: 11px;
	font-family: verdana, geneva, sans-serif;
	/*width: 60px;*/
	padding: 2px 0px;
	font-weight: bold;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code, pre {
	font: 12px 'Monaco', 'Lucida Console', 'Courier New', Courier, Fixed;
	
	display: block;
	/*background: #1a1a1a;*/
	/*padding: 10px;*/
	
	/*overflow: hidden;*/
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, a:hover, h2 a:hover, h3 a:hover {
	color: #ddbb00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}


#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 168px;
}

#headerimg {
	margin: 0;
	width: 100%;
}

.narrowcolumn {
	float: left;
	margin: 0 1px 0 0;
	width: 722px;
}

.widecolumn {
	float: left;
	margin: 0 1px 0 0;
	width: 722px;
}

.post {
	/*background: #080808 url(images/dotted.gif) repeat-x bottom left;*/
	background: #080808 url(images/panel_bg.gif) repeat-x top left;
	padding: 14px;
	margin: 0 0 30px 0;
	clear: both;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.post hr {
	display: block;
}

.postmetadata {
	/*background: #111111;
	padding: 4px 6px;*/
	background: url(images/dotted.gif) repeat-x top left;
	padding: 4px 0 0 0;
	margin-bottom: 0;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.4em;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	
	margin: 40px 0 0 0;
	padding: 6px 0 40px 0;
	background: url(images/dotted.gif) repeat-x top left;
	color: #333333;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}
#footer p {
	margin: 0;
	padding: 0;
}
/*
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: right;
}
*/
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 0;
}

h2.pagetitle {
	margin-top: 0;
	/*text-align: center;*/
}

#sidebar h2 {
	margin: 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

.entry h4 {
	padding: 20px 0 0 0;
	margin: 0;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists */

.entry ul {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ul li {
	margin: 0;
	padding: 0;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar .widget {
	padding: 10px 0 15px 10px;
	
	background: #080808 url(images/panel_bg.gif) repeat-x 0px -24px;
	/*background: url(images/dotted.gif) repeat-x bottom left;*/
	/*background: url(images/panel_bg.gif) repeat-x top left;*/
	
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#sidebar .widget .s {
	font-size: 9px;
	padding-bottom: 6px;
}

#sidebar .widget .s a, #sidebar .widget .s a:hover {
	color: #AAAAAA;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol, #sidebar #reader-publisher-module ul {
	margin: 5px 0 0 0px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
/*
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
*/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/


.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float: left;
	width: 240px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	/*
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	*/
	margin: 0 0 0 10px;
	padding: 0;
	font-style: italic;
}

blockquote strong {
	color: #aaaaaa;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-style: italic;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	
	padding: 0 0 6px 0;
	/*background: #080808 url(images/dotted.gif) repeat-x bottom left;
	padding: 7px 14px 10px;
	margin: 0 0 1px 0;*/
	
	clear: both;
	overflow: hidden;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */






/* CodeColorer */

.codecolorer { padding: 10px; text-align: left; }
code.codecolorer { padding: 0px; }
.codecolorer-container { margin-bottom: 0px; text-align: left; }
.codecolorer, .codecolorer *, .codecolorer-container, .codecolorer-container * { font: 12px 'Monaco', 'Lucida Console', 'Courier New', Courier, monospace; line-height: 1.4em; }

.codecolorer-container table { border: 0px; }
.codecolorer-container table td { margin: 0px; padding: 0px; border: 0px; }
.codecolorer-container table td.line-numbers { padding: 5px; text-align: right; }
.codecolorer-container table td.line-numbers div { width: 16px; }

.codecolorer-container { border: 0; }
.codecolorer-container table td.line-numbers { color: #333333; background-color: #111111; border-right: 1px solid #444444; }
.codecolorer-noborder, .codecolorer-noborder table td.line-numbers { border: 0px; }


/* "Blackboard" color scheme */
.blackboard, .blackboard .codecolorer { color: #ffffff; background-color: #222222; }
.blackboard .codecolorer .co0, .blackboard .codecolorer .co1, .blackboard .codecolorer .co2, .blackboard .codecolorer .co3, .blackboard .codecolorer .co4, .blackboard .codecolorer .coMULTI,
	code.blackboard .co0, code.blackboard .co1, code.blackboard .co2, code.blackboard .co3, code.blackboard .co4, code.blackboard .coMULTI
	{ color: #AEAEAE; font-style: italic; }
.blackboard .codecolorer .nu0, .blackboard .codecolorer .re3,
	code.blackboard .nu0, code.blackboard .re3
	{ color: #00ff84/*#ccff00*/; }
.blackboard .codecolorer .st0, .blackboard .codecolorer .st_h, .blackboard .codecolorer .es0, .blackboard .codecolorer .es1,
	code.blackboard .st0, code.blackboard .st_h, code.blackboard .es0, code.blackboard .es1
	{ color: #5fd4de/*#5fde98*/; }
.blackboard .codecolorer .me1, .blackboard .codecolorer .me2,
	code.blackboard .me1, code.blackboard .me2
	{ color: #61CE3C; }
.blackboard .codecolorer .kw1, .blackboard .codecolorer .kw2, .blackboard .codecolorer .sy1,
	code.blackboard .kw1, code.blackboard .kw2, code.blackboard .sy1
	{ color: #ffae00; }
.blackboard .codecolorer .kw3, .blackboard .codecolorer .kw4, .blackboard .codecolorer .kw5, .blackboard .codecolorer .re2,
	code.blackboard .kw3, code.blackboard .kw4, code.blackboard .kw5, code.blackboard .re2
	{ color: #FBDE2D; }
.blackboard .codecolorer .re0, .blackboard .codecolorer .re1,
	code.blackboard .re0, code.blackboard .re1
	{ color: #F8F8F8; }
.blackboard .codecolorer .br0, .blackboard .codecolorer .sy0,
	code.blackboard .br0, code.blackboard .sy0
	{ color: #aaaaaa; }
.blackboard .xml .re1 { color: #FBDE2D; }
.blackboard .xml .re0 { color: #D8FA3C; }



