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

	WebRiggers 0.1
	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('comments_forms.css');
/* @import url('calendar.css');
*/

/*
@font-face {
	font-family: Tintinabulation;
	src: url('Tintinabulation.ttf');
	}
*/
body 	{
	/* font-family: "Trebuchet MS",'Lucida Grande', "DejaVu Sans Mono", Luxi Sans, Tahoma, Verdana, Arial, Monaco, Mono, Helvetica, sans-serif; */
	font-family: Georgia, 'Bookman Old Style Light', 'Century Schoolbook L', 'Deja Vu Serif' Times, Times New Roman, Serif;
	font-size: 14px;
/*	color: #033552;
	background: #f8f8fa url('images/bg2.jpg') repeat-x fixed; */
	color: #0a0a2a;
	margin: 0;
	padding: 0;
	background: #fff;
	}

a	{
	color: rgb(161,129,84);
	/* color: rgb(44,90,160); /* #2c5aa0; */
	text-decoration: none;
	}
a:hover {
	/* color: rgb(161,161,43); */
	/* color: rgb(43,149,161); */
	/* color: rgb(55,73,63); */
	color: rgb(55,43,161);
	}

.printonly {
	display: none;
	}

h1, h2, h3, h4 {
/*
	font-family: Tintinabulation, Georgia, Garamond, Times, Times New Roman, Serif;
*/
	font-weight: bold;
	color: rgb(151,114,43);
	}

#wrap {
	width: 960px;
	min-height: 300px;
	margin: 10px auto 70px auto;
	}
#page {
	}
#header {
	height: 120px;
	margin: 0; padding: 0;
	}
#headerimg { 
	margin: 0; padding: 0;
	height: 110px;
	background: url('images/logo.png') left bottom no-repeat;
	}
#header h1 {
	padding: 95px 0 0 25px;
	color: #154394;
	font-size: 3em;
	}
#header .description {
	font-size: 1.5em;
	text-align: right;
	margin: 5px 0 0 0; padding: 40px 10px 0 0;
	font-style: italic;
	}
#content {
	width: 470px;
	margin: 0; padding: 0;
	float: right;
	}

#page #sidebar {
	}
#sidebar {
	width: 470px; min-height: 470px;
	font-size: 80%;
	margin: 0; padding: 0;
	}
#sidebar #doubleside {
	margin: 0; padding: 0;
	}
#sidebar #sideleft {
	margin: 0; padding: 0;
	}
#sidebar #sideright {
	padding: 0; margin: 0;
	}
#title_img {
	z-index: 1;
	margin: 5px 0 0 30px;
	cursor: pointer;
	cursor: hand;
	}
	
h2	{
	font-size: 1.5em;
	padding: 5px 9px;
	margin: 10px 0 10px 30px;
	}

h3	{
	font-size: 1.2em;
	margin: 15px 0 6px 0;
	}

p	{
	margin: 3px 0 6px 0;
	}
p.summary {
	background: #f3f3f3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	padding: 3px;
	margin-top: 14px;
	color: #400;
	text-align: center;
	}

ul	{
	list-style: outside square;
	margin-left: 22px;
	}
li, blockquote, blockquote p {
	line-height: 1.2em;
	}

/* 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) */

.centered, .imgcenter, .aligncenter {
	display: block;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}

.alignright, img.imgright, img.right {
	padding: 4px;
	margin: 1px 0 2px 7px;
	display: inline;
	float: right;
	background: #fff;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}

.alignleft, img.imgleft, img.left {
	padding: 4px;
	margin: 1px 7px 2px 0;
	display: inline;
	float: left;
	background: #fff;
	border: 1px solid #c0c0c0;
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}
.navigation .alignright, .navigation .alignleft {
	border: 0;
	}

/* End Images */

/* Begin Structure */

#page {
	margin: 20px auto;
	padding: 0;
	/* width: 760px; */
	}
/* End Structure */

