/*

Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : Nonzero
Version    : 1.0
Released   : 20080425

*/

/* This controls the width of the fluid width layouts */
form.floatR
{
	float:right;
}
div.fluid
{
width: 90%;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 1050px;
}

div.floatR
{
	float:right
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;

}

h3,h4,h5,h6
{
color: #66000F;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
border: solid 1px #000000;

}

img.Background
{
background: #990000;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 2em;
margin-top: 0.5em;
}
img.floatR
{
float: right;
margin-right: 1.5em;
margin-bottom: 2em;
margin-top: 0.5em;
}
img.noBorder
{
	border:none;
}

a
{
text-decoration: underline;
color: #D90000;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
padding-left: 1em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:auto;
height:100px;
background: #440000 url('http://www.blackjackgeeks.com/images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 1050px;
height:100px;
margin: auto auto;
}

/* Logo */

#logo
{
position: absolute;
cursor: pointer;
background-image: url('http://www.blackjackgeeks.com/images/fosho.png');
background-repeat: no-repeat;
width: 350px;
height: 100px;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0em;
color: #E5CCD0;
font-size: 1.5em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;



background: #CA2F2F url('http://www.blackjackgeeks.com/images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;


font-weight: bold;
font-size: 1.0em;
text-decoration: none;
}

#menu li a.active
{
background: #fff url('http://www.blackjackgeeks.com/images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
}

/* Main */

#main
{
background: #fff url('http://www.blackjackgeeks.com/images/n2.gif') 0px 0px repeat-x;
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 1050px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: .8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: .5em;
margin-top: 0.95em;
}


#main_inner .post
{
position: relative;
padding-bottom: 2em;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('http://www.blackjackgeeks.com/images/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('http://www.blackjackgeeks.com/images/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 1050px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}

/* Search */

input.button
{
background: #CA2F2F url('http://www.blackjackgeeks.com/images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #A94B4B;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
position: absolute;
top: 0em;
left: 0em;
width: 9.5em;
}

#search input.button
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 2.5em;
}


/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 15em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: right;
	width: 99%;
	margin-right: -17.25em;
	padding-right: 2em;
	padding-left: 1em;
	border-left: dotted 1px #E1E1E1;
		padding-top: .25em;

	}
	
	#columnLeft_2columns
	{
 float: left;
	position: relative;
	width: 720px;
	padding-right: 1em;
	padding-top: .25em;
	padding-left:1em;

	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	position: relative;
	float: left;
	padding-top: .25em;
		padding-left:1em;
	}
	
	#columnC_2columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0em 0em;
	}
	
	#columnRight_2columns
	{
	position: relative;
	float: right;
	border-left: dotted 1px #E1E1E1;
	padding: .25em 0em 0em 1em;


	}

/* LAYOUT - NO COLUMNS */

	/* Primary content */
	
	#primaryContent_no_columns
	{
	position: relative;
	}







#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
