/**
 * Theme Name: Outline
 * Theme URI: http://themehybrid.com/themes/outline
 * Description: A child theme of the Hybrid framework with impeccable typography and a custom background that makes use of all the features WordPress has to offer.
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Version: 0.1
 * Tags: threaded-comments, microformats, translation-ready, two-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2010 Justin Tadlock.  All rights reserved.
 *
 * Outline is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Base CSS */
@import url('../hybrid/library/css/25px.css');

/* Plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Drop-downs CSS */
/* @import url('../hybrid/library/css/drop-downs.css'); */

body {
	font: 14px/20px Georgia, Times, 'Times New Roman', serif;
	background: #000 url(images/bg.jpg) fixed center top no-repeat;
	}

#body-container {
	height: 100%;
	width: 1052px;
	margin: 0 auto;
	}

/**
* Elements
**************************************/

/* Links */
a {
	color: #8E001C;
	}
	
a:hover, a:active {
	color: #ac2e1b;
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: #000;
	}

/* Lists */
.content ul {
	list-style: none;
	}
.content ul li {
	padding: 0 0 0 12px;
	background: url(images/bullet.png) no-repeat 3px 10px;
	}
.content ul li li {
	padding-left: 15px;
	background: url(images/bullet-sub.png) no-repeat 3px 9px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	margin: 0 0 25px 0;
	padding: 25px 25px 0 25px;
	font: normal normal normal 13px/25px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	background: #f9f9f9;
	border: 1px dotted #ccc;
	}

/* Code */
code {
	padding: 0 3px;
	font: normal normal normal 13px/25px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 15px;
	font: normal normal normal 13px/25px Georgia, Times, 'Times New Roman', serif;
	color: #666;
	background: #f7f7f7;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Object */
object {
	max-width: 600px;
	}

/* Series */
.series {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto !important;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 18px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
**************************************/
img {
	border: none;
	background: none;
	}
.hentry img {
	max-width: 600px;
	}
.singular-attachment .hentry img {
	max-width: 960px;
	}
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Gallery [gallery] */
.gallery {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Captions [caption] */.wp-caption {
	overflow: hidden;
	max-width: 598px;
	padding: 4px 0 0 0;
	background: #f1f1f1;
	border: 1px dotted #ddd;
	text-align: center;
	}
.wp-caption img {
	max-width: 586px;
	margin: 0;
	padding: 0;
	border: 1px dotted #ddd;
	}
.wp-caption .wp-caption-text {
	margin: 0 0 2px 0;
	padding: 0 5px;
	font-size: 12px;
	font-style: italic;
	color: #ae1b22;
	text-align: right;
	background: #f7f7f7;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 9px 0;
	padding: 9px;
	background: #fff;
	border: 1px dotted #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 15px 6px 0;
	padding: 3px;
	background: #f1f1f1;
	border: 1px dotted #ccc;
	}
.user .avatar {
	margin-bottom: 21px;
	padding: 9px;
	background: #f6f6f6;
	}


/**
* Header
**************************************/
#header-container {
	width: 1052px;
	height: 243px;
	background: url(images/header-bg.png) no-repeat 0 0;
	margin: 0 auto;
	}
#header {
	height: 243px;
	}
#site-title {
	margin: 0 auto;
	width: 433px;
	height: 135px;
	padding: 100px 0 0 0;
	
	}
#site-title a {
	display: block;
	width: 433px;
	height: 135px;
	background: url(images/logo.png) no-repeat 0 0;
	text-indent: -9999em;
	}
#site-description {
	display: none;
	}

/**
* Navigation
**************************************/
#primary-menu {
	font-size: 18px;
	height: 50px;
	padding-top: 18px;
	background: url(images/content-bg.png) center top no-repeat;
	}
#primary-menu .menu {
	}
#primary-menu ul {
	text-align: center;
	margin-left: 5px;

	}
#primary-menu ul li {
	display: inline;
	font: normal normal bold 15px/17px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	
	}
#primary-menu ul li a {
	padding: 20px 25px 25px 25px;
	color: #222;
	}
