/*
Theme Name: Skew Your Mind summer 09 theme
Theme URI: http://skewyourmind.com/
Description: Theme base classic, ripped apart and custom made from xhtml 1.0 strict.
Version: 1.0
Author: Joe L Wroten
Tags: lol

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
Revamped by SharpShark || http://www.SharpShark28.com/

Skew Your Mind*/
BODY
{
	background-color: #164365;
	font-family: Gill, Arial, Helvetica;
	font-size: 9pt;
	line-height: 1.2em;
	text-align: center;
}
A
{
	color: #164365;
	text-decoration: none;
}
A:hover
{
	color: #6B16B3;
}
A:visited
{
	color: #0E740E;
}
A:active
{
	color: #0E740E;
	text-decoration: underline;
}
P
{
	padding: 10px 25px 10px 0px;
	text-indent: 2em;
}
.myTitle
{
	font-size: 14pt;
	color: #164365;
	font-weight: normal;
}
.subTitle
{
	font-size: 11pt;
	color: #464646;
	font-weight: normal;
	padding-top: 2px;
}
#sidebarDiv .myTitle
{
	padding-top: 25px;
}
#sidebarDiv .subTitle
{
	padding: 5px 0px 1em;
}
#sidebarDiv A, #sidebarDiv .fakeLink
{
	color: #000000;
	display: list-item;
	list-style-position: inside;
	list-style-image: url(images/bulletInactive.png);
	font-size: 13pt;
	padding: 0px 10px 0.3em 0.7em;
}
#sidebarDiv A:hover
{
	color: #164365;
	list-style-image: url(images/bullet.png);
}
#sidebarDiv A:active
{
	color: #7497B3;
	text-decoration: none;
	list-style-image: url(images/bullet.png);
}
.postFooter
{
	font-style: italic;
}
#mainDiv, #mainTable
{
	width: 800px;
	height: 100%;
}
#mainDiv
{
/*DIV that centers the table on all browsers*/
	text-align: center;
	margin: 0px auto;
}
#logo
{
/*DIV containing the logo image*/
	position: absolute;
	top: 0px;
}
#leftTable
{
/*Left Border and Logo Container*/
	width: 18px;
	background-image: url(images/leftborder.png);
	text-align: left;
/*Fixes IE Logo Align Issue*/
}
#middleTable
{
/*Content Holding Table Cell*/
	background-color: #FFFFFF;
	vertical-align: top;
}
#rightTable
{
/*Right Border*/
	width: 18px;
	background-image: url(images/rightborder.png);
}
#sidebarDiv
{
/*Left column for links*/
	width: 235px;
	float: left;
	margin-top: 345px;
	text-align: left;
	padding: 0px 0px 20px 15px;
}
#contentDiv
{
/*For headers and the content*/
	width: 514px;
	float: right;
	margin-top: 0px;
	text-align: left;
	/*[empty]overflow:;*/
}
/*Sup fix by http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341*/
SUP, SUB
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	color: #0E740E;
}
SUP
{
	bottom: 1ex;
}
SUB
{
	top: 0.5ex;
}
/*End of fix
Misc Bits*/
TEXTAREA
{
/*Comment Form*/
	width: 400px;
	height: 6em;
	padding: 10px;
	text-indent: 20px;
	background-color: #E0D1F5;
	border: 3px solid #EAE3F5;
}
TEXTAREA:focus
{
	background-color: #FFFFFF;
}
#submit
{
	margin-bottom: 70px;
}
.commentText
{
/*Each Comment*/
	max-width: 400px;
	margin-bottom: 25px;
	padding: 10px;
	background-color: #D3EAFC;
	border-bottom: 3px solid #EDF7FF;
	border-left: 3px solid #EDF7FF;
	border-right: 3px solid #EDF7FF;
}
.commentInfo
{
	max-width: 400px;
	padding: 5px 10px;
	background-color: #D6F7DB;
	border-top: 3px solid #EAF7ED;
	border-left: 3px solid #EAF7ED;
	border-right: 3px solid #EAF7ED;
}
#author, #url, #email
{
/*Form Styles*/
	border: 3px solid #E0E0E0;
	color: #631AB1;
}
#author:focus, #url:focus, #email:focus
{
	border: 3px solid #E0D1F5;
	color: #000000;
}
EM
{
/*Emphasis for in-article text*/
	color: #6217AF;
}
CITE
{
/*Citation Style*/
	color: #0E740E;
	font-style: normal;
}
.text
{
/*Blockquote for Text*/
	border: 3px solid #E0E0E0;
	padding: 10px 10px 10px 35px;
	width: 80%;
	quotes: "\201C" "\201D";
	font-size: 110%;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
}
.bump
{
/*Archives etc, adds indent*/
	margin-left: 15px;
}
#olderPosts
{
	text-align: right;
	margin: 0 65px 20px 0;
}

