/*
Theme Name: Beeswax
Description: Two-column widget-ready
Version: 1.0
Author: Marilyn Fenn
Author URI: http://marilynfenn.com/
Tags: fixed width, two columns, widgets, footer

	Beeswax v1.0
	http://marilynfenn.com/

	This theme was designed and built by Marilyn Fenn,
	whose homepage you will find at http://marilynfenn.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ol, ul { list-style: none; }
ul li, ol li { /*list-style: none;*/ /*list-style-position: inside;*/}
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border:1px solid #443a34; padding:4px}
img.icon {border:none; padding:2px 2px 0 2px}

/*image*/

.alignnone { clear:both; margin: 0 10px 10px 0; border:1px solid #d1cf9a; padding:4px}
.aligncenter { margin-left: auto; margin-right: auto; border:1px solid #d1cf9a; padding:4px }
.alignleft { float: left; margin: 5px 15px 10px 0; border:1px solid #d1cf9a; padding:4px }
.alignright { float: right; margin: 5px 0 10px 15px; border:1px solid #d1cf9a; padding:4px}

.graphic-alignnone { clear:both; margin: 0 10px 10px 0; border:none; padding:4px}
.graphic-aligncenter { margin-left: auto; margin-right: auto; border:none; padding:4px }
.graphic-alignleft { float: left; margin: 5px 15px 10px 0; border:none; padding:4px }
.graphic-alignright { float: right; margin: 5px 0 10px 15px; border:none; padding:4px}

img.floatRight { 
    float: right; 
	border:10px solid #dce2bb; margin: 5px 0 10px 10px; 
}

img.floatLeft { 
    float: left; 
    border:10px solid #dce2bb; margin: 5px 10px 10px 0; 
}

#calcol{
	float: left;
	position: relative;
	width:680px;
 }



/* Body
-------------------------------------------------------------------*/
body { 
	font: 13px/18px "Trebuchet MS", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #5f4b3d; 
	background: #e3e3ba url(images/body-bg.jpg) no-repeat bottom left;
	line-height: 150% 
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #da8600}
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 16px; line-height: 20px; margin-bottom: 10px; color: #9a6849}
h4 { font-size: 14px; line-height: 20px; margin-bottom: 5px; color: #734631; clear:both}
h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; color: #ee970b}
h6 { font-size: 16px; line-height: 20px; margin-bottom: 15px; font-weight: bold; background-color: #afc145; color: #faf2df; padding: 2px 2px 2px 10px}

h1 span { color: #da8600; }

/************** links **************/
a:link { color:#ee970b; font-weight: bold; text-decoration: none; }
a:active { color:#734631; font-weight: bold; cursor:pointer; }
a:hover { color:#f2b147; font-weight: bold;}
a:visited { color:#d17300; font-weight: bold; text-decoration: none;}
a:visited:hover{ color:#f2b147; font-weight: bold;}

p { margin-bottom: 10px; line-height: 150%}

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
	background: #e9eac1; 
}

blockquote.small { 
	font: italic 13px Georgia, Serif; 
	padding: 10px 14px 1px 10px;
	margin-bottom: 20px;
	background: #e9eac1; 
}

/*text*/


.tabdate {display: block; 
	float: left;
	width: 3em}
	
.tabmultiyeardate {display: block; 
	float: left;
	width: 5.5em}
	
.newsdate {font-family:"Times New Roman", Times, serif;
	/*font-style:italic;*/
	font-weight:bold}

/* Container
-------------------------------------------------------------------*/
/* begin Box, Sheet */
/*.art-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 952px;
  min-width: 29px;
  min-height: 29px;
}

.art-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc,.art-sheet-cr, .art-sheet-cl
{
  position: absolute;
  z-index: -1;
}

.art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl
{
  width: 44px;
  height: 44px;
  background-image: url('images/sheet_s.png');
}

.art-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 22px, 22px, auto);
}

.art-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 22px, 22px);
}

.art-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(22px, 22px, auto, auto);
}

.art-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(22px, auto, auto, 22px);
}

.art-sheet-tc, .art-sheet-bc
{
  left: 22px;
  right: 22px;
  height: 44px;
  background-image: url('images/sheet_h.png');
}

.art-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 22px, auto);
}

.art-sheet-bc
{
  bottom: 0;
  clip: rect(22px, auto, auto, auto);
}

.art-sheet-cr, .art-sheet-cl
{
  top: 22px;
  bottom: 22px;
  width: 44px;
  background-image: url('images/sheet_v.png');
}

.art-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 22px);
}

.art-sheet-cl
{
  left: 0;
  clip: rect(auto, 22px, auto, auto);
}

.art-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background-color: #F2F2DE;
}

.art-sheet
{
  margin-top: 10px !important;
  cursor:auto;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
  min-width: 952px;
}*/

/* end Box, Sheet */

#container { 
	width: 952px;  
	margin: 10px auto; 
	overflow: hidden; 
	border:1px solid #c8c35b;
}
#container #wrapper { 
	width: 952px; 
	float: left; 
	overflow: hidden; 
	background: #fff url(images/wrapper-bg.gif) repeat-y; 
 
}


/* Header
-------------------------------------------------------------------*/
#header { 
	width: 952px; 
	height: 240px; 
	float: left; 
	background: #ec9400 url(images/header-bg.jpg) no-repeat left; 
	position: relative;
	padding: 0 30px;
}

h1.header a {display:block; text-indent: -9000px; width: 952px; height: 240px; font:0/0 Arial; overflow:hidden;}
p.tagline a {display:block; text-indent: -9000px; width: 952px; height: 0; font:0/0 Arial; overflow:hidden;} 


/* Navigation
-------------------------------------------------------------------*/
#navbar{
	width: 952px; 
	height: 37px; 
	float: left; 
	background:#ffc95d url(images/pro_line_bg.gif) repeat-x;
	position: relative; 
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu{width:952px;	height:37px;	font-size:0.9em;	position:relative; z-index:999}

/* hack to correct IE5.5 faulty box model */
* html .menu{width:952px;w\idth:951px}

/* remove all the bullets,borders and padding from the default list styling */
.menu ul{padding:0;	margin:0;	list-style-type:none}
.menu ul ul{width:136px}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li{float:left;	/*width:136px;*/ 	position:relative;	text-align:center}

/* style the links for the top level */
.menu a,.menu a:visited{	display:block;	font-size:14px;	font-weight:bold;	/*text-transform:capitalize;*/	text-decoration:none;	color:#734631;	width:136px;	height:33px;	background:url(images/pro_line_bg.gif) repeat-x;	padding-top:4px;	/*padding-left:25px;*/	line-height:29px}

.menu hover, .menu a:hover, .menu a:visited:hover {background:#c8c35b url(images/pro_line_hover.gif) repeat-x}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a,* html .menu a:visited{width:136px;w\idth:135px}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited{background:#ebd275 url(images/pro_line_0.gif) bottom right no-repeat; border: #fca800 1px solid; text-align:left; font-weight:normal}

/* style the second level hover */
.menu ul ul a.drop:hover, .menu ul ul:hover >a.drop {background:#c8c35b url(images/pro_line_1.gif) bottom right no-repeat; text-align:left; font-weight:normal}

/* style the third level background */
.menu ul ul ul a,.menu ul ul ul a:visited{background:#ebd275 url(images/pro_line_0.gif); border: #fca800 1px solid;text-align:left; font-weight:normal}

/* style the third level hover */
.menu ul ul ul a:hover{background:#c8c35b url(images/pro_line_1.gif); font-weight:normal}

/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul{visibility:hidden;	position:absolute;	height:0;	top:37px;	left:0;	width:140px}

/* another hack for IE5.5 */
* html .menu ul ul{top:37px;t\op:36px}

/* position the third level flyout menu */
.menu ul ul ul{left:156px;top:-1px;width:140px}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left{left:-120px}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table{position:absolute; top:0; left:0; border-collapse:collapse}

/* style the second level links */
.menu ul ul a,.menu ul ul a:visited{background:#ebd275 url(images/pro_line_0.gif) repeat-x;	height:auto; line-height:1em;padding:5px 5px 5px 10px; width:140px; border:#fca800 solid 1px; border-top: none; text-align:left; font-weight:normal}

/* yet another hack for IE5.5 */
* html .menu ul ul a,* html .menu ul ul a:visited{width:136px;w\idth:135px}

/* style the top level hover */
.menu a:hover,.menu ul ul a:hover{background:#c8c35b url(images/pro_line_hover.gif) repeat-x}
.menu:hover >a,.menu ul ul:hover >a{background:#c8c35b url(images/pro_line_hover.gif) repeat-x}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul:hover ul ul{visibility:hidden}

/* make the third level visible when you hover over second level list OR link */
.menu ul:hover ul:hover ul{visibility:visible}

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.
   Author:Isaac Rowntree
   Website:www.zackdesign.biz
=================================================================== */
.menu .current_page_item a{  color:#734631;background:url(images/pro_line_bg.gif) repeat-x;  font-weight:bold}

.menu .current_page_item a:hover{  background:#c8c35b url(images/pro_line_hover.gif) repeat-x}

.menu ul .current_page_item ul a{  background:#ebd275 url(images/pro_line_0.gif) repeat-x}

.menu ul .current_page_item ul a:hover{  background:#ebd275 url(images/pro_line_1.gif) repeat-x}

.menu ul ul .current_page_item a{  background:#c8c35a url(images/pro_line_0.gif) repeat-x}

/* Content
-------------------------------------------------------------------*/
#content { 
	width: 613px; 
	float: left; 
	padding: 25px 35px; 
	line-height: 150%;
	background: #fff; 
}

#content .post { clear: both; margin-bottom: 40px; }
#content .post p { margin-bottom: 20px; }
#content .post h1  { text-decoration: none; margin-bottom: 40px}
#content .post h1 a { text-decoration: none;}
#content .post-list li { list-style: none; }
#content .post-edit a { padding-top: 5px }

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #734631; 
	padding: 3px 5px 5px 5px; 
	margin: 10px 0; 
	border-top: 1px solid #beb93f; 
	/*background: #dce2bb;*/
}
#content .post .post-info a { color: #beb93f; text-decoration:none; }
#content .post .post-info a:hover { color: #ee970b; text-decoration:none; }



/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;  
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:1.5;  }
/*above from modern-notepad*/
#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #734631; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px;  }
#content ul { 
	list-style: disc;  
	/*list-style-position: inside;*/
}
#content ol { 
	list-style: decimal; 
	/*list-style-position: inside;*/ 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	/*font-style: italic;*/
	margin: 0 0 5px 0;
	color: #ee970b;
}

#content img.wp-smiley{float:none; border:none; margin:0; padding:0}
#content img.wp-wink{float:none; border:none; margin:0; padding:0}


/*date (from AmazingGrace)*/
.entrydate .dateMonth
{
  font-size:11px;
  text-align:center;
  color:#FFF;
  margin:0;
  padding:1px 0 0;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#fff;
  margin:0;
  padding:1px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  text-align:center;
  color:#fff;
  margin: 0;
  padding:0 0 0 1pt;
}

.entrydate
{
  background:transparent url(images/date-bg.gif) repeat scroll 0 0;
  float:left;
  height:45px;
  margin-right:5px;
  margin-bottom:2px;
  width:45px;
}

a.more-link {
    font-weight:bold;
    color:#f78403;
    padding-right:18px;
    background:url(images/more-link.gif) 100% 1px no-repeat;
}

.nav-entries {
	font-size:.92em;
	overflow:hidden;
}

.nav-entries .prev a {
	float:left;
}

.nav-entries .next a {
	float:right;
}

#content .nav-entries a {
	background:url(images/nav-pages.png) 100% 100% no-repeat;
	color:#FAF2DF;
	text-decoration:none;
}

.nav-entries a span {
	padding:6px 12px 0;
	height:17px;
	float:left;
}

.nav-entries a:hover {
	color:#FAF2DF;
}

 
/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 269px;
	float: left;
	font-size: 11px;
	margin-bottom: 10px;
	color: #5f4b3d; 
	background: url(images/searchbox.jpg) no-repeat top left;
	/*border-left: 1px solid #b1ae69;*/
	line-height: 150%;
}

#sidebar h3 {
	font: bold 13px "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #573d29;
	text-align: center;
	background: #c8c35b url(images/sidebar-head-bg.gif) no-repeat;
	width: 230px;
	height: 23px;
	padding-top:4px
}

#sidebar a { color: #573d29; text-decoration: none; }
#sidebar a:hover { color: #f97f1c; }

#sidebar .widget {
	width: 227px;
	padding: 15px 20px; 
	overflow: hidden;
}
#sidebar .widget li { 
	background:url(images/dot3.png) no-repeat 2px 4px; 
	padding-left: 15px;
	margin-left: -10px;
}

/*new*/
#sidebar .widget ul,
#sidebar .widget ol {
    margin: 0 0 1em 2em;
}

#sidebar .widget ul {
    list-style-type:none;
}

#sidebar .widget a:hover { color: #f97f1c; }

/* Calendar */
#sidebar .widget #calendar_wrap a { }
#sidebar .widget #calendar_wrap .pad { background: none; }
#sidebar .widget #calendar_wrap #prev { background: none; }
#sidebar .widget #calendar_wrap #next { background: none; }
#sidebar .widget #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .widget #calendar_wrap table th { width: 14.2%; }
#sidebar .widget #calendar_wrap table td { width: 14.2%; background: #dce2bb; text-align: center; color: #888; }

.textwidget { font-size: 13px;}

/* Collapsible Widgets */

.widget.collapsible .widgettitle {
	text-align: center;
	height: 24px;
	-moz-border-radius: .6em; -webkit-border-radius: .6em;
	cursor: pointer;
}

#sidebar widget.collapsible .widgettitle {
	background: url(images/sidebar-head-bg-open.gif) top left no-repeat;
	margin: 1em 2px .25em -6px;
}
#sidebar widget.collapsible .widgettitle:hover,
#sidebar h3.widget.collapsible .widgettitle.collapsed:hover {
	background: url(images/sidebar-head-bg-hover.gif) top left no-repeat;
}
#sidebar widget.collapsible .widgettitle.collapsed {
	background: url(images/sidebar-head-bg-closed.gif) top left no-repeat;
}


/* Search
-------------------------------------------------------------------*/
#search {
	position: relative;
	float: left;
	margin-bottom: 10px;
	color: #5f4b3d; 
}

#search input { border: 0; }

#search #s { 
	width: 118px;
	padding: 4px 0 4px 22px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	color: #333;
	background: url(images/search-text.gif) no-repeat;
}
#search #searchsubmit { 
	width: 35px; 
	height: 22px;
	vertical-align: top;
	background: url(images/search-submit.gif) no-repeat;
}

#subscribe {
	width: 28px; 
	height: 28px;
	margin-left: 10px;
	vertical-align: top;
	background: url(images/rss.png) no-repeat;}
	
/*#subscribe p {	
	text-align: right;
	padding: 11px 30px 10px 0;
	color: #734631;
	font-size:14px;
	font-weight: bold;}
	
#subscribe p:link, #subscribe p:visited { color:#734631; font-weight: bold; text-decoration: none; }
#subscribe p:active { color:#ff9900; font-weight: bold;}
#subscribe p:hover, #subscribe p:visited:hover { color:#f97f1c; font-weight: bold;}*/

/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: left; 
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #9a6849; 
}
#comments .comment { 
	margin-bottom: 10px; 
	overflow: hidden; 
	background: #fff; 
	border: 1px solid #e9eac1; 
	padding: 10px; 
	color: #734631;
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 3px; 
	margin-right: 10px;
	background: /*url(/avatars/bees.jpg) no-repeat*/ white;
}

