/*
Theme Name: Old School
Theme URI: http://themehybrid.com/themes/old-school
Description: Know your roots.  A stylish child theme of Hybrid.
Version: 0.1.1
Author: Tung Do and Justin Tadlock
Author URI: http://justintadlock.com
Tags: Gravatars, Theme Options, Two Columns, Valid XHTML, Valid CSS, Widgets
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/**
* Body
************************************************/
body {
	padding: 0px 0 250px 0;
	background: #01022e url(images/bg2.png) repeat-x 0 0;
	font: 12px/22px Verdana, helvetica , Arial;
	}

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	background: #fff;
	border-top: 0px solid #eee;
	border-bottom: 5px solid #444;
	}

.gbutton {
	float: right;
	margin: 50px -10px 0 0;
	}

ul.meta {
    clear: both;
    display: block;
    float: right;
    margin: 5px 0 0;
    padding: 0;
}
ul.meta li {
    display: block;
    float: left;
    margin-left: 3px;
}
ul.meta li.social {
    display: block;
    margin-left: 7px;
    padding-top: 5px;
}

/**
* Elements
************************************************/
/* Links */
a {
	color: #0c0e63;
	}
a:hover {
	text-decoration: underline;
	}

/* Headers */
.post h2, .post h3, .post h4, .post h5, .post h6 {
	color: #000000;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 10px;
	padding: 10px;
     	color: #01022e;
	background: #eee url(images/blockquotegif) no-repeat 0 0;
        border: 1px solid #ddd;
	}
blockquote blockquote {
	margin-right: 20px;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	background: transparent;
	border-top: 3px double #0b5177;
	border: 3px double #0b5177;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	font-size: 1em;
	}
pre {
	overflow: auto;
	width: 96.5%;
	font-size: 1em;
	background: #07364F;
	}
pre, code {
	color: #b2b141;
	}

/* Lists */
#content ul {
	list-style: none;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 15px;
	background: url(images/gray-bullet.gif) no-repeat 0 8px;
	}

/* Tables */
table {
	width: ;
	background: transparent;
	border: 0px solid transparent;
	}
caption {
	font-style: italic;
	text-align: center;
	color: transparent;
	}
td {
	padding: .3em;
	border: 0px solid transparent;
	}
th {
	padding: .3em;
	color: #fff;
	background: transparent;
	border: 0px solid transparent;
	}

/* Other elements */
acronym {
	border-bottom: 1px dashed #88bfdd;
	}
ins, dfn {
	border-bottom: 1px solid #88bfdd;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	background: #0E4D6F;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #0E4D6F;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	color: #b2b141 !important;
	background: #0E4D6F;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #07364F;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #0E4D6F;
	}

/* Forms */
input {
	font-family: verdana, arial, sans-serif;
	}
.text-input {
	display: block;
	width: 210px;
	margin: 0;
	padding: 3px 5px;
	font-weight: bold;
	}
textarea {
	width: 98%;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
	}
.button {
	margin-right: 15px;
	padding: 7px 35px;
	font: 12px/22px verdana, arial, sans-serif;
	font-weight: bold;
	color: #eee;
	background: #01022e;
	border: none;
	}
.button:hover {
	cursor: pointer;
        color: #fff;
	background: #444;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 15px;
	}
.alignright, .right {
	float: right;
	margin-left: 15px;
	}
.aligncenter, .center {
	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, .post a img {
	max-width: 570px;
	border: 5px solid #aaaaaa;
	}

/* Captions */
.wp-caption {
	max-width: 574px;
	padding: 3px 0 0 0;
	background: #fff;
	border: 0px solid #fff;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: center;
	font-size: .8em;
	}
.wp-caption img, .wp-caption a img {
	max-width: 562px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #fff;
	}

/* 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;
	}


/**
* Header
************************************************/
#header-container {
	height: 90px;
	background: #000 url(images/header-container-bg.png) no-repeat 0 0;
	border-bottom: px solid #eee;
	}
#site-title {
	margin: 0px 0px 0px 20px;
	}
#site-title a {
	float: left;
	display: block;
	width: 400px;
	height: 85px;
	background: transparent url(images/logo.png) no-repeat 0 0;
	}
#site-title a span, #site-description {
	display: none;
	}

/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	float: right;
	width: 500px;
	height: 160px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}
/* Search */
#search {
	float: right;
	width: 220px;
	margin: 10px -100px 0px 0px;
	}
