/*
Theme Name: Relief
Theme URI: http://relief.psmfc.org/
Description: A WordPress suffusion child theme.
Author: The Relief Team
Author URI: http://relief.psmfc.org/
Template: suffusion
Version: V0.1.0
Tags: black, blue, white,two-columns, two-menus, dynamic-footer
*/
@import url('../suffusion/style.css');
@import url('../suffusion/skins/light-theme-royal-blue/skin.css');
/*
Note 1: Some modifications can be found at:

     Appearance -> Suffusion Options -> Back-end -> Custom Includes

Everything in this file could go into the Custom Styles instead of here...

Note 2: Adjustment to the site footer may need to be made when updateing
        the suffusion theme.  This is done at:
        ./wp-content/themes/suffusion/custom/site-footer.php
	Need to switch "cred-center" and "cred-right".
*/

/* ------------------------------------
   wrapper for entire page - remove border margin and padding 
--------------------------------------- */
#wrapper {
    border: 0px;
    padding:0 0 10px;
    margin: 0 auto;
}

/* -----------------------------------
   header 
-------------------------------------- */
/* Container for entire header */
#header-container {
    padding: 0;
    height: 118px;
}
/* Container for header above nav bar */
#header {
    padding: 0;
    height: 77px;
}

/* Re-adjust description on the right side of the title */
.description {
    float: left;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
    text-transform: none;
    font-family: "Times New Roman",Times,serif;
    font-weight:bold;
    font-style:italic;
    font-size: 186%;
    text-align: right;
}

/* -----------------------------------------------
  Navagation / dropdown menu area.
-------------------------------------------------- */
/* The navagation area - adjust the size*/
#nav {
	height: 45px;
}
#nav, #nav.continuous {
	background-image: url('/wp-content/themes/images/MenuBar.png');
}

/* a menu item - adjust size to fit into the nav bar */
#nav a, #nav a:visited {
	height: 26px;
}

/* Drop Down - Make wider so no wrap */
#nav ul ul a, #nav ul ul a:visited {
    width: 180px;
}

#nav ul li a {
	background-image: url('../images/MenuBar.png');
}

/* center search box in nav bar */
.searchfield {
    margin-top: 10px;
}

input.searchsubmit[type="submit"] {
    background: url("../images/search-button-gray-1.png") no-repeat scroll 0 0 transparent;
}

/* Format breadcrumb */
#subnav {
    border: 0;
    margin-top: 5px;
    font-size: 85%;
}
.breadcrumb {
    padding: 0px 2px 3px 8px;
}
/* ----------------------------------------------------
   "widget below header" - The Slider area for the main page 
------------------------------------------------------- */

/* Do not display slider on a regular page (only on the main page) */
.page #horizontal-outer-widgets-1 {
    display: none;
}
/* Do not display slider on the search page */
.search #horizontal-outer-widgets-1 {
    display: none;
}

/* Adjust background-color and padding/border/margin */
#horizontal-outer-widgets-1 {
    /* background-color: #264C70; */
    //background-image: url('/wp-content/themes/images/gallayBack2.jpg');    
    background: url("/wp-content/themes/images/gallayBack2.jpg") repeat-x scroll left top #264C70;
    padding: 0px;
    border: 0 none;
    margin-top: 0px;
    width: 100%;
}

/* Remove padding and border around the slider*/
#suf-featured-posts-2 {
//    padding: 0px;
    border: 0 none;
}


/* ------------------------------------------------------
   Slider - container for body below "widget below header"
--------------------------------------------------------- */
#container { 
    border: 0px;
    background-color: #FFFFFF;
}


.widget-suf-featured-posts .dbx-content {
    background-color: #264C70;
    padding: 7px 13px 0px;
    border: 0 none;
}

/* --------------------------------------------------------
   Sidebars
----------------------------------------------------------- */

/* container of sidebar items */
.suf-widget { 
    background-color: #F9F9F9; 
    margin-right: 0px;
}

/* Font color for headers */
.suf-widget h3,
.suf-widget h3 a,
.suf-widget h3 a:visited {
    color: #FFFFFF; 
}

.suf-widget, .warea p {
    margin: 0px 0px 15px;
}

/* Header of sidebar items */
.dbx-handle { 
    background-color: #264C70;
}

.suf-widget h3.scheme {
    background: url("../../images/menu-dark.jpg") repeat-x scroll left top #264C70;
}


.suf-widget li {
    background-image: none;
}

.dbx-content {
    padding: 0px 0px 0px;
}

/* Quick Links adjustments */
#sidebar p { 
    border-bottom: solid 1px #CCCCCC;
    padding: 6px 10px;
    margin-bottom: 0px;
}

/* Child Pages adjustment */ 
#sidebar li { 
    padding: 6px 10px;
    border-bottom: solid 1px #CCCCCC;
}


/* Underling fisheries news */
#sidebar-b li { 
    padding: 5px 10px;
    border-bottom: solid 1px #CCCCCC;
}

/* do not display sidebar-b on regular pages, only main page */
.page #sidebar-b {
    display:none;
}

/*  --------------------------------------------
posts / pages
------------------------------------------------ */
.post, article.page {
    padding: 10px 15px 1em;
}

/* post title */
h1.posttitle a, h1.posttitle a:visited, h2.posttitle a, h2.posttitle a:visited {
    color: #000;
    margin: 3px 0 2px;
    padding-bottom: 4px;
    font-size: 140%;
    font-weight:bold;
    font-family: "Times New Roman",Times,serif;
    border-bottom: solid 0px #CCCCCC;
}

/* page title */
.page h1.posttitle,
h2.posttitle {
    color: #000;
    margin: 3px 0 2px;
    padding-bottom: 4px;
    font: 18px "Times New Roman",Times,serif; 
    border-bottom: solid 0px #CCCCCC;
}

.post {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 8px 15px 1px;
}

/* ======= Stickey Posts ======== */
/* Hide date for stickey posts */
.post.category-stickey .date {
    display:none;
    visibility:hidden;
}

/* Reformat "Quote" which is what our stickey post is */
.format-quote { 
    background-color: #E6F2FF; 
    border: 2px solid #444444; 
}

article.page {
    margin-left: 10px;
    margin-bottom: 10px;
    border: 0;
}

/* Nav area at bottom of post page */
.page-nav {
    margin-left: 10px;
}
/* Nav area at bottom of a post */
.post-nav {
    margin-left: 10px;
}

.nopad {
    padding-top: 5px;
    padding-bottom: 5px;
}
.indent {
    padding-left: 50px;
}

/* Reformat heading class with a shadow bar on top */
.heading {
    font-weight:bold;
    font-size: 126%;
    padding:4px 8px 0 18px;
    width:975px;
    float:left;
    overflow:hidden;
    background:url(../images/contentPback.jpg) left top no-repeat!important;
}


.nopad {
    padding-bottom: 0px;
}

p, .p {
    margin-bottom: 0.5em;
}