.avatar { float: left; padding: 3px;  
	margin-right: 10px; border: 1px solid #ddd; background: white; }
.post_avatar { padding: 3px;  
	margin-right: 10px; border: 1px solid #ddd; background: white; }


#comments .comment .comment-content { 
	float: left; 
	margin-right: 5px; 
	padding: 3px 3px; 
	width: 580px; 
	background: #fff; 
	border: 1px solid #e9eac1; 
	min-height: 120px;
	height:auto;
}
#comments .comment .comment-content a { color: #ee970b; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #5f4b3d;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #ee970b; 
	text-decoration: none;
}

/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fff; 
	border: 1px solid #e9eac1; 
	padding: 10px; 
	color: #5f4b3d; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 580px; 
	border: 1px solid #e9eac1; 
	height: 120px;
	margin-top:2px;
	padding: 3px 3px;
}
#commentform input.text { 
	width: 400px; 
	background: #fff;
	border: 1px solid #e9eac1; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit { 
	width:60px;
    font-weight:bold;
    text-align:center;
    height:27px;
	padding-bottom:2px;
    background:transparent url(images/submit-btn.gif) 0 0 no-repeat;
    border:0;
	font-size:.92em;
	color: #fff;
    vertical-align:middle;
}

/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom { 
	width: 952px; 
	height: 70px; 
	float: left; 
	/*background: #734631 url(images/footer.png) repeat-y;*/ 
}

