/**
 * Theme Name: Zenith Exhibits
 * Theme URI: http://businessblogging.net/wordpress
 * Description: Custom theme for Zenith Exhibits
 * Version: 2.0
 * Author: Ed Bejarana
 * Author URI: http://zenithexhibits.com/website-development-for-small-business-operators/
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * 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');


/* Body Settings */
body {
	background: #337396;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#body-container {
	margin:40px auto 21px;
	background: #fff;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #3A54A9;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
}

.widget a { text-decoration: none; }

.widget-title {
	color: #3A54A9;
	}
	
.textwidget {
	font-family: Arial, Helvetica, sans-serif;
}

.thumbnail {
	float:left;
	height:175px;
	margin:5px 15px 0 0;
	width:175px;
	}
	
.breadcrumb {
	margin: 0 0 5px;
	}

/* Header Section */
#header-container {
	height: 125px;
	margin: 0;
	}
	
#header {
	margin: 2px;
	}
	
#site-title { 
	float: left;
	width: 960px;
	height: 125px;
	}
	
#site-title a {
	display: block;
	width: 954px;
	height: 125px;
	background: url(images/header.jpg) no-repeat 0 0;
	border: thin solid #337396;
	}
	
#site-title a span { display: none; }

#site-description { display: none; }

.vendor {
	width: 175px;
	height: 35px;
	}

.vendor a {
	display: block;
	width: 175px;
	height: 35px;
	background: url(images/vendor-info-button.jpg) no-repeat 0 0;
	}
	
.vendor a:hover {
	background-position: 0 -35px;
	}
	
.vendor a span { display: none; }

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #337396;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 150px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 16px/18px Georgia, Times, 'Times New Roman', serif;
	color: #337396;
	background: transparent;
	border-top: 3px double #337396;
	border-bottom: 3px double #337396;
	}
.pullquote p {
	margin: 0;
	}
	
/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Secondary Zone Navigation Settings */
#utility-before-content ul {
	list-style: none;
	}

#utility-before-content li a {
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	border: thin solid #000;
	}
	
#utility-before-content li a:hover {
	background: #ccc;
	}


/* 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: #ffffff;
	border: 1px solid #011e3f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	background-color: #337396;
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 0;
	}
#navigation .search-submit, #navigation .button {
	display: none;
	}

	
	
/* Content and Widget Zone Setup */

#primary {
	width: 210px;
	padding: 10px;
	margin-top: 15px;
	background: #fff;
	}
	
#secondary {
	width: 210px;
	padding: 10px;
	margin-top: 5px;
	background: #fff;
	}
	
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	border: none;
	margin: 0 0 5px;
	padding: 0 20px 0;
	background: #fff;
	}
	
.content {
	width: 700px;
	padding: 10px;
	margin-top: 15px;
	background: #fff;
	}
	
#footer-container {
	background: #3A54A9;
	padding: 10px 25px 0;
	background: #fff;
	margin: 0 0 5px;
	}
	
#footer p {
	margin: 3px 10px 10px 3px;
	}
	
#subsidiary .widget {
	margin: 0 5px 0 0;
	width: 16%;
	color: #ccc;
	}
	
#subsidiary .widget h3 {
	margin: 0;
	}
	
#subsidiary .widget a {
	color: #337396;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
#subsidiary .widget a:hover {
	color: #EB110F;
	}
	
#subsidiary .widget-title {
	color: #337396;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#subsidiary .widget li {
	list-style: none;
	}

.copyright {
	float: left;
	font-size: 11px;
	color: #337396;
	}
	
.copyright a {
	color: #000000;
	}

.credit {
	float: right;
	font-size: 11px;
	color: #337396;
	}

.credit a {
	color: #000000;
	}
	
/* Misc Widget Settings */
#primary #hybrid-categories-3 { text-align: right; }
#primary #gdswrelatedposts-3 { text-align: right; }

/* Home Page Settings */

.home .page-title { display: none; }
.home .content { width: 400px; }

.home #primary {
	width: 500px;
	margin-right: 3px;
	border: thin solid #3A54A9;
	}

.home #primary .widget {
	width: 225px;
	float: left;
	padding: 15px 10px;
	font-size: 12px;
	}
	
.home #secondary {
	width: 500px;
	margin-right: 3px;
	border: thin solid #3A54A9;
	}

/* byline and entry meta data settings */

.home #secondary .byline { display: none; }
.home #secondary .entry-meta { display: none; }
.home #primary .byline { display: none; }
.home #primary .entry-meta { display: none; }

.content .byline-prep { display: none; }
.content .author { display: none; }
.content .published { display: none; }
.content .byline-sep { display: none; }

/* Banner Stand Page Settings */
.page-2809 #utility-after-content .widget {
	width: 300px;
	float: left;
	font-size: 12px;
	border: thin solid #ccc;
	padding: 0 5px;
	margin-left: 5px;
	}

.page-2809 #utility-after-content .post {
	border-top: thin double #ccc;
	margin-top: 10px;
	}
	
.page-2809 #utility-after-content h2 {
	font-size: 18px;
	}
	
.page-2809 .thumbnail {
	height: 75px;
	width: 75px;
	}
	
.page-2809 .entry-meta { display: none; }
	
.page-2809 .byline .text { display: none; }
.page-2809 .byline .separator { display: none; }

/* Displays Page Settings */
.page-2867 #content .widget {
	width: 325px;
	float: left;
	border: thin solid #ccc;
	margin: 10px 5px 0 10px;
	padding: 0 3px;
	}
	
.page-2867 #utility-after-page .widget {
	width: 600px;
	}