small 	{
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 	{
	font-size: 1.6em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}
.postmetadata, .byline {
	font-size: 80%;
	}
.postmetadata {
	clear: both;
	line-height: 1.4em;
	padding: 5px 0;
	}
.byline {
	border-top: 1px dashed rgb(161,114,43);
	width: 400px;
	padding: 2px 0;
	margin: 2px 0 0 60px;
	}
.page .byline {
	margin-left: 0;
	width: 400px;
	}
code 	{
	font: 1.1em 'Courier New', Courier, Fixed;
	}
em	{
	font-style: italic;
	}
em em	{
	font-style: normal;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#header a {
	background: none;
	padding: none;
	border: none;
	}
	
#sidebar ul li#tag_cloud, #sidebar li#get-recent-comments a, #sidebar li#twitter-tools a {
	padding: 0 4px 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}
#sidebar ul li#tag_cloud a:hover {
	color: #400;
	text-decoration: none;
	background: #f5f5f5;
	/* border: 1px solid #c0c0c0; */
	}
#sidebar ul li#tag_cloud a:hover, #sidebar ul li#get-recent-comments a:hover {
	/* color: #147; */
	color: #06c;
	background: #000;
	border-color: #000;
	}

#content .post {
	padding: 0 15px 0 0;
	}
#content .post p {
	margin: 15px 0;
	line-height: 1.4em;
	}
#content .post .entry {
	clear: left;
	padding: 4px 0 0 0;
	}
#content .post .entry h2 {
	margin: 5px 100px 10px 35px;
	color: rgb(43,149,161);
	}
#page #content .post .entry h2 {
	margin-left: -10px;
	}
#content .post h2.post-title {
	display: block;
	padding: 0;
	letter-spacing: -1px;
	}
#content .post h2.post-title a {
	display: block;
	margin: 0 0 0 60px; padding: 1px;
	}
#content .page h2.post-title a {
	margin-left: 0;
	}
#content .post h2.post-title a:hover {
	}
#content .post .post-date {
	float: left;
	margin: 2px 7px 0 0;
	font-size: 11px;
	/* border: 1px solid rgb(43,149,161); */
	border: 1px solid rgb(161,129,84);
	width: 48px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	cursor: default;
	}
#content .post .post-date .month {
	display: block;
	background: rgb(161,129,84);
	color: #fff;
	padding: 2px 0 2px 0;
	}
#content .post .post-date .day {
	font-weight: bold;
	font-size: 21px;
	padding: 0;
	margin: 0;
	color: rgb(161,129,84);
	}
#content .post .post-date .year {
	color: #c0c0c0;
	padding: 0 0 1px 0;
	}
.more-link, .commentlink a {
	display: inline-block;
	font-weight: bold;
	clear: right;
	float: right;
	margin: 0 45px 8px auto;
	padding: 3px 8px;
	}
.more-link {
	background: #e9e9e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	radius: 3px;
	}

/* End Typography & Colors */

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #e0e7f1; 
	font-size: .8em;
	padding: 1px 0;
	margin: 0 auto;
	clear: both;
	}
#footer #footercontent {
	width: 960px;
	margin: 0 auto;
	}
#footer #searchform {
	float: right;
	font-size: .8em;
	}
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
#footer a:link, #footer p a {
	}
#footer a:hover {
	}

/*	Begin Headers */
h2 	{
	margin: 5px 0 0 0;
	}

h2.pagetitle {
	text-align: center;
	}

#sidebar h2 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0;
	padding: 15px 0 3px 0;
	letter-spacing: -1px;
	}

/* End Headers */

/*     BEGIN SIDEBAR SPECIFICS     */

#doubleside ul li#search input#s {
	width: 244px;
	}
#doubleside ul li#search input#searchsubmit {
	width: 65px;
	}

/*     END SIDEBAR SPECIFICS     */

/* Begin Various Tags & Classes */

p.notes, div.notes, div.footnotes div.footnotedivider{ /* added for footnote title */
        width: 180px;
        margin-top: 20px;
        border-top: 1px solid #c0c0c0;
	}
