/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
 

 
body {
  margin: 0;
  padding: 0;
  background-color:#FFFFFF;
}

#page-wrapper {
  background-color:#ffffff;
  padding:0px 20px 20px 20px;
}

#overlay #page-wrapper {
	padding:0px;	
}

#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
	height:150px;
}

#overlay #header {
	height:50px;	
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
  position:absolute;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
  display:none;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  clear: both; /* Clear the logo */
  position:relative;
}

.region-header li a {
  text-decoration:none;
  font-size:80%;
}

.region-header li a.active {
  font-weight:bold;
  color:#3B8D42;
  }

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

.breadcrumb a {
text-decoration:none;	
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  background-color: #fff; 
  }

tr.odd {
  background-color: #fff; 
  }

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

.region-content /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}


.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.pager-current {
	background-color:#3B8D42;
	color:#ffffff;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
  text-transform: capitalize;
  font-weight:bold;
  text-decoration:none;
  font-size:85%;
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
}

.view-news-events h2 {
margin-top:1em;
line-height: 1em;	
}

.view-news-events p {
margin: 0;
font-size:85%;
line-height:1em;
}

.view-news-events .submitted {
color:#888888;
font-size:0.8em;
font-weight:bold;
display:none;	
}

.view-news-events h2 {
font-size:1em;
font-weight:normal;
margin-bottom:2px;
	
}

.translation-link {
display:none;	
}

.view-news-events-en {
line-height:1.10em;
}

.view-filters {
margin-bottom:2em;	
}

.search-results .user-profile, .views-row {
padding-bottom:10px;
} 

.view-taxonomy-term .views-row {
	border-left: 1px solid #3B8D42;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-left: 10px;
    padding-bottom:0px;
    
}

.view-taxonomy-term .views-row table {
	margin:0;	
}

.user-profile .field-name-field-first-name {
float:left;
padding-right:0.25em;
font-weight:bold;
font-size:125%;	
}

.user-profile .field-name-field-last-name, .views-field-field-first-name, .views-field-field-last-name {
font-weight:bold;
font-size:125%;		
}

.item-list .pager {
    clear: both;
    text-align: right;
}

.spname {
	font-size:80%;	
}
.calendar-calendar .inline {
	float:right;	
}
.calendar-calendar td {
	border:1px solid #3B8D42;
	color:#000000	
}

.calendar-calendar td.empty {
	background: none repeat scroll 0 0 #ffffff;
	border-color:#3B8D42;
}

.calendar-calendar div.date-nav {
	background-color: #ffffff;
    border: 0px solid #CCCCCC;
    color: #3B8D42;
}

.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {
    color: #3B8D42;
}
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
background-color:#E2F0DF;
}

.calendar-calendar th.days {
background-color: #ffffff;
    border: 1px solid #3B8D42;
    color: #000000;
}

.calendar-calendar td .inner div.day a {
	color: #3B8D42;
}

.calendar-calendar td .inner div, .calendar-calendar td .inner div a {
    background: none repeat scroll 0 0 #FFFFFF;
    line-height:1em;
   }

.calendar-calendar td div.day {
	border-width:0;	
}
.calendar-calendar div.day {
	background-color:#ffffff;	
}

.calendar-calendar div.calendar {
    font-size: small;
}

.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    padding: 0 0px;
}

.calendar-calendar td .inner .view-field, .calendar-calendar td .inner .view-field a {
    color: #3B8D42;
    font-weight: normal;
}

.calendar-calendar th {
    background-color: #3B8D42;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
    border:1px solid #3B8D42;
}

.calendar-calendar td.calendar-agenda-hour {
    border-style: solid none none;
    border-width: 1px medium medium;
    font-family: sans-serif;
    padding-right: 0.25em;
    padding-top: 0.25em;
    text-align: right;
    width: 1%;
}

.calendar-calendar td.calendar-agenda-items {
    border: 1px solid #3B8D42;
    text-align: left;
}

.calendar-calendar .week {
	color:#000000;	
}

.calendar-calendar td span.date-display-single, .calendar-calendar td span.date-display-start, .calendar-calendar td span.date-display-end, .calendar-calendar td span.date-display-separator {
    display: none;
    font-weight: bold;
}
.calendar-calendar .month-view .full td.single-day div.monthview {
	background:#ffffff;
}
.calendar-calendar td.empty {
	color:#000000;
}
.calendar-calendar .month-view .full td.multi-day div.monthview {
	background:#ffffff;
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff {
	background:#ffffff;
}

.docTitle {
	font-weight:bold;
	font-size:105%;	
}

.docDate {
	color:#888888;
	font-size:80%;
}

.file {
	font-size:90%;	
}

.file a {
	text-decoration:none;
	padding-right:10px;
}

/*
 * FORUMS
 *
 * 
 */

#forum-topic-136 {
	width:100%;	
}

/*
 * NEWSLETTER CSS
 *
 * 
 */

 #newsltr .title {
 color:#3B8D42;
 font-size:85px;
 font-weight:bold;
 border-left:13px solid #3B8D42;
 padding-left:10px;
 padding-bottom:5px;
 line-height:85px;
 }
 #newsltr .subtitle {
 	color:#99CC66;
 	font-size:22px;
 	font-weight:bold;
 	border-left:13px solid #99CC66;
 	padding-left:10px;
 	margin-bottom:20px;
 }
 #newsltr .sidebar {
 	float:right;
 	width:235px;
 }
#newsltr .sidebartitle {
  	font-size:25px;
  	font-weight:bold;
 }
 
#newsltr .sidebarlinks {
	padding-bottom:25px;
	padding-top:15px;
}
#newsltr .sidebarlinks a {
font-weight:bold;
}
#newsltr .leadbox  {
	border-top:7px solid #3B8D42;
	width:235px;
	float:left;
	margin-right:25px;
}

.leadbox h3 {
	font-size: 20px;
    line-height: 20px;
    margin: 10px 0 0;
}

.leadbox h3 a {
 text-decoration:none;	
}

.leadbox h3 a:hover {
 text-decoration:underline;	
}

.story h2 {
	font-size:40px;
	color:#3B8D42;
	margin: 10px 0 0;	
}

/*
 * POLLS
 *
 * 
 */
.poll .vote-form .choices {
	width:100%;
}
.poll .vote-form {
	text-align:left;
	margin-bottom:20px;
}
.field-name-field-poll-url {
	margin-bottom:20px;
}

 
