﻿/*
Theme Name: Hybrid Custom
Theme URI: http://link-to-your-site.com
Description: Custom WordPress Theme for THe Butcher's Market.
Version: 0.1
Author: Art Wave, Inc. - Dick Raney
Author URI: http://www.awts.com
Tags: 
Template: hybrid
*/

/* Get default Hybrid CSS */
@import url('../hybrid/library/css/screen.css');

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');


/**
* Body
************************************************/
body {
	background: #FFF url('images/bg.gif') repeat-x scroll left top;
	font-family: Verdana, Arial, "Helvetica Neue", sans-serif;
	font-size: 80%;
}
#body-container {
	width: 960px;
	margin: 9px auto 18px;
}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #C00;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.categories a, .categories a:visited {
	color: #666;
}
a.comments-link, a.comments-link:hover, a.comments-link:visited {
	color: #C00;
}
h2 {
	margin-bottom: 3px;
}
h1 a, h1 a:visited, h2 a, h2 a:visited {
	color: maroon;
}
em, cite {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Tables */
table#newsletter {
	background: transparent;
	border: 0;
	width: 100%;
	margin-bottom: 0;
}
table#newsletter td {
	padding: .3em;
	border: 0;
}
table#newsletter tr {
	color: #444;
	background: transparent;
}
.post-meta-data {
	border-top: 0;
}
.post {
	background: #FFF url(images/content-top.gif) no-repeat scroll left top;
	border: 1px #DDD solid;
	padding: 20px;
}

/**
* Images
************************************************/
.post img {
	max-width: 598px;
}

/**
* Header
************************************************/
#header {
	margin-bottom: 0;
}
#header #site-title {
	margin: 0 auto;
	width: 930px;
	height: 107px;
	background: transparent url(images/header.gif) no-repeat;
	text-indent: -9999px;
}
#header #site-title a {
	display: block;
	width: 415px;
	height: 107px;
	margin-left: 258px;
}
#header #site-title a span {
	display: none;
}
#header #site-description {
	display: none;
}

/**
* Navigation
************************************************/
#navigation {
	float: none;
	margin-top: 7px;
	margin-bottom: 30px;
	height: 31px;
	width: 100%;
}
#page-nav {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
ul.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	text-align: center;
	padding: 0;
	margin-left: 0;
}
#page-nav li {
	display: inline;
	line-height: 31px;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
	background-color: transparent;
}
#page-nav li a {
	float: none;
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px 4px;
	margin: 0 2px 0 0;
	letter-spacing: 2px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}
#page-nav li a:hover {
	color: #000;
	background-color: #CCC;
}
#page-nav ul li.current_page_item {
	background: transparent;
}
#page-nav ul li.current_page_item li {
	background: transparent;
}

#page-nav ul li.current_page_item a  {
	background-color: #FFF;
	color: #000;
	border-bottom: 5px #FFF solid;
}
#page-nav ul li.current_page_item a:hover  {
	color: #000;
	background-color: #FFF;
}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 960px;
	margin: 21px 0 21px 0;
}
.content {
	overflow: hidden;
	height: 100%;
	float: left;
	width: 642px;
	padding: 0;
}
.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 920px;
}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: right;
	width: 300px;
}
#secondary {
	clear: right;
	float: right;
	width: 300px;
}
#subsidiary {
	overflow: hidden;
	width: 924px;
	margin: 0 0 15px 0;
}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 21px 0;
	padding: 18px 15px;
	background: #FFF url(images/widget-top.gif) no-repeat scroll left top;
	border: 1px #DDD solid;
}
.content .widget {
	margin: 0;
	padding: 0;
}
.widget-title {
	font-weight: bold;
	font-family: Verdana, Arial, "Helvetica Neue", sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	border-bottom: 2px #C00 solid;
	color: #000;
	padding: 3px;
	text-transform: uppercase;
}
#coupons {
	float: right;
	width: 300px;
	position: relative;
	top: -10px;
}

/* Package Labels
************************************************/
.pkg {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 15px;
	border-bottom: 2px #DDD solid;
	color: #000;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.pkg em {
	font-size: 11px;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: normal;
}

/* Comments
************************************************/
#comments-number, #reply {
	color: #C00;
	font-weight: bold;
}
#comments-template .comment-meta-data {
	margin-bottom: 1em;
}
.comment-meta-data {
	font-size: 80%;
}
.comment-text {
	color: #800000;
}
cite.fn {
	font-size: small;
}

/* Footer
************************************************/
#footer {
	font-size: 90%;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #3C738C;
}
