body {
	font-family: 'Crete Round', serif;
	-webkit-text-size-adjust: none;
}

/* ---------- Text styling ----------- */

/* h1, h2, h3, h4, h5, h6, #site-header {
    font-family: 'Crete Round', serif;
}*/
    
h2 {
	font-size: 20px;
/*	color: #555; */
}

a {
/*	color: #60AAD7; */
        color: #296FA4;
}

a:hover {
	text-decoration: none;
}

h2 a {
/*	color: #60AAD7; */
        color: #296FA4;
}

#main-content p {
	font-size: 1em;
	color: #555;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 1em;
}

/*label, td, a, div.form-item {
	font-size: 12pt;
}*/

#main .content ul {
	list-style-position: outside;
	}
	
#main .content li {
	margin-left: 2.5em;
	}

/* --------- Top banner styling --------- */

#site-header {
	padding-top: 15px;
	margin-bottom: 0;
}

#top-banner {
	width: 100%;
/*	height: 115px; */
	background-image: url('/sites/all/themes/solar7/images/speckle.jpg');
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

/*
#site-header li {
	margin-left: 0;
	padding-left: 0;
	}
*/

/* ------------ Content Container Styling ---------- */

#content-container {

}

/* --------- Bottom banner styling --------- */

#bottom-banner {
	float; left;
	width: 100%;
	height: 200px;
	background-image: url('/sites/all/themes/solar7/images/speckle.jpg');
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}


/* ----------- Welcome to SESA styling ----------- */

#site-subheader {
	margin-bottom: 0px;
}

#block-block-2 {
	font-family: 'Crete Round';
	color: #333;
	background-color: #FFCC33;
	text-align: center;
	border: 1px solid #A68011; /*#DF9E3C*/
	padding: 0px;
}

#block-block-2 p {
	margin: 0;
}

#block-block-2 span.welcome-header {
	font-size: 2.6em;
}

#block-block-2 span.welcome-text {
	font-size: 1.2em;
}

#block-block-2 a {
	color: #60AAD7;
}

/* --------- Panels Styling ----------- */
/* remove padding-left when using mini-panels with grid system */

.panels-flexible-region-inside {
	padding-left: 0em;
}

/*add a seperator line between panels on splash pages */
/* on certain pages, we'll need a line to divide "sections". On the Panel page, we add a CSS class to the region or row*/

.requires-divider {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

/* add a seperator between blocks in the right sidebar */

.region-sidebar-second .block-views {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#block-views-events-calendar-block-2 {
	border-top: none;
	padding: 0px;
}

/*exception: events calendar will be at the top of the page on non-front pages */

body.not-front #block-views-events-calendar-block-1 {
	border-top: none;
	padding: 0px;
}

/*style to get front page panels to line up */


.front-left, .front-right {
        width: 210px;
}

.front-center {
width: 200px;
}

.front-right img  {
margin-left:10px;
}


/* ---------- style Sponsorship Block --------------- */

.sponsorship {
/*	text-align: center;*/
	background-color: #FC3;
/*	border: 1px solid #DF9E3C; */
	padding-left: 0px;
	margin-left:15px;
	height: 200px;
}

.sponsorship a {
	font-size: 1.6em;
	color: #000;
}

.absolute-center {
  	height:50%;
  	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}

/* ------------ Button links ---------------------------*/

a.button {
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top,  #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(40%,#f4f4f4), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  border: 1px solid #aaa;
  color: #444;
  font-size: inherit;
  margin-bottom: 0px;
  min-width: 4em;
  padding: 3px 12px 3px 12px;
}

a.button:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f8f8f8), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
  border-color: #999;
  color: #222;
}

a.button:active {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 40%, #dcdcdc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(40%,#efefef), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
  color: #333;
}​

div.nomargin div.content iframe {
	margin:0;
	}

/* panels styles */
.panels-flexible-region-inside, .panels-flexible-region-inside-last, .panels-flexible-14 .panels-flexible-region-inside {
padding: 0;
}

.panels-flexible-row {
background-color: #FFFFFF;
/*border: 1px solid #EBEBEB;*/
margin: auto -2px 20px -2px;
display: table;
float: none;
padding: 0;
width: auto;
}

.panels-flexible-column-1-main {
float: left;
width: auto;
}

.panels-flexible-region {
float: left;
padding: 0;
}

#user-tools-container {
    margin-top: 40px;
}

/* ------------ Job Pages ---------------------------*/

/* -- Job Postings --*/

.job-posting .pane-content {
    font-size: 18px;
    color: #222;
}

/* ---- Font Awesome ----- */

/* hide screen reader text */
a span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#footer-region .fa {
    font-size: 3em;
}

#footer-region h2 {
    font-size: 1.2em;
}