/*  
Theme Name: Edie Jarolim Theme
Theme URI: http://ediejarolim.org/
Description: The default Edie Jarolim theme
Version: 1.0
Author: Ian Johnson
Author URI: http://www.moiagroup.com

*/


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

#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;
}