/*   
Theme Name: Beyond Intuition Theme
Theme URI: http://www.beyond-intuition.com/
Description: A Wordpress Theme for Beyond Intuition
Author: Jason Butler
Author URI: http://www.biscuitstudios.com/
Version: 1.0
Tags: custom header, fixed width, two columns, widgets.
*/

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

/* RESET */

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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


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

/* PAGE FORMATTING */

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

body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url('images/body_bg.jpg');
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
a:link { 
	color: #294E79;
	text-decoration: underline;
}
a:visited { 
	color: #294E79;
	text-decoration: underline;
}
a:active { 
	color: #294E79;
	text-decoration: underline;
}
a:hover {
	color: #294E79;
	text-decoration: none;
	background-color: #CCC;
}
.clear-block {
 	clear: both;
}
.clear {
	clear: both;
}
p { 
	margin: 0 0 12px 0;
}
strong, b, strong *, b * {
	font-weight: bold !important;
}
em, i, em *, i * {
	font-style: italic !important;
}
th, td {
	padding: 5px;
	border-bottom: 1px solid #EEE;
}
hr.thin {
	background-color: #CCC;
	border: 0; 
	clear: both;
	color: #ddd;
	height: 1px;
	margin: 10px 0 15px 0;
	width: 100%; 
}
#wrapper {
	background-image: url('images/page_bg.png');
	background-repeat: no-repeat;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	min-height: 289px;
}
#wrapper-interior {
	background-image: url("images/page_bg_repeat.png");
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	width: 960px;
}
#wrapper-home {
	background-image: url('images/homepage_bg.png');
	background-repeat: no-repeat;
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	min-height: 289px;
}

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

/* HEADER */

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

#header {
	float: left;
	display: inline;
	margin: 0 0 0 30px; 
	padding: 0;
	height: 280px;
}
#header a, #header a:hover {
	text-decoration: none;
	background: none;
}
#left-block {
	float: left;
	display: inline;
	text-align: left;
	margin: 16px 0 0 0;
	padding: 0 15px 10px 18px;
	width: 202px;
	height: 162px;
}
#middle-block {
	float: left;
	display: inline;
	text-align: left;
	margin: 16px 0 0 0;
	padding: 0 15px 10px 24px;
	width: 202px;
	height: 162px;
}
#right-block {
	float: left;
	display: inline;
	text-align: left;
	margin: 16px 0 0 0; 
	padding: 0 15px 10px 27px;
	width: 196px;
	height: 162px;
}
#right-block img {
	background-color: none;
	margin: 0; 
	padding: 4px 8px 15px 0;
}

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

/* MAIN MENU */

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

.menu-wrapper {
	margin: 0;
	padding: 15px 0 0 0;
	height: 77px;
}

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

/* HEADER TEXT STYLES */

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

h1 {
	/* page titles */
	font-size: 21px;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-decoration: none;
	line-height: 24px;
	margin: 0;
	padding: 0 0 6px 0;
}
h2 {	
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 12px 0 12px 0;
}
#sidebar h2, sidebar-login h2, submenu h2 {
	font-size: 17px;
	font-weight: normal;
	line-height: 18px;
	color: #444;
	text-align: left;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 18px 0 0 0;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #444;
	text-decoration: none;
	background-color: #FAFAFA;
	margin: 12px 0 4px 0;
	padding: 6px 0 6px 6px;
}
a:hover {
	color: #294E79;
	text-decoration: none;
	background-color: #CCC;
}
h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #444;
	text-decoration: none;
	margin: 12px 0 0 0;
	padding: 0;
}
h4 a:link, h4 a:visited, h4 a:active {
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
h5, h6{
	margin:15px 0 10px 0;
}

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

/* MAIN COLUMN */

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

.main {
	float: right;
	display: inline;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin: 0;
	padding: 25px 50px 20px 30px;
	width: 670px;
}
.main ul, .main ol {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding: 0;
}
.main li {
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	line-height: 18px;
	margin: 6px 0;
	padding: 0 0 0 22px;	
}
.main-home {
	float: left;
	display: inline;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin: 0;
	padding: 25px 20px 20px 15px;
	width: 700px;
}
.flashmovie {
	background-color: #CCC;
	display: block;
	margin: 0 auto 18px auto; 
	padding: 0;
}


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

/* SIDEBAR */

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

#sidebar {
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 18px; 
	list-style: none;
	margin: 5px 0 10px 30px; 
	padding: 0;
	width: 180px;
}
#submenu {
	font-size: 12px;
	line-height: 18px; 
	list-style: none;
	margin: 20px 0 10px 0; 
	padding: 0;
	width: 180px;
}
#submenu a {
	display: block;
	margin: 0;
	padding: 10px 0 10px 10px;
}
#submenu ul {
	font-size: 12px;
	text-align: left;
	color: #FFF;
	background-color: #F4F4F4;
	border: solid 1px #DDD;
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li {
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: solid 1px #DDD;
	list-style: none;
}
#submenu li a:link { 
	color: #555;
	text-decoration: none;
}
#submenu li a:visited { 
	color: #555;
	text-decoration: none;
}
#submenu li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #87CAF4;
}
/* removes 3rd tier nav from sidebar */
#submenu ul ul {
	display: none;
}

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

/* FOOTER */

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

