/*   
Theme Name: Jacksonville Beardsmith Society
Theme URI: http://jaxbeard.com
Author: Sean Collins
Author URI: http://seancollinsdesign.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
/*@import url('library/layouts/2c-r-fixed.css');*/

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('library/styles/default.css');*/

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*-------------------------------------------------------------------------

JACKSONVILLE BEARDSMITH SOCIETY STYLES

-------------------------------------------------------------------------*/

body {
	background: url(images/skin-bg.jpg) repeat;
	color:#fef8e1;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
	margin-top:15px;
}

/* HEADER */

#header-container {
	background:url(images/top-outside-beard.jpg) repeat-x bottom;
	padding-bottom:25px;
}

#header {
	width:945px;
	margin:0 auto;
}

#blog-description {
	display:none;
}

#branding span a {
	background: url(images/jb-logo.png) no-repeat;
	width:211px;
	height:121px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin-right:55px;
}

#branding span a:hover {
	background: url(images/jb-logo_hover.png) no-repeat;
}

/* NAVIGATION */

.skip-link {
	display : none;
}

#access {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:21px;
}

.menu {
	padding-top:59px;
}

.sf-menu {
	list-style:none;
}

.sf-menu a {
	text-decoration:none;
	float:left;
	display:block;
	margin-right:25px;
}

.sf-menu a, .sf-menu a:visited  {
	color:#564432;
}

.sf-menu .current_page_item a, .sf-menu a:hover, .sf-menu a:active {
	border-bottom:solid 5px #0a8ebc;
	padding-bottom:5px;
}

#nav-above {display:none;}

/* CONTENT */

#main-content-container {
	background:url(images/beard-bg.jpg) repeat;
	padding:45px 0 20px 0;
	size:13px;
}

#main {
	width:945px;
	margin:0 auto;
}

#container {
	width:635px;
	float:left;
}

#content h2, #content h1 {
	font-size:36px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:20px;
}

#content h2 a, #content h1 a {
	color:#fff;
	text-decoration:none;
	line-height:normal;
}

.entry-meta {
	background:url(images/entry-meta-bg.jpg) repeat-x;
	margin-bottom:20px;
	padding:4px 0 5px 15px;
}

.entry-meta a:link {
    color:#feb50c;
	text-decoration:none;
}

.entry-meta a:visited {
	color:#e8a406;
	border-bottom:none;
	text-decoration:none;
}

.entry-meta a:hover {
	border-bottom:1px solid #feb50c;
}

.post {
	margin-bottom:25px;
	padding-bottom:1px;
}

.post img {
	background:url(images/comments-alt-bg.jpg) repeat;
	padding:5px;
}
	
.post .entry-utility {
	border-bottom:1px solid #fef8e1;
	margin-bottom:25px;
	padding-bottom:10px;
}

.post .entry-utility a {
	color:#feb50c;
	text-decoration:none;
}

.post .entry-utility a:visited {
	color:#e8a406;
	border-bottom:none;
	text-decoration:none;
}

.post .entry-utility a:hover {
	border-bottom:1px solid #feb50c;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
}

#comments, #comments input, #comments textarea {
    font-size:13px;
    line-height:18px;
}

#comments code {
    font-size:12px;
    line-height:18px;
}

#comments h3 {
	color:#0a8ebc;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	margin-bottom:15px;
}

#comments-list {
}

#comments-list ol, #comments-list ul {
    list-style:none;
    margin:0;
}

#comments-list li {
    padding:15px 20px;
    position:relative;
}

#comments-list li.alt {
	background:url(images/comments-alt-bg.jpg) repeat;
}

#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}

#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}

#comments-list .comment-author a {
	color:#fff;
	text-decoration:none;
}

#comments-list .comment-author a:hover {
	border-bottom:1px solid #fff;
}

#comments-list .comment-meta {
    color:#feb50c;
    font-size:11px;
    padding:0 0 9px 46px;
}

#comments-list .comment-meta a {
    color:#feb50c;
    font-style:italic;
    text-decoration:none;
}

#comments-list .comment-meta a:active, #comments-list .comment-meta a:hover {
    border-bottom:1px solid #feb50c;
}

.comment-reply-link {
    font-size:11px;
    text-align:right;
}

.comment-reply-link a {
    color:#feb50c;
    font-style:italic;
    text-decoration:none;
}

.comment-reply-link a:active, .comment-reply-link a:hover {
    border-bottom:1px solid #feb50c;
}

.comment-navigation {
    font-weight:bold;
    margin-right:0.5em;
}

.comment-navigation a {
    color:#feb50c;
    font-weight:normal;
    text-decoration:none;
}

.comment-navigation a:active, .comment-navigation a:hover {
    border-bottom:1px solid #feb50c;
}

.comment-navigation a, .comment-navigation span {
    margin-right:0.5em;
}

#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}

#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}

#comments-list #respond {
    padding:18px 1.5em;
}

#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}

#cancel-comment-reply a {
    color:#666;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

.form-section label {
    font-size:11px;
}

.form-section input {
    margin:0 0 18px 0;
    width:98%;
}

.form-section textarea {
    width:100%;
}

.form-section .form-input {
    width:75%;
}

#form-allowed-tags p {
    color:#fef8e1;
    font-size:11px;
    margin-top:10px;    
}

#form-allowed-tags span {
    font-style:italic;
	color:#fff;
}

#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}

.form-submit {
    text-align:right;
}

.form-submit input {
	border:1px solid #564432;
	background:#fff;
	color:#564432;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}

/* SIDEBAR */

#sidebar {
	width:280px;
	float:right;
}

#sidebar ul {
	list-style:none;
}

#primary {
	width:280px;
	float:right;
}

#secondary {
	width:280px;
	float:right;
}

.xoxo li {
	list-style:none;
}

.xoxo li#search h3.widgettitle {
	display:none;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside h3 {
	font-family:"Georgia", Times New Roman, Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	color:#0a8ebc;
	border-bottom:1px solid #fef8e1;
	padding-bottom:10px;
	margin-bottom:10px;
}

.aside ul {
    margin-left:0;
}

form#searchform {
	margin-bottom:30px;
}

.aside input#s {
	border:1px solid #564432;
	padding:6px;
	font-size:14px;
	font-weight:bold;
	width:200px;
}

aside #s:focus {
	border:1px solid #372b1f;
}

.aside #searchsubmit {
	border:1px solid #564432;
	background:#fff;
	color:#564432;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}

.aside ul {
	margin-bottom:20px;
}

.aside a:link {
    color:#feb50c;
	text-decoration:none;
}

.aside a:visited {
	color:#e8a406;
	border-bottom:none;
	text-decoration:none;
}

.aside a:hover {
	border-bottom:1px solid #feb50c;
}

#secondary {
	float:left;
}

/* FOOTER */

#footer {    
    clear:both;
	background:url(images/bottom-beard-bg.png) repeat-x top;
	padding:55px 0;
}

#siteinfo {
    width:945px;
    margin:0 auto;
}

/* LINKS */

#main p a:link {
    color:#feb50c;
	text-decoration:none;
}

#main p a:visited {
	color:#e8a406;
	border-bottom:none;
	text-decoration:none;
}

#main p a:hover {
	border-bottom:1px solid #feb50c;
}

/* RANDOM */

.clear {
	clear:both;
}
