/**
 * Theme Name: Hybrid PSB
 * Theme URI: http://pitstopboss.co.uk
 * Description: Basic with images.
 * Version: 0.1
 * Author: Junior McMillan
 * Author URI: http://pitstopboss.co.uk
 * Tags: Add, Whatever, Tags, You, Want
 *Template: hybrid
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/**
 * Screen Stylesheet
 * Default style for the Hybrid theme
 *
 * @since 0.3
 * @package Hybrid
 * @subpackage CSS
 */



/* Body */
body {
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	color: #ffffff;
	background: #042f43;
	}

/* Body container */
#body-container {
	color: #ffffff;
	padding-left:0px;
	background: #022334;
	float:left;
	}

/* Links */


a {
	color: #ffcc00;
	text-decoration: none;
}
a:visited {
	color: #ffcc00;
	text-decoration: none;

}
a:hover {
	color: #ffffff;
	text-decoration: none;
}




/* Headers */
h1, h2, h3, h4, h5, h6 {
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	color: #ffffff;
	}
h2 {
	font-size: 17pt;
	}
h3 {
	font-size: 9pt;
	}
h4 {
	font-size: 13pt;
	}
h5 {
	font-size: 10pt;
	}
h6 {
	font-size: 8pt;
	}

/* Lists */
ul {
	list-style-image:url('images/blog_star.gif');
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #c0c;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
th {
	margin: 0px; 
	padding: 0px; 
	}

table
{
	margin: 0px; 
}

td, tr, p, div
{
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	border: 0;
	margin: 0px; 
	padding: 0px; 
	v-align:	top;
	text-align:	top;
	t-align:	top;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}



/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #587d8e;
	border: 1px solid #022334;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #ffffff;
	}
.breadcrumb a {
	color: #ffcc00;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #ffffff;
	text-decoration: none;
	}




/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 0px;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}

/* Header */
#header {

	background: url(images/psbb_header12.gif) no-repeat; height:105px;


	}
/* JR */
#header-container {
	background: #000000;
}

/* h1 Blog title */
#site-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	font-style: none;
	margin: 108px 20px 20px 20px;
	float: right;
	color: #ffcc00;
	}
/* h1 color */
#site-title a {
	color: #ffffff;
	text-decoration: none;
	}

/* h2 Blog description */
#site-description {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #ffffff;
	}

/* Navigation */
#navigation {
	overflow: visible;
	height: 36px;
	margin: 0 0 00px 0;
	z-index: 100;
	background: #031320;
	}
/* JR menu spacing */
#page-nav li {
	margin-right: -1px;
	}
#page-nav li li {
	margin-right: 0px;
	}
#page-nav li a {
	padding: 8px 15px 8px 15px;
	background: #fff;
	}


#page-nav li a {
	font-size: 12pt;
	font-weight: bold;
}


/* JR menu active */
#page-nav li.current_page_item a {
	color: #ffffff;
	background: #031320;
	text-decoration: none;
	}
/* JR menu normal */
#page-nav li a {
	color:	#ffcc00;
	background: #031320;
	text-decoration: none;
	}
/* JR menu hover */
#page-nav li a:hover {
	color: #ffffff;
	background: #031320;
	text-decoration: none;
	}




/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 32px;
	}
#page-nav li li a {
	border-top: none;
	margin-right: 0;
	}
#page-nav li ul {
	background: #fff;
	border-top: 1px solid #ccc;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}
#page-nav li li li {
	margin-left: -1px;
	}

/* Container (wraps content, primary, and secondary) */
#container {
	margin-bottom: 21px;
	}


/* JR added to move up left container */
#content {
}


#primary {

	padding-right:	5px;
}

/* Main content */
.content {
	margin: 0 0 21px 0;
	margin-left:	5px;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 40px 0;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .search-info {
	overflow: hidden;
	margin: 0 0 40px 0;
	}

/* Entry title */
.entry-title {
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 12px 0;
	font-weight: normal;
	font-style: none;

	}
.archive .entry-title, .search .entry-title {
	font-size: 8pt;
	margin: 0;
	}
.page-title, .attachment-title {
	margin: 0 0 10px 0;
	}
.entry-title a {
	color: #ffcc00;
	margin-left: 5px;
	}
.entry-title a:hover{
	margin-left: 5px;
	color: #ffffff;
	}


/* Byline */
.byline {
	margin: 0 0 30px 0;
	color: #ffffff;
	font-size: 8pt;
	}
.archive .byline, .search .byline {
	font-size: 8pt;
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

/* Entry content */
.entry-content {
	font-size: 10pt;
	line-height: 12pt;
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	clear: both;
	color: #ffffff;
	font-size: 8pt;
	}

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	font-size: 8pt;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-size: 10pt;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}
.navigation-attachment {
	overflow: hidden;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #ffcc00;
	}
.widget a {
	color: #ffcc00;
	text-decoration: none;
	}
.widget a:hover {
	color: #ffffff;
	text-decoration: none;
	}







/* Widget titles */
.widget-title {
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
	color: #f0f;
	}

.widget-title  {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;

	padding-left: 5px;
}


/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	}

/* Comments template */
#comments-template {
	clear: both;
	}

/* Comment headers */
.comments-header {
	font-size: 10pt;
	}

