/*  
file: pickler-06.css 
site URL: www.pickler.net | pickler.entobox.org 
author: Brandon McCoy
e-mail: brandon [ a t ] entobox.org
*/

/* General Elements */ 
html, body	{
	background:  #F2F2F5;	
	margin: 10px 0 15px 0;
	padding: 5px 0;
	text-align: center;
	font-family: verdana, lucida, helvetica, sans-serif;
}

#header {
	width: 750px;
	margin: 5px auto 0 auto;
	padding: 0 0 0 18px;
}
#container {
	margin: 5px auto;
	padding: 10px 0;
	width:750px;
	\width:752px;
	w\idth:750px;
	clear: left;
	background-color: #fff;
	text-align: left;
	border: 1px solid #777;
	border-bottom: 5px solid #777;
	color: #000;
}

#core-content {
	margin: 20px 30px;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	background: transparent;
}
#content-body {
	float: left;
	width: 470px;
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0;
}
.wide{
	 width: 660px; !important;
}
#content-body a:link {
	color: #8E1908;
	border:0;
	border-bottom: 1px dotted #222;
	text-decoration:none;
}
#content-body a:visited  {
	color: #000;
	border:0;
	border-bottom: 1px solid #222;
	text-decoration: none;
}
#content-body a:hover, #content-body a:active {
	color: #777;
	border:0;
	border-bottom: 1px solid #777;
	text-decoration:none;
}
#content-body a.thumb:link, 
#content-body a.thumb:active, 
#content-body a.thumb:visited, 
#content-body a.thumb:hover  {
	border: 0;
	text-decoration:none;
}
.thumb-text {
	margin: 0 19px 15px 0;
	padding: 0 0 3px 0;
	text-align: right;
}
#content-body ul li{
 	 margin: 0;
	 padding: 0;
	 line-height: 18px;
	 list-style: square;
}
#content-body ul h2{
	font-size: 13px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
}
#content-body h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: bold;
	width: auto;
	clear: left;
}
#content-body p {
	margin: 0 0 5px 0;
	padding: 0;
}
#content-body span.note {
	font-style: italic;
}
#sidebar{
	width: 170px;
	float: right;
	margin: 0;
	padding: 5px 0;
	border: 0;
	font-size: 10px;
	text-align: right;
	background-color: #fff;
}
/* #sidebar{
	margin: 0 0 0 530px;
	padding: 5px 20px;
	border: 0;
	font-size: 10px;
	text-align: right;
	background-color: #fff;
} */
div#footer {
	clear: left;
	border: 0;
	padding: 10px 0 5px 0;
	line-height: 18px;
	margin: 0;
	text-align: center;
	font-size: 10px;
	background-color: #fff;
	color: #222;
	border-top:0;
}
div#footer a{
	text-decoration: none;
	color: #222;
}
div#footer a:hover{
	text-decoration: none;
	border-bottom: 1px solid #777;
	color: #000;
}
/* Primary Site Navigation */
#site-nav-container{
	width: auto;
	background-color:transparent;
	margin: 15px 0 20px 11px;
	padding:0;
}
html>body #site-nav-container{
	margin: 15px 0 20px 11px;
}
#site-nav-container ul{
	border:0;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
	height: 22px;
}
#site-nav-container ul li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#site-nav-container ul li a{
	color: #222;
	display:block;
	font: 11px/22px verdana,Helvetica,sans-serif;
	height:22px;
		margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	vertical-align: baseline;
	width: 90px;
	font-weight: bold;
}

#site-nav-container ul li a:hover{
	color: #000;


}
#site-nav-container a:active{

	color:#8e1908;

}
/*
#site-nav-container li#active a{
	background:#777;
	border:1px solid #BDBFBB;
	color:#777;
} */

