/*  
Theme Name: Banjora 3.0.2
Theme URI: http://www.banjora.com
Description: The Wolfinstinker Series
Version: 3.0.2
Author: Pavel L. Descoteaux
Author URI: http://www.banjora.com
*/



/* global settings
--------------------------------------------------*/

* {
	margin: 			0;
	padding:			0;
	}

body {
	background: 			#000 url('images/alien4.jpg') no-repeat center 16px;
	color: 				#000;
	font: 				0.70em/160% "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	text-align: 			center; /* be nice to IE */
	margin-top: 			0px;
	/* width: 759px; this forces it left */
	}

a {      /* changes global hyperlink settings */
	color: 				#B992CB;
    	text-decoration: 		underline;
	}

a:hover { /* changes global hyperlink settings */
    	text-decoration: 		underline;
	color: 				#FFF;
	}

em {
	color: 				#FF00FF;
	margin-bottom: 10px;
	}

p { 
	line-height:			1.5em;
	color: 				#DDD;

	}

img {

	border:				none;

	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 			normal;
	}


.clear { 
	clear:				both;
	height:				1px; 
	font-size:			1px; 
	line-height:			1px;
	}

blockquote {
	margin: 			0px 0px 0px 25px;
	padding: 			0px 25px 0px 10px;
	font-style: 			italic;
	color: 				#777777;
	border-left: 			3px solid #CCC;
	}




a img { 
	border:				none;
	/* padding: 			10px 10px 10px 10px;  */
	padding: 			0px;
	filter:				alpha(opacity=80);
	-moz-opacity:			0.80;
	opacity:			.80;
	}

a img:hover {
	filter:				alpha(opacity=100);
	-moz-opacity:			1;
	opacity:			1;
	}



p img { 
	border:				none;
	/* padding: 			10px 10px 10px 10px;  */
	padding:			12px 12px 12px 12px;
	filter:				alpha(opacity=80);
	-moz-opacity:			0.80;
	opacity:			.80;
	}

p img:hover {
	filter:				alpha(opacity=100);
	-moz-opacity:			1;
	opacity:			1;
	}










.dhtmlgoodies_question:hover {
	color: #FFF;
}



#flex-menu {
	float:				right;
	width: 				225px;
	padding:			0px 0px 0px 7px;
	text-align:			left;
	/* background:#1a1a1a url(images/side_tr.gif) top right no-repeat; */
	margin:				0px 14px 0px 0px;
	/* position: 			absolute; */
}

#flex-menu h2, .dhtmlgoodies_question {
	font:	0.80em/160% "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	background:			transparent url(images/flexmenu-30x175-btn.gif) left 100% no-repeat;

	color: 				#CCC;
	text-transform: 		uppercase;
	/* font-spacing:			3pt; */
	
	display:			block;
	width:				180px;
	height:				30px;
	padding-left:			16px;
	padding-top:			5px;
	text-align: 			left; 
	cursor: 			pointer;
	/* font-size:			0.75em; */
	font-weight:			bold;
	margin:				0px 0px 0px 0px;
	line-height: 			3.30em;
}









#flex-menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}



#flex-menu ul ul, .dhtmlgoodies_answer {
	font-weight:400;
	text-align:left;
	margin:			0px 0px 0px 4px;
	padding:		1px 0;
	overflow:hidden;





}



#flex-menu ul ul li {
	border:0;
	margin:0;
	padding:0;
}



#flex-menu ul ul li a {
	line-height:			22px;
	height: 			22px;
	/* background: 			transparent; */
	background: 			#000;
	border-top: 			1px solid #4d5760;
	border-bottom: 			1px solid #4d5760;
	color: 				#EEE;
	margin-top: 			-1px;
	display: 			block;
	padding: 			0.2em 0em 0em 1em;
	position: 			relative;
	text-decoration: 		none;
	white-space: 			nowrap;
	filter:				alpha(opacity=90);
	-moz-opacity:			0.60;
	opacity:			.60;
}



#flex-menu ul ul li a:hover {

  	background-color: 		#363f49;	
	color: 				#FFF;

	filter:				alpha(opacity=70);
	-moz-opacity:			0.70;
	opacity:			0.70;

}




























/* main positioning section
--------------------------------------------------*/

