/*
Theme Name: Headlines-FAMVIN
Version: 1.0
Description: Child theme for Headlines for use on FAMVIN.
Author: Beth Nicol
Author URI: http://www.321windsor.com
Template: headlines
*/
 
@import url("../headlines/style.css");

/* 
this theme has some custom css
*/
body {background: #fff;}
#top, #header {padding: 0; background: #316B8F;}
#top { background:#316B8F url(images/bg-gradient.png) no-repeat top center!important;}
#header { background:#316B8F url(images/bg-gradient.png) no-repeat top center!important; height:140px!important;}
#logo {padding:0; }
#logo img  {padding:0; }
.box {border-top: 1px solid #dedede;
      border-left: 1px solid #dedede; }
#logo .site-description {display: block; color: #fff; text-transform:none; font-size:12px; text-shadow: none;}
#cat-nav { position:relative; background:#7d7d7d url(/wp-content/themes/headlines/images/bg-catnav.png) repeat-x bottom; height:58px; border-top:1px solid #fff; }
#footer-widgets{ background:url(/wp-content/themes/headlines/images/bevel-footer-widgets.png) repeat-x top; background-color:#2e6384; border-bottom:1px solid #7b7b7b; }
#footer {background: #31759e;}

.read-more { float:right;}

/* highlight the tabs  */

#tabs ul.wooTabs {color: #fff;  background: url(images/bg-widget-title-blue.png) repeat-x center top; padding:0 10px; }
#tabs ul.wooTabs li {color: #eee; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { color:#ffcb14; text-decoration:none; background:url(images/bg-tabs-selected-blue.png) no-repeat center 41px; }
#tabs ul.wooTabs li a {	color:#fff; }

/* other sidebar widgets */
.widget h3  {color: #fff; background:url(images/bg-widget-title.png) repeat-x; }
#footer-widgets h3 {color: #666; }

/* buttons */
.entry a.btn, input.submit, #commentform #submit { background-color:#2b5e7d border:1px solid #557c90; }
.entry ol li  { list-style-type: decimal; }

a:link, a:visited { color: #316B8F; text-decoration: underline; }
#header a:link, #header a:visited { color: #fff; text-decoration: none; }

ol.numbers li  { list-style-type: decimal; }
#page-nav {background: #316B8F;}

a.post:link { color: #316B8F; text-decoration: underline; }

#top { background:#316B8F url(http://famvin.org/wp-content/themes/headlines/images/bg-gradient.png) no-repeat top center!important;}



#cat-nav { position:relative; background:#7d7d7d url(http://famvin.org/wp-content/themes/headlines/images/bg-catnav.png) repeat-x bottom; height:58px; border-top:1px solid #fff; }

.fix {clear:both}
@media print {
	@page { margin: 2cm;}
	body 	{
			font: 12pt Georgia, "Times New Roman", Times, serif;
			line-height: 1.3;
			}
	#page-nav, #cat-nav, #secnav, #navigation, #hare, #sidebar, #footer, #footer-widgets {display: none;}
	.langs, .social-buttons, .more_entries {display: none; }
	#main .col-left { width: 100%; }
}

