/*
Theme Name: CH Clubs Wine of the Month
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Grand River Interactive
Author URI: http://thegrandriver.com
Description: Custom theme for CH Clubs Wine of the Month Blog.
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #ebe5dd url(images/bg.jpg) no-repeat top center;
	line-height: 1.4;
    color: #616161;
    font-family: "Trebuchet MS", trebuchet, verdana, "sans serif";
    font-size: 12px;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* Style definition for image caption */
.wp-caption-text {
	text-align: center;
	font-style: italic;
}

}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
    color: #7c832e;
    text-decoration: none;
}
a img {
	border: 0;
}
a:focus,
a:hover {
    text-decoration: underline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Base Styles */
h1,
h2 {
    color: #7d727e;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    margin: 0 0 28px 0;
}
h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #544657;
    margin: 0 0 5px 0;
}
em {
    font-style: italic;
}
/* Structure */
#container {
    width: 1001px;
    margin: 0 auto;
}
#utility-nav {
    background: url(images/bg-header-top.jpg) no-repeat 0 0;
    height: 43px;
}
#utility-nav .phone-number {
    float: right;
    width: 108px;
    margin: 12px 42px 0 0;
}
#utility-nav .to-store {
    float: left;
    width: 100px;
    margin: 15px 0 0 30px;
}
#header {
    background: url(images/bg-header.jpg) no-repeat 0 0;
    height: 344px;
}
#main-content {
    background: #fff url(images/bg-main-content.png) right repeat-y;
    overflow: hidden;
    position: relative;
}
#content {
    width: 705px;
    float: left;
    margin: 0 20px 0 20px;
    position: relative;
}
#sidebar {
    float: right;
    width: 235px;
    margin: 0 4px 0 0;
    font-size: 13px;
}
#footer {
    margin: 20px 0 30px 75px;
    overflow: hidden;
    clear: both;
}
#footer li  {
    float: left;
    width: auto;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #616161;
}
#footer li.last {
    margin: 0;
    padding: 0;
    border: none;
}
.footer-banner {
    margin: 5px 0 10px 0;
    display: block;
    width: 961px;
    height: 124px;
    clear: both;
}
.archive .footer-banner,
.single-post .footer-banner {
    margin: 5px 0 10px 20px;
}

#logo a {
    text-indent: -9999px;
    overflow: hidden;
    width: 531px;
    height: 127px;
    margin: 10px 0 0 12px;
    display: block;
    background: url(images/logo.png) no-repeat;
}

/** Sidebar Styles **/
#sidebar .widget {
    margin: 23px 0 0 0;
    padding: 0 15px 23px 13px;
    border-bottom: 1px solid #d5d5d5;
}
#sidebar .widget_categories,
#sidebar .widget_list_authors {
    border: none;
}
#sidebar .rss-feed {
    text-transform: uppercase;
    line-height: 27px;
    font-size: 12px;
    height: 27px;
    display: block;
}
#sidebar .rss-feed img {
    margin: 0 3px -9px 0;
}
#sidebar .widget li {
    margin: 0 0 6px 0;
}
#text-5.widget_text h2,
.widget_recent_entries h2,
.widget_categories h2,
.widget_archive h2,
.widget_list_authors h2 {
    text-indent: -9999px;
    overflow: hidden;
    height: 13px;
    margin: 0 0 20px 0;
}
#text-5.widget_text h2 {
    background: url(http://www.winemonthclub.com/blog/wp-content/uploads/2014/10/txt-pages.png) no-repeat;
    width: 141px;
}
.widget_recent_entries h2 {
    background: url(images/txt-recent-posts.png) no-repeat;
    width: 95px;
}
.widget_categories h2 {
    background: url(images/txt-wine-topics.png) no-repeat;
    width: 85px;
}
.widget_archive h2 {
    background: url(images/txt-archives.png) no-repeat;
    width: 65px;
}
.widget_list_authors h2 {
    background: url(images/txt-authors.png) no-repeat;
    width: 63px;
}

