/**
 * Theme Name: ResForum.org
 * Theme URI: http://www.bostonwebdesigners.net/
 * Description: A child theme of the Hybrid theme framework, based in part on Hybrid News by Justin Tadlock.
 * Version: 0.1
 * Author: Boston Web Designers, a division of MBA Team, Inc.
 * Author URI: http://www.mbateam.com/
 * Tags: 
 * Template: hybrid
 *
 * Copyright (c) 2009 MBA Team, Inc.  All rights reserved.
 * http://www.mbateam.com/
 *
 */

/* Reset browser defaults */
@import url("css/reset.css");
/* Apply basic form styles */
@import url("css/forms.css");
/* Apply basic typography styles */
@import url("css/typography.css");
/* Content column styles */
@import url("css/columns.css");

/**
* Site layout styles
************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #650e0b;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}
a:focus, 
a:hover     { color: #650e0b; text-decoration: underline; }
a           { color: #650e0b; text-decoration: none; outline: none; }

#body-container {
	width: 840px;
	margin: 0 auto;
	padding: 0 2px;
}
#header-container, 
#nav-container, 
#navigation, 
#page-nav,
#banner, 
#container, 
#footer-container, 
#footer-page-nav, 
#legal-page-nav, 
#footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

/**
* Header
************************************************/

/* Site Title (Logo) */
#site-title, 
#site-title a, 
#site-title span {
	display: block;
	float: left;
	height: 82px;
	width: 312px;
	margin: 0;
	padding: 0;
}
#site-title a {
	background: url(images/logo.gif) no-repeat;
}
#site-title span {
	text-indent: -999em;
}

/* Site Description (Tagline) */
#site-description {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #17406b;
}
.banner-page #site-description {
	width: 12em;
	margin: 1em 0 0 165px;
	font-size: 26px;
	line-height: 30px;
}
.banner-home #site-description {
	width: 9em;
	margin: 36px 30px;
	font-size: 30px;
	line-height: 1;
}

/* Header Search Form */
#header .search {
	position: absolute;
	right: 0;
	bottom: 0;
	float: right;
	background: #e0e0e0 url(images/bg_search_lt.gif) no-repeat left top;
	margin: 0 8px;
	font: 13px/1 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #17416b;
}
#header .search-form {
	background: url(images/bg_search_rt.gif) no-repeat right top;
	margin: 0;
	padding: 10px 22px 8px;
}
#header .search-form label, 
#header .search-text, 
#header .search-submit {
	margin: 0;
	padding: 0;
}
#header .search-text {
	height: 17px;
	width: 133px;
	border-color: #949494;
	padding: 0 2px;
}
#header .search-submit {
	background: url(images/search_button.gif) no-repeat;
	height: 17px;
	width: 15px;
	padding: 0 0 0 15px;
	text-indent: -999em;
	border: 0 none;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	top: 1px;
}

/* Follow Me Links */
#followme-container {
	position: absolute;
	left: 50%;
	bottom: 0;
}
#followme-container .followme {
	position: relative;
	display: block;
	right: 50%;
}
#followme-container .twitter {
	bottom: -4px;
	height: 40px;
	width: 120px;
	background: url(images/followme-twitter.png) no-repeat;
	z-index: 1001;
}

/**
* Menus
************************************************/
.menu, 
.menu li, 
.menu a {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li, 
.menu a {
	float: left;
}
/* Center Menu items */
.menu {
	right: 50%;
	float: right;
}
.menu li {
	left: 50%;
}

/* Page Navigation */
#nav-container {
	background: url(images/bg_page_nav.gif) repeat-x center top;
	margin: 0 1px 2px;
}
#navigation {
	background: url(images/bg_page_nav_left.gif) no-repeat left top;
}
#page-nav {
	background: url(images/bg_page_nav_right.gif) no-repeat right top;
}
#page-nav .menu {
}
#page-nav .menu li {
	background: url(images/bg_page_nav_sep.png) no-repeat left top;
}
#page-nav .menu li.first {
	background: none;
}
#page-nav .menu a:focus, 
#page-nav .menu a:hover {
	background: url(images/bg_trans_25k.png);
}
#page-nav .menu a {
	margin-left: 1px;
	padding: 11px 24px;
	font: 14px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #eaeaea;
	text-decoration: none;
}
#page-nav .menu .first a {
	margin-left: 0;
}

/**
* Banner styles
************************************************/
#banner {
	margin: auto;
	width: 825px;
	float: none;
	border: 1px solid #000;
}
#banner #download-ebook {
	float: right;
	width: 255px;
	text-align: center;
}
#banner #download-ebook a, 
#banner #download-ebook span {
	display: block;
	height: 122px;
	width: 219px;
}
#banner #download-ebook a {
	position: relative;
	background: url(images/ebook_button.png) no-repeat;
}
#banner #download-ebook a:active {
	top: 2px;
	left: 2px;
}
#banner #download-ebook span {
	text-indent: -999em;
}
.banner-page {
	background: url(images/bg_banner_page.jpg) no-repeat left top;
	height: 131px;
}
.banner-page #download-ebook a {
	margin: 4px auto;
}
.banner-home {
	background: url(images/bg_banner_home.jpg) no-repeat;
	height: 225px;
}
.banner-home #download-ebook a {
	margin: 50px auto;
}

