/**
 *  General
 **/
 
body {
  /*background: url("../images/bg-blue.jpg") repeat-y scroll center center transparent;*/
} 

h1, h2, h3, h4, h5, h6 {
  color: #222;
} 

#main-inner {
  overflow: hidden;
}

/**
 *  Content
 **/

.views-field-field-yobe-banner-image-fid img {
  width: 605px;
}

.sidebar-first #content {
  width: 650px;
}

#content {
	border-color: #000;
  border-style: solid;
	border-width: 0 0 0 27px;
	color: #6d6d6d;
  margin-left: 260px;
  margin-right: -960px;
  min-height: 500px;
}

#content .section {
	padding: 0 23px 12px;
}

#content .title {
  border-bottom: 1px solid #D7D7D7;
  font-size: 1.8em;
  font-weight: bold;
  padding: 5px 0 5px 0;
  text-transform: uppercase;
}

/**
 *  Sidebar
 **/

.region-sidebar-first .section {
  margin: 0;
	padding: 40px 0 0;
}
 
.sidebar .section .block {
  background: none; /* Overrides custom-colors.css */
	border: none;
  padding: 0;
}

.region-sidebar-first {
}

.region-sidebar-first h2 {
  border-bottom: 5px solid #686B70;
  color: #383838;
  padding-left: 7px;
}

/**
*	Footer
*/

#page-bottom {
  background: #000;
  color: #999;
  height: 36px;
}

#bottom {
  font-size: 11px;
  margin: 0 auto;
  text-align: right;
  width: 960px;
}

#bottom .section {
  padding-top: 11px;
}

#bottom .section  a{
  color: #999;
  text-decoration: none;
}

#store-footer{
  display:none;
}


 