/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 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 NavigationSee line 74of Zen's drupal6-reference.css file
 * ForumSee line 197 of Zen's drupal6-reference.css file
 * MenusSee line 667 of Zen's drupal6-reference.css file
 * News AggregatorSee line 20of Zen's drupal6-reference.css file
 * PollsSee line 287 of Zen's drupal6-reference.css file
 * Search See line 320 of Zen's drupal6-reference.css file
 * User ProfilesSee line 945 of Zen's drupal6-reference.css file
 */





	
.breadcrumb {
	display: none;
}
	

/** main (container for everything else) **/
#main {
	width:900px;
	height:425px;
	margin:0px auto;
	overflow:hidden;
	background-color:#FFF;
	}
	

/** content **/
#content {
	width:350px;
	height:425px;
	margin:0px auto;
	float:left;
	display:inline;
	}
	
#content-header {
	padding:0px;
	}
	
#content-top {
	display:none;
	}


#content-inner {
	width:300px;
	margin:5px auto;
	overflow:hidden;
	line-height:140%;
	font-size:15px;
	}
	
#content .node-inner {
	width:300px;
	margin:0px auto;
	}
	
#content-bottom {
	clear:both;
	}
#block-block-4 {
	margin-top: 20px;
}
/** sidebar-right **/
#sidebar-right {
	width:550px;
	height:425px;
	float:right;
	display:inline;
	margin:0px;
	padding:0px;
}

#sidebar-right-inner {
	width:550px;
	height:425px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	}

#block-views-content_img-block_1 .views-row {
	margin:0px auto;
	width:550px;
	padding:0px;
	
	}
	
#block-views-content_img-block_1 .field-content img {
	width:550px;
	margin:0px auto;
	
	}
	
ul#views-cycle-home_img-block_1 {
	padding:0px;
	margin:0px;
	}
	
#closure-blocks p {
	margin:0px;
	padding:0px;
	}
	
#closure-blocks p.rteright {
	margin:10px 0px 0px 0px;
	}

	
#closure-blocks {
	margin:0px auto;
	padding:0px 0 22px 0;
	}
	
#block-views-rc_home_banner-block_1	.views-field-edit-node {
	float:left;
	display:inline;
	clear:both;
	}
	
h1, h2, h3, h4, h5 {
	padding-bottom:0px;
	}
	
h1.title {
	display:none;
	}
	



	


