/* @group Universal Overrides */

body{
 font-size: 11px;
 margin: 0px;
 font-family: Verdana, Arial, Helvetica;
 background-color: #FFF;
 text-align: center;
}

a {
 color:#2F5583;
 text-decoration:none;
}

a:hover {
 color:#FF4500;
 text-decoration:underline;	
}
.fasten h1.title {
color:#5D9345;
}

h2, h2 a, h2 a:hover {
 color: #4D4D4D;
}

h1, h2, h3, h4, h5 {
 font-family: arial, helvetica, sans-serif;
}

h1 {
 color: #6B768F;
 font-size: 1.8em;
}

h1.section-title {
 color: #66332b;
 border-bottom: 2px solid #6B768F;
}

h2 {
 color:#6B768F;
}

h2.title {
 color:#336699;
}
#latest_block h2.title, #recent_block h2.title, #opportunities_block h2.title{
border-bottom:2px solid #336699;
font-size:1.5em;
font-weight:bold;
margin-bottom:20px;
}

h3 {
 color: #336699;
 font-size: 1em;
}
.faceted-search-facet h3 {
display:block;
background-color: #D1D9EF;
}
.faceted-search-facet .item-list li a{
font-weight:normal;
}
h4 {
 color: #000000;
 font-size: 0.9em;
}

h5 {
 color: #4d4d4d;
 font-size: 0.85em;
}


/* @end Universal Overrides */

/* @group Header */

#header .advertisement {
 float: right;
 border: none;
 padding: 5px;
}

/* @end Header */


/* @group Major Layout */
.fasten #header {padding:10px 10px 0;}

.fasten #main-content {
 padding-bottom:20px;
 width: 660px;
}

.fasten #content-area { 
padding:0 10px 10px;
}

.fasten #inner-wrapper {
 padding: 0px;
}

.fasten #wrapper{
 background-image:none;
 border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
}

.fasten #content {
margin:0 10px 10px;
}

/* @end Major Layout */


/* @group Nodes */

.node-teaser .links, .node .links {
 font-size: 11px;
}

/* @end Node */


/* @group Main Navigation */

.fasten #menu {
 background: #89AAFF url(../images/nav_patt.gif) repeat-x top left;
 height: 36px;
 border-top: solid 1px #fff;
 border-bottom: solid 1px #fff;
 font-family: arial, helvetica, sans-serif;
 padding-left: 7px;
 text-transform:lowercase;
}

.fasten #menu ul { /* Setting a precedant for dropdowns beneath */
 padding: 0px;
 margin: 0px;
 list-style: none;
}

.fasten #menu li { /* Setting a precedant for dropdown-items beneath */
 padding: 0px;
 margin: 0px;
}

.fasten #menu a { /* Setting a precedant for links beneath */
 color: #FFF;
 text-decoration: none;
 font-size:15px;
 padding:10px 10px 5px;
}

.fasten #menu ul.nice-menu li { /* Styles for Main Buttons */
 font-size: 13px;
 font-weight: bold;
 border-right: 1px solid #8395BF;
 position: relative;
 float: left;
}

.fasten #menu ul.nice-menu li a:hover{
 background-color:#6CAB50;
}

.fasten #menu ul.nice-menu > li:hover > a {
 background: #a6653f url(../images/nav_patt_over.gif);
 color: #fff;
}

.fasten ul.nice-menu ul { /* First level of dropdowns */
 display: none;
 position: absolute;
 top: 34px; /* Height of #menu + 1 */
 border-bottom: 1px solid #ccc;
 border-top: none;
 background-color: #eee;
 size: 0.85 em;
}

.fasten #menu ul.nice-menu ul li { /* Styles for Dropdown items */
 font-weight: normal;
 font-size: 12px;
 border: 1px solid #ccc;
 border-top: none;
 background-color: #EEEEEE;
}
.fasten #menu ul.nice-menu ul li a{
 color: #666;
 font-size:13px;
}

