/*  
Theme Name: Blank Canvas
Theme URI: http://webriggers.net
Description: 
Version: 0.1
Author: Brent Toderash
Author URI: http://toderash.net/

	The Writers' Collective	
	http://webriggers.net/

	This theme was designed and built by Brent Toderash,
	whose blog you will find at http://toderash.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url('reset.css'); /* reset everything to reduce browser inconsistencies */
@import url('lists.css'); /* list styles (sidebars) */
@import url('forms-comments.css');
/*
@import url('calendar.css');
*/

/*********************************************/
/*      Global Styles & Basic Typography     */
/*********************************************/
body 	{
/*
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
	font-family: "Trebuchet MS", Tahoma, "Nimbus Sans L", "Lucida Sans", "Bitstream Vera Sans", sans-serif;
*/
	font-family: 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	font-size: 14px;
	color: rgb(79,79,79);
	background: rgb(39,39,39) url('images/bgpattern.gif');
	}
h1, h2, h3, h4 {
/*
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
*/
	font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	cursor: default;
	}
h1	{
	font-size: 2.5em;
	margin: 0; padding: 15px 0 0 25px;
	}
h2	{ font-size: 1.5em; }
h2#archive {
        display: block;
        font-size: 1.8em;
        line-height: 1.6em;
        padding: 0 2px;
        background: rgb(236,233,228);
        color: rgb(110,105,85);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.sidebar h2.latest {
	display: block;
	color: #fff;
	background: rgb(110,105,85);
	margin: 30px 0 10px 0; padding: 2px 0 3px 20px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: .04em;
	}
.sidebar h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 8px;
	border-bottom: 1px solid rgb(173,173,172);
	}
.frontpage p {
	}
.frontpage .post-teaser-block {
	display: none;
	}
.frontpage #doubleside .entry {
	margin: 0 -25px 0 0;
	padding: 0 0 0 25px;
	}
.frontpage #doubleside .entry table {
	display: none;
	}
.frontpage #doubleside h2 {
	border: 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-right: -100px;
	}
.frontpage #doubleside a {
	display: inline;
	border: 0;
	font-weight: bold;
	}
.frontpage #doubleside h2 a {
	display: block;
	}
h3	{
	font-size: 1.2em;
	margin: 15px 0 5px 0;
	}
p	{ margin: 3px 0 6px 0; padding: 0; }

a:link	{
	/* color: rgb(110,105,85); */
	/* color: rgb(84,89,110); */
	color: rgb(110,84,102);
	border-color: rgb(84,89,110);
	font-weight: bold;
	text-decoration: none;
	padding: 0 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
a:visited {
	/* color: rgb(110,105,85); */
	color: rgb(110,84,102);
	border-color: rgb(110,84,102);
	font-weight: bold;
	text-decoration: none;
	padding: 0 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
a:hover {
	/* background: rgb(248,247,227); */
	background: rgb(245,245,243);
	color: rgb(84,110,92);
	/*
	border-color: rgb(84,110,92);
	*/
	}

#content .entry a {
	border-bottom: 1px dotted;
	}
#content .entry a:hover {
	border-bottom: 1px solid;
	}

a.noeffect {
	display: inline;
	border: none;
	padding: 0;
	background: none;
	}
a.noeffect:hover, .sidebar .entry a:hover {
	background: none;
	}

.printonly {
	display: none;
	}

/*********************************************/
/*      Layout                               */
/*********************************************/

