/* **** File Name:  main.css  *********************************************
 *    Description:  Main stylesheet for public pages.
 *                   
 *        Project:	Reactive Blue - the business of Art.
 *   Date Created:  Apr 19, 2007
 *         Author:  Gene Nagle
 *
 *	Code Copyright © 2006 by Tesla Technologies, All Rights Reserved.
 *
 *     Revision History
 *   Who   		  Date			CodeVersion - Comments
 *
 **************************************************************************/
 
body {
 /* font-family: Arial, Helvetica, Verdana, sans-serif; */
 font-family: Georgia,serif; 
 font-style: italic; 
 letter-spacing: 1px; 
 font-size: 16px;
 background:#dfbb8a;
}

.wrapper_outter {
 width:67%;
 margin:0px auto;
 min-width:740px;
 color: #dfbb8a;
}

.wrapper_outter .hd .c,
.wrapper_outter .ft .c {
 font-size:1px; /* ensure minimum height */
 height:15px;
}

.wrapper_outter .ft .c {
 height:23px;
}

.wrapper_outter .hd {
 clear:both;
 background:transparent url(/fitted/images/layout/tl.gif) no-repeat 0px 0px;
}

.wrapper_outter .hd .c {
 background:transparent url(/fitted/images/layout/tr.gif) no-repeat right 0px;
}

.wrapper_outter .bd {
 background:transparent url(/fitted/images/layout/ml.gif) repeat-y 0px 0px;
}

.wrapper_outter .bd .c {
 background:transparent url(/fitted/images/layout/mr.gif) repeat-y right 0px;
}

.wrapper_outter .bd .c .s {
 margin:0px 8px 0px 4px;
 
 padding:1em;
}

.wrapper_outter .ft {
 background:transparent url(/fitted/images/layout/bl.gif) no-repeat 0px 0px;
}

.wrapper_outter .ft .c {
 background:transparent url(/fitted/images/layout/br.gif) no-repeat right 0px;
}


/* content-specific */

.wrapper_outter h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 
}

.wrapper_outter p {
	margin:8px 0px 20px 0px;
	padding:0px;
	line-height: 18px;
}

.wrapper_outter p a {
	color: #9fca8a;
}

.wrapper_outter p a:visited {
	color: #9fca8a;
}

.wrapper_outter p a:hover {
	color: #ffcc68;
}

.wrapper_outter p a:active {
	color: #9fca8a;
}

html>body .wrapper_outter pre {
 
}

.login {
	float: right;
	margin: 10px 35px 0 0;
	color: black;
}

/*<![CDATA[*/
#header {
	height: 80px;
}

#wrapper_hd_columns_ft {
	overflow: hidden;
}

#wrapper {
	
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
}

#content {
	margin-right: 200px;
}

#content_no_right_col {
	margin-right: 10px;
}

#main {
	margin-left: 130px;
	padding: 0 20px 0 0;
}

#main_no_menu {
	padding: 0 10px 0 5px;
}

div#main ul.meta {
	font-family: Georgia, "Times New Roman", serif;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	color: #543722;
	border-bottom: 1px solid #543722;
	border-left: none;
}

#sidebar_left {
	width: 130px;
	float: left;
}

#sidebar_right {
	width: 200px;
	float: right;
}
#footer {
	padding: 1px 0;
	text-align: center;
	font-size: 12px;
}

#footer_menu {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 5px 20px 0 20px;	
	color: #9fca8a;
	/* color: #beb1da; */
}

#footer_menu a {
	text-decoration: none;
	color: #9fca8a;
	/* color: #beb1da; */
}

#footer_menu a:hover {
	text-decoration: none;
	color: #ffcc68;
}

#footer_copyright {
	padding: 1px 0;
	text-align: center;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:#CEDEFF;
	font-family: 'Book Antiqua', 'Times New Roman', Times; 
}

h1 {
	margin-top: 0;
}

h4 {
	margin: 5px 0;	
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
/*]]>*/

div.float_left {
	float: left;
	margin: 1em 0;
	padding: 0;
}


#nav_menu ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 20px 5px 0;
	font-size: 16px;
	font-weight: bold;	
	color: #9fca8a;
	/* color: #beb1da; */
}

#nav_menu ul li{
	margin: 0 0 15px 0;
}

#nav_menu ul a {
	text-decoration: none;
	color: #9fca8a;
	/* color: #beb1da; */
}

#nav_menu ul a:hover {
	text-decoration: none;
	color: #ffcc68;
}

.image {
	border: 1px solid #515522;
}

.loggedin {
	color: #543722;
	font-size: 12px;
	margin-right: 12px;
	}

.loggedin a {
	color: #747A31;
	text-decoration: none;
}

.loggedin a:visited{
	color: #747A31;
	text-decoration: none;
}

.loggedin a:hover {
	color: #747A31;
	text-decoration: none;
}

.loggedin a:active {
	color: #747A31;
	text-decoration: none;
}

/******************************************/
/*                	FONTS                 */
/******************************************/
.font_10 {
	font-size: 10px;	
}

.font_11 {
	font-size: 11px;	
}

.font_12 {
	font-size: 12px;	
}

li a {
	text-decoration: none;
	color: #9fca8a;
	/* color: #beb1da; */
}

li a:hover {
	text-decoration: none;
	color: #ffcc68;
}