#search form {
	width: 220px;
	height: 30px;
	padding: 0;
	background: url(images/search.gif) no-repeat 0 0;
	}
#search input {
	float: left;
	overflow: hidden;
	margin: 0;
	border: none;
	background: none;
	}
#search input.search-text {
	font-family: arial, verdana, sans-serif;
	width: 155px;
	padding: 7px 5px 6px 10px;
	color: #777;
	}
#search input.search-submit {
	width: 49px;
	margin: 0;
	padding: 6px 6px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font: .9em georgia, times, 'times new roman', serif;
	font-weight: bold;
	color: #000;
	}
#search input.search-submit:hover {
	cursor: pointer;
	}

.quote_button{
padding:0px 0 0px 0px;
color:;
border:none;
width:200px;
height:46px;
text-align:center;
background-image:url(http://bbromarketing.com/images/quote-button.jpg);
background-repeat:no-repeat;
}

/**
* Navigation
************************************************/
#navigation {
	overflow: hidden;
	height: 32px;
        padding: 0px 20px 10px 25px;
	background: #ccc url(images/navigation.png) no-repeat 0 0;
	}
#navigation a {
	text-transform: uppercase;
	font-family: century gothic, helvetica , Arial, serif;
	font-size: 14px;
	color: #ddd;
	}

/* Page navigation */
#page-nav ul, .page-nav ul {
	list-style: none;
	margin: 4px 0 0 0;
	}
#page-nav li, .page-nav li {
	display: inline;
	margin: 0;
	}
#page-nav li a, .page-nav li a {
	float: left;
	padding: 9px 15px;
	color: #eee;
	border-right: 0px solid #01022e;
	}
#page-nav li.current_page_item a, .page-nav li.current_page_item a {
	color: #fff;
	background: transparent;
        text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 0 0;
	}


/* Subscribe */
#feed ul {
	list-style: none;
	margin: 4px 0 0 0;
	}
#feed li {
	display: inline;
	}
#feed li a {
	float: right;
	padding: 3px 0;
	color: #eee;
	}
#feed li.feed-url a {
	padding-right: 15px;
	background: url(images/rss-icon.gif) no-repeat right 10px;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 930px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff url(images/container-bg.png) repeat-y right 0;
	}
#content {
	overflow: hidden;
	float: left;
	width: 605px;
	color: #000;
	}
.archive #content, .search #content {
	background: url(images/content-insidegif) repeat-x right bottom;
	}

/**
* Posts
************************************************/
.post, .series, .related {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	font: 12px/22px verdana, arial, sans-serif;
	background: #fff url(images/content-insidegif) repeat-x left bottom;
	}
.archive .post, .search .post {
	margin: 0;
	padding: 0 20px 20px 20px;
	background: #fff;
	}
.page .post {
	padding-bottom: 20px;
	}

/* Post title */
.entry-title, .page-title, .category-title, .tag-title, .author-title, .archive-title, .date-title, 

.search-title, .series-title, .related-title {
	margin-bottom: 10px;
	padding: 10px 10px 0px 0px;
	font: 18px/18px arial, verdana, sans-serif;
	font-weight: bold;
	color: #0c0e63 !important;
	background: #fff url(images/contentgif);
	border-top: 5px solid #414141;
	}
.archive .entry-title, .search .entry-title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: none;
	border: none;
	}

/* 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 */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content 

{
	width: 940px;
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.page-template-no-widget #container, .primary-inactive.secondary-inactive #container {
	background: #fff;
	}

/* Archive and search */
.category-info, .tag-info, .author-info, .archive-info, .date-info, .search-info {
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px 0;
	background: #fff;
	}
.category-description, .tag-description, .author-description, .archive-description, .date-description, .search-description {
	overflow: hidden;
	margin: 0 20px;
	}
.search #content form {
	margin: 0 20px 20px 20px;
	}
.error-404 #content form {
	margin: 0 0 20px 0;
	}
.search #content input, .error-404 #content input  {
	font-weight: bold;	}
.search #content .button, .error-404 #content .button {
	margin-left: 10px;
	}

/* 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;
	}

/* Navigation attachment */
.navigation-attachment {
	overflow: hidden;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	text-align: center;
	padding: 20px 15px 10px 15px;
	color: #01022e;
	background: #fff;
	}
