﻿/* 
Theme Name: hybrid-halftime
Theme URI: http://halftimegrill.com
Description: Halftime Grill Theme
Author: Glen Pridgen
Author URI: http://glenpridgen.com
Version: 0.1.1
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
@import url('../hybrid/library/css/reset.css');

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
@import url('../hybrid/library/css/21px.css');
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Layout */
@import url('../hybrid/library/css/2c-l-fixed.css');


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

/* Menu Dropdowns */
@import url('../hybrid/library/css/drop-downs.css');

/* Tabs */
@import url('tabs.css');
/***********************************************
Body
************************************************/

/*body {
	font: normal normal normal 15px/21px Georgia, Times, "Times New Roman", serif;
	color: #000;
	background: url(images/backgr.gif); */


body {
	-x-system-font:none;
	background-color:#f2f2f2;
	color:#000000;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:21px;
	}

/* Body container */
#body-container {
	margin:10px auto 0;
	width:940px !important;
	}

/* Links */
a {
	color: #3c5f87;
	text-decoration: none;
	}
a:visited {
	color: #262626;
	}
a:hover, a:active {
	color: #3c5f87;
	text-decoration: underline;
	}

/* Headers */
h2, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #3c5f87;
	font-weight: bold;

	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* 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;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	display:none;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float:left;
	height:100px;
	margin:25px 15px 0 0;
	width:100px;
	}
/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
/*#header {
	overflow: hidden;
	width: 940px;
	height: 250px;
	margin: 0 0 10px 0;
	}
*/

#header {
border:2px solid #1F1A17;
height:246px;
margin:0 0 0;
overflow:hidden;
width:936px;
}


#header-container {
	overflow: hidden;
	height: 250px;
	background: url(images/header-main.png) no-repeat 0 0;
         Widgh: 940px;

	}

#site-title {
	float: left;
	width: 450px;
	line-height: 35px;
	font-size: 28px;
	font-family: georgia, serif;
	margin: 12px 0 0 0;
	}
#site-title a {
	color: #fafafa;
	font-size: 0;
   text-indent: -1000px; 
	}
#site-description {
	display: none;
	}	

	
/* Blog title */
#site-title {
	font: italic normal normal 35px/35px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	}
#site-title a {
	color: #000;
	}

/* Blog description */
#site-description {
	font: normal normal normal 16px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0;
	color: #666;
	}

/* Navigation */
/*#navigation {
	overflow: visible;
	background-color: #751919;
	height: 34px;
	margin: 0;
	z-index: 100;
	}
*/

#navigation {
background-color:#3c5f87;
height:34px;
margin:0;
overflow:visible;
z-index:100;
}

#page-nav li {
	color: #fff;
	background: #751010;
	margin-right: 0x;
	}


#page-nav li li {
	margin-right: 0;
	}
/*#page-nav li a {
	padding: 8px 15px 8px 15px;
	color: #fff;
	background: #751919;
	border: 1px solid #ccc;
	}
*/

#page-nav li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#3c5f87 none repeat scroll 0 0;
border:1px solid #252422;
color:#FFFFFF;
padding:8px 15px;
}

#page-nav li.current_page_item a {
background:#000 none repeat scroll 0 0;
color: #fff;
}


/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
		background: #751919;
		color: #fff;
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
/* #container {
	background: #8d8571;
	margin: 0px;
	padding: 0;
         width: 940px;
	}
*/	
#container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#1F1A17 none repeat scroll 0 0;
margin:0;
padding:0;
width:940px;
}	
	

/* Main content */
/*.content {
	background: #a19882;
	width: 620px;
	padding: 10px 0 10px 10px;
	margin: 10px 0 10px 10px;!important
	}
*/
	
/*.content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#c0a062 none repeat scroll 0 0;
margin:0 0 10px 10px;
padding:10px 0 10px 10px;
width:620px;
}
*/

.content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff none repeat scroll 0 0;
margin:0 0 2px 2px;
min-height:1019px;
padding:5px 0 10px 10px;
width:628px;
}
	
.no-widgets .content, .page-template-no-widgets .content, .no-default-widgets .content {
	width: 940px;
	}
	
	
/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 10px;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0;
	}

/* Entry title */
	.entry-title {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#262626 none repeat scroll 0 0;
	border-bottom:1px solid #000000;
	color:#FFFFFF;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:17px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:11px;
	margin:5px 0;
	padding:5px;
	}
	
	
.search .entry-title {
	font-size: 21px;
	margin: 0;
	}
.page-title, .attachment-title {
	display: none;
	background: rgba(0,0,0,0.50);
	margin: 0;
	}
.entry-title a {
	color: #fff;
	}

/* Byline */
.byline {
	display: none;
	margin: 0 0 30px 0;
	font-style: italic;
	color: #666;
	}
.archive .byline, .search .byline {
	display: none;
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	width:617px;
	}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #666;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
/*.widget {
	width: 270px;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	background: #504a38;
	color: #fff;
	}
*/


.widget {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#3c5f87 none repeat scroll 0 0;
	color:#ffffff;
	font-size:12px;
	margin:0 0 0 2px;
	overflow:hidden;
	padding:10px;
	width:276px;
	}

.widget a, .widget a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* Widget titles */
.widget-title {
	width: 286px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	text-transform:uppercase;
	color: #fff;
	background: #b13533;
	}

/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 100px;
	margin-right: 15px;
	padding: 7px 15px 8px 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #f9f9f9;
	}

/* Widget Areas */
#primary {
	position: relative;
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	}

#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	}

#subsidiary {
	overflow: hidden;
	}

#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 300px;
	margin: 0;
	}	
	
	
/* Footer container */

#footer-container {
	background-color:black;
	margin:0 0 10px;
	min-height:60px;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 10px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #444;
	}
#footer .copyright, #footer .credit {
	display: inline;
	float: right;
	margin-right: 9px;
	font-size:xx-small
	}


/**Custom Settings**/
/*smooth slider**/	
.sldrlink {
	display:none!important;
	}
	
/**Credit Bar Footer**/
.credit, .copy	{}

/**element**/
p {margin: 0 0 11px!important;}
p strong {color:#3c5f87}
.widget p strong {color:white}
.widget h2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#B13533 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	width:286px;
	}

#gallery-1 .gallery-item {
	width:31%!important;
	margin:0 0 0 3px;
	}