/*
Theme Name: JustBARE
Theme URI: http://justbarechicken.com/
Description: The default Just BARE Chicken theme.
Version: 1.0
Author: Craig Snyder and Periscope
Author URI: http://electricfusion.com/
*/
html, body {
	height: 100%;
	margin: 0;
	padding-left:0px;
	text-align:center;
	min-width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5;
	font-weight:normal;
	color:#666666;
	background-color:#FFFFFF;
	xbackground-image:url(http://www.justbarechicken.com/images/page_bkg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
img{border:0px}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -71px;  
	z-index:1;
}
.footer/*, .push*/ {
	height: 71px; 
	border:0px solid transparent;
	z-index:100;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:100;
	width:100%;
}
#header
{
	height:71px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	xmargin-top:40px;
	position: relative;
	top:0px;
	text-align:center;
	z-index:2;
	background-image:url(http://www.justbarechicken.com/images/BG_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#headerSpacer
{
	height:35px;
	xbackground-image:url(http://www.justbarechicken.com/images/page_bkg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	z-index:2;
}	
#headerLogo
{
	position:relative;
	top:0px;
	width:100%;
	xbackground-image:url(http://www.justbarechicken.com/images/page_bkg.jpg);
	xbackground-position:top center;
	xbackground-repeat:repeat-y;
	text-align:center;
	z-index:2;

}	
#content
{
	position: relative;
	top:0px;
	left:0px;
	width:875px;
	xheight:100%;
	z-index:2;
	padding:0px;
	text-align:right;
}
#contentMain{float:left; width:600px; text-align:left;}
#sidebar{margin:0px 0px 0px 625px; width:240px; }
.clearOne{clear:both;}
#footer
{
	margin-top:0px;
	position: relative;
	bottom:0px;
	width:100%;
	height:71px;
	text-align:center;
	z-index:100;
}


a:link, a:visited
{
	color:#56AA1C;
	text-decoration:none;
}
a:active, a:hover
{
	color:#56aa1c;
	text-decoration:underline;

}

h1{color:#C66005; font-weight:normal; font-size:24px; text-align:left;}	
h2{color:#C66005; font-weight:normal; font-size:20px; text-align:left;}	
h3{color:#C66005; font-weight:bold; font-size:16px; text-align:left;}	

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

textarea{
	width:570px;	
}

.entry{ text-align:left;}

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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry img {border:0px solid #FFFFFF;}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#pageHeader{position:relative;top:0px; left:0px;  height:25px;margin-bottom:30px;}	
#pageHeaderIcon{position:absolute; top:6px; left:0px; }
#pageHeaderText{position:absolute; top:0px; left:0px; text-align:left;}
#pageHeaderText h1{ color:#55AA19;
  font-size: 24px;
  font-weight: lighter;
  xbackground: transparent url(../images/icon_leaf.png) no-repeat left top;
  padding: 0px 0 0 30px;
  margin-top:0px;
  xmargin-bottom: 20px; white-space:nowrap;
 } 
.navigation{height:25px; clear:both;}

 /* Begin 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 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