#primary-menu li.current-menu-item a, .current-page-ancestor a, #primary-menu li.current-menu-item a:hover{
	background: url(images/current.png) top center no-repeat;
	color: #FFFBDC;
	text-decoration: none;
	}

#primary-menu .current-page-ancestor a {
	color: #FFFBDC;
}
#primary-menu .current-page-ancestor a:hover {
	color: #FFFBDC;
}

#primary-menu ul li a:hover{
	color: #8E001C;
}

/* subnav */

#subnav {
	width: 100px;
	font-size: 12px;
	height: 12px;
	font-weight: bold;
	}
#subnav ul {
	margin-left: -50px;
	}
#subnav li {
	list-style: none;
	margin: 10px 0 0 -40px;
	}	
#subnav a, #subnav a:visited {
	color:#222;
	font-weight: bold;
	}
#subnav li a:hover {
	text-decoration: underline;
	}
#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	color: #8E001C;
	text-decoration: none;
	}
#subnav li.current_page_parent {
	background: url(images/current.png) top center no-repeat;
	color: #FFFBDC;
	}

/* Child-Menus */
#beer-menu, #food-menu, #event-menu, #about-menu {
	width: 131px;
	height: 280px;
	text-align: center;
	margin: 28px 130px 50px 0;
	float: right;
	}

#beer-menu {
	background: url(images/beer-menu.png) top center no-repeat;
	padding: 50px 0 0 10px;
	}
#food-menu { 
	background: url(images/food-menu.png) top center no-repeat;
	padding: 50px 0 0 10px;
}
#event-menu { 
	background: url(images/events-menu.png) top center no-repeat;
	padding: 45px 0 0 10px;
}
#about-menu {
	background: url(images/about-menu.png) top center no-repeat;
	padding: 36px 0 0 10px;
	}
	
	
#food-menu a {
	font-size: 14px;
	}
#beer-menu a {
	font-size: 12px;
	}
#event-menu a {
	font-size: 14px;
	}
#about-menu a {
	font-size: 14px;
	}

/* Search form. */
#primary-menu .search {
	display: none;
	}

/**
* Content
**************************************/

#container {
	overflow: hidden;
	width: 1052px;
	padding: 0;
	margin: 0;
	background: url(images/content-bg.png) top center repeat-y;
	}

#content {
	padding: 0;
	margin: 0;
	}
#specialbanner {
	margin: 0 auto;
	width: 750px;
	min-height: 260px;
	padding: 30px;
	background: url(images/specialbanner.png) top center no-repeat;
	text-align: center;
	}	 
#content.home {
	margin: 0 auto;
	width: 750px;
	min-height: 600px;
	padding: 30px;
	background: url(images/c-border-800.png) top center no-repeat;
	}

#content.beer {
	overflow: hidden;
	margin: 0 10px 0 130px;
	min-height: 300px;
	width: 600px;
	padding: 30px 20px;
	background: url(images/border550.png) center top no-repeat;
	}

#content.food {
	overflow: hidden;
	margin: 0 10px 0 130px;
	min-height: 300px;
	width: 600px;
	padding: 30px 20px;
	background: url(images/border550.png) center top no-repeat;
	}
	
#content.half {
	overflow: hidden;
	margin: 0 0 0 140px;
	min-height: 300px;
	width: 600px;
	padding: 0 20px;
	background: url(images/c-middle-625.png) top center repeat-y;
	}
	
#content.half .entry-content {
	padding: 0 10px;
	}

#content.full {
	margin: 0 auto;
	width: 800px;
	min-height: 600px;
	padding: 0;
	background: url(images/full_mid.png) top center repeat-y;
	}
.full-top {
	background: url(images/full_top.png) center top no-repeat;
	height: 48px;
	margin: 0 auto;
	width: 800px;
	padding: 0 ;
	}
.full-bot {
	background: url(images/full_bot.png) center top no-repeat;
	height: 27px;
	margin: -25px auto 0 auto;
	width: 800px;
	padding-bottom: 50px;
	}

#top {
	background: url(images/c-top-625.png) center top no-repeat;
	height: 27px;
	margin: 0 10px 0 140px;
	width: 600px;
	padding: 0 20px;
	}