#wrapper {
	/* background: 			#000 url('images/bg_main.jpg') repeat-x 100% 0; */
	margin: 			0 auto;
	overflow: 			hidden;
	text-align: 			left; /* be nice to IE */
	width: 				759px;
	border-left: 			#292929 solid 3pt;
	border-right: 			#292929 solid 3pt;
	}

#body {
	margin-top: 			1px;
	float: 				left;
	width: 				100%;
	padding-bottom: 		2em;
	position: 			relative;
	background: 			transparent;
	}

#post-content {
    	float: 				left;
    	width: 				499px;
    	padding: 			0px;
	/* min-height: 			300px; 	*/	
	margin:				0 auto;
	color:				#333;
	margin-bottom: 			25px;

	
	}


#post-content :hover {


	/* filter:				alpha(opacity=90); */
	/* -moz-opacity:			0.90; */
	/* opacity:			.90; */
	
	
	}


#post-content li {
	/* list-style: 			circle; */
}

#page-content {
    	float: 				left;
    	width: 				499px;
	/* min-height: 			100px; */		
	margin:				0 auto;
	color:				#FFF;
	margin-bottom: 			15px;
	padding: 			0px 0px 0px 0px;

	
	}





/* header section
--------------------------------------------------*/

#header {
	display: 			block;
	margin-top: 			0px 0px 0px 0px;
	background:			url('images/footer_black.jpg') 50% 0 repeat-x;
	min-height: 			250px;
	/* height: 			250px; */
	float: 				left;
	position: 			relative;
	width: 				100%;
	/* border-top:			3pt solid #332522; */
	/* border-bottom:			2pt solid #332522; */

	filter:				alpha(opacity=80);
	-moz-opacity:			0.80;
	opacity:			.80;

	}

#header h1 {
	float: 				left;
	position: 			absolute;
	display: 			block;
	margin-top:			1em;
	margin-left: 			1em;
	text-decoration: 		none;
	color: 				transparent;
	font-size: 			2.2em;
	line-height:			30px;
	}

#header h1 em {
	color: 				#CCC;
	font-style: 			normal;
	font-size: 			0.75em;
	line-height:			30px;
	}

#header h1 a {
	float:				left;
	text-decoration: 		none;
	color: 				#FFF;
	}








	.header-link {
		

	}
	.header-link h1{
		position:		absolute;
		
		border:			none;
		top:			0;
	}
	.header-link h1 a{	
		display:		block;
		position:		absolute;
		margin:			20px 0px 0px 0px;
		line-height:		300px;
		height:			100px;
		width:			175px;
		border:			none;
		overflow:		hidden;
		cursor: 			pointer;
		/* background:			url('images/bnja_logo.gif') no-repeat; */
	}
	.header-link p{
		/* display:		none; */
	}











/* posting story section
--------------------------------------------------*/

.story {
	float:				left;
	width:				95%;
	/* height: 			100px; */ 
	margin:				0 0 0 2px;
	display:			inline;
	/* padding: 			7px 10px 4px 4px; */
	/* font-size:			.99em; */
	/* text-align: 			justify; */
	overflow:			hidden;
	
	
	
	}




.story p {
	color: 				#GGG;
	display: 			block;
	/* height: 			125px; */
	/* padding: 			7px 40pt 0px 30px; */
	text-align: 			justify;


	}

.top-section {
	/* background: 			transparent url('images/bg-story-top.png') no-repeat 0 0; */
	height:				50px;
	display: 			block;
	margin: 			0px 3px 0px 0px;



}
.mid-section {
	/* background:			transparent url('images/bg-story-mid.png') repeat-y; */
	display: 			block;
	margin: 			-7px 0px 0px 3px;
	/* margin-top: -2px; */
	position: relative;
		
}



.mid-section  p,
.mid-section  ol,
.mid-section  li {
	font: 				1em;
	font-family: 			"Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	color: 				#CCC;
	list-style-type: 		circle;
	 padding: 			7px 40pt 0px 30px;
	

	}




.btm-section {
	/* background:			transparent url('images/bg-story-btm.png') no-repeat 0 0; */
	display: 			block;
	height:				50px;
	margin: 			0px 0px 0px 3px;
	/* border-bottom: 			1px solid #CCC; */
}





