/* $Id: zen.css,v 1.14 2008/09/15 10:36:22 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */
body.admin-menu {
margin-top:0px !important;
}
 
/** body **/
body{ 
	margin: 0;
	padding: 10px;
	font-family:arial;
	font-size:0.85em;
}

#header{
	position:relative;
	height:57px;
}
#site-slogan {
	font-size:1.15em;
	left:84px;
	position:absolute;
	top:63px;
	width:656px;
}

.sloganleft{
	float:left;
}
.sloganright{
	float:right;
}
/**HEADER**/
#logo-title{
	margin-left:220px;
	position:relative;
}

#site-name{
	width:340px;
	height:86px;
	font-size:1.50em;
	line-height:1.3em;
	text-align:center;
	font-weight:500;
	text-transform:uppercase;
}
H1#site-name {
	display:none;
}
#logo{
	position:absolute; 
	top:37px;
}
.logoplace{
	width:17px;
	color:#fff;
}
#content-inner {
margin:0;
padding:0 3px;
}
/**NAVBAR**/
#navbar{
	height:188px;
	padding:18px 0px;
	font-size:1.2em;
}
#navbar-inner{
	padding:5px 0px;
	height:194px;
}
#navbar a:link,#navbar a:visited{
	color:#fff;
	text-decoration:none;
	
}
#navbar a:hover{
	color:#fff;
	text-decoration:none;
}
/*notices*/
#block-views-special_notices-block_1 .block ul, .item-list ul{
	padding:0;
	list-style:none;
	list-style-image:none;
}
#block-views-special_notices-block_1  h2{
	font-family:georgia,times;
}
#block-views-special_notices-block_1  .views-field-title{
	font-weight:bold;
	margin:0 0 -12px;
}
#block-views-special_notices-block_1  .views-row{
	border-bottom:1px dotted #58534e;
	margin:0 0 20px;
	padding-bottom:10px;
}
#block-views-special_notices-block_1  .views-field-body{
	margin:0 0 10px;
}