/* Footer
-------------------------------------------------------------------*/
#footer { 
	width: 952px; 
	height: 70px;
	float: left; 
	color: #fff; 
	text-align: center;
	vertical-align: middle;
	background: #ffb727 url(images/footer-bg.gif) repeat-x;
	border-top: solid 1px #eeaf5a;
}

#footer p {
	font-size: 10px; 
	margin: 4px 0; 
}
#footer a { color: #9a6849; font-weight: bold}

/*footer styles*/
#footerNav{
	height:25px;
	background: #ffb727 url(images/footer-bg.gif) repeat-x;
	clear:both;
	text-align: center;
	vertical-align:middle;
} 

.horiz {
	width: 100%;
	margin: 5px 120px;
	padding: 0;
	position: relative;
	margin-left: 15%;
}
 
.horiz ul { margin: 0; padding: 0;}

.horiz li { display: inline; 
	float: left;
	text-align: center;
	font-weight: bold;
	list-style-type: disc;
	font-size: 12px;
}

#footer a:link { color:#9a6849; }
#footer a:active { color:#fff; }
#footer a:hover { color:#ff7200; text-decoration: underline}
#footer a.visited { color:#9a6849; }
#footer a.visited:hover { color:#ff7200; text-decoration: underline}

a img {border: none; }

