/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */

/* 2.3 Header */
#header { background: #fff; height: 90px; padding: 15px 0; z-index: 999; }

/* 7.2 Un-widgetized Advertisement */
.header-ad { float: right; width: 600px; height: 90px; }

/* Login in Primary Nav Spot */
#login-nav { background: #333; padding: 15px 0 0 0; float: right;}

/* 2.2 Navigation Menu */
.nav { list-style: none; line-height: 1; margin: 0; overflow: hidden; padding: 0; z-index: 999; }
.nav a { display: block; position: relative; text-decoration: none; z-index: 100; }
.nav li { float: left; width: auto; z-index: 999; }
.nav li a { color: #eee; line-height: 18px; padding: 10px 18px; text-decoration: none; }
.nav li a.sf-with-ul { padding-right: 22px !important; }
.nav li:hover a, .nav li:hover a:active { text-decoration: none; }
.nav li ul { left: -999em; position: absolute; width: 180px; z-index: 999; }
.nav li ul li a, .nav li ul li a:visited { background: #fff; color: #333; font-size: 12px; width: 144px; }
.nav li ul li a.sf-with-ul { padding: 10px 15px; }
.nav li ul ul { margin: -38px 0 0 180px; }
.nav li:hover, .nav li.hover { position: static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left: auto; }
.nav .sf-sub-indicator { display: block; overflow: hidden; position: absolute; width: 9px; height: 9px; text-indent: -999em; top: 1.2em; right: 10px; }
.nav li ul .sf-sub-indicator { display: block; overflow: hidden; position: absolute; width: 10px; height: 10px; text-indent: -999em; top: 1.2em; right: 0.5em; }

/* Indenting Paragraphs p { text-indent: 2em } */ 
p { text-indent: 0em; padding-bottom: 5px;  padding-bottom: 5px; }
.narrowcolumn .entry p { }
.widecolumn .entry p { }

/* PRIMARY NAV */
#primary-nav { background: #333; padding: 0 15px 0 0; }
#primary-nav .nav li a { border-right: 1px solid #444; color: #fff; font-size: 14px; padding: 14px 16px; }

/* Featured Content */
.heading { background: url(images/bg-heading.png) repeat; font-size: 15px; font-weight: normal; height: 36px; line-height: 36px; }
.heading span { display: block; float: left; padding: 0 12px; }
.heading .view-all { float: right; font-family: Arial, serif; font-size: 11px; font-weight: bold; text-transform: none; }
.heading .view-all a,
.heading .view-all a:visited { color: #333; }
#featured-content .heading { margin: 0 0 15px 0; }
#featured-content { margin: 0 0 30px 0; }
.featured-left { background: #333; color: #ccc; float: left; padding: 15px 15px 20px; width: 280px; }
.featured-left .entry-title { font-size: 22px; margin: 0 0 10px 0; }
.featured-left .read-more { font-size: 15px; margin: 15px 0 0 0; }
.featured-left .entry-title a,
.featured-left .entry-title a:visited,
.featured-left .entry-meta a:hover,
.featured-left .read-more a,
.featured-left .read-more a:visited { color: #fff; }
.featured-left .read-more a:hover,
.featured-left .entry-title a:hover { color: #ccc; }
.featured-right { float: right; width: 310px; }
.featured-right ul li { border-bottom: 1px solid #e6e6e6; display: block; float: left; margin: 0 0 15px 0; padding: 0 0 15px 0; width: 100%; }
.featured-right .entry-title a,
.featured-right .entry-title a:visited { font-size: 16px; font-weight: bold; }
.featured-right .entry-thumb { display: inline; float: left; margin: 0 15px 10px 0; }
.featured-right .featured-4 { border-bottom: none !important; padding-bottom: 0 !important; }
.featured-right .read-more { display: inline; font-size: 13px; }

/* 3.4 Author Box */
.authorbox { background: url(images/bg-heading.png) repeat; padding: 15px; }
.authorbox img { float: left; margin: 0 10px 0 0; }
.authorbox p { margin: 0; padding: 0; }
.authorbox p strong { font-size: 13px; font-weight: bold; }