/* ShareThis Link */
.sharethis-container {
	float: right;
}
.sharethis-container a {
	color: #090;
}
.stbuttontext {
	font: bold 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/**
* Content
************************************************/
#container {
	margin-top: 2em;
}

.col1 ul, 
.col1 ol {
	color: #640e0b;
	margin-right: 4em;
	margin-left: 4em;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #640e0b;
	background: #f1f1f1;
	overflow: auto;
}
.col1 ul li, 
.col1 ol li {
	margin-right: 2.5em;
}

.tab-container {
	background: #660e0b url(images/bg_tab_tl.gif) no-repeat left top;
}
.tab {
	position: relative;
	padding: 6px 12px;
	background: url(images/bg_tab_tr.gif) no-repeat right top;
}
.tab .section-title {
	text-align: center;
	display: block;
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #af8685;
	font: 1.5em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.tab a {
	color: #fefefe;
}
.tab .section-title a {
	text-decoration: none;
}

#home #feature-posts {
	list-style: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 1em;
	padding: 0;
}
#home #feature-posts li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 1.2em 0;
	border-bottom: 1px solid #ab7f7e;
}

#home #excerpts .section-title, 
#home #headlines .section-title {
	display: block;
	background: #660e0b url(images/bg_tab_tl.gif) no-repeat left top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #fff;
}
#home #excerpts .section-title a, 
#home #headlines .section-title a {
	display: block;
	padding: 4px 1em;
	color: #fff;
}

#home #headlines ul {
	list-style: none;
	border: 0 none;
	background: none;
	margin: 0 1em 1em;
	padding: 0;
	color: #333;
}
#home #headlines ul li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0.5em;
}

/* Terms of Service */
ol.terms {
	list-style: decimal;
	margin-left: 0;
	margin-right: 0;
	background: none;
	border: none;
}
ol.terms h3, ol.terms h4 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
}
ol.terms li {
	margin-bottom: 1em;
}
ol.terms ol {
	list-style: lower-alpha;
}
ol.terms ul {
	list-style: disc;
}
ol.terms ol, ol.terms ul   {
	margin: 1em 0;
	background: none;
	border: none;
}
ol.terms ul li  {
	margin-bottom: 0;
}

/* Page Child Excerpts */
.page-child-excerpt {
	border-bottom: solid 1px #ccc;
	margin-bottom: 1em;
	float: left;
	width: 100%;
}
.page-child-excerpt .more {
	display: block;
	float: right;
}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #ddd;
	}
caption {
	font: italic normal normal 12px/22px;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border: 1px solid #ddd;
	}
td {
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal 48px/39px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #444;
	}

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

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 600px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Post title */
.entry-title {
	}
.entry-title a {
	color: #650e0b;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline {
	font-size: .9em;
	font-style: italic;
	color: #777;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	}

/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	font-size: 13px;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	border-top: 1px solid #ccc;
	}
.entry-meta a {
	font-style: normal;
	}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #fff;
	border: 1px solid #ddd;
	}
.widget-title {
	height: 19px;
	margin: 0 0 15px 0;
	padding: 3px 10px;
	}

/* Widget search */
.widget-search .search-text {
	width: 133px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
	}
.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #ddd;
	font: bold 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
.content .widget-title a {
	}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
	}
.content .widget ul {
	list-style: none;
	margin: 1.5em;
	padding: 0;
	border: 0 none;
	background: none;
	color: #333;
}
.content .widget ul li {
	margin: 0 0 1em;
}
/* Twitter widget */
.content .widget_twitter .widget-title {
	height: 22px;
}
.content .widget_twitter .twitter_title_link {
	background: url(images/twitter-bird.png) no-repeat;
	display: block;
	padding-top: 6px;
	padding-left: 36px;
	height: 32px;
}
/* Forum Posts widget */
.content .widget_spf .widget-title {
	display: block;
	background: url(images/forum-icon.gif) no-repeat;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 38px;
	height: 15px;
}

/**
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}

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

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
	}

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

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta-data {
	margin-bottom: 15px;
	}

/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}


/**
 * Footer
************************************************/
#footer-container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #17416b;
}
#footer-page-nav {
	border-top: 1px solid #640e0b;
	border-bottom: 1px solid #640e0b;
}
#footer-page-nav .menu a {
	margin: 0 14px;
	padding: 10px;
	text-decoration: none;
}
#footer {
	font-size: 0.9em;
	text-align: center;
	margin: 1em 0 0;
}
#footer a {
	color: #17416b;
}

#legal-page-nav {
	margin: 0 0 1em;
}
#legal-page-nav .menu a {
	color: #777;
	font-size: 0.9em;
	margin: 0 6px;
	padding: 6px;
	text-decoration: none;
}

/* Web Design Link */
#bwd {
	float: left;
	clear: both;
	width: 98%;
	text-align: center;
	margin: 0 0 1em;
	padding: 1%;
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	border-top: 1px solid #ddd;
}
#bwd a {
	color: #666;
}