.lcp_catlist post_date { }

/* portfolio page items */

/* ----------- Gallery style -------------*/


.ngg-galleryoverview, .artpage {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}


.ngg-galleryoverview .desc, .artpage .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}


.ngg-gallery-thumbnail-box, .artpage-thumbnail-box {
	float: left;
}


.ngg-gallery-thumbnail, .artpage-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}


.ngg-gallery-thumbnail img, .artpage-thumbnail img {
	background-color:#faf2df;
	border:1px solid #afc145;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}


.ngg-gallery-thumbnail img:hover, .artpage-thumbnail img:hover {
	background-color: #ff9900;
        border:1px solid #ff9900;
} 


.ngg-gallery-thumbnail span, .artpage-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}


.ngg-clear, .artpage-clear {
	clear: both;
}

/*artpage onpage nav*/
.artpage-nav {
	padding:100px 5px 5px 0;
	margin-left:0;
	vertical-align: bottom;	
}


.artpage-nav .back {
	float:left;
	border:1px solid #afc145;
	margin-right:3px;
	padding:3px 7px;
}


.artpage-nav .next {
	float:right;
	border:1px solid #afc145;
	margin-right:3px;
	padding:3px 7px;
}

/************** art thumbnails **************/	
	
.thumbrow { width:100%; float:left; margin-bottom: 20px}

