/*
THEME NAME: Biting Edge
DESCRIPTION: Based on the Sandbox theme 
VERSION: 1.0
AUTHOR: <a href="http://rosschapman.net">Ross Chapman</a>
*/

/*=============================================
----------------- General ---------------------
==============================================*/

body {background: #fff url(images/bg_body.gif) 0px 40px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: small; color: #6d6e71;margin: 0;padding: 0px 0 0 0;}

a {text-decoration: none;color: #0057ab; outline: none;}
a:hover {border-bottom: 1px doted #0057ab;}
a:active, a:focus {outline: none;}
a:focus {-moz-outline-style: none;}
h2 {margin: 0; padding: 0 0 10px;}
h2:hover {text-decoration: underline;}
img {margin: 0; padding: 0; border:0;}
input {border: 1px solid #999;}

/*=============================================
----------------- Layout ---------------------
==============================================*/

#wrapper {margin: 0 auto; background: url(images/bg_wrapper.png) top repeat-x; width: 100%;}
#container {margin: 0 15px 0 0; padding: 0; width: 100%;}
#content_wrap {position: relative; z-index: 100; margin-left: 300px; padding: 0; }
#content {position: relative; float: left; width: 640px; margin: 0; left: -10px; padding: 0 0 0 10px;  background: url(images/bg_content.png) left repeat-y;}
#content_bottom {float: left; height: 15px; width: 630px; background: url(images/bg_content_bottom.png) bottom repeat-x;}
#content_left { float: left; }
#comments {width: 530px; padding: 10px 50px 30px; background: #fff; font-size: .8em;}
#comments-list {border-top: 2px solid #c1d82f;}
.comments {border-bottom: 1px solid #c1d82f;}
#page-top {padding: 50px 50px 10px; width: 530px; background: #fff;}
#page-top p {margin: 15px 0 0; padding:0;}

/*** Top Menu ***/
#menu {width: 630px; margin: 0px; padding: 10px 0 0; list-style: none; height: 80px; background: url(images/bg_menu_fade_630.gif) bottom no-repeat;}
#menu ul {list-style: none; margin: 0; padding: 0;}
#menu li {float: left; width: 60px;}
#menu li.link1 a {display: block; margin: 0 0 0 120px; padding: 0; height: 80px; width: 60px; background: url(images/bg_menu_fade_630.gif) bottom no-repeat; background-position: -120px 0;}
#menu li.link2 a {display: block; margin: 0 0 0 425px; padding: 0; height: 80px; width: 60px; background: url(images/bg_menu_fade_630.gif) bottom no-repeat; background-position: -485px 0;}

#footer {float: left; margin: 0 0 30px 0px; padding: 0 10px; width: 630px; color: #464646;}
#footer a {color: #464646;}
.post {margin-right: 10px; padding: 20px 50px; background: #fff;}

#primary {position: relative; z-index: 1000;}
.sidebar a {color: #0057ab;}
.sidebar h3 {margin: 30px 0 7px; padding: 0 0 3px; color: #0057ab; border-bottom: 1px dotted #0057ab; text-transform: uppercase;}
.sidebar {float: left; margin: 0; padding: 0; text-align: left; }
.sidebar img {margin-top: 56px;}
.sidebar ul {margin: 0 0 0 30px; padding: 0; width: 200px;}
.sidebar ul li, 
.sidebar ul li ul {margin: 0; padding: 0; list-style: none; clear: both; /* for firefox 2 */}

#search {float: left; margin: 20px 0 20px;padding: 0; }
#s {float: left; margin:0; width: 175px; height: 16px; border: 1px solid #6a6a6a; }
#searchsubmit {float: right; margin: 0; height: 20px; width: 20px; background: url(images/search.jpg) top center no-repeat; border: none;}

.entry-title{clear:both;}
div#nav-above,div#nav-below{margin: 0; padding: 30px 50px 0; width: 530px; background: #fff;}
.home div#nav-above,div#nav-below {padding: 0;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
div.comments ol li{margin:0 0 2em;}
textarea#comment{margin:0 0 0.5em;overflow:auto;width:66%;}


/* Clearing */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

/*=============================================
----------------- SIFR ---------------------
==============================================*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	margin: 5px 0 0; 
	padding: 0;
	letter-spacing: -9px;
	font-size: 1.6em;
}

.sIFR-hasFlash h5 {
	margin: 0;
	padding:0;
	font-size: 1.1em;

}

.flash_message {
  font-weight:bold;
  color:#FE980F;
}