/* Relative Site Navigation */
div#rel-navigation{
	width: 166px;
	\width: 166px;
	w\idth: 166px; 
	font-size: 10px;
	color:#777;
	margin:0;
	padding:0;
}
div#rel-navigation h2{ 
width:166px;
	\width:182px;
	w\idth:166px;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 10px;
	line-height: 18px;
	background-color: #fff;
	border:0;
	color: #222;
	text-align:left;
	text-indent: 0;
	font-weight: bold;
	border-bottom: 1px solid #777;
}
div#rel-navigation ul{
	width:166px;
	\width:182px;
	w\idth:166px;
	list-style:none;
	margin: 0;
	padding: 0;
	background-color:none;
}
div#rel-navigation li{
	padding: 0;
	margin:0;
	border: 0;
	}
div#rel-navigation li a{
	background-color:#fff;
	border:0;
	border-bottom: 1px solid #fff;
	color:#8E1908;
	display:block;
	padding:3px 0 2px 0px;
	text-decoration:none;
	width:100%;
}
html>body div#rel-navigation li a{
	width:auto;
}
div#rel-navigation li a:visited {
	border-bottom: 1px solid #fff;
	color: #8E1908;
}
div#rel-navigation li a:active{
	background-color:#ddd;
	border-bottom: 1px solid #777;
	color: #fff;
}
div#rel-navigation li a:hover {
	background-color:#F2F2F5;
	border-bottom: 1px solid #777;
	color: #222;
}

div#rel-navigation li a.null{
	background-color:#fff;
	border:0;
	border-bottom: 1px solid #fff;
	color:#777;
	display:block;
	padding:3px 0 2px 0px;
	text-decoration:none;
	width:100%;
}
div#rel-navigation li a.null:visited {
	border-bottom: 1px solid #fff;
	color: #777;
}
div#rel-navigation li a.null:active{
	background-color:#ddd;
	border-bottom: 1px solid #;
	color: #777;
}
div#rel-navigation li a.null:hover {
	background-color:#F2F2F5;
	border-bottom: 1px solid #777;
	color: #777;
}


/*  Core Content Elements 	*/ 
div#core-heading{
	margin: 0 auto;
	padding: 0;
	color: #777;
	border: 0;
	text-align: left;	
}
div#core-heading h1{
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
}
div#core-heading h1 a, 
div#core-heading h1 a:visited {
	text-decoration: none;
	color: #777;
	background: transparent;
}
div#core-heading h1 a:hover, 
div#core-heading h1 a:active {
	text-decoration: none;
	color: #000;
	background: transparent;
}
div#content-body p {
	margin: 10px 0;
	padding: 0;
}


		/*  Set up general page elements 	*/ 

img {
	display: block;
	border: 0;
	margin: 2px 0;
	padding: 0px;
	}

.inline {
	display: inline;
	}


.aright {
	text-align: right;
	}
.aleft {
	text-align: left;
	}
#contact-form input, #contact-form select, #contact-form textarea{
margin: 3px 0 7px 0;
padding: 3px;
		width: 490px;
		color: #222;
		background-color: #fff;
		border: 1px solid #222;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 18px;
	}



#contact-form #zemSubmit{
		width: 140px;
		clear: left;
		display: block;
	}


/* - Zem Contact Form - */
div#contact-form{
margin: 0;
padding:0;
text-align:left;
}
html>body div#contact-form{
margin: 0 0 0 -9px;
}
#zemContactForm legend{
display:none;
}
#zemContactForm fieldset{
border:0;
}
#zemContactForm label{
width: auto;
}
form#zemContactForm{
width: auto;
margin:0;
padding:0;
text-align: left;
}