.thumb2 { width:49%; float:left; }
.thumb3 { width:33%; float:left; text-align:center;}
.thumb4 { width:25%; float:left; }
.thumb5 { width:20%; float:left; }

.thumb3 img {
	background-color:#faf2df;
	border:1px solid #afc145;
	text-align:center;
	margin:4px 0px 4px 5px;
	padding:4px;
}

.thumb3 img:hover {
	background-color: #ff9900;
    border: 1px solid #ff9900;
} 


p.thumbcaption {
	font-size: small;
	font-variant: small-caps;
	text-align:center;
	margin-bottom: 10px}
	
/* artpage styles*/	
#maincolart{
	float: left;
	display:inline;
	position: relative;
	width:70%;
	margin: 0;
	padding-bottom: 10px;
 }

#rightcolart{
	float: right;
	display:inline;
	position: relative;
	width:25%;
	margin: 0;
	padding: 0 0 10px 0;
 }
 
 #artmedium {
	font-weight: bold;
	font-size:14px;
	margin: 10px 0;
	line-height: 1.2em;
}
 #artsize {font-weight: normal; font-size: small; margin-bottom: 10px;}
 #artframing {font-variant: small-caps; font-size: small; margin-bottom: 10px;}
 #artprice {font-weight: bold; margin-bottom: 10px;}
 #artpricesold {font-weight: bold; color: red; margin-bottom: 50px;}
 #datecomp {font-size: small; margin-bottom: 10px;}
 #purchase {font-variant: small-caps; font-weight: bold; font-size: small; margin-bottom: 50px;}
 #otheritems { float: left; font-weight: bold; font-size: small; margin-right: 10px;}
 #returntopage { float: left; width:100%; font-weight: bold; font-size: small; margin-top:10px; /*margin-right:10px;*/}
 
