/* $Id: style.css,v 1.38.2.1 2008/02/05 09:27:26 goba Exp $ */

/**
 * [YOUR SITE NAME] theme, for Drupal 6.x
 * By Pagepoint
 * http://www.pagepoint.com
 *
 */
 body {
	margin: 0;
	padding: 0;              
	/*background: #FAFFEB;*/
}
a {
	color: #5D761C;
}
#content-container {
	width: 1000px;
	margin: 0 auto;
}

#header {
	background: #f9ffec url(images/header-bg.jpg) top left no-repeat;
}
#block-block-9 {
	border: 1px solid red;			
}
#logo {
	/*border: 1px solid red;*/
	margin: 0;
	padding: 0;
	height: 61px;
	width: 385px;
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#primary {
	float: right;
	padding-top: 10px;
}
#primary .block-nice_menus {
	/*border: 1px solid red;*/
	width: 520px;
	height: 28px;
}
#primary ul li {
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	border: 1px solid #98a867;
	background: url(images/public/main-menu-button-bg.gif) top right repeat-x;
}
#primary ul li a {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	color: #475f17;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 0 6px;
	border-left: 1px solid #ecefd4;
}
#primary ul li a.active,
#primary ul li a:hover {
	background: url(images/public/main-menu-button-bg-hover.gif) top right repeat-x;
	border-left: 1px solid #B4C385;
	color: #E9EFC2;
}
#primary ul li ul {
	padding-top: 5px;
}
#primary ul li ul li {
	margin: 0;
	padding: 0;
	border: 0;
	background: #9AA96C;
}
#primary ul li ul li a {
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	color: #fff;
	border: 0;
}
#primary ul li ul li a:hover {
	background: #F9FFEC!impo;
	color: #475f17;
}

#nav {
	background: #FAFFEB;
	border: 1px solid #EDF1E0;
	height: 95px;
}
#above #tabs-etc {
	padding: 0 10px;
}
#above .help {
	padding: 0 10px;
}
#content {                 
	background: #d0d6a6 url(images/rings.jpg)  5px 0px repeat-y;
	clear: left;
}
	#left {
		float: left;
		width: 240px;
		margin-right: 20px;
		display: none;
	}
	#center {                                      
		padding: 10px 35px;
		/*margin-left: 250px;*/
		min-height: 320px;
	}
	#right {
		padding: 10px;
		display: none;
	}

#footer {
	background: #50506d;
}

/*journal page*/
input#edit-field-today-0-value {
	width: 675px;
	height: 50px;
}
textarea#edit-teaser-js {
	display: none;
}