div#picture-gallery {
	width: auto;
	text-align: right;
}
div#picture-gallery img#placeholder {
	border: 1px solid #222;
	margin: 20px 0px 5px 55px;
	padding: 0;
	text-align: center;
}
html>body div#picture-gallery img#placeholder {
	margin: 20px 0px 5px 45px;
}
div#picture-gallery ul#picture-gallery-thumbs li img{ 
	margin: 0;
	padding: 0;
}
div#picture-gallery ul#picture-gallery-thumbs{
	float: left;
	margin: 7px 0 0 0; 
	padding: 0; 
	list-style-type: none;
}
html>body div#picture-gallery ul#picture-gallery-thumbs{
	margin: 0; 
}
div#picture-gallery ul#picture-gallery-thumbs li{
	margin: 2px 3px 2px 3px; 
	padding: 0;
	width: 82px; 
	height: 22px;
	list-style-type: none;
}
div#picture-gallery ul#picture-gallery-thumbs li a {
	margin: 0; 
	padding: 0; 
	text-decoration: none;
}
div#picture-gallery ul#picture-gallery-thumbs li a:hover {
	margin: 0; 
	padding: 0; 
	text-decoration: none;
}
#content-body img {
	display: block;
	border: 1px solid #222;
	
}/* Page Types */
body#drawing div {
	margin: 0 0 -10px 0;
	padding: 4px;
	text-align: center;
}
body#drawing img {
	margin: 0;
	padding: 0;
	border: 1px solid #222;
	border-bottom: 5px solid #222;
}


/* INDEX */
body#index {
	margin: 20px 0;
}
body#index #header {
	width: 450px;
	margin: 5px auto 0 auto;
	padding: 0 0 0 5px;
}
body#index  #container {
	margin: 10px auto;
	padding: 0;
	width:450px;
	\width:452px;
	w\idth:450px;
	background-color: #fff;
	text-align: left;
	border: 1px solid #777;
	border-bottom: 5px solid #777;
	color: #000;
}
body#index #core-content {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	background: transparent;
}
body#index #content-body {
	float: none;
	 	width: auto;
	margin: 20px;
	text-align: justify;
	padding: 0;
	border: 0;
}

body#index #content-body a:link {
	color: #8E1908;
	border:0;
	text-decoration:none;
}
body#index #content-body a:visited  {
	color: #000;
	border:0;
	border-bottom: 0;
	text-decoration: none;
}
body#index #content-body a:hover, body#index #content-body a:active {
	color: #777;
	border:0;
	border-bottom: 0;
	text-decoration:none;
}
#random-image {
height: 225px; 
overflow: hidden;
	margin: 0;
	padding: 0;
width: auto; 
border: 0;
border-bottom: 1px solid #777;
}
#random-image img {
	margin: 0;
	padding: 0;
}

body#index #feature-piece{
	background-color: transparent;
	margin: 0;
	padding: 0;
	border-top: 1px solid #222;

}
body#index .icon {
	display:block;
	height:24px;
	width: 24px; 
	margin: 5px;
	padding: 0;
	float: right;
	border: 1px solid #222;
	background-color: #fff;
}
hr.float-stop {
	display: block; 
	clear: left;
	margin: 0;
 	visibility: hidden;
}

body#index #site-nav-container ul li a{
	color: #222;
	display:block;
	font: 11px/22px verdana,Helvetica,sans-serif;
	height:22px;
		margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	vertical-align: baseline;
	width: 75px;
	font-weight: bold;
}


body#drawing p {
margin: 0;
padding: 0;

}



body#text  #container {
	margin: 0 auto;
	padding: 0;
	width:350px;
	\width:352px;
	w\idth:350px;
	background-color: #fff;
	text-align: left;
	border: 1px solid #222;
	border-bottom: 5px solid #222;
}
body#text #core-content {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	background: transparent;
}
body#text #content-body {
	float: none;
	width: 340px; 
	text-align: left;
	padding: 0;
	border: 0;
	margin: 5px;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
}
#overlay {
 text-align: left;
	background-image: url(/js/overlay.png);
}
#lightboxCaption {
	color: #000;
	background-color: #eee;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	/* border-bottom: 1px solid #777;
	border-right: 1px solid #777; */
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(/js/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(/js/blank.gif);
	filter: Alpha(opacity=50);
}
div#p-thumbs {
width: 450px;
margin: 0;
padding: 0;
}
div#p-thumbs div {
width: 80px;
margin: 15px 30px 15px 0;
float: left;
}

div#p-thumbs div img {
display: block;
width: 80px;
margin: 0;
padding: 0;
}
.meta {
	font-size: 10px;
}