/*
Theme Name:     NWD Custom Theme - Bear Chasers
Description:    style to take precedence over selected theme enforced options
Author:         Northwwoods Web Designs
Author URI:     http://www.northwoodswebdesigns.com
Version:        1.5
*/
/* -------------------------------------------------------------- */
/*PAGE SPECIFIC

-----------------------------------------------------------------------------*/
/*global*/
/*weather*/
.weather-right--type1:first-of-type {
    width: 237px !important;
	}
element.style {/*required, default is dyanmic set minimum*/
    height: 100%;
}
#primary { /*sidebar*/
    background-color: #F1DA8E;
}
#primary, #secondary {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:none;
    border-style: none none none none;
    border-width:none;
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 20px;
    width: 250px;
}
/*MENU*/
#access ul li { /*not active*/
    background-color: #7e4d2b;/*dark brown*/
}
#access ul li a{ color: #f1da8e !important;}
#access ul li a:hover{ 	color: #d9bb58 !important;}

/*SIDEBAR*/
/*change text area in widget */
.widget-title {
    background-color: #7e4d2b;
    border-radius: 4px 4px 4px 4px;
     -moz-border-radius: 4px; /*firefox compatible*/
     -webkit-border-top-left-radius: 4px 4px; /*safari compatible*/
     -webkit-border-top-right-radius: 4px 4px;/*safari compatible*/
    color: #d9bb58;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: -3px;
    padding: 4px 10px 4px 15px;
    text-align: left;
    width: 100%;
     font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.widget-area a:link, .widget-area a:visited {
    color: #7e4d2b;
    font-size: 12px;
    text-decoration: none;
    word-wrap: break-word;
}
.widget-area a:hover {
    color: #7f0d0d;
    font-size: 13px;
    text-decoration: none;
}
.widget-area strong {/*highlight key attributes red*/
    color: #883232;
}
.textwidget{font-size:13px}

/*size font on pages(ORIGINAL
#content p, #content ul, #content ol {
    font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} */
/*Main Content Style Font / Size*/
#content p, #content ul, #content ol {
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 15px;
}

/*footer*/
.links-col3 a {color:#f1da8e; background-image: url("../../../images/footerbearsmall.jpg"); background-repeat:no-repeat; background-position:center; padding:20px 20px 20px 20px;}
.links-col3 a:hover {color:#d9bb58;}