/* this is the story area */



.story h3 {
	font: 				0.95em/160% "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	display: 			block;
	background:			transparent url(images/posting-header.gif) top left no-repeat;
	width: 				350px;
	height: 			30px;	
	overflow:			hidden;
	font-variant:			normal;
	text-transform: 		uppercase;
	font-spacing:			1pt;
	text-align: 			left; 
	/* font-size:			0.95em; */
	padding:			0px 0px 0px 15px;	
	margin:				23px 0px 0em 22px;
	font-weight:			bold;
	position:			absolute; 
	text-align: 			left; 
	line-height: 			2.45em;
	white-space: 			nowrap;
	}

.story h3 a {
	color:				#EEE;
	text-decoration:none;	
	/* border-bottom:			1px solid #EEE; */

	
	}

.story h3 a:hover {
	color:				#FFF;
	text-decoration:		none;
	/* border-bottom:			1px dotted #FFF; */	
	}

.story .read-on {
	width: 				500px;

	padding: 			0;
	bottom: 			0px;
	}

.story .read-on a {
	margin-top: 			-4.75em;
	margin-right:			2.85em;
	display:			block;
	position:			relative;
	bottom:				0;
	float:				right;
	line-height:			1.15em;
	margin-left: 			0em;
	background:      		transparent  url('images/btn_off_48x48.png') no-repeat 0 0;
	height: 			45px;
	width: 				45px;
	cursor: 			pointer;
	}

.story .read-on a:hover {
	position:			relative;
	margin-left: 			0em;
	height: 			45px;
	width: 				45px;
	bottom:				0px;
	background:      		transparent  url('images/btn_on_48x48.png') no-repeat 0 0;
	}








/* table section
--------------------------------------------------*/
table {
	width:				100%;
	border-spacing:			2px;
	/* margin:				1.5em 0; */
	margin:				0em 0em;
	}

table th, table td { 
	padding:			0.3em 0.75em 
	}

table th {
	background:			#CCC;
	color:				#000;
	text-align:			left;
	}

table td {
	background:			#transparent;
	color:				#000;
	}

table caption {
	text-align:			left;
	color:				#FFF;
	margin-bottom:			-1em;
	margin-top:			1em;
	}

table caption {
	text-align:			left;
	color:				#FFF;
	margin-bottom:			-1em;
	margin-top:			1em;
	}








/* this is the about block that appears on the bottom section */
#newsclip-block {
	height:				275px; 
	width:				300px;
	overflow:			hidden; 
	margin: 			1em; 
	border:				1px solid #808080;
	background-color:		#000;
    	/* background-image:       	url(images/face.jpg); */
    	background-repeat:      	no-repeat;
    	background-position:  		top left;
	float:				right;
	padding:			4px 5px 5px 5px;
	font:				1em/160% "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	color: 				#FFF;
	line-height:			140%;
	text-align:			justify;

	filter:				alpha(opacity=97);
	-moz-opacity:			0.97;
	opacity:			0.97;


	}
#newsclip-block .content a {
	color:				#8abc00; 
	padding:			3em 0; 
	text-decoration:		underline;
	}
#newsclip-block .content a:hover {
	color:				#FFF;
	}











/* navigation section
--------------------------------------------------*/

.navbar {
	float: 				left;
	list-style: 			none;
	margin-top: 			1em;
	margin-bottom:			-0.62em;
	width: 				100%;		
	}

.navbar li {
	margin-left: 			0.45em;
	}

.navbar li,
.navbar li a {
	font-family: 			"Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	display:			block;
	text-align:			center;
	color: 				#CCC;
	float: 				left;
	line-height:			32px;
	height:				32px;
	width: 				102px;
	background: 			transparent url('images/button-on.gif') no-repeat 0 0;
	letter-spacing:			0px;
	padding:			0 0px;
	font-size:			1em; 
	text-decoration: 		none;
	}

.navbar li a:hover {
	display:			block;
	color: 				#FFF;
    	text-decoration: 		none;
	border-bottom: 			2px solid #B992CB;
	height:				32px;
	line-height:			32px;
	padding:			0 0px;
	font-size:			1em; 
	text-decoration: 		none;
	}

