/*
Theme Name: BPS THEME
Theme URI: http://bpsoutdoor.com/
Description: BPS theme developed for ver 3.0 of the BPSOutdoor Site by LogicBomb Media
Version: 1.0
Author: LogicBomb Media
Author URI: http://www.logicbombmedia.com/
Tags: bps

	BPS 1.0

*/



/* Begin Typography & Colors */
#content {
	font-size: 1.2em
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
 .widecolumn .entry{
  margin-top:20px;
 }

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 36px;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 13px;
	color:#fff;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #0099CC;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #0099CC;
	text-decoration: none;
	}
#sidebar a,
#sidebar a:visited {color: #fff;}
a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	}

.widecolumn {
  float:left;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	width: 620px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	margin-left: 20px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


@charset "utf-8";
/* CSS Document */

body					{ background:url(../../../../img/header-bg.jpg) repeat-x; font-family:"Trebuchet MS",Helvetica, Arial, sans-serif; font-size:13px; color:#999999; margin:0;}

h3						{ font-size:17px; font-weight:300; color:#0099CC; margin:0; padding:0; }
p						{ padding: 5px 0; margin: 5px 0; }
a img					{ border:0; margin:0; padding:0; }
.clearer				{ clear:both; }

#container				{ width:950px; position:relative; left:50%; margin-left:-475px;}
#nav					{ margin-top:35px; height:30px;}
#logo					{ margin-top:20px; }

#home-btn				{ float:left; margin-right:30px; background:url(../../../../img/home-btn.gif); width:65px; height:20px; }
#billboards-btn			{ float:left; margin-right:30px; background:url(../../../../img/billboards-btn.gif); width:120px; height:20px; }
#services-btn			{ float:left; margin-right:30px; background:url(../../../../img/services-btn.gif); width:94px; height:20px; }
#gallery-btn			{ float:left; margin-right:30px; background:url(../../../../img/gallery-btn.gif); width:94px; height:20px; }
#support-btn			{ float:left; margin-right:30px; background:url(../../../../img/support-btn.gif); width:94px; height:20px; }
#blog-btn 				{ float:left; margin-right:30px; background:url(../../../../img/blog-btn.gif); width:62px; height:20px; }
#contact-btn			{ float:left; margin-right:30px; background:url(../../../../img/contact-btn.gif); width:94px;; height:20px; }
#payments-btn 			{ float:left; background:url(../../../../img/payments-btn.gif); width:94px; height:20px; }

#content				{ width:100%; float:left; margin-top:20px; background:transparent url(../../../../img/sidebar-bg.jpg) repeat-y scroll right center;}
#content-wrap			{ float:right; width:100% }
#flash-intro			{ margin-left:-37px; }

.form-field				{ margin:6px 0 10px 0; width:320px; height:26px; border:1px solid #AAD5FF; background:#F8F8F8; }
.form-btn				{ margin-top:20px; height:26px; width:88px; }
#sidebar				{ float:right; width:220px; color:#FFFFFF; margin:10px 10px 0 0; }
#sidebar-footer			{ float:right; }
#quote-h				{ font-weight:600; margin-top:40px; }
.customer-name			{ font-style:italic; }

#footer-bg				{ background:url(../../../../img/footer-bg.jpg) repeat-x; height:10px; margin-top:-128px;}
#footer					{ height:170px; margin-top:-77px; }
#footer-board			{ float:left; position:relative; top:55px; height:130px; width:185px; background:url(../../../../img/footer-board.png) no-repeat; }
#footer-board #head  	{ margin: 10px 0 0 20px; color:#666666; font-size:11px; }
#footer-board h2		{ font-size:22px; color:#0099CC; font-weight:600; text-align:center; margin:0;}
#contact-info			{ float:right;  text-align:right; margin-top:100px; }
#contact-info a			{ color:#0099CC; text-decoration:none; }


form                                          {clear:both;margin-right:20px;width:100%;padding:0;}
fieldset                                      {border:1px solid #ccc;margin-top:30px;padding:16px 20px;}
fieldset legend                               {background:#fff;color:#e32;font-size:160%;font-weight:700;}
fieldset fieldset                             {margin-top:0;margin-bottom:20px;padding:16px 10px;}
fieldset fieldset legend                      {font-size:120%;font-weight:400;}
fieldset fieldset div                         {clear:left;margin:0 20px;}
form div                                      {clear:both;margin-bottom:1em;vertical-align:text-top;padding:.5em;}
form div.input                                {color:#444;}
form div.required                             {color:#333;font-weight:700;}
form div.submit                               {border:0;clear:both;margin-top:10px;margin-left:140px;}
label                                         {display:block;padding-right:20px;font-size:17px;font-weight:300;color:#09C;}
input,textarea                                {clear:both;font-size:140%;font-family:"frutiger linotype", "lucida grande", "verdana", sans-serif;width:100%;padding:2px;}
input[type=text],textarea                     {border:1px solid #AAD5FF}
select                                        {clear:both;font-size:120%;vertical-align:text-bottom;border:1px solid #AAD5FF}
select[multiple=multiple]                     {width:100%;}
option                                        {font-size:120%;padding:0 3px;}
input[type=checkbox]                          {clear:left;float:left;width:auto;margin:0 6px 7px 2px;}
input[type=radio]                             {float:left;width:auto;margin:0 3px 7px 0;}
div.radio label                               {margin:0 0 6px 20px;}
input[type=submit]                            {display:inline;font-size:110%;width:auto;vertical-align:bottom;padding:2px 5px;}
#topright-banner                              {cursor:pointer;position: absolute;right: 0;top: 0;display: block;height:118px;width:121px;background: url(../../../../img/banner.png) no-repeat;text-indent: -999em;text-decoration: none;z-index:10000}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
