/*
Theme Name: Leanne Biank
Description: Poop on it!
Version: 1.6
Author: Johnny Benson

*/

@charset "utf-8";

/* 
Eric Meyer's Reset CSS
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background: #000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

* {
	margin: 0;
	padding: 0;
}

/*aalksdjgaklhjsdghljkasdlghkasdjhglajksdhglaksjdhglakjsdhglaksdjg*/

body {
font: 10px/1.4 Arial, sans-serif;
color: #fff;
-moz-opacity: .9999;
background: #000 url(images/woodbg.jpg);

}

a {
text-decoration: none;
color: #d7642a;
}

a:hover {
color: #fff;
text-decoration: underline;
}

br.c,
br.clear {
clear: both;
}

p {
/*	margin: 10px 0;*/
}

b,
strong {
font-weight: bold !important;
}

hr {
	height: 1px;
	border-top: 1px solid #333;
	background: none;
	border-style: solid;
	border-color: #333;
	border-bottom: 0;
	margin:2em 0 1em 0;
}


ul,ol{
clear:both;
margin-left:0;
}

h2 {
font-size: 18px;
}


/* -- LAYOUT ------------------------------ */

#donut{
	position:relative;
	z-index:1;
	width:960px;
	float: left;
}

#header {
display:block;
float: left;
position: absolute;
top: 0;
left: 0;
width: 347px;
height: 174px;
z-index:1;
}

#header a {
	display: block;
	height: 100%;
	width: 100%;
	background: url(images/lbiank_logo.png) no-repeat top left;
	text-indent: -9999px;
}

#header a:hover {
	background-position: bottom left;
}

#nav{
	position: absolute;
	top: 175px;
	left: 55px;
	font-size: 18px;
}

#nav li
{
	margin: 3px 0;
	float: left;
	width: 100%;
	display: inline;
}

#nav li a 
{
	color: #fff;
	background: #d7642a;
	padding: 3px;
}

#nav li a:hover
{
	background: #fff;
	color: #d7642a;
}

#footer{
}

#images{
	position:relative;
}

#content{
position:absolute;
top: 175px;
left: 325px;
font-size: 12px;
width: 635px;
float: left;
display:inline;
}

.blog #content {
	padding-bottom: 40px;
}

#footer_text {
	display: none;
	font-size: 11px;
	color:#666;
	float:left;
	text-align:right;
	border-top: 1px solid #555;
	width: 100%;
	padding-top: 20px;
}

.edit_page a {
	position: absolute;
	top: 0px;
	left: -112px;
	bottom: -200px;
	display:block;
	float: left;
	height: 30px;
	line-height:30px;
	padding: 0 10px;
	background-color: #d7642a;
	color:#fff;
	font-size:12px;
}

.edit_page a:hover {
	background-color:#fff;
	color:#000;
}

/* -- NAV --------------------------------------------- */

ul.nav{
	position:relative;
	z-index:999;
	font-size: 18px;
}

ul.nav li,
ul.nav li.page_item{
	margin:0 0 5px 0;
}

ul.nav li.current_page_item a{
	color:#fff;
	background-color: #d7642a;
}

ul.nav li a {
padding: 4px;
color: #fff;
}

ul.nav li a:hover {
background-color: #fff;
color: #000;
}

.entry,
.post {
	font-size: 14px;
	position: relative;
	float: left;
	display: inline;
	width: 100%;
}

.blog .entry,
.blog .post
{
	margin-bottom: 20px;
}

.blog .post-heading
{
	font-size: 24px;
	color: #666;
	text-align: left;
	width: 340px;
}

.post-heading-date
{
	color:#fff;
}

.post p
{
	float: left;
	margin-bottom: 15px;
}

/* Dotted BG Tricks */

#corners {
	position: absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
/*	height:100%;*/
}

#dashes_tl {
position: absolute;
width: 50%;
height:50%;
top:0;
left:0;
background: url(images/dashes.png) top left no-repeat;
overflow:hidden;
}

#dashes_tr {
position: absolute;
width: 50%;
height:50%;
top:0;
right:0;
background: url(images/dashes.png) top right no-repeat;
overflow:hidden;
}

#dashes_br {
position: absolute;
width: 50%;
height:50%;
bottom:0;
right:0;
background: url(images/dashes.png) bottom right no-repeat;
overflow:hidden;
}

#dashes_bl {
position: absolute;
width: 50%;
height:50%;
bottom:0;
left:0;
background: url(images/dashes.png) bottom left no-repeat;
overflow:hidden;
}

#dashes_side_right,
#dashes_side_left
{
	display:none;
}

/*.blog #dashes_bl,
.blog #dashes_br,
.blog #dashes_tr,
.blog #dashes_tl
{
	height: 220px;
}

.blog #dashes_side_right,
.blog #dashes_side_left
{
	display:block;
	position: absolute;
	width: 11px;
	background: url(images/side-dashes.png) top left repeat-y;
	height: 100%;
	float: left;
	margin-top: 230px;
}

.blog #dashes_side_left
{
	left: 15px;
}

.blog #dashes_side_right
{
	right: 18px;
}*/


#dashes_bl,
#dashes_br,
#dashes_tr,
#dashes_tl
{
	height: 220px;
}

#dashes_side_right,
#dashes_side_left
{
	display:block;
	position: absolute;
	width: 11px;
	background: url(images/side-dashes.png) top left repeat-y;
	height: 100%;
	float: left;
	margin-top: 230px;
}

#dashes_side_left
{
	left: 15px;
}

#dashes_side_right
{
	right: 18px;
}



/* == FULL BG == */

#crop {
position: fixed;
z-index: -1;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: hidden;
}

#fullbg {
position: relative;
height: 100%;
width: 100%;
visibility: hidden;
z-index: 0;
cursor: pointer;
}

/* == PK_PAGE_GALLERY(); ========================== */
.gallery-container {
	position: relative;
	float: left;
	width: 100%;
	height: 475px;
}

.gallery-container .gallery-item {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.gallery-container .gallery-controls {
	height: 50px;
	width: 115px;
	position: absolute;
	left: 0;
	top: -60px;
	margin: 0;
}

.gallery-container .gallery-controls a {
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	overflow: hidden;
}

.gallery-container .gallery-controls a.gallery-btn-prev {
	background: url(images/gallery-arrows-prev.png) 0 0 no-repeat;
}

.gallery-container .gallery-controls a.gallery-btn-next {
	float: right;
	background: url(images/gallery-arrows-next.png) 0 0 no-repeat;
}

.gallery-container .gallery-controls a:hover {
	background-position: bottom left;
}

.gallery-container .gallery-caption
{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	font-size: 18px;
	color:#fff;
	display: none;
	width: auto;
	float: left;
}

.gallery-container .gallery-position-counter {
position: absolute;
top: -60px;
right: 0;
width: 120px;
text-align: right;
}

.gallery-container .gallery-position-counter h2 {
	color: #ddd;
	font-size: 24px;
}