.navbar .current_page_item a, 
.navbar .current_page_item a:hover {
	background: 			transparent url('images/button-on.gif') no-repeat 0 0;
	display:			block;
	color: 				#FFF;
    	text-decoration: 		none;
	border-bottom: 			2px solid #B992CB;
	height:				32px;
	line-height:			32px;
	padding:			0 0px;
	font-size:			1em; 
	text-decoration: 		none;
	}



/* toggle section for Infoarea
--------------------------------------------------*/

#toggleinfoarea {
	font:				0.80em/160% "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	background: 			transparent url('images/toggle-30x97-btn.gif') no-repeat 0 0;
	text-decoration: 		none;
	clear: 				both;
	color: 				#CCC;
	cursor: 			pointer;
	height: 			30px;
	line-height: 			30px;
	text-align: 			center; 
	width: 				97px;
	position: 			absolute;
	bottom: 			5px;
	left: 				12px;
	padding-left: 			0px;
	/* font-size:			0.75em; */
	text-transform: 		uppercase;
	font-weight:			bold;
	}

#toggleinfoarea:hover {
	background: 			transparent url('images/toggle-30x97-btn.gif') no-repeat 0 0;
	/* background-position: 	0 -25px; */
	color: 				#FFF;
	text-decoration: 		none;
	}





/* Infoarea components section
--------------------------------------------------*/

#infoarea {
	border-top: 			2px solid #CCC; 
	background: 			#000 url('images/bg_main.jpg') repeat-x 100% 0;
    	border-bottom: 			1px solid #212e35;
	padding-bottom: 		3.5em;
    	clear: 				both;
    	color: 				#cdd3d4;
    	float: 				left;
    	width: 				100%;
	}

#infoarea .content {
	padding: 			30px 25px;
	}

#infoarea form {	
    	background: 			transparent;
	margin-top: 			0em;
	padding: 			0.2em 0.3em;
	}

#infoarea .column {
	float: 				left;
	margin-top: 			-1em;
	padding: 			0 25px 15px 0;
	width: 				29%;
	}

#infoarea .column h4 {
	color: 				#FFF;
	/* font-size: 			160%; */
	margin: 			1em 0;
	font-weight:			bold;
	font: 				1.30em/160% "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	}

#infoarea .column h4 em {
	color: 				#B992CB;
	font-style: 			normal;
	
	}

#infoarea .column ul {
	list-style: 			none;
	float: 				left;
	padding: 			0;
	width: 				100%;
	}

#infoarea .column li {	
  	background: 			transparent;
  	width: 				100%;
	}

#infoarea .column li a {
	line-height:			22px;
	height: 			22px;
	/* background: 			transparent; */
	border-top: 			1px solid #4d5760;
	border-bottom: 			1px solid #4d5760;
	color: 				#CCC;
	margin-top: 			-1px;
	display: 			block;
	padding: 			0.2em 0.3em;
	position: 			relative;
	text-decoration: 		none;
	white-space: 			nowrap;
	overflow:			hidden;
	}

#infoarea .column li a:hover {
  	background-color: 		#363f49;	
	color: 				#FFF;

	filter:				alpha(opacity=70);
	-moz-opacity:			0.70;
	opacity:			0.70;

	}

#infoarea .column li a:active {
  	background-color: 		#151D25;
	}

#infoarea .column ul.links-list {
	width: 				100%;
	display: 			block;
	
	}




/* contact and misc forms formatting section
--------------------------------------------------*/

form dl, dl.labels {
	margin:				0em;
	font-size:			100%;
	margin-top:			0.5em;
	}

form dt, dl.labels dt {
	float:				left;      
	width:				10em;
	margin-bottom:			0.8em;
	color:				#555;
	text-align:			right;
	font-weight:			normal;
	position:			relative;
	}

form dd, dl.labels dd {
	margin-left:			10.5em;
	margin-bottom:			0.8em;
	font-size:			100%;
	font-style:			normal;
	padding-left:			0.5em;
	}

form dd.submit, dl.labels dd.submit {
	margin-top:			2em;
	}





/* date display formatting section
--------------------------------------------------*/


