/*  
Theme Name: Ink Grass
Theme URI: http://inkgrass.lazymoon.org
Description: WordPress theme, designed for Ink Grass. Copyright 2008
Version: 1.01
Author: Lachlan McDonald
Author URI: http://www.lazymoon.org/

THIS IS NOT A FREE-FOR-USE THEME.
PERMISSION IS NOT GIVEN TO USE THIS THEME OR ANY LIKENESS
ON OTHER WORDPRESS INSTALLATIONS.
*/

/* Heavy CSS reset */
body *, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
body {
	font: 76% Verdana, Arial, sans-serif;
	color: #444;
	text-align: center;
	background: #2A568F url(images/page_bg.png) repeat-y center 0;
}
html>body {
	font-size: 12px;
}
h2, h3, h4 {
	font-weight: normal;
	color: #3A75C2;
	font-family: Candara, "Trebuchet MS", Verdana, Arial, san-serif;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
p {
	margin: 0 0 1em;
}
a:link, a:visited {
	text-decoration: none;
	color: #ED8000;
	border-bottom: dashed 1px #FFB300;
}
a:hover, a:active {
	background: #FCFFBA;
}
ul, ol, dl {
	margin: 0.5em 2em 1em;
}
li ul, li ol {
	margin: 0 2em;
}
ul {
	list-style: square outside;	
}
ol {
	list-style: lower-alpha outside;	
}
li ol {
	list-style: lower-roman outside;
}
li {
	line-height: 2em;
}
pre, code {
	padding: 0.5em;
	text-align: left;
	display: block;	
	border: solid 2px #EBEBEB;
	font: 1.2em/normal Consolas, "Courier New", Courier, monospace;
	background: url(images/hlgrey.png) repeat 0 0;
	word-wrap: break-word;
	margin: 0 0 1em;
}
p code, ul code, ol code {
	padding: 0;
	display: inline;
	border: none;
	margin: 0;
}
blockquote, q {
	font-family: Cambria, Georgia, "Times New Roman", Times;
}
blockquote {
	margin: 0.5em 3em 1em;
}
label {
	color: #A95A4E;;
	font-weight: bold;
}
input,
button,
textarea {
	font: inherit;
	margin: 2px;
}
input:focus,
textarea:focus,
button:focus {
	border-width: 2px;
	margin: 0;
	font-weight: bold;
}
input,
textarea {
	color: #A95A4E;
	border: 1px solid #BD7565;
	padding: 0.5em;
}
input {
	background: #F9EEEB url(images/input_bg.png) repeat-x 0 0;
}
textarea {
	background: #F9EEEB url(images/textarea_bg.png) repeat-x 0 0;
}
button {
	color: #A05804;
	border: 1px solid #CD8E3C;
	background: #FDF3E6 url(images/button_bg.png) repeat-x 0 bottom;
	padding: 0.5em 1em;
}
::-moz-selection {
	color: #FFF;
	background: #C8433C;
}
::selection {
	color: #FFF;
	background: #C8433C;
}
.hidden {
	display: none;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.highlitea {background: url(images/hyellow.png) repeat 0 0;}
.highliteb {background: url(images/hgreen.png) repeat 0 0;}
.highlitec {background: url(images/hblue.png) repeat 0 0;}
#container {
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 0 50px;
	text-align: left;
	background: url(images/page_bg.png) repeat-y -70px 0;
}
#header {
	background: url(images/header.png) no-repeat 0 0;
	height: 225px;
}
#header p {
	display: none;
}
#header h1 {
	position: relative;
	top: 110px;
	left: 20px;
}
#header h1 a {
	display: block;
	width: 400px;
	height: 100px;
	text-indent: -10000px;
	border: none;
	background: none;
}
#tabs {
	float: right;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
	list-style: none;
	width: 500px; /* IE hack */
}
#tabs li {
	float: right;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	line-height: normal;
	background: url(images/tab_left.png) no-repeat 0 bottom;
}
#tabs a {
	display: block;
	padding: 0.5em 15px 0.5em 10px;
	color: #FFF;
	background: url(images/tab_right.png) no-repeat right bottom;
	border: none;
}
#main {
	display: inline; /* IE hack */
	margin: 0 0 0 20px;
	width: 700px;
	float: left;
	overflow: hidden; /* for some reason, this prevents #main from buggering up */
	height: 100%;
}
.post {
	margin: 0 0 80px;
}
.post .cal {
	float: left;
	width: 85px;
	text-align: center;
	background: url(images/cal_day_bg.png) repeat-y 0 0;
}
.post .cal .cal2 {
	padding: 0 0 15px;
	background: url(images/cal_day_bottom.png) no-repeat 0 bottom;
}
.post .cal .m {
	background: url(images/cal_month_bg.png) repeat-y 0 0;
	border-bottom: solid 1px #FFF;
}
.post .cal .m2 {
	padding: 5px 0;
	background: url(images/cal_month_top.png) no-repeat 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.post .cal .d {
	font-size: 3em;
	font-weight: normal;
}
.post .body{
	margin: 0 0 0 100px;
}
.post .body h2 a {
	color: #3A75C2;
	border: none;
	background: none;
}
.post .body p {
	text-align: justify;
	line-height: 2.5em;
}
.post .body img {
	border: solid 1px #C4C4C4;
	padding: 0.5em;
	margin: 1em 1em 0;
}
.post .body table.wp {
	border: solid 1px #C4C4C4;
	margin: 0 0 1em;
}
table.wp td,
table.wp th {
	padding: 2px;
}
table.wp th.wsize {
	background: #E6F1CB;
	color: #303B11;
	width: 20%;
	font-weight: normal;
	border-bottom: solid 1px #CCE397;
}
table.wp td {
	border-bottom: solid 1px #D9D9D9;
	width: 30%;
}
table.wp th.wratio {
	background: #E0EEF6;
	color: #245A7A;
	width: 20%;
}
table.wp a {
	border: none;
}
.post .body h3 {
	color: #C2433A;
}
.post .body p.categories {
	text-align: left;
	line-height: normal;
}
.post .footing {
	margin: 0.5em 0 0;
	font-size: 0.9em;
	color: #8B2;
}
#comments, 
#respond {
	margin: 4em 0 0 100px;
}
.comment {
	margin: 3em 0 0;
}
.comment .details .name {
	float: left;
	background: url(images/response_header_left.png) no-repeat 0 0;
}
.comment .details .name2 {
	background: url(images/response_header_right.png) no-repeat right 0;
	padding: 1em;
}
.comment .details .name2 cite {
	font-style: normal;	
}
.comment .details .date {
	display: inline; /* IE hack */
	float: left;
	padding: 1em;
	margin:	0 0 0 0.5em;
	color: #999;
}
.comment .response {
	clear: both;
	margin: 0.5em 1em;
}
#respond input,
#respond textarea {
	display: block;
	width: 70%;
}
#sidebar {
	display: inline; /* IE hack */
	float: right;
	width: 210px;
	margin: 0 20px 0 0;
}
#sidebar div {
	margin: 0 0 1.5em 15px;
}
#sidebar ul {
	margin: 0 0 0 15px;
	color: #ED8000;
}
#sidebar h2 {
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 0 15px;
	background: url(images/small_down_under.png) no-repeat 0 center;
}
/*#sidebar h2:hover,
#sidebar h2:active {
	color: #ED8000;
	background: url(images/small_down_over.png) no-repeat 0 center;
}*/
#sidebar input {
	width: 180px;
	display: block;
}
#footer {
	color: #666;
	clear: both;
	padding: 50px 0 0;
	text-align: center;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #666;
	border: none;
	text-decoration: underline;
}
#pagead,
#pagead * {
	border: 1px solid #ED8000;
}
#pagead {
	clear: both;
	margin: 80px 150px;
	padding: 5px;
	background: url(images/warning.png) repeat 0 0;
	width: 470px;
}