/**
 * Theme Name: Bejarana New Years
 * Theme URI: http://zenithexhibits.com/website-development-for-small-business-operators/
 * Description: This site is a blank setup for Hybrid Theme site development
 * Version: 1.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 {
	margin: 0 auto;
	background: #fff url(images/body-background.jpg) no-repeat fixed center center;
	}

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

#header-container {
	height: 275px;
	border: thin dotted #999999;
	}
	
#header {
	height: 275px;
	margin: 0;
	}
	
#site-title {
	width: 960px;
	height: 275px;
	margin: 0;
	}
	
#site-title a {
	display: block;
	width: 960px;
	height: 275px;
	background: url(images/header.jpg) no-repeat 0 0;
	}
	
#site-title a span { 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: #E3E6E8;
	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: #fff;
	}
	
#page-nav {
	border: none;
	}

#page-nav li {
	margin-right: 1px;
	background: transparent;
	}
	
#page-nav li a {
	color: #fff;
	background: #fff url(images/nav-tab.png) no-repeat 0 0;
	text-decoration: 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;
	}

/* 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;
	border: thin dotted #999999;
	}
	
#secondary {
	width: 200px;
	padding: 10px;
	margin-top: 10px;
	border: thin dotted #999999;
	}
	
.content {
	width: 700px;
	padding: 10px;
	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 #primary {
	width: 500px;
	}
.home #secondary {
	width: 500px;
	}	

.home #primary .widget {
	width: 225px;
	float: left;
	padding: 15px 10px;
	}
	
.home .byline .text { display: none; }
.home .byline .author {display: none; }
.home .byline .published { display: none; }
.home .byline .separator { display: none; }
*/