/* Blog Post */
#featured-image {
    background: url(images/bg-featured-img.png) no-repeat;
    width: 599px;
    height: 225px;
    padding: 14px;
}
#post-container {
    position: relative;
}
#post {
    padding: 0 0 0 110px;
    border-bottom: 1px solid #D5D5D5;
    overflow: hidden;
}
#post-data {
    position: absolute;
    top: 58px;
    left: 0;
    font-size: 11px;
    color: #ababab;
    text-align: right;
    width: 85px;
}
.single-post #post-data {
    top: 2px;
}
#social-media {
    position: absolute;
    bottom: 20px;
    left: 0;
}
#social-media li {
    margin: 10px 0 0 0;
}
.fbSendButton .btnLink {
    margin: 5px 0 0 0;
}
#post .category-listing {
    margin: 20px 0;
    float: left;
    width: auto;
}
#post li.categories {
    font-style: italic;
}
#post li.categories ul,
#post li.categories li {
    display: inline;
}
#author-content p,
#post p {
    margin: 0 0 25px 0;
}
#post p.comment-count {
    background: url(images/comment.png) left no-repeat;
    padding: 0 0 3px 20px;
    margin: 20px 0;
    width: 76px;
    float: right;
    text-align: right;
}
#author-data {
    margin: 20px 0;
    border-bottom: 1px solid #D5D5D5;
    overflow: hidden;
}
#author-content {
    float: left;
    width: 555px;
}
#gravatar {
    background: url(images/bg-author-pic.jpg) no-repeat;
    width: 115px;
    height: 116px;
    padding: 11px 0 0 10px;
    margin: -5px 0 0 0;
    float: left;
}
.next-prev-posts {
    overflow: hidden;
    clear: both;
    margin: 10px 0 20px 0;
}
.next-prev-posts .next-post {
    float: right;
    width: 250px;
    text-align: right;
}
.next-prev-posts .prev-post {
    float: left;
    width: 250px;
}

/* Default CMS Styles */
.single #post ul {
	margin: 0 0 15px 10px;
	padding: 0 0 0 10px;
	list-style: disc;
}
.single #post p {
	margin: 0 0 15px 0;
}
.single #post ul.category-listing ul,
.single #post ul.category-listing {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Post Listings */
.post-excerpt {
    position: relative;
}
.post-excerpt h2 {
    margin: 20px 0;
}
.post-excerpt h2 a {
    color: #7d727e;
}

/* Comments */
#comments .comment-title {
    margin: 0 0 20px 127px;
}
#comments .comment {
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 23px;
    position: relative;
    margin: 0 0 20px 145px;
    color: #000;
}
#comments .comment .comment-corner {
    background: url(images/bg-comment-corner.png) 0 0 no-repeat;
    position: absolute;
    top: 20px;
    left: -22px;
    width: 22px;
    height: 15px;
}
#comments img.avatar {
    position: absolute;
    left: -116px;
    top: 0;
    background: url(images/bg-avatar-comment.png) no-repeat;
    padding: 10px;
}
#comments .comment .comment-author,
#comments .comment .comment-meta {
    display: inline;
}
#comments .comment p {
    margin: 25px 0;
}

/* Comment Form */
#comment-form {
    background: url(images/bg-comment-form.png) no-repeat;
    width: 519px;
    height: 397px;
    padding: 30px;
    color: #000;
    overflow: hidden;
    margin: 0 0 20px 125px;
}
#comment-form #respond {
    width: 436px;
}
#comment-form #reply-title {
    font-size: 18px;
    color: #544657;
    font-style: italic;
    font-weight: bold;
    text-transform: none;
}
#comment-form p.comment-notes {
    color: #f23457;
    text-align: right;
    margin: 0 0 3px 0;
}
#comment-form p {
    clear: both;
    overflow: hidden;
    margin: 0 0 20px 0;
}
#comment-form input,
#comment-form  textarea {
    width: 340px;
    border: 1px solid #d5d5d5;
    float: left;
    padding: 2px;
}
#comment-form label {
    width: 75px;
    text-align: right;
    float: left;
    margin: 0 15px 0 0;
}
#comment-form .form-submit {
    text-align: right;
    margin: 23px 0 0 0;
}
#comment-form #submit {
    background: url(images/btn-submit.png) no-repeat;
    border: none;
    text-indent: -9999px;
    width: 66px;
    height: 27px;
    cursor: pointer;
    float: right;
}
.required {
    color: #f23457;
}

/* Author Page */
#author-avatar {
    background: url(images/bg-author-pic.jpg) no-repeat;
    width: 115px;
    height: 116px;
    padding: 11px 0 0 10px;
    margin: -5px 0 0 0;
    float: left;
}
#author-description {
    float: left;
    width: 400px;
}
#author-info {
    border-bottom: 1px solid #D5D5D5;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    overflow: hidden;
}
#author-description h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #544657;
    margin: 0 0 5px 0;
    font-style: normal;
    font-size: 12px;
}
#author-posts {
    clear: both;
}

.older-posts {
	margin: 15px 0 0 0;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
   margin-bottom: 1.625em;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
    margin-bottom: 1.625em;
} 