/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from) the   */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */


#header, #nav, #content, #footer-wrap {
	width: 960px;
}

textarea {
	width: 75%;
}

#columns .col3, .col3-center {
	float: left;
	width: 16%;
}

#main h2 a {
	color: #cec9c9;
}

#header h1 a {
  background:transparent url(../images/header-image.png) no-repeat;
  width: 910px;
  height: 378px;
  display: block;
}

#main .views-row h2 {
  font-size: 2.5em;
}

.views-row #node-2 p {
  color: #DDDDDD;
  font-size: 15px;
}

.views-row #node-2 h2 {
  font-size: 3.1em;
}

.views-row #node-2 h2 a {
  color: white;
}

#header h1 a span {
  display: none;
}

.breadcrumb {
  display: none;
}

.post-footer {
  border: none;
}

.post-footer .links a {
  display: none;
}

.views-row {
  clear: left;
}

.view-frontpage .views-row-2 {
  padding-top: 20px;
}

/*
#header {
background:transparent url(../images/header-image.png) no-repeat;
}
*/

/*
#sidebar{
  clear: none;
  display: inline;
}

#content-wrap {
  clear: none;
}

#columns {
  clear: none;
}
*/

#block-views-fp_story-block_1 {
  float: left;
 }
 
 #gallery-container {
  float: left;
  clear : none;
 }
 
.clear-block {
  display: inline-block;
}
 
h4 {
	color: #ddd;
	font-size: 1.2em;
	margin: 0;
	padding: 15px;
}