/*
Theme Name: Borderline Chaos
Theme URI: http://theloo.org/2005/03/06/borderline-chaos/
Description: A left nav fluid theme for <a href="http://wordpress.org/">Wordpress 1.5</a>
Version: 1.9
Author: <a href="http://theloo.org/about/">Marianne</a>
Author URI: http://theloo.org/

License:
<a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser General Public License</a>

Please visit the
<a href="http://theloo.org/2005/03/06/borderline-chaos/">Theme Homepage</a>
for the changelog and latest version!

Thanks to <a href="http://www.thoughtmechanics.com/">Theron Parlin</a>,
whose theme "Benevolence" provided the base files, and to <A
HREF="http://wordpress.org/support/">Wordpress Support</a> members <a
href="http://www.sekhu.net/">Jinsan</A> and <A
HREF="http://moltenwords.net/">oriecat</A> for support and encouragement.
Please see the README.html file for the changelog.

Installation: place the folder named "BorderlineChaos" into your Wordpress
1.5 wp-content/themes/ directory and activated in your Wordpress Control
panel under the Presentation tab. 

Customization: If you'd like to change the color scheme, please find a
Photoshop Document called "bkg.psd" in the images folder and modify it to
fit your needs, saving it as bkg.jpg. Also, the main color definitions are
listed at the top of the CSS. I've used <a
href="http://www.somacon.com/color/colorchart.html">this color chart</a> as
a reference.

Please feel free to contact me through the
<a href="http://theloo.org/2005/03/06/borderline-chaos/">theme homepage</a> if
you have any questions.


"I am an old woman named after my mother
My old man is another child that's grown old
If dreams were lightning thunder was desire
This old house would have burnt down a long time ago"
*/

table.bordered,  table.age-groups, table.bordered td {
	border: thin solid black;
}

table.course-listing td, table.course-listing th {
	border: thin solid black;
	padding: 2mm;
}

table.course-listing {
	width: 12cm;
}

table.age-groups {
	width: 10cm;
	text-align: center;
	margin: auto;
}

table.age-groups td {
	border: thin solid black;
	padding: 2mm;
}

table.age-groups caption {
	padding-bottom: 4mm;
	margin: auto;
}

table.course-listing caption {
	padding-bottom: 2mm;
	margin: auto;
	margin-top: 5mm;
}

table.course-listing, table.roster {
	border: thin solid black;
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 2mm;
}

table.roster td, table.roster th {
	border: thin solid black;
	padding: 2mm;
}

table.tournaments {
	margin: 0 auto;
	margin-top: 2mm;
}

table.tournaments td, table.tournaments th {
	padding: 0;
	padding-bottom: 2mm;
	padding-right: 8mm;
}

table.tournaments th {
	text-align: center;
}

caption {
	font-weight: bold;
	font-size: large;
}

table.roster caption {
	font-size:   12pt;
	font-weight: bold;
	margin: 0 auto;
}

body {
	background-image: url(images/bkg.jpg); 
	background-repeat: repeat-y; 
	background-position: left;
	background-color: #336;
	font-family: Verdana, Arial;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}

#masthead { 
	background-image: url(); 
	position: relative;
	top: 20px;
	background-color: #480;
	border-top:    7px solid black;
	border-bottom: 7px solid black;
 	width: 100%;
 	height: 45px;
	margin: 0px;
}

#blogtitle {
	position: relative;
	width: 16cm;
	top:   30px;
	left:  20px;
	color: black;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 2px;
	background-color: white;
	text-align: left;
	border: 7px solid black;
	padding: 10px;
	font-family: Verdana, Arial;
}

#blogtitle img, #blogtitle h1 { display: inline; }

#blogtitle img {
	margin-right: 5mm;
}

#blogtitle a {
	color: #926;
	vertical-align: middle;
}

#blogtitle a:visited {
	color: #926;
}

#blogtitle a:hover {
	color: #926;
	border: 0px;
}

.sidebox {
	width: 70%;
	margin-left: 2px;
	margin-top: 4mm;
	text-align: left;
	border: 7px solid black;
	padding: 10px;
}

#sidebox0 {
	background-color: #fa2;
}

#sidebox1 {
	background-color: #f66; 
}

#sidebox2 {
	background-color: #6af;
}

#sidebox3 {
	background-color: #d8f;
}

#sidebox4 {
	background-color: #af2;
}

#sidebox5 {
	background-color: #6ff;
}

#sidebox6 {
	background-color: #ff6;
}

a {
	color: #8C1C64;
	text-decoration: none;
}

a:visited {
	color: #8C1C64;
	text-decoration: none;
}

a:hover {
	color: #8B1C62;
	text-decoration: none;
	border-bottom: 1px solid #394651;
}


/* #content {	 */
div.post {
	padding: 3mm;
	background-color: white;
	border: 7px solid black;
	margin-left: 230px;
	text-align: left;
}

#contentwrapper {	
	margin-top: 100px;
}