ul.dates, 
ul.dates p, 
ul.counts, 
ul.blogroll ul, 
ul.pages {
	list-style-type:		none;
	margin:				1.5em 1em 2em 0em;
	/* border-top:			1px solid #3D3D3D; */
	}

ul.dates li, 
ul.dates p, 
ul.counts li, 
ul.blogroll ul li, 
ul.pages li {
	list-style-type:		none;	
	margin:				-1em 1em 2em 0em;
	padding:			0.2em;
	border-bottom:			1px solid #3D3D3D;
	}

ul.dates .date {
	list-style-type:		none;
	color:				#BFBFBF;
	padding:			0 1.5em 0 0;
	}

ul.dates a, 
ul.counts a, 
ul.blogroll a, 
ul.pages a {
	color:				#B992CB;
	text-decoration:		none;
	list-style-type:		none;	
	}

ul.dates a:hover, 
ul.dates a:hover .date, 
ul.counts a:hover, 
ul.counts a:hover .count, 
ul.blogroll a:hover, 
ul.pages a:hover { 
	color:				#FFF;
	list-style-type:		none;
	}




/* footer section
--------------------------------------------------*/

#footer {
	background: 			#141d25 url('images/footer_black.jpg') repeat-x 0 -1px;
	clear: 				both;
	/* color: 				#FFF; */
	height: 			18px;
	padding: 			17px 0;
	position: 			relative;
	width: 				100%;	
	}

#footer p {
	margin-left: 			25px;
	margin:				0;
	font-size:			0.95em;
	}

#footer em {
	color: 				#B992CB;
	font-style: 			normal;
	}

#footer ul {
	list-style: 			none;
	position: 			absolute;
	right: 				25px;
	top: 				17px;	
	}

#footer li,
#footer li a {
	color: 				#FFF;
	float: 				left;
	}

#footer .inside {
	background:			url('images/footer_black.jpg') 50% 0 repeat-x;
	padding:			0.12em 1em 0;
	background:      		transparent  url('images/shield.gif') no-repeat 10px 0; 
	}

#footer p.attributes {
   	padding-right:          	15px;
    	/* background-image:       	url(images/wp.gif); */
    	background-repeat:      	no-repeat;
    	background-position:    	100% 66%;
	}

#footer p.copyright { 
	float:				left;
	}

#footer p.copyright a {
	color:				#FFF;
	text-decoration:		none; 
	padding-right:			0; 
	background-image:		none;
	}

#footer p.copyright a:hover { 
	color:				#FFF;
	}

#footer p.attributes { 
	float:				right; 
	}

#footer p.attributes a {
	padding:			0 0 0 1em;
	text-decoration:		none;
	color:				#CCC;
	}

#footer p.attributes a:hover {
	color:				#FFF;
	}

#footer span.timing {
	border-left:			1px solid #333;
	padding-left:			1em; 
	margin-left:			1em;
	}

div[id=footer] { /* for mozilla */
	/* position: 			fixed !important; */
	bottom:				0;
	}

a.rss {
	padding-right:			12px !important;
	background-image:		url('images/feed-icon-10x10.png');
	background-repeat:		no-repeat;
	/* background-position:		100% 66%; */

	}

a.honour {
	padding-left:			20px !important;
	/* background-image:		url('images/knight-14x14.jpg') no-repeat; */
	/* background-repeat:		no-repeat; */
	/* background-position:		100% 66%; */
	/* background:      		transparent  url('images/knight-14x14.jpg') no-repeat 0 0; */
	


}




/* search form section
--------------------------------------------------*/

#search {
	float:				left;
	width:				175px;
	filter:				alpha(opacity=40);
	-moz-opacity:			0.4;
	opacity:			.75;
	text-align:			right;
	margin-top: 			0 !important;
	}

#search:hover {
	filter:				alpha(opacity=100);
	-moz-opacity:			1.0;
	opacity:			1.00;
	}

#search input { 
	width:				165px; 
	font-size: 			1.05em; /* adjusts the height of the input field */
	background:			#CCC;
	margin-top:			1px;	
	}

#search input:focus {
	background:			#FFF;
	}

#searchform {
	margin:				1em 0 0 0;
	}

#searchform #s {
	background:			#222;
	border:				none;
	border-bottom:			1px solid #333;
	color:				#666;
	padding:			0.25em;
	}

