/*
Theme Name: Shinogo
Theme URI: http://www.shinogo.com/
Description: The awesomesauce theme designed for Gregory Thomas Williams, aka Shinogo.
Version: 1.0
Author: Andrew Dickinson
Author URI: http://www.mouseheaddesign.com/
			http://www.andrewdickinson.ca/
Tags: custom header, fixed width, two columns

	Shinogo v1.0
	 http://www.shinogo.com/

	This theme was designed and built by Andrew Dickinson,
	but was based off of the design by Michael Heilemann
	of http://binarybonsai.com/. You can find Andrew's blog
	at http://www.justdickie.com/.

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

*/

body
{
	margin: 0;
	font-family: Arial;
}

#page
{
	width: 100%;
	margin: 0;
	height: 100%
	background-color: #FFF;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	overflow: auto;
}

#leftpad
{
	width: 258px;
	height: 717px;
	background-color: #FFF;
	background-image: url('images/leftspacer.jpg');
	background-repeat: no-repeat;
	float: left;
}

#rightpad
{
	width: 258px;
	height: 717px;
	background-color: #FFF;
	/* background-image: url('images/rightspacer.jpg'); */
	background-repeat: no-repeat;
	float: left;
}

#leftgradient
{
	width: 25px;
	height: 700px;
	/* background-image: url('images/graygradient_left8.gif'); */
	background-repeat: repeat-y;
	float: left;
}

#rightgradient
{
	width: 25px;
	background-image: url('images/graygradient_right4.gif');
	background-color: red;
	background-repeat: repeat-y;
	float: left;
}

#centreblock
{
	width: 886px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: auto;
}

#innerblock
{
	width: 884px;
	overflow: auto;
	padding: 0 0 20px 0;
	float: left;
	border-width: 0 1px 0 1px;
	border-color: black;
	border-style: solid;
	background-color: white;
}

#header
{
	width: 884px;
	height: 123px;
	background-color: #FFF;
	background-image: url('images/header.jpg');
}

#pill
{
	width: 884px;
	height: 71px;
	background-color: #FFF;
	background-image: url('images/pill.jpg');
}

#contentbox
{
	width: 884px;
	padding: 0;
	overflow: auto;
}

#sidebar
{
	width: 223px;
	height: 1070px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar_nav
{
	width: 223px;
	height: 271px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar_pill_top
{
	width: 223px;
	height: 402px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar_pill_bottom
{
	width: 223px;
	height: 397px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	float: left;
}

#content
{
	width: 581px;
	height: auto;
	background-color: #FFF;
	background-image: url('images/content.jpg');
	float: left;
	background-repeat: no-repeat;
	overflow: auto;
	padding-right: 60px;
	padding-left: 20px;
}

#footer
{
	width: 1440px;
	/* height: 25px; */
	background-color: #FFF;
	/* background-image: url('images/background_footer.jpg'); */
	float: left;
}

#linkboxleft
{
	width: 330px;
	float: left;
	margin-left: -20px;
}

#linkboxright
{
	width: 330px;
	float: right;
	margin-right: -60px;
}

.postmetadata
{
	font-size: 9pt;
}

h2
{
	color: black;
	font-size: 12pt;
}

p
{
	font-size: 10pt;
}

img
{
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

a:link
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #669966;
}