#wrap {
	width: 960px;
	min-height: 650px;
	/* background: #fff url('images/content-bg.jpg') 50% 80px no-repeat fixed; */
	background: #fff url('images/content-bg.jpg') 50% 220px no-repeat;
	margin: 0 auto 20px auto; padding: 0;
	}
   #header, #header-cwblog {
	background: rgb(240,239,234) url('images/typewriter-keys-header.jpg') no-repeat;
	margin: 0; padding: 0; 
	height: 145px;
	}
   #header-cwblog {
	background: rgb(248,247,227) url('images/header-bg.jpg') no-repeat;
        }
      #headerimg { 
	z-index: 4;
	height: 145px;
	background: url('images/wordmark.png') 80px 25px no-repeat;
	}
      #header .description {
	margin: 35px 10px 0 50px; padding: 0;
	font-size: 1.5em;
	font-style: italic;
	}
      #header-cwblog .description {
	margin: 0 0 0 450px; padding: 110px 0 0 0;
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
	font-size: 1.5em;
        }
      #title_img {
	z-index: 1;
	margin: 5px 0 0 30px;
	cursor: pointer;
	cursor: hand;
	}
   #topnav {
   	margin: 0 -8px 0 -7px; padding: 0 0 16px 0;
	height: 54px;
	background: url('images/nav-footer.gif') bottom no-repeat;
	/* border-bottom: 5px solid rgb(173,173,172); */
	}
   #content {
	clear: both;
	width: 500px;
	float: left;
	min-height: 600px;
	margin: 0 0 0 0; padding: 15px 25px 15px 55px;
	/* USABLE CONTENT WIDTH = 420px */
	}
   .singular #content {
   	width: 600px;
	/* USABLE CONTENT WIDTH = 520px */
	}
      #content .post {
	margin: 0; padding: 15px 15px 15px 5px;
	/* USABLE CONTENT WIDTH = 420-30=390px OR 490px on pages/single post view */
	}
      #content .post p {
	margin: 8px 15px;
	line-height: 1.4em;
	}
      #content .post .entry .indent {
        margin: 8px 40px;
	}
      #content .post .entry {
	padding: 4px 10px;
	}
      h2.post-title {
	display: block;
	font-size: 1.6em;
	padding: 0;
	color: rgb(110,105,85);
	}
      h2.post-title a {
	padding: 3px 1px;
	display: block;
	background: none;
	}
      h2.post-title a:hover {
	background: rgb(245,245,243);
	text-decoration: none;
	}
   .sidebar {
	float: right;
	width: 380px;
	font-size: 85%;
	margin: 0; padding: 0;
	}
   .singular .sidebar {
   	width: 280px;
	}
      .sidebar #doubleside {
	width: 280px;
	margin: 0 0 0 0; padding: 0;
	}
   .singular .sidebar #doubleside {
   	width: 280px;
	overflow: hidden;
	}
      .sidebar #sideleft {
        width: 180px;
	float: left;
	}
      .singular .sidebar #sideleft {
	width: 135px;
	}
      .sidebar #sideright {
        width: 125px;
	float: right;
	margin: 0 50px 0 0; padding: 0;
	}
      .singular .sidebar #sideright {
        margin: 0;  
	}
      .sidebar .entry img {
      	display: none;
	}
   #page {
	margin: 20px auto;
	padding: 0;
	}
   #footer {
	font-size: .8em;
	padding: 8px 0 0 0; margin: 0 auto;
	clear: both;
	color: rgb(172,172,173);
	border-top: 1px solid #ddd;
	}
      #footer p {
	margin: 0; padding: 15px 0;
	text-align: center;
	}
      #footer a {
      	font-weight: normal;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
.centered, img.imgcenter, aligncenter {
	background: #fff;
	display: block;
	margin-left: auto; margin-right: auto; padding: 4px;
	border: 1px solid #adadac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.alignright, img.imgright {
	margin: 0 0 2px 7px; padding: 4px;
	background: #fff;
	display: inline;
	float: right;
	border: 1px solid #adadac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.alignleft, img.imgleft {
	margin: 0 7px 2px 0; padding: 4px;
	background: #fff;
	display: inline;
	float: left;
	border: 1px solid #adadac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
/* End Images */

   .postmetadata, .byline {
	font-size: .8em;
	line-height: 1.2em;
	}
   .postmetadata {
	clear: both;
	padding: 5px 0;
	text-align: right;
	}
   .byline {
	width: 80%;
	border-top: 1px solid #d0d0d0;
	margin: 2px 0 0 0; padding-top: 2px;
	}
   .postmetadata strong {
   	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	color: rgb(110,105,85);
	}
   .postmeta {
	text-align: right;
	font-size: .9em;
	font-weight: bold;
	}
   .frontpage #doubleside .postmeta {
   	margin-right: -25px;
	}
	
