/*
Theme Name: Georgia Caboose
Theme URI: http://wordpress.org/
Description: This major rewrite of the Georgia Caboose theme features sIFR, a new logo, and some jQuery accordion. 
Version: 2.0
Author: Curtis Lassam
*/

@font-face
{
	font-family: Lassam Blockscript;
	src: url("/fonts/lassam_blockscript_smallcaps.otf") format("opentype");
}

.blockscript
{
	font-family: Lassam Blockscript, Constantia, Palatino Linotype, Palatino, Bookman Oldstyle, serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Constantia, Palatino Linotype, Palatino, Bookman Oldstyle, serif;
	margin-bottom: 0.1em;
}

h3
{
	font-size: 150%;
}

h4
{
	font-size: 130%;
}
 
* a
{
	color: crimson;
}

* small
{
	color: gray;
}

.hidden
{
	display: none;
}

.clearboth
{
	clear: both;
}

.code
{
	background-color: black;
	color: lime;
	font-family: Consolas, monospace;
	font-size: 12px;
	padding: 0.3em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

body, html
{
	margin: 0;
	padding: 0;	
	font-family: Constantia, Palatino Linotype, Palatino, Bookman Oldstyle, serif;
}
body
{
	width: 975px;
}

#page 
{	
	float: left;
	margin: 0;
	margin-left: 370px;
	padding:1em;
}


	/* THE BIG CURTIS LASSAM BIT */
	#titleimagebox
	{
	}
	
		#titleimagebox a
		{
			text-indent: -9000px;
			display: block;
		}

	#page h2
	{
		text-indent: 0;
		line-height: 0.9em;
		font-size: 230%;
		padding-bottom: 0;
		border-bottom: 2px solid crimson;
		margin-bottom: 0;
	}

		#page h2 a
		{
			text-decoration: none;
		}

	#page .navigation
	{
		text-align: center;
		font-size: 120%;
		margin-bottom: 2em;
	}

	#page .post
	{
		line-height: 1.5em;
		margin-bottom: 5em;
		text-align: justify;
		text-justify: newspaper;
		padding-bottom: 1.5em;
		background: url("images/cabooseline.png") no-repeat bottom;
	}
	
	#page .post h2
	{
		text-align: left;
	}
	
	#page .post p
	{
		text-indent: 1em;
	}
	
	#page .post * img
	{
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 2px solid black;
	}	
	
	#page .post ul li
	{
		list-style: square;
		padding-left: 1.5em;	
	}
	
	* blockquote
	{
		background: crimson;
		color: white;
		font-size: 1.3em;
		border: 1px solid crimson;
		padding: 2px 5px 2px 5px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	* blockquote a
	{
		background: white;
		text-decoration: none;
	}
	
	#page #commentform #comment
	{
		width: 100%;
	}
	
	#page .commentlist li img
	{
		border: 2px solid black;
		float: left;
		margin-right: 0.5em;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#page .commentlist li
	{
		list-style-type: none;
		padding: 0.5em;
		margin-bottom: 1em;
		border: 1px solid #DDD;
		background-color: #EEE;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

#sidebar
{	
	border-right: 12px solid black;
	padding: 0 15px 0 0;
	
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 320px;
	height: 100%;
	text-align: right;
}

	#sidebar #logo
	{
		border: none;
		margin-left: 22px;
	}
	
	#sidebar #s
	{
		width: 155px;
	}
	
	#sidebar #accordion
	{
		width: 105%;
		text-align: right;
		font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		height: 100%;
	}
	
	#sidebar #accordion_holder
	{
		height: 98%;
	}
	
	#sidebar ul
	{
		margin-left: 0;
		padding-left: 0;
	}	
	
	#sidebar li
	{
		background-color: #eee;
		margin-top: 0.2em;
		list-style-type: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding-right: 1em;
	}
	
	/* social megapipe */
	#sidebar .ybh
	{
		display: none;
	}
	
	#sidebar .ybi
	{
		margin: 15px;
		padding: 10px;
	}
	
	#sidebar .ybi .pipesTitle
	{
		border-bottom: 1px solid black;
	}
	
	#irc
	{
		text-align: left;
	}
	
	#irc .ybi .pipesTitle
	{
		border: none;
	}