/* Comments are closed */
.comments-closed {
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	border: 1px solid #031320;
	background: #042f43;


	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

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

/* Comment metadata */
.comment-meta {
	margin: 10px 0 21px 0;
	font-size: 8pt;
	color: #ffffff;
	}
.comment-author {
	font-size: 8pt;
	font-style: none;
	color: #ffffff;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-size: 8pt;
	color: #ffffff;
	}

/* Comment text */
.comment-text {
	font-size: 8pt;
	line-height: 10pt;
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	font-size: 8pt;
	display: block;
	padding: 3px 6px;
	width: 97%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
/*
.button, .submit, .reset {
	width: 100px;
	margin-right: 5px;
	padding: 3px 5px 6px 5px;
	background: #031320;
	color: #ffcc00;
	border: 1px solid #031320;
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	color: #ffffff;
	background: #031320;
	}

*/


.button, .submit, .reset {
	padding:	2px 15px 3px 15px;
	border-width:	1px;
	border-left-width:	2px;
	border-right-width:	2px;
	border-style: solid;
	border-color:	#212429;
	background:	url("images/button.gif") 0px -1px ;
    color: #cfa624;
	font: 8pt Arial,Verdana;
	font-weight:none;
	text-decoration: none;
	}
.button:hover, .submit:hover, .reset:hover {
	color:	white;
	text-decoration:	none;
	}









.gfx_button 
{
	padding:	2px 15px 3px 15px;
	border-width:	1px;
	border-left-width:	2px;
	border-right-width:	2px;
	border-style: solid;
	border-color:	#212429;
	background:	url("images/button.gif") 0px -1px ;
    color: #cfa624;
	font: 8pt Arial,Verdana;
	font-weight:none;
	text-decoration: none;


 }

.gfx_button a:hover,button:hover
{
	color:	white;
	text-decoration:	none;
}

.gfx_button a
{
	color: #ffcc00;
	text-decoration: none;
}

















/* Footer container */
#footer-container {
	margin: 0px auto 21px auto;
	color: #ffffff;
	padding-left:0px;
	background: #022334;
	float:left;
	width: 960px;
	align:	right;


	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	text-align:	center;
	font-style: none;
	color: #ffffff;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}

/* JR widget  title  (h3 as well)*/ 
.widget-title {
	background: #031320;
	color: #ffffff;
	}


/* JR widget */ 
.page-title {

	background: #031320;
	color: #ffffff;
	}

.entry-title {
	background: #031320;
	color: #ffffff;
	}

#header  .h1{
	color: #ffffff;
	}

.gfx_button 
{
	padding:	2px 15px 3px 15px;
	border-width:	1px;
	border-left-width:	2px;
	border-right-width:	2px;
	border-style: solid;
	border-color:	#212429;
	background:	url("images/button.gif") 0px -1px ;
    color: #cfa624;
	font: 8pt Arial,Verdana;
	font-weight:none;
	text-decoration: none;


 }

.gfx_button a:hover,button:hover
{
	color:	white;
	text-decoration:	none;
}

.gfx_button a
{
	color: #ffcc00;
	text-decoration: none;
}


.inputbox {
	FONT-WEIGHT: none;
	FONT-STYLE: none;
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-size: 8pt;
	border: 1px solid #444444;
	align: top;
	vertical-align: top;
	margin-top: 3px;
	padding: 0px;
	

}


.listing {

	FONT-WEIGHT: bold;
	FONT-STYLE: none;
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-size: 8pt;
	padding: 3px 5px;
	color: #ffffff;
}


.listing_white {

	FONT-WEIGHT: none;
	FONT-STYLE: none;
	FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-size: 8pt;
	color: #ffffff;
}



.register_button 
{
    color: #ffffff;
	background:	url("images/psbb_register.gif") 0px 0px ;
	font: 21pt Arial,Verdana;
	font-weight:bold;
	text-decoration: none;
	width: 293px;
	height: 79px;
	border:	none;
	cursor:	pointer; 


 }


DIV.h4
{
  FONT-WEIGHT: bold;
  TEXT-TRANSFORM: none;
  COLOR: #fed000;
  FONT-FAMILY: Arial,Verdana, Helvetica, sans-serif;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
  TEXT-DECORATION: none;
  background-color: #031320;
  font-size: 8pt;
  padding-left:6px;
  padding-top:2px;
  padding-bottom:2px;
}


p
{
	padding:	0px;
	margin:	0px;
}


/* Lists */
ul {
	list-style-image:url('images/blog_tick.gif');
	padding-left:	20px;
	}



div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}



.font_mustard
{
	color: #cfa624;
	font-weight:bold;
}

.gallery {
	zoom:1;
	width:auto;				
}
.gallery a {
	display:block;
	float:left;
	margin:5px;
	opacity:0.87;
	text-align:center;
}
.gallery a:hover {
	opacity:1;
}
.gallery a img {
	border:none;
	display:block;
}
.gallery a#vlightbox{display:none}


.title
{
	font-size: 8pt;
	font-weight: bold;
}


.title2
{
	font-size: 10pt;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}





.snippets
{
	margin:	0px;
	padding:	0px;
	border-spacing: 0;
	cellpadding: 0;
	cellspacing: 0;
  	font-size: 10pt;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:	12px;

}