.fasten #menu ul.nice-menu ul li a:hover {
 background-color:#6CAB50; /*hover with green*/
 color: #fff;
}

.fasten #menu ul.nice-menu ul ul { /* Second level dropdown */
 left: 150px; /* = width of 1st tier items */
 top: -1px; /* Compensating for border on top of 1st tier items */
 border-left: solid 4px #ccc;
}

#menu ul.nice-menu li ul li:hover { /* Turns on a highlight color on 1st Tier Item while on 2nd Tier Child */
 background: #DFDFDF;
 color: #666;
}


/* @end Main Navigation */


/* @group Footer */

.fasten #footer {
 background-color:#E9E8E8;
 color:#666;
}

.fasten #footer a {
 color: #666;
}

.fasten .footer_sections {
 background-color:#D1D9EF;
  font-size:11px;
 }

.fasten .footer_sections_left {
  background-color:#CACED7;
  
}

/* @end Footer */

/* @group Sidebar */

.fasten #sidebar {
  width: 240px;
}

.fasten #sidebar .block {
 border:1px solid #D1D9EF;
}

.fasten #sidebar .block h3.title {
 background-color:#D1D9EF;
 font-size:12px;
}

/* @end Sidebar */



/*----------------Sidebar Items ---------------------------*/
.sidebar_item{
border: solid 1px #D6D7C4;
margin-left: 20px;
}
.fasten .sidebar_item h2.title {
background-color:#D1D9EF;
border-bottom-color:#FFFFFF;
color:#000000;
margin:0;
padding:5px;
}
.sidebar_item h2.title {
 color:#000000 !important;
 }
 .sidebar_item p, .sidebar_item .form-item, .sidebar_item .item-list ul li, .sidebar_item .more-link {
 padding: 0px 10px;
 }
/*---------------end: Sidebar Items ------------------------*/
.fasten #featured_video {
height: 250px;
width:550px;
background-color: #FFFFFF;
padding:10px;
overflow:auto;
border:1px solid #6699CC; }

.node-text {
margin-bottom:10px;
}
#video_body h2 a {
color:#6B768F;
}
#video_body h2 a:hover { text-decoration:none; color:#5D9345;}



/*------------Popular Block - from drupal5------------------*/

.fasten #popular_block {
margin-bottom: 20px;
}

#popular_block .fragment{
padding: 15px;
background-color: #93B6F0;
border:1px solid #336699;
}
#popular_block .panel-pane .content { /* tabs block when it's inside popular block */
height: 250px;
background-color: #FFFFFF;
padding:10px;
overflow:auto;
border:2px solid #336699;
border-top:none;
}
.fasten #popular_block .section-title {
border-bottom:none;
padding-bottom: 0px;
}

#popular_block .tabs ul.primary li.active a {
background-color:#93B6F0;
color:#000000;
font-weight:bold;
text-decoration:none;
}
#popular_block #tabs .fragment{
height: 250px;
overflow:scroll;
}
.fasten #popular_block .faceted-search-env-Grants, .fasten #popular_block .faceted-search-env-Jobs, .fasten #popular_block .faceted-search-env-Authors, .fasten #popular_block .faceted-search-env-Volunteer_opps, .fasten #popular_block .faceted-search-env-Volunteers, .fasten #popular_block .faceted-search-env-Volunteer_orgs{
float:left; 
width:180px;
padding-right: 5em;
}

.fasten #popular_block th{
display:none;}

.fasten #popular_block td.active{
background-color:#FFFFFF;
}
/* end of popular block */

/* width of fasten homepage inside column */
.panels-flexible-column-331-main-inside {width:780px; margin:0 auto;}

/* get printer links to show */
.node-inner .content table { margin-top: 10px; }

/* positioning of sidebar */
#sidebar {
margin-top: 25px;
}
#panels-page .panels-flexible-region-inside-last { margin-top: 15px;}

/*------------- end:FASTEN Specific--------------*/
 
