/*  
Theme Name: Edie Jarolim (Alt) Theme
Theme URI: http://ediejarolim.org/
Description: The default Edie Jarolim theme
Version: 1.1
Author: Ian Johnson (with modifications by Josh Williams http://tucson-labs.com)
Author URI: http://www.moiagroup.com

*/


body {
	background-image: url("images/bgtile.gif");
	background-color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
}

#header {background:#fff;position:relative;width:724px;padding-bottom:8px;}

#header h1 { margin:0;padding:0;}

#header h1 a {
	background:transparent url(images/header.gif) no-repeat 0 0;
	display:block;
	height:77px;
	text-indent:-1000em;
	xswidth:400px;
	}

#header h2 {border-bottom:1px solid rgb(193,193,193);color:rgb(208,138,140);font-size:12px;margin:0;padding:0 0 4px 0;position:absolute;top:44px;left:360px;letter-spacing:2px;font-weight:lighter;}


.cat-list {margin:0;padding:0;}

.cat-list li {list-style:none;}

li#rss { background:url("images/rss.png") no-repeat scroll 65px 9px transparent;
}

#footer {
	clear: both;
	border: 1px solid blue;
}

#sidebar {
	border: 1px solid purple;
	width: 220px;
}

#content {
	text-align: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


.txtalignright {
	float: right;
	width: 33%;
}

.txtalignleft {
	float: left;
	width: 33%;
}

#navigation {
	text-align: right;
	font-family: helvetica, arial, verdana;	
	font-size: 1.2em;
}

#navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 0;
	padding-right: 15px;
}


#navigation a:visited {
	color: #990000;
}

#navigation a.nav_off {
}

#navigation a.nav_on {
	background-image: url(images/nav_on_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

h1 {
	font-family: tahoma, verdana, arial;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-family: tahoma, verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

/* MAIN TABLE STYLES */
table.main_table {
	font-family: verdana, arial;
	font-size: 11px;
	background: #FFFFFF;
	border-style: dashed;
	border-width: 0px 1px 0px 1px;
	border-color: #990000;
	height: 1000px;
	
}

.main_table td {
	vertical-align: top;
}

.illust_text {
	color: #990000;
	padding: 20px;
	font-size: 11px;
}

.bottom_bar {
	border-style: dashed;
	border-width: 1px 0px 0px 0px;
	border-color: #666666;
	text-align: center;
	color: #660000;
	font-size: 10px;
 
}

/* MAIN CONTENT STYLE */
.right_col {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 50px;
	font-size: 12px;
}

a:link {
	color:	#990000;
}

a:hover {
	color:	#AA0000;
}

a:visited {
	color:	#990000;
}

/* CONTENT TABLE STYLES */
.content_table {
	font-family: verdana, arial;
	font-size: 12px;
}

.content_table_row0 {
	background: #FFFFFF;
}

.content_table_row1 {
	background: #EDEAE3;
}

.content_table_cell {
	vertical-align: top;
	padding: 5px;
}