#footer-top {
	clear: both;
	background-image: url('images/footer_top.png');
	background-repeat: no-repeat;
	margin: 0 auto; 
	padding: 0;
	width: 960px;
	height: 20px;
}
#footer-wrapper {
	clear: both;
/*
	background-image: url("images/footer_background.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 1280px;
	height: 800px;
*/
}
#footer-wrapper h3 {
	/* footer titles */
	font-size: 17px;
	font-style: italic;
	line-height: 18px;
	color: #777;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0 0 4px 0;
}
#footer-wrapper a:link,
#footer-wrapper a:visited,
#footer-wrapper a:active { 
	color: #888;
	text-decoration: none;
}
#footer-wrapper a:hover {
	color: #888;
	text-decoration: none;
	background-color: #CCC;
}
#footer-wrapper p { 
	margin: 0 0 12px 0;
}
#footer-wrapper small { 
	color: #888;
	text-decoration: none;
}
#footer-left {
	float: left;
	display: inline;
	font-size: 12px;
	color: #888;
	text-align: left;
	line-height: 20px;
	margin: 0; 
	padding: 0 0 0 60px;
	width: 330px;
}
#footer-middle {
	float: left;
	display: inline;
	font-size: 12px;
	color: #888;
	text-align: left;
	line-height: 20px;
	margin: 0; 
	padding: 0;
	width: 310px;
}
#footer-right {
	float: left;
	display: inline;
	font-size: 12px;
	color: #888;
	text-align: left;
	line-height: 20px;
	margin: 0; 
	padding: 0;
	width: 220px;
}
#copyright {
	font-size: 11px;
	color: #888;
	text-align: left;
	line-height: 20px;
	margin: 0; 
	padding: 15px 0 20px 60px;
}

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

/* GENERAL FORMATTING */

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

.thread-alt {
	background-color: #FAFAFA;
}
.thread-even {
	background-color: #F1F1F1;
}
.depth-1 {
}
.even, .alt {
	border-left: 3px solid #ddd;
}
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em Trebuchet MS, Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 10px;
}
.commentlist li {
	font-weight: normal;
}
.commentlist li a:link {
	color :#666666;
}
.commentlist li a:active {
	color :#666666;
}
.commentlist li a:visited {
	color :#666666;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
	}

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

/* POST */

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

.post {
	margin: 0 0 20px 0;
	text-align: left;
}
.post-line {
	margin: 0 0 15px 0;
	padding: 17px 0 0 0;
	text-align: left;
	border-top: solid 1px #CCCCCC;
}
.post hr {
	display: block;
}
.main .postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}

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

/* MULTI-POST NAVIGATION */
/* WP-PageNavi 2.40 by Lester "GaMerZ" Chan	 */

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

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CC6600;
	color: #CC6600;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #CC6600;
	color: #CC6600;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #602F00;
	color: #602F00;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #333333;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #333333;
	color: #333333;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #CC6600;
	color: #CC6600;
	background-color: #FFFFFF;
}

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

/* 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 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

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

/* 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;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.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;
}
	
/*-------------------------------------------------------------------------*/

/* COMMENTS */

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

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

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

/* 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 {
	clear: both;
	color: #CCCCCC;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

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

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

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

/* FORM STYLES */
/* covers contact 7 forms, logins, register pluc, etc. */

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

legend {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
}
label {
	font-size: 13px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
}
label a {
}
.checkboxlabel {
	margin-left:10px;
}
.flipped .checkbox {
	margin-left:5px;
}
.flipped .checkboxlabel {
	margin-left:0px;
}
input[type="submit"] {
	margin: 10px 0 10px 0;
}
input[type="text"], input[type="password"], input[type="file"], input[type="radiobutton"], select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	border: 3px solid #DDD;
	background: #FFF;
	margin: 0;
	padding: 4px;
	vertical-align: middle;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, input[type="radiobutton"]:hover {
	border: 3px solid #DDD;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="radiobutton"]:focus {
	border: 3px solid #DDD;
	background-color: #FFFFDD;
}

/* specific to the insite login classes & ids */
.message {
	display: none;
}
#backtoblog {
	display: none;
}
#disclaimer {
	padding: 8px 0 8px 0;
}
#reg_passmail {
	display: none;
}


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
/*
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
*/
/*
#sidebar #searchsubmit {
	padding: 1px;
}
*/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

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

/* BUTTONS */

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

.buttons a, .buttons button{
    display: block;   /*if we want both left and right floats... we will have to place the display and float tags at the spot of the button*/
    /*float: left;*/
    margin: 0px;
   	background-color:#151515;
    border:1px solid #222222;
	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 18px;
    text-decoration:none;
    font-weight: bold;
    color:#999999;
    cursor:pointer;
    padding: 3px 6px 5px 3px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding: 2px 6px 2px 3px; /* IE6 */
}
.buttons button[type]{
    padding: 3px 6px 4px 3px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding: 2px 6px 2px 3px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin: 1px 3px -4px 0 !important;
    padding: 0px;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#222222;
    border:1px solid #333333;
    color: #FFFFFF;
}
.buttons a:active{
    background-color:#222222;
    border:1px solid #333333;
    color: #FFFFFF;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color: #999999;
}
.buttons a.positive:hover, button.positive:hover{
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}
.buttons a.positive:active{
    background-color: #222222;
    border: 1px solid #333333;
    color: #529214;
}
