/**
 * Theme Name: Best Car Deal In Town
 * Theme URI: http://zenithexhibits.com/website-development-for-small-business-operators/
 * Description: theme details here.
 * Version: 2.0
 * Author: Ed Bejarana
 * Author URI: http://zenithexhibits.com/website-development-for-small-business-operators/
 * Tags: tags
 *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');


/* Body Settings */
body {
	background: #026562 url(images/header.jpg) no-repeat center top;
	margin: 0 auto;
	}

#body-container {
	margin:40px auto 21px;
}

#header-container {
	height: 275px;
	}
	
#header {
	height: 275px;
	margin: 0 auto;
	}
	
#site-title { display: none; }
#site-description { display: none; }
	
/* Navigation Settings */
#navigation {
	margin: 5px 0;
	}

/* Search form (in navigation) */
#navigation .search {
	float: right;
	width: 200px;
	height: 25px;
	}
	
#navigation input {
	float: right;
	width: 170px;
	height: 15px;
	margin: 4px 0 0 0;
	padding: 1px 8px 1px 22px;
	color: #000000;
	border: 1px solid #011e3f;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	background-color: #FEED93;
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 0;
	}
#navigation .search-submit, #navigation .button {
	display: none;
	}
	
/* Page Navigation */
#navigation {
	margin: 0;
	background: transparent;
	}
	
#page-nav {
	border: none;
	}

#page-nav li {
	margin-right: 1px;
	background: transparent;
	}
	
#page-nav li a {
	color: #fff;
	background: transparent url(images/nav-tab.png) no-repeat 0 0;
	text-decoration: none;
	border: none;
	}
	
#page-nav li a:hover {
	background-position: 0 -35px;
	}
	
#page-nav li li a {
	background: #0e4663;
	}
	
#page-nav li li a:hover {
	background: #337396;
	}

	
/* Subscribe/feed link (in navigation) */
#cat-navigation #feed {
	width: 180px;
	clear: right;
	float: right;
	}
#feed li {
	float: right;
	border: none;
	list-style: none;
	}
#feed li a {
	padding: 7px 18px 6px 0;
	background: url(images/feed-icon.png) no-repeat right 7px;
	}
	
/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	color: #2853a4;
	background: url("images/quotes.png") no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: italic;
	}
blockquote.pullquote {
	width: 190px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	}
.pullquote p {
	margin: 0;
	}

/* Widget Zone Settings */
#utility-after-header {
	border: thin dotted #999999;
	margin: 3px 0;
	}
	
#utility-header {
	border: thin dotted #999999;
	width: 470px;
	float: right;
	}

#primary {
	width: 200px;
	padding: 10px;
	background: #fff;
	border: thin dotted #999999;
	margin-right: 5px;
	}
	
#secondary {
	width: 200px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 5px;
	background: #fff;
	border: thin dotted #999999;
	}
	
#container {
	background: #FEED93;
	}
	
.content {
	width: 700px;
	padding: 10px;
	background: #fff;
	border: thin dotted #999999;
	}
	
#utility-after-page {
	border: none;
	}

#utility-after-page .widget {
	overflow: hidden;
	width: 48%;
	margin-left: 2px;
	float: left;
	border: thin dotted #999999;

	}	

#utility-after-content {
	border: none;
	}

#utility-after-content .widget {
	width: 100%;
	border: thin dotted #999999;
	}
	
#utility-after-single {
	border: none;
	}
	
#utility-after-single .widget {
	width: 31%;
	margin-left: 10px;
	float: left;
	border: thin dotted #999999;
	}

#comments { clear: both; }

#utility-before-footer {
	border: thin dotted #999999;
	}

#footer-container {
	margin: 0;
	}

#subsidiary .widget {
	width: 21%;
	float: left;
	padding: 8px;
	border: thin dotted #999999;
	}

#utility-after-footer {
	border: thin dotted #999999;
	}


/* 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 .content {
	width: 400px;
	}
.home .content ul {
	width: 13em;
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
	}
	
.home .content li {
	float: left;
	width: 5em;
	margin: 0;
	background-image: url(images/bullet.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 0 1.5em;
	}
	
.home #primary {
	width: 500px;
	margin-right: 0;
	}
.home #secondary {
	width: 500px;
	margin-right: 0;
	}	

.home #primary .widget {
	width: 225px;
	float: left;
	padding: 0 10px 0;
	}
	
.home .widget-title {
	color:#111111;
	font-size:21px;
	font-style:normal;
	font-weight:bold;
	margin-bottom: 2px;
	}
	
	
.home .byline .text { display: none; }
.home .byline .author {display: none; }
.home .byline .published { display: none; }
.home .byline .separator { display: none; }