#searchform #searchsubmit {
	background:			#000;
	color:				#666;
	border:				none;
	font-size:			0.9em;
	text-transform:			uppercase;
	letter-spacing:			0.25em;
	}



/* main content section
--------------------------------------------------*/

#main-content {
	background: 			transparent url('') no-repeat 0 0;
	float: 				left;
	padding: 			20px 20px 20px 25px;
	clear: 				none;
	width:				90%;
	}

#main-content p,
#main-content ul,
#main-content ol {
	list-style-type: 		circle;
	margin-bottom:			1em;
	}

#main-content li {
	padding-left: 			12px;
	line-height: 			150%;
	margin-left: 			-15px;
	/* list-style-type: 		none; */
	}

#main-content h1 {
	font-size: 			125%;
	margin-top: 			-0.5em;
	margin-bottom: 			0.5em;
	}

#main-content h2 {
	font-size: 			150%;
	color: 				#FFF;
	font-weight:			bold;
	padding-bottom: 		1em;
	}

#main-content h3 {
	font-size: 			110%;
	text-transform: 		uppercase;
	}

#main-content blockquote {
	color: 				#B992CB;
	font-style: 			italic;
	margin: 			0;
	padding: 			0 25px;
	}

#main-content .frame {
	border: 			1px solid #B992CB;
	padding: 			5px;
	}

#main-content ul,
#main-content ol {
	margin-left: 			20px;
	}





/* sidebar section
--------------------------------------------------*/

#sidebar {
	color: 				#FFF;
	/* padding-left: 			-12px; */

	width: 				240px;
	/* font-size: 			100%; */
	text-align: 			justify;
	clear: 				none;
	float: 				left;
	/* postition: absolute; */
	}

#sidebar h2 {
	color: 				#FFF;
	/* font-size: 			160%; */
	margin: 			1em 0;
	font-weight:			bold;
	font: 				1.30em/160% "Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";


    	margin-top: 			20px;

	margin-bottom: 			10px;

	}

#sidebar h2 em {
	color: 				#B992CB;
	font-style: 			normal;
	}

#sidebar li {
	list-style-type:		none;
	}




/* comments formatting section
--------------------------------------------------*/

#comment-block h2 {
	font-size: 			160%;
	font-family: 			"Arial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Sans-Serif";
	color: 				#FFF;
	padding: 			0px 0px 10px 0px;
	margin: 			0em 0;
	}

#comment-block h2 em {
	color: 				#B992CB;
	font-style: 			normal;
	margin: 			0em 0;
	}
	
#comment-block {
	width: 				350px;
	color: 				#B992CB;
	float: 				left;
	padding: 			20px 20px 10px 20px;
	margin: 			10px 0px 0px 0px;
	/* border: 			1px solid #555; */
	/* min-height:	100px; */
	}
	
ol#comment-list {
	padding: 			5px;
	margin: 			0px;
	list-style-type: 		none;
	
	}
	
#comment-list li  p{
	margin-bottom: 			8px;
	line-height: 			20px;
	padding: 			0px;
	list-style-type:		none;
	
	}

.comment-name {
	font-size: 			110%;
	color: 				#FFF;
	margin: 			0em 0em -2em 0em;
	padding: 			15px 0px 0px 0px;
	width: 				100%;	
	}

.comment-text {
	line-height: 			100%;
	display:			block;
	clear: 				both;
	margin: 			10px 10px 10px 30px;
	padding: 			20px 10px 0px 5px;
	text-align: 			justify;
	}

.comment-text-admin {
	line-height: 			100%;
	display:			block;	
	clear: 				both;
	margin: 			10px 10px 10px 30px;
	padding: 			20px 10px 0px 5px;
	width: 				650px;
	text-align: 			justify;
	}

#comments-form {
	text-align: 			center;
	margin: 			0px;
	padding: 			0px;
	}

#comments-form form {
	text-align: 			left;
	margin: 			0px;
	}

#comments-form p {
	margin: 			0px 25px 7px 0px;
	}

#comments-form form textarea {
	width: 				99%;
	}














/* Lightbox Configuration Settings */
/* <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/styles/lightbox.css" type="text/css" media="screen" /> */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}

	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:Alpha(opacity=90);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}