a, .sidebar ul li#tag_cloud a:hover {
	}
a, .sidebar ul li#tag_cloud a:hover, .sidebar li#recent-comments a {
	}

a:hover, .sidebar ul li#tag_cloud a:hover, .sidebar ul li#recent-comments a:hover {
	}
#content .entry .tag_cloud {
	margin: 10px 0 10px 15px;
	}
#content .entry .tag_cloud a {
	border-bottom: 0;
	}
#content .entry .tag_cloud a:hover {
	background: transparent;
	}

/* Begin Various Tags & Classes */

.navigation .alignright {
	margin: 10px 0 5px 5px;
	border: 0;
	}
.navigation .alignleft {
	margin: 10px 5px 5px 0;
	border: 0;
	}
.navigation a {
	border: 1px solid #adadac;
	}
.more-link {
	display: inline block;
	clear: both;
	float: right;
	margin: 0 5px 0 auto;
	padding: 3px 8px;
	background: #f5f5f5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	}
blockquote {
	color: #333;
	margin: 0px 40px 10px 40px;
	padding: 0px 10px;
	background: #f5f5f5;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	}					
blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
cite	{
	margin: 0 40px 0 0;
	display: block;
	text-align: right;
	}
blockquote cite {
	margin: 0 10px 0 0;
	}
/* End Various Tags & Classes */

/* Begin Specific Tags & Classes */

.authorbio {
	margin: 0; padding: 6px 0 0 90px;
	font-size: .9em;
	}
strong.author {
	display: block;
	width: 280px;
	margin: 10px 0 3px 15px; padding: 0 0 1px 0;
	border-bottom: 1px solid rgb(79,79,79);
	}
.authorgravatar {
	float: left;
	margin: 0 10px 0 15px;
	}

.pdf24Plugin-sbp-backlink {
	display: none;
	}
.pdf24Plugin-sbp-title {
	line-height: 1.2em;
	}
div.pdf24Plugin-sbp-sendto, div.pdf24Plugin-sbp-submit {
	display: inline;
	}
.pdf24Plugin-cp-box {
	font-size: .8em;
	margin: 5px 20px 0 175px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.pdf24Plugin-cp-box table {
	text-align: right;
	}
.pdf24Plugin-cp-box td[align="right"] a {
	display: none;
	}
.narrow .pdf24Plugin-cp-box {
	display: none;
	}
.powerpress_player, .powerpress_links {
	width: 280px;
	padding: 10px;
	text-align: center;
	font-size: .8em;
	background: rgb(237,234,229);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
div.powerpress_player {
	margin: 8px 15px -8px 15px; padding: 10px 10px 5px 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius-bottomleft: 0px;
	-webkit-border-radius-bottomright: 0px;
	}
p.powerpress_links {
	padding: 5px 10px 10px 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius-topleft: 0px;
	-webkit-border-radius-topright: 0px;
	}
#footer .searchform {
	width: 250px;
	float: right;
	}

.cat-icon {
	float: left;
	margin: 10px 10px 3px 0; padding: 0;
	}
.cat-icon a:hover {
	background: none;
	}

a.webriggers-logo {
	display: inline block;
	width: 125px; height: 40px;
	float: left;
	margin: 0 5px 0 5px; padding: 2px 0 0 18px;
	text-align: left;
	color: rgb(172,172,173);
	font-size: 9px;
	font-weight: normal;
	background: url('images/webriggers-logo.125x40.sprite.jpg') top left no-repeat;
	}
a.webriggers-logo:hover {
	color: rgb(40,90,160);
	background: url('images/webriggers-logo.125x40.sprite.jpg') bottom left no-repeat;
	}

/* End Specific Tags & Classes */
