/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

    1. Open style.css file and find any clasess you want to override
	2. Copy classes to override in this file, make sure you put classes outside
	3. Activate custom.css file in theme admin panel

*/
/* START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */
#header {
padding:0;
}
.header-bgr {
background:#fff none repeat scroll 0 0;
}
#pagenav a {
font-weight:bold;
}
.container_12 .grid_8 {
width:600px;
}
.container_12 .grid_4 {
width:320px;
}
.featured-panel .top-stories .ts-content .ts-title a {
font-size:16px;
}
.featured-panel .top-stories .ts-content .feat-meta .feat-date {
color:#666666;
font-family:tahoma;
font-size:10px;
text-transform:uppercase;
}
div.textwidget {
padding:8px;
}
div.feat-content a, div.textwidget a {
color:#004276;
text-decoration: underline;
}
#header #logo-spot {
height:69px;
}
.mc_merge_var {
padding-left:2px;
}
#mc_signup_form {
border: none !important;
padding: 8px !important;
}
#mc_signup_form .mc_var_label {
width: 100px;
display: inline-block;
}
#mc_signup_form .mc_var_label, #mc_signup_form .mc_input {
margin:2px;
}
.mc_signup_submit {
padding:5px 0.2em 0.2em;
}
body {
background: rgb(223,236,247) none !important;
}
.featured-panel .featured-post .feat-right {
border-bottom: 4px solid #E7E4E4;
margin-bottom: 16px;
margin-top: 4px;
}
.featured-panel .featured-post .feat-right .feat-title a {
font: normal 21px Tahoma;
}
.featured-panel .featured-post .feat-right .feat-meta span.feat-date {
font-size: 12px;
color: #C03D3D;
}
.container_12 .grid_4 {
margin-bottom: 10px;
margin-left: 8px;
}
.container_12 .grid_4 .widgetized .widget {
background-color: #EEF3F8;
width: 100%;
}
.container_12 .grid_8 {
width: auto;
}
.container_12 .featured-panel .grid_8 {
width: 600px;
}
.archive-spot h2 {
font-size: 22px;
}
.archive-spot .single img {
margin: 5px 0 10px 25px;
clear: both;
border: 1px solid #AAA;
padding: 1px;
}
.widgetized .widget h3 {
margin: 5px 2px 5px 2px;
padding: 0 0 5px 0;
font: normal 15px Tahoma;
color: #C03D3D;
border-bottom: 1px solid #BFB7A6;
}
.widgetized .widget h3 span a {
float: right;
}
.widgetized .widget ul a, .widgetized .widget ol a {
font-weight: normal;
}
.widgetized .widget .in-reply-to {
margin-left: 3px;
}
.widgetized .widget .retweet {
margin-left: 5px;
}
.widgetized .widget .favorite {
margin-left: 5px;
}
.follow-button {
padding: 6px 2px 4px;
}
.wp-caption {
margin: 10px;
}
.slideshowlink {
margin-bottom: 5px;
}
#cat-menu li a {
font-size: 12px;
letter-spacing: 1px;
}
#cat-menu li.current-cat a, #cat-menu li.current-cat-parent a, #cat-menu li.current-cat a:hover, #cat-menu li.current-cat-parent a:hover, #cat-menu li a:hover, #cat-menu li.active a {
background: navy;
}
.top-cat-bgr {
border-bottom: 5px solid navy;
}