/* Main Style Sheet | JBerres Website */
/* NOTES
================================================================================
Colors:
-------
Lt. Tan : 222/194/160				#dec2a0
Salmon	:	228/168/96				#e4a860
Dark Tan:	171/149/123				#ab9576
Eggplant:	32/19/45					#20135f
RedBrown:	52/26/26					#341a1a
Eggshell:	249/249/232				#f9f9e8
RedBlack:	13/6/6						#0d0606 {outlines - use instead of black}
==============================================================================*/

html
	{
	background-color: #341A1A;
	}

body
	{
	width: 97%;
	height: auto;
	font-family: sans-serif;
	margin: 0 auto 0 auto;
	color: #341A1A;
	}

/* containers */
#container
	{
/*	background-image: url(main_tile.gif); */
	float: center;
	margin: auto;
	width: 780px;
	height: auto;
	border: 2px #0d0606 solid; 
	background-color: #e4a860;
	}

/* Image Container */
#image
	{
	float: left;
	width: 168px;
	height: 436px;
	vertical-align: middle;
	background-color: #341a1a;
	overflow: hide;
	}

/* Main Container */	
#main
	{
	float: right;
	width: 608px;
	height: auto;
	background-color: #f9f9e8;
	padding-bottom: 1em;
	border-left: 2px #0d0606 solid;
	background: #f9f9e8 url(images/bg_text2.gif) no-repeat bottom right;
	}
	
/* Mini Header Container */
#miniheader
	{
	padding: 0 0 0 0;
	font-size: 150%;
	width: 610px;
	height: 100px;
	float: right;
	text-align: right;
/*	background-color: #f9f9e8; */
	}

/* Text Container - Main Content Area */	
#text
	{
	float: left;
	width: 70%;
	margin: 1em;
	height: auto;
	color: #341A1A;
	}

#text ul li
	{
	font-size: .9em;
	list-style: none;
	padding: 0 0 .2em 1.5em;
	background: transparent url(images/bullets2.gif) 2px 3px no-repeat;
	line-height: 1em;
	}	

#text h1
	{
	margin-left: -.5em;
	padding-left: .5em;
	width: 100%;
	background-color: #341a1a;
	color: #e4a860;
	font-size: 1.2em;
	font-weight: bold;
	}

#text img
	{
	margin-bottom: 0.5em;
	}

/* #text a:hover
	{
	font-weight: normal;
	} */
	
/* Right Sidebar Container */	
#sidebar
	{
	float: right;
	margin-top: 1em;
	width: 24%;
	height: auto;
	color: #e4a860;
	}	
	
#sidebar ul li
	{
/*	margin-left: -3.5em; */
	padding: 0 1em 1em .25em;
	font-size: 80%;
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	border-left: 1px #0d0606 solid;	
	text-decoration: none;
	}

#sidebar ul li a
	{
	text-decoration: none;
	text-transform: lowercase;
	}	
	
/* Navigation Container */	
#navigation
	{
	padding-top: 2em;
	color: #341a1a;
	background-color: #e4a860;
	clear: left;
	width: 168px;
	height: auto;
	font-size: 1em;
	}

#navigation ul li
	{
	margin-left: -.5em;
	list-style-type: none;
	}	

#navigation ul li a
	{
	text-decoration: none;	
	}
	
/* Footer Container */	
#footer
	{
	clear: both;
	width: 100%;
	height: 15px;
	background-color: #e4a860;
	border-top: 2px #0d0606 solid;
	}
	
#footer .date {
/*	padding-top: .75em; */
	padding-left: 1em;
	float: left;
	text-color: #000;
	font-size: .60em;
	text-align: left;
	}

#footer .contact {
	padding-right: 1em;
	font-size: .60em;
	font-weight: bolder;
	float: right;
	text-align: right;
	color: #000;
	text-decoration: none;
	margin: 0 0 0 0;
	}	
	
a:link
	{
	color: #341A1A;
	font-weight: bold;
	}
a:visited
	{
	color: #341A1A;
	font-weight: bold;	
	}
a:hover
	{
	color: #916F6F;
	font-weight: bold;
	}
a:active
	{
	color: #341A1A;
	font-weight: bold;	
	}			


abbr, acronym
	{
	border-bottom: thin dotted;
	border-bottom-color: #0d0606;
	cursor: help;
	}

h2
	{
	margin: 0;
	padding: 0;
	}	
	
h4
	{
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	background: #e4a860;
	padding: .5em 0 .5em 0;
	}
	
code
	{
	font-weight: bolder;
	}
	
form
	{
	padding: 0;
	margin: 0;
	}

small
	{
	font-size: 80%;
	}	
	
blockquote
	{
	font-size: 80%;
	font-style: italic;
	}
	
.red
	{
	font-weight: bolder;
	color: red;
	margin-top: -2em;
	}
	
.center
	{
	text-align: center;
	}
	
.float_rt
	{
	float: right;
	margin: 0 0 1em 1em;
	border: 2px solid #341a1a;
	padding: 1em;
	}

.float_lf
	{
	float: left;
	margin: 1em 1em 1em 0;
	border: 2px solid #341a1a;
	padding: 1em;
	}

.largetext
	{
	font-size: 115%;
	text-align: center;
	}