/* Two Columns */

#column{ width:100%; float:left; margin-bottom: 20px}

.column2 { width:45%; float:left; padding-right: 30px}

/* Contact Form */

.wpcf7 {
	width: 100%;
	background: #eeeed0; 
	border: 1px solid #e3e3ba; 
	padding: 10px; 
	color: #5f4b3d; 
	margin-bottom: 10px;
	line-height: 150%;
}
.wpcf7 p {margin: 2px 10px;
	padding: 3px 5px;}
	
.wpcf7 h1 {margin: 10px;
	padding: 3px; text-align:center}
	
.wpcf7 h2, .wpcf7 h3, .wpcf7 h4, .wpcf7 h5 {margin: 2px 10px;
	padding: 3px 5px;}
	
.wpcf7 textarea { 
	width: 90%; 
	/*border: 1px solid #beb93f;*/ 
	height: 120px;
	margin-top:5px;
	padding: 3px 3px;
}

.wpcf7 input.text{ 
	width: 90%; 
	background: #fff;
	/*border: 1px solid #beb93f;*/ 
	margin-top:10px; 
	padding: 10px 3px; 
	}
	
.wpcf7 input.medium{ 
	width: 35%; 
	background: #fff;
	/*border: 1px solid #beb93f;*/ 
	margin-top:10px; 
	padding: 3px 3px; 
	}
.wpcf7 input.short { 
	width: 20%; 
	background: #fff;
	/*border: 1px solid #beb93f;*/ 
	margin-top:10px;
	margin-bottom:2px;  
	padding: 3px 3px; 
}
.wpcf7 input.long { 
	width: 50%; 
	background: #fff;
	/*border: 1px solid #beb93f;*/ 
	margin-top:10px; 
	margin-bottom:2px;  
	padding: 3px 3px; 
}
.wpcf7 input#submit { 
	width:60px;
    font-weight:bold;
    text-align:center;
    height:27px;
	padding-bottom:2px;
    background:transparent url(themes/beeswax/images/submit-btn.gif) 0 0 no-repeat;
    border:0;
	font-size:.92em;
	color: #fff;
    vertical-align:middle;
	/*width:115px;
    font-weight:bold;
    text-align:center;
    height:24px;
	padding: 10px 3px; 
    background:transparent url(images/button-back.png) 0 0 no-repeat;
    border:0;
	font-size:.92em;
	color: #fff;
    vertical-align:middle;*/
}


/* Vertical Response Contact Form */

.vr-form {
	width: 600px;
	background: #eeeed0; 
	border: 1px solid #e3e3ba; 
	padding: 10px; 
	color: #5f4b3d; 
	margin-bottom: 10px;
}
/*.vr-form p {margin: 2px 10px;
	padding: 3px 5px;}*/
	
.vr-form h3 {margin: 2px 10px;
	padding: 3px 5px;}
	
.vr-form textarea { 
	width: 255px; 
	/*border: 1px solid #beb93f;*/ 
	height: 120px;
	margin-top:5px;
	padding: 3px 3px;
}
.vr-form input.text { 
	width: 245px; 
	background: #fff;
	/*border: 1px solid #beb93f;*/ 
	margin-top:5px; 
	padding: 3px 3px; 
}
.vr-form input#submit { 
	width:115px;
    font-weight:bold;
    text-align:center;
    height:24px;
	padding-bottom:2px;
    background:transparent url(images/button-back.png) 0 0 no-repeat;
    border:0;
	font-size:.92em;
	color: #fff;
    vertical-align:middle;
}
.caption {
	text-align:center;
	font-size: small;
	font-variant: small-caps;
	width: 90%}
	
.hackadelic-sliderPanel {
	border: 1px solid #e3e3ba;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 1px solid #e3e3ba;
	color: #ee970b;
	padding: 0 3px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}
a.hackadelic-sliderButton:hover {
	border: 1px solid #F0F0E0;
	background-color: #F0F0E0;
	color: #f2b147;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}