.archive .wp-pagenavi, .search .wp-pagenavi {
	padding-top: 30px;
	background: #fff url(images/content-insidegif) repeat-x right top;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	color: #01022e !important;
	padding: 10px !important;
	background: #fff !important;
	border: none !important;
	}
.wp-pagenavi a {
	font-style: italic !important;
	color: #0c0f76 !important;
	}

/**
* Primary and secondary widgets (sidebar)
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 280px;
	margin: 0px;
	color: #000;
	font: 12px verdana, arial, sans-serif;
	}
#secondary {
	clear: right;
	}
#primary .widget, #secondary .widget {
	overflow: hidden;
	height: 100%;
	margin: 0px 0px 20px 0px;
	background: #fff url(images/widgetgif) repeat-x 0 bottom;
	border: 1px solid #ddd;
	}
#primary .widget-inside, #secondary .widget-inside {
	overflow: hidden;
	height: 100%;
	padding: 10px 10px 10px 10px;
	background: transparent url(images/content5.png) no-repeat 0 0px;
	}
#primary .widget-title, #secondary .widget-title {
	font: 15px/18px arial, verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	}
#primary .widget a, #secondary .widget a {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	color: #000;
	}
#primary .widget ul, #secondary .widget ul {
	list-style: none;
	margin-left: 10px;
	}
#primary .widget ul ul, #secondary .widget ul ul {
	margin: 10px 0 0 0;
	}
#primary .widget ul li, #secondary .widget ul li {
	overflow: hidden;
	height: 100%;
	padding: 0 0 0px 10px;
	margin-bottom: 5px;
	background: url(images/gray-bullet.gif) no-repeat 0 4px;
	border-bottom: 0px solid #444;
	}
#primary .widget ul li li, #secondary .widget ul li li {
	margin: 0;
	padding: 6px 5px 0px 10px;
	background: url(images/orange-bullet.gif) no-repeat 0 10px;
	border: none;
	}

/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	float: right;
	width: 500px;
	height: 160px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}

/* Content widgets */
#content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	background: #fff url(images/content-insidegif) no-repeat 0 10px;;
	border-top: 0px solid #414141;
	}
#content .widget-title {
	font: 18px arial, verdana, sans-serif;
	font-weight: bold;
	color: #fec002;
	margin-bottom: 35px;
	}
#content .widget-inside {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: transparent ;
	}
.archive #utility-after-content .widget, .search #utility-after-content .widget,
.archive #utility-after-content .widget-inside, .search #utility-after-content .widget-inside {
	background: #fff;
	border: none;
	margin: 0;
	}

/**
* 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: 0px 0 15px 0;
	padding: 0px 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;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	height: 100%;
	margin: 20px;
	padding-top: 20px;
	font-family: arial, verdana, sans-serif;
	color: #01022e;
	background: #f9f9f9 url(images/sidebar-footer.gif) repeat-x 0 0;
	border-top: 5px solid #ddd;
	}
#subsidiary .widget {
	overflow: hidden;
	height: 100%;
	float: left;
	width: 210px;
	padding-left: 20px;
	}
#subsidiary .widget-title {
	padding-bottom: 5px;
	margin: 0;
	font: 16px arial, verdana, sans-serif;
	font-weight: bold;
	border-bottom: 0px solid #fff;
	}
#subsidiary a {
	color: #116d9f;
	}
#subsidiary ul {
	list-style: none;
	margin-left: 0;
	}
#subsidiary li {
	overflow: hidden;
	height: 100%;
	padding: 3px 10px;
	background: url(images/gray-bullet.gif) no-repeat 0 10px;
	border-bottom: 1px solid #ccc;
	}
#subsidiary li li {
	padding: 0 10px;
	background: url(images/gray-bullet.gif) no-repeat 0 7px;
	border: none;
	}

/**
* Footer
************************************************/
#footer-container {
	clear: both;
	float: left;
	overflow: hidden;
	width: 980px;
	height: 100%;
	margin-top: 0px;
	background: #f9f9f9;
	border-top: 1px solid #fff;
	}
#footer {
	overflow: hidden;
	height: 100%;
	margin-bottom: 1px;
	padding: 20px 20px 0 20px;
	font-family: arial, verdana, sans-serif;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#footer a {
	color: #777;
	}
#footer .copyright {
	width: 50%;
	float: left;
	font-weight: bold;
	}
#footer .credit {
	width: 50%;
	float: right;	
	font-weight: bold;
	text-align: right;
	}
