/**
 * Theme Name: Franks Senior News
 * Theme URI: http://zenithexhibits.com/website-development-for-small-business-operators/
 * Description: Theme designed to give maximum exposure to side bar information with out taking away from home page content.
 * Version: 1.0
 * Author: Ed Bejarana
 * Author URI: http://zenithexhibits.com/website-development-for-small-business-operators/
 * Tags: Wide side bar, video on landing page
 *Template: hybrid
 */
 
/* Get base 21px CSS */
@import url('../hybrid/library/css/21px.css');

/* Get a layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get the drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get default Navigation Display Settings */
@import url('navtxt-settings.css');

/* Global Settings */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, fieldset, form, label, legend, caption, { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	}
	
table, tbody, tbody, tfoot, thead, tr, th, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; }

dl, dt, dd, ol, ul, li { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }

h1, .site-title 	{ font-size: 2em; }
h2					{ font-size: 1.5em; }
h3, .widget-title	{ font-size: 1.25em; }
h4 					{ font-size: 1em; }
h5 					{ font-size: 0.8em; }
h6 					{ font-size: 0.6em; }
	
#video-box {
	background: transparent url(images/movie_clicker.png) repeat;
	padding: 10px;
	border:5px double #aaaaaa;
	}
	
.breadcrumb { 
	font-size: 0.7em;
	margin: 0 0 5px; 
	}

/* Body Settings */
body { 
	background: transparent url(images/bg-body.jpg) no-repeat right top fixed; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}

#body-container {
	margin:40px auto 21px;
	width: 800px;
	border: 4px double #2d1e3f;
	}

#header-container {
	height: 150px;
	}
	
#header {
	height: 150px;
	margin: 20px auto 0;
	width: 760px;
	}
	
#site-title { 
	float: left;
	width: 760px;
	height: 150px;
	}
	
#site-title a {
	display: block;
	width: 760px;
	height: 150px;
	background: url(images/header.jpg) no-repeat 0 0;
	border: thin solid #337396;
	}
	
#site-title a span { display: none; }

#site-description { display: none; }

#container {
	width: 770px;
	margin: 0 10px;
	}

/* Widget Zone Settings */
#primary {
	width: 200px;
	padding: 10px;
/*	border:1px solid #CCCCCC; */ 
	background: transparent url(images/seethrough1.png) repeat;
	}
	
#primary p, #primary .widget, #primary .widget-title,  #primary .widget a { color: #ffffff; }
	
#secondary {
	width: 200px;
	padding: 10px;
	margin-top: 0;
	background: transparent url(images/seethrough2.png) repeat;
	}
	
#secondary .widget, #secondary .widget h2, #secondary .widget h3, #secondary .widget h4, #secondary .widget p 
	{ 
	color: #201f41; 
	}
	
#utility-before-content {
	border: 2px solid #2d1e3f;
	background: #474649;
	padding: 10px;
	margin: 0 0 20px;	
	}
	
#utility-before-content p, #utility-before-content .widget, #utility-before-content .widget-title { color: #ffffff; }
	
#utility-after-content {
	border: none;
	}

#utility-after-content .widget {
	width: 100%;
	}
	
#utility-after-singular {
	border: none;
	}
	
#utility-after-singular .widget {
	width: 45%;
	margin-left: 10px;
	float: left;
	}
	
.content {
	width: 520px;
	padding: 0 10px 10px;
	}

#comments { clear: both; }

#footer-container {
	margin: 0;
	}


#subsidiary .widget {
	width: 47%;
	float: left;
	padding: 5px;
	margin: 0 5px;
	}

/* Credit & Copyright Settings */
#footer .credit {
	font-size: 11px;
	float: right;
	color: #999;
	margin-top: 5px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 10px;
	}
	
#footer .credit a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	}
	
#footer .credit a:hover {
	color: #000;
	}
	
#footer .copyright {
	font-size: 11px;
	float: left;
	color: #999;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 0;
	}
	
#footer .copyright a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	}
	
#footer .copyright a:hover {
	color: #000;
	}
	
/* Home Page Settings */
.home .page-title { display: none; }
	
.home .byline .text { display: none; }
.home .byline .author {display: none; }
.home .byline .published { display: none; }
.home .byline .separator { display: none; }