#sidebar {
	position: relative;
	float: left;
	width: 200px;
	left: 40px;
	margin-top: 96px;
	text-align: left;
 	font-family: Verdana, Arial;
	color: black;
	font-size: 8pt;
	line-height: 11pt;
	text-transform: uppercase;
} 

#sidebar a {
	color: black;
}

#sidebar a:visited {
	color: black;
}

#sidebar a:hover {
	color: #CD9B1D;
}

#sidebox a {
	color: black;
}

#sidebox a:visited {
	color: black;
}

#sidebox a:hover {
	color: #8B1C62;
}

blockquote, {
	position: relative;
	margin-bottom: 10px;
	background-color: #D6D6D6; 
	text-align: left; 
	border: 2px solid black; 
	padding: 5px;
}

.postmetadata {
	position: absolute;
	top: 152px;
	right: 8px;
	background-color: #D6D6D6; 
	text-align: left;
	width: 34em;
	border: 3px solid black;
	padding: 8px;
}

#wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
} 

#insideWrapper {
	top: 40px;
	height: 100%;
	margin: 0px;
	text-align: left;
	padding: 20px;
}

#insideWrapper:after {
	content: "."; 
	display: block; 
	line-height: 1px; 
	font-size: 1px; 
	clear: both;
}

.post {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 10px 10px 20px;
	text-align: left;
}

.singlepost {
	position: relative;
	top: 48px;
	left: 0px;
	margin: 10px 10px 10px 20px;
	text-align: left;
}

#footer {
	border:    7px solid black;
	color:            black;
	background-color: white;;
	position: relative;
	text-align: center;
	padding: 20px;
	width: 12cm;
	margin: 0 auto;
	margin-bottom: 40px;
}

.entrytext { 
	padding-left:  10px; 
	padding-right: 10px;
	padding-top:   30px;
	max-width:     80%;
}

.title {
	font-family: Verdana, Arial;
	color: black;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: bold;
}


a.title {
	color: black;
}

a.title:visited {
	color: black;
}

a.title:hover {
	color: black;
	border: 0px;
}

.posttitle {
	font-family: Verdana, Arial;
	color: #333;
	font-size: 13pt;
	font-weight: bold;
	padding-right: 3px;
}

a.posttitle {
	color: black;
	text-decoration: underline;
}

a.posttitle:visited {
	color: black;
	text-decoration: underline;
}

a.posttitle:hover {
	color: #8B1C62;
	border: 0px;
	text-decoration: underline;
}

h2 {
	color: black;
	font-size: 14px;
	text-align: left;
}

li {
	margin-bottom: 3mm;
}

div.sidebox ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: block;
}

div.sidebox ul li {
	list-style-type: none;
	display: block;
	margin-left: 0px;
	margin-bottom: 0px;
}

div.sidebox ul li ul li {
	list-style-type: none;
	display: block;
	margin-left: 0px;
}

/*
"Make me an angel that flies from montgom'ry
Make me a poster of an old rodeo
Just give me one thing that I can hold on to
To believe in this living is just a hard way to go"
*/

.navigation { 
	padding: 15px;
}

.left {
	float: left;
	margin: 0px 5px 0px 10px;
}

.right {
	float: right;
	margin: 0px 5px 0px 10px;
}

img { position: relative; }

div.one-image { display: inline; }

a img {
	border: none;
}

.centeredImage {
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
}

/*
"When I was a young girl well, I had me a cowboy
He weren't much to look at, just free rambling man
But that was a long time and no matter how I try
The years just flow by like a broken down dam."
*/

.cite {
	font-size: 7pt;
	color:black;
}

code {
	font-family: Courier New, Verdana;
	text-align:left;
	color:black;
	font-size: 8pt;
}

input {
	border: 1px solid #333333;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	padding: 0px;
}


/*
"Make me an angel that flies from montgom'ry
Make me a poster of an old rodeo
Just give me one thing that I can hold on to
To believe in this living is just a hard way to go"
*/


.comments { 
	padding: 20px;
	margin-top: 20px;
}

.commentBox {
	position: relative;
	margin: 0 auto;
	background-color: #f5f5f5; 
	text-align: left; 
	border: 1px solid black; 
	padding: 5px;
}

.commentPos {
	font-family: 'Verdana';
	font-size: 8pt;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-variant: small-caps;
}

a.commentPos {
	font-family: 'Verdana';
	color: #f33;
}

a.commentPos:visited {
	color: #f33;
}

a.commentPos:hover {
	color: black;
	border: 0px;
}

/*
"There's flies in the kitchen I can hear 'em there buzzing
And I ain't done nothing since I woke up today.
How the hell can a person go to work in the morning
And come home in the evening and have nothing to say."
*/

.widecolumn { 
	padding: 20px;
}

.narrowcolumn { 	
	padding-top:    20px; 
	padding-left:   60px; 
	padding-right:  60px; 
	padding-bottom: 20px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.center {
	text-align: center;
}

table.blank-layout {
	border-spacing: 4mm;
}

/*

"Make me an angel that flies from montgom'ry
Make me a poster of an old rodeo
Just give me one thing that I can hold on to
To believe in this living is just a hard way to go"
~ John Prine
*/