div.footnotes div.footnotedivider {
	margin-bottom: 3px;
	}
div.footnotes ol:before {
	content: "Footnotes";
	font-weight: bold;
	color: #333;
	font-size: 1.1em;
	}
div.notes, div.footnotes {
	width: 90%;
	}
div.notes ol.footnotes, div.footnotes ol {
	font-size: .85em;
	font-weight: normal;
	}

em em	{
	font-style: normal;
	}
sup	{
	font-size: 80%;
	vertical-align: top;
	padding: 0px 2px 0px 2px;
	background: #e9e9e7;
	}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	}
blockquote {
	color: #333;
	margin: 0px 40px 10px 40px;
	padding: 0px 10px;
	background: #e9e9e7;
	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;
	}

.center {
	text-align: center;
	}

hr 	{
	display: none;
	}

a img 	{
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 15px 35px 0;
	}

#context-page-list {
	font-size: .9em;
	margin: 5px 14px 0 0;
	/* width: 620px; */
	border-top: 3px solid #000;
	padding: 5px 0 0 25px;
	}
#context-page-list ul {
	margin: 5px 0 5px 50px;
	}
#context-page-list ul li {
	line-height: 1.3em;
	}
#context-page-list ul ul {
	margin: 0 15px;
	}

#jump_468 {
	padding: 5px 0 5px 70px;
	overflow: hidden;
	background: #e9e9e7;
	border-bottom: 3px solid #000;
	margin: -5px 15px 0 0;
	}
#jump_468 a:hover, a.noeffect:hover {
	background: none;
	}
a.noeffect {
	padding: 0;
	background: none;
	}

/* End Various Tags & Classes*/
/* Widget Styles */

ul li#tag_cloud {
	line-height: 1.5em;
	}
#sidebar ul li#get-recent-comments a, #sidebar ul li#twitter-tools a {
	display: inline;
	border: 0;
	}
#sidebar ul li#get-recent-comments ul li.comment {
	list-style-type: none;
	margin-left: 7px;
	padding: 2px 0;
	border-bottom: 1px solid #8d5820;
	}
#sidebar ul li#get-recent-comments ul li.comment:hover {
	}

#sidebar li#text-442933081 ul li:hover, #sidebar ul li#twitter-tools ul li:hover {
	}
#sidebar li#text-442933081 ul li, #sidebar ul li#twitter-tools ul li {
	border-bottom: 1px solid #8d5820;
	padding: 3px 0;
	}
#sidebar li#twitter-tools li.aktt_more_updates {
	padding: 0;
	}
#sidebar li#twitter-tools li.aktt_more_updates a {
	display: block;
	padding: 5px 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	radius: 0;
	}

/* END Widget Styles */

/* BEGIN Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
        left: 450px;
	top: -55px;
	height: 25px; width: 460px;
	background: url("images/navbg3.gif") left top;
	/* height: 50px; width: 421px;
	background: url("images/navbg.gif") no-repeat top; */
	padding: 8px 20px; margin: 10px 0;
	overflow: hidden;
	}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
	}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background: url("images/navhover2.gif") no-repeat right -25px;
	width: 9px; height: 25px;
	z-index: 8;
	position: absolute;
	}
.lavaLamp li.back .left {
	background: url("images/navhover2.gif") no-repeat top left;
	height: 25px;
	margin-right: 9px;
	}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #fff; outline: none;
	text-align: center;
	height: 25px; top: 3px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 10px;
	}
/* END Styles for the entire LavaLamp menu */

/* PORTFOLIO PAGE STYLES */

div.portfolio {
	height: 350px; width: 420px;
	position: relative;
	}
div.portfolio a.next, div.portfolio a.back {
	position: absolute;
	bottom: 0;
	margin: 3px; padding: 3px 8px;
	border: 1px solid rgb(161,129,84);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
div.portfolio a.next {
	float: right;
	right: 0;
	}
div.portfolio a.back {
	float: left;
	left: 0;
	}

/* END PORTFOLIO STYLES */



