/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');


/* v1.0 | 20080212 */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------------------------------------------------------------- */

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#stuff {padding-bottom: 250px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -300px; /* negative value of footer height */
	height: 300px;
	clear:both;
	background: transparent url(images/footer_01.gif) top center no-repeat;
	width: 100%;
	z-index: 1000;
	min-height: 350px;
	
	
}

	
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	



body {
	background: #f6f6f1 url(images/bg_tile.jpg);
	font-family: "Lucida Sans", Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #444444;
}

#wrapper {
	background: transparent url(images/bg_header.jpg) repeat-x top center;
	z-index: 500;
}

#content {
	background: transparent;
	margin-bottom: 
}



/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:transparent;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
color: #ffffff;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container{
margin-top:20px;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

a {
outline: none;
}




a:link {
	color: #df7a1c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
a:active {
	color: #df7a1c;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #df7a1c;
	font-weight: bold;
	text-decoration: none;
}


#headercontent {
	width: 960px;
	margin: 0 auto;
}

#logo {
	position: relative;
	float: left;
	width: 290px;
	height: 260px;
	top:0;
	left:-15px;
}

#navigation {
	float: right;
	margin: 20px 0;
	text-align: right;
	width: 600px;
}


/*/ CSS   /*/


ul#nav {
	height:39px;
	/* width:620px; */
	/* border: 1px solid  yellow; */
	float: right;
}

ul#nav li {
	
	display: inline;
}

ul#nav li a {
	background: url(images/bg_menu.gif) no-repeat;
	float: left;
	height: 1px;
	overflow: hidden;
	padding-top: 39px;
	cursor: pointer;
}


/* normal, unselected */


.page-item-7 a, ul#nav li#home a {
	background-position: -0px 0;
	width: 95px;
}
.page-item-6 a, ul#nav li#shop a {
	background-position: -95px 0;
	width: 79px;
}
.page-item-2 a, ul#nav li#catalogs a {
	background-position: -173px 0;
	width: 117px;
}
.page-item-4 a, ul#nav li#links a {
	background-position: -289px 0;
	width: 76px;
}
.page-item-17 a, ul#nav li#artwork a {
	background-position: -365px 0;
	width: 112px;
}
.page-item-24 a, ul#nav li#contact a {
	background-position: -476px 0;
	width: 100px;
}

/* hover */
ul#nav li#home a:hover {
	background-position: -0px -40px;
}
ul#nav li#shop a:hover {
	background-position: -95px -40px;
}
ul#nav li#catalogs a:hover {
	background-position: -173px -40px;
}
ul#nav li#links a:hover {
	background-position: -289px -40px;
}
ul#nav li#artwork a:hover {
	background-position: -365px -40px;
}
ul#nav li#contact a:hover {
	background-position: -476px -40px;
}

/* mousedown */
ul#nav li#home a:active {
	background-position: -0px -80px;
}
ul#nav li#shop a:active {
	background-position: -95px -80px;
}
ul#nav li#catalogs a:active {
	background-position: -173px -80px;
}
ul#nav li#links a:active {
	background-position: -289px -80px;
}
ul#nav li#artwork a:active {
	background-position: -365px -80px;
}
ul#nav li#contact a:active {
	background-position: -476px -80px;
}

ul#nav li#home a.current {
	background-position: -0px -40px;
}
ul#nav li#shop a.current {
	background-position: -95px -40px;
}
ul#nav li#catalogs a.current {
	background-position: -173px -40px;
}
ul#nav li#links a.current {
	background-position: -289px -40px;
}
ul#nav li#artwork a.current {
	background-position: -365px -40px;
}
ul#nav li#contact a.current {
	background-position: -476px -40px;
}

/* //////////////////////////////////////////////////// */


#stuff {
	/* background: #f6f6f1 url(../images/bg_tile.jpg); */
	clear: both;
	width: 960px;
	margin: 0 auto;
	display: block;
}


#map {
	/* margin: 100px 0 0 50px; */
	width: 204px;
	position: relative;
/* 	margin-top: -75px; */
	margin-bottom: 50px;
}




#footercontent {
	width: 960px;
	margin: 50px auto;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif ;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #ffffff;
	background-color: transparent;
}

#footercontent p{
	text-align: center;
	padding-top: 175px;
}



.entry-title {
	font-size: 22px;
	text-transform: lowercase;
	font-weight: normal;
	/* font-family: lucida grande, helvetica, arial, sans-serif; */
	font-family: georgia;
	letter-spacing: .04em;
	margin: 15px 15px;
	color: #543019;
	
}

.sidebar p {
	margin: 5px 15px 15px;
	color: #755845;
	font-size: 11px;
	font-family: lucida grande, helvetica, arial, sans-serif; 
	line-height: 135%;
}

.entry-content{
	margin: 20px 0;
}

.entry-content_home {
	margin: -25px 0 0 0;
}

.entry-content p{
	margin: 0 0 15px 0;
}

h1 {

	font-size: 18px;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0 0 15px 0;
	font-family: georgia;
	padding-bottom: 15px;
	border-bottom: 1px dotted #804610;
}

h3 {

	font-size: 14x;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0;
	font-family: georgia;
}

.link_desc {
	display: block;
	margin: 5px;
	font-style: italic;
}


/*//////////////////////////////////////////////////////////*/


.subpages-cell {
	padding-right: 15px;
	width: 175px;
}

.subpages-table {
	/* border: 1px solid red; */
}

.wpcf7 p {
	margin: 0 0 15px 0;
	font-size: 10px;
}

input[type="checkbox"], .checker {
	border:none;
	color:#585451;
	font-weight:normal;
	margin: 5px 0 0 0;}

/*//////////////////////////////////////////////////////////*/

div.catalog {
	width: 150px;
	float: left;
	display: inline;
	min-height: 150px;
	margin-right: 10px;
	margin-bottom: 5px;

}


div.catalog img {
	width: 150px;
	height: 110px;
	border: 1px solid #df7a1c;	
	
}

div.catalog h3 {
	margin: 7px 0 5px 0;
}

div.catalog img:hover {
	margin: 0;
}

div.catalog p {
	margin: 0 0 15px 0;
	
}


input {
	border:1px solid #cccccc;
	color:#585451;
	font-size:12px;
	font-weight:normal;
	padding:4px;
	margin: 5px 0 0 0;
}


textarea {
	border:1px solid #cccccc;
	color:#585451;
	font-size:12px;
	font-weight:normal;
	padding:4px;
	margin: 5px 0 0 0;
}


.dropdown, select {
	border:1px solid #cccccc;
	color:#585451;
	font-size:12px;
	font-weight:normal;
	padding:4px;
	width:200px;
}

.button{
	border-style:solid;
	border-width:1px;
	margin-bottom:6px;
	margin-top:6px;
	padding:4px 9px;
	background-color:#df7a1c;
	border-color:#eaa667 #a35914 #804610 #e49042;
	color:white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: georgia;
}

#shadowtop {
	position: relative;
	top: 45px;
	left: -30px;
	z-index: 100000;
}


#shadowbottom {
	position: relative;
	top: 425px;
	left: -25px;
	z-index: 100000;
}