#bottom {
	background: url(images/c-bottom-625.png) center top no-repeat;
	height: 27px;
	margin: 0 10px 30px 140px;
	width: 600px;
	padding: 0 20px;
	}



/* Gallery */

#ngg-gallery-1-589.ngg-galleryoverview {
	width: 600px;
	padding: 0;
	margin: 0 0 0 -10px;
	}
.slidshowlink {
	text-align: center;
	}

/* Breadcrumbs */
.breadcrumb-trail {
	display: none;
	}
	
/* Posts */
.hentry {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
	}

/* Post titles */
.entry-title {
	margin-bottom: 3px;
	}
.entry-title a {
	color: #000;
	}
.archive .entry-title, .search .entry-title, .home .entry-title, .blog .entry-title {
	font-size: 1.2em;
	}
.singular .entry-title {
	margin-bottom: 25px;
	}
.singular-post .entry-title {
	margin-bottom: 10px;
	}
	
.guest-title, .menu-title, .specials-title {
	text-align: center;
	}
.specials-title, .guest-title  {
	font-size: 16px;
	}


/* Entry content. */
.entry-summary p {
	margin: 0 0 9px 0;
	}

/* Entry metadata */
.entry-meta {
	margin: 0;
	font: normal normal normal 12px/24px Georgia, Times, 'Times New Roman', serif;
	color: #999;
	float: right;
	}
.singular .entry-meta {
	clear: left;
	}
.entry-meta a {
	color: #356e8b;
	}
.entry-meta a:hover {
	color: #ac2e1b;
	}

/* Page links */
.wp-pagenavi {
	margin-bottom: 25px;
	text-align: center;
	}
p.pages, .wp-pagenavi {
	color: #666;
	line-height: 24px !important;
	}
p.pages a, .wp-pagenavi a {
	margin: 0 3px 0 2px;
	padding: 4px 10px;
	border: 1px solid #d3d3d3;
	}
p.pages a:hover, .wp-pagenavi a:hover {
	background: #eee;
	}

/**
* Contact
**************************************/
#address {
	padding-top: 55px;
	text-align: center;
	display: inline;
	float: left;
	}
	
#social {
	width: 125px;
	margin: -20px auto 0 auto;
	text-align: center;
	}
#map {
	width: 425px;
	height: 284px;
	background: url(images/map-bg.png) center no-repeat;
	padding: 35px 0 0 35px;
	margin: 0 -20px 0 0;
	display: inline;
	float: right;
	} 

/**
* Footer
**************************************/
#footer-container {
	width: 1052px;
	height: 218px;
	margin: 0 auto;
	background: url(images/footer-bg.png) center no-repeat ;
	z-index: 999;
	}
#footer {
	font-size: 12px;
	text-align: center;
	padding-top: 90px;
	line-height: 14px;
	}
#footer a, #footer a:visited {
	font-weight: bold;
	color: #8E001C;
	}
#footer a:hover {
	color: #8E001C;
	}

/**
 * Events Lists
 ********************************************/

.event-page-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
	}
.soccer-page-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
	padding-bottom: 55px;
	background: url(images/soccer-logos.png) center bottom no-repeat;
	}

.event-title {
	margin: 10px 0 0 15px;
	font-size: 20px;
	line-height: 24px;
	}	

.event-post {
	margin-left: 15px;
	}
	
.event-summary {
	margin-left: 15px;
	}	
/**
 * Blog
 ********************************************/	
#blog-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
	}
	
.news-title{
	font-size: 18px;
	padding: 10px 0 10px 10px;
	background: #83001a;
	}	
	
.news-title{
	color: #fffbdc;
	}
	
.blog-meta{
	padding: 6px;
	margin:-15px 0 30px 5px;
	background: #83001a;
	width: 100%;
	float: right;
	text-align: right;
	}	
.blog-author, .blog-date, .blog-meta{
	font-weight: bold;
	display: inline;
	font-size: 12px;
	color: #fffbdc;
	}
	
.blog-content {
	padding: 0 5px 20px 5px;
	
}

.blog-end {
	margin: 10px auto 50px auto;
	width: 94px;
	height: 30px;
	background: url(images/blog-end.png) center top no-repeat;
	}
	
