/*  
Theme Name: beesustainable
Theme URI: http://www.beesustainable.com.au
Description: Drop-down categories menu, 2-column layout and widget-ready footer and sidebar. This theme is based on Motion 1.0.4 by Sam@85ideas and is also released under <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPL Version 2</a>.
Author: LenSoftware	
Author URI: http://www.lensoftware.com
Version: 1.0
Tags: two-columns, sticky-post, threaded-comments, fixed-width, right-sidebar
*/

/************************************************
* Resets *
************************************************/
html {
	height:100%
}	
html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: #000;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

/************************************************
* General elements *
************************************************/
body {
	background: #FFF;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	height: 100%;
}
h1,h2,h3,h4,h5,h6 {
/*	font-family: Rockwell,Georgia,Palatino Linotype,Palatino,"Times New Roman",Times,serif; */
    font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,blockquote,label,th,td,a {
	text-shadow: none;
}
a {
	color: #58a741;
	text-decoration: none;
}

a img {
	border: 0;
}
blockquote {
	font-style: italic;
	background: url(images/whitetrans.png);
	padding: .4em 1em .7em 1em;
	margin: .7em 0 .3em 0;
}
code {
	font-size: 1.1em;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
}
kbd,tt {
	font-size: 1.2em;
}
hr {
	border: 1px solid #58a741;
}
pre {
	overflow: auto;
	width: 600px;
	background: url(images/blacktrans.png);
	padding: 1em 1.5em;
	margin: 1em 0;
	font-size: 1.2em;
	white-space: pre-wrap;/* css3 */
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 1em;
}
table {
	margin: .5em 0;
}
table th {
	color: #58a741;
}
table td,table th {
	padding: .5em .7em;
}
table th {
	text-transform: uppercase;
	border-bottom: 1px transparent;
}
table td {
	vertical-align: middle;
}
table tr.even td {
	background: url(images/blacktrans2.png);
}
fieldset {
	padding: 1.2em;
	border: 1px dashed #58a741;
}
legend {
	padding: .2em .8em;
	font-size: 1.2em;
	text-transform: capitalize;
}
input, textarea, select {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	margin: .2em 0;
	color: #222;
	font-size: 1em;
}
input.adminbar-input {
	margin: 0;
}
input, textarea {
	padding: .3em;
	background-color:#ffffff;
	border: 1px solid #006699;
}
#shipping-postcode {
	padding: .1em;
}
input[type="checkbox"] {
	background-color:#ffffff;
	color:#ccffff;	
	border: 1px solid #006699;
	padding:0;
}
select {
	background-color:#ffffff;
	border: 1px solid #006699;
}
/*input:focus,textarea:focus, select:focus { */
input:focus,textarea:focus {
	background-color:#ccffff;
}
input.radio,input.checkbox {
	background: #fff;
	padding: 2px;
}
form label {
	font-weight: bold;
	display: block;
}
form label.subscribe-label {
	display: inline;
}

/************************************************
* General *
************************************************/
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	width: 980px;
    overflow:auto;
	position:relative;
	min-height:100%;
	_height:100%; /* for IE6 as it doesnt understand min-height */
}

* html #wrapper {
	height: 100%;
}

#outer_content {
	padding-bottom:26px; 
	overflow:auto;
}

.clear {
	clear: both;
}
.cleared {
	overflow: hidden;
	width: 100%;
}

/************************************************
* Header *
************************************************/
#header {
	padding-top: 15px;
	padding-bottom: 10px;
}
#header #logo {
	float: left;
	width: 100%;
	margin: 3px 0 3px 0;
	vertical-align:middle;
	text-align:left;
}
#header #logo img {
	float: left;
	width: 609px;
	height: 100px;
	border: none;
}

#header #logo #desc01 {
	padding-top: 5px;
}


#header #logo #desc01 a {
	color: #58a741;
	font-size: 2.8em;
	font-weight: bold;
	text-shadow: none;
	padding-left:30px;
}

#header #logo #desc01 a:hover {
	color: #58a741;
}

#header #logo #desc01 img {
	width: 353px;
	height: 23px;
	border: none;	
	padding-top: 15px;
	padding-left:30px;
}

#header #headerbanner {
	float: right;
	width: 248px;
	text-align: left;
	font-size: .8em;
	line-height: 1.4em;

}
#header #headerbanner h3 {
	font-size: 1.1em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}
#header #headerbanner a {
	border-bottom: 1px dashed #58a741;
	font-weight: 600;
	text-shadow: none;
}
#catnav {
	width: 980px;
	background: url(images/blacktrans.png);
}
#nav li {
	float: left;
	background: url(images/blacktrans.png);
	line-height: 2em;
	margin: 5px 0 5px 5px;
}
#nav li a {
	display: block;
	margin: 0;
	font-size: 0.8em;
	color: #000;
	padding: 0 13px;
}
#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	padding-top: 5px;
	margin: 0;
}
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}
#nav li li {
	padding: 0;
	margin: 0;
	width: 180px;
	line-height: 1.5em;
}
#nav li li a {
	color: #000;
	margin: 0;
	padding: 7px 13px;
	background: url(images/blacktrans3.png);
}
#nav li li ul li {
	margin-left: 13px;
}
#nav li li a:hover {
	color: #afdaff;
}
#nav li:hover,#nav li.sfhover {
	position:static; /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
}

/************************************************
* Content *
************************************************/
#main {
	padding: 15px 0 0 0;
}
#content {
	float: right;
	overflow: hidden;
	width: 665px;
}
#content.full {
	width: 980px;
}
h2#contentdesc {
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 15px;
}
h2#contentdesc span {
	color: #58a741;
}

#content_text p, #content_text li {
	font-size: 0.8em;
	padding: 0 0 8px 0;
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:justify;
	vertical-align:top;
}

#content_text td {
	font-size: 0.8em;
	padding: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333; 
}


#content_text p.home_page {
	margin:7px auto -7px auto;
}
	
#content_text ul {
padding: 0 0 0 26px }

#content_text li {
/*
	background:url("images/bullet.png") no-repeat scroll left 7px transparent;
	line-height:1.5em;
	margin:0 0 0 15px;
	padding:2px 0 0 15px;
*/
	list-style: square url("images/bullet.png") outside;
	padding: 0 0 0 7px;
	text-align:left;
	vertical-align:top;
}

#content_text a, #contentdesc a {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	border-bottom: 1px dashed #58a741;
	font-weight:bold;
	}

.post {
	padding-bottom: 15px;
}
.sticky {
	padding: 10px;
	margin-bottom: 35px;
	background: url(images/blacktrans.png);
}
.posttop {
/*	background: url(images/blacktrans.png); */
    border:2px solid #3B2823;
	padding: 10px;
}
.posttop h2.posttitle a {
	color: #58a741;
	font-size: 1.3em;
	border-bottom: 1px dashed #58a741;
	font-weight:normal;
}
.posttop h2.posttitle a:hover {
	color: #58a741;
	border-bottom: 1px dashed #58a741;
}
.postmetatop {
	overflow: hidden;
	width: 100%;
	font-size: 0.7em;
	padding-top: 8px;
	line-height: 1.5em;
}
.postmetatop .categs {
	float: left;
	width: 450px;
	background: url(images/categ.png) left 2px no-repeat;
	padding-left: 20px;
	line-height: 16px;
}

.postmetatop .categs a {
	color: #58a741;
	text-decoration: none;
	border-bottom: 1px dashed #58a741;
	}
.postmetatop .date {
	float: right;
	width: 130px;
	text-align: right;
}
.postmetatop .date span {
	background: url(images/date.png) left no-repeat;
	padding-left: 20px;
}
.postcontent {
	color: #000;
	margin: 5px 0 5px 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
.postcontent h1 {
	padding: .8em 0;
	font-size: 1.5em;
}
.postcontent h2 {
	padding: .8em 0;
	font-size: 1.4em;
}
.postcontent h3 {
	padding: .8em 0;
	font-size: 1.3em;
}
.postcontent h4 {
	padding: .8em 0;
	font-size: 1.2em;
}
.postcontent h5 {
	padding: .8em 0;
	font-size: 1.1em;
}
.postcontent h6 {
	padding: .8em 0;
	font-size: 1em;
}
.postcontent p {
	padding: .6em 0 .2em 0;
}
.postcontent a {
    font-weight:bold;
	color: #58a741;
	text-decoration: none;
	border-bottom: 1px dashed #58a741;
}
.postcontent a img {
	background: none;
	border-bottom: 0;
}
.postcontent ul,.postcontent ol {
	padding: .4em 0 .5em 2em;
}
.postcontent ul li {
	list-style: square url("images/bullet.png") outside;
	padding-left:7px;
}
.postcontent ol li {
	list-style: decimal;
}

.postmetabottom {
	background: url(images/whitetrans.png);
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	font-size: 0.8em;
	line-height: 1.1em;
}
.postmetabottom a {
    font-weight:bold;
	color: #58a741;
	text-decoration: none;
	border-bottom: 1px dashed #58a741;
}
.postmetabottom .tags {
	float: left;
	width: 440px;
	background: url(images/tags.png) left 1px no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	line-height: 16px;
}
.postmetabottom .readmore {
	float: right;
	padding-right: 10px;
	text-align: right;
}
.postmetabottom .readmore span {
	background: url(images/more.png) left 4px no-repeat;
	padding-left: 17px;
}
.homepage {
	float: right;
	width: 160px;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.1em;
}

.homepage span {
	background:url("images/more.png") no-repeat scroll left 4px transparent;
	padding: 0 10px 15px 17px;
	margin-bottom:15px;
	text-align: right;
}
.postmetaauthor {
	background: url(images/blacktrans.png);
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 20px;
}
.postmetaauthor .authorpic {
	float: left;
	width: 60px;
}
.postmetaauthor .authordesc {
	float: right;
	width: 540px;
}
.postmetaauthor .authordesc p.theauthor {
	line-height: 1.4em;
	font-weight: bold;
}
.postmetaauthor .authordesc p.thedesc {
	line-height: 1.4em;
	padding: .8em 0 .2em 0;
}
.postmetaauthor .authordesc a {
	color: #afdaff;
	border-bottom: 1px dashed #afdaff;
}
.postmetaauthor .authordesc a:hover {
	background: url(images/blacktrans.png);
}

/************************************************
* Navigation *
************************************************/
#navigation {
	overflow: hidden;
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 5px;
}
#navigation a {
	border-bottom: 1px dashed #58a741;
}
#navigation a:hover {
	background: url(images/blacktrans.png);
}
#navigation .wp-pagenavi a {
	background: url(images/blacktrans2.png);
	padding: 5px 7px;
	border: none;
	font-size: .8em;
	color: #000;
}
#navigation .wp-pagenavi span.pages,#navigation .wp-pagenavi span.current,#navigation .wp-pagenavi span.extend {
	padding: 5px 7px;
	font-size: .8em;
	background: url(images/blacktrans2.png);
	color: #000;
	border: none;
}
#navigation.image a {
	background: 0;
	border: 0;
}
.linkpages {
	clear: both;
	margin: 10px 0;
}
.linkpages p span {
	background: url(images/blacktrans.png);
	padding: 5px 7px;
	color: #ddd;
	font-size: 1em;
}
.linkpages p a {
	background: none;
	border: 0;
}
.linkpages p a span {
	color: #000;
}

/************************************************
* Gallery and Images *
************************************************/
.gallery a, .recent_images a {
	background: none;
	border: 0;
}

/************************************************
* Comments *
************************************************/
#comments {
	margin: 5px 0 0 0;
	width: 640px;
}
#comments h3 {
	font-size:14px;
	font-weight:bold;
	padding:6px 0;
}
#comments ul.commentlist li {
	border: 2px solid #3b2823;
	clear: both;
	margin: 10px 0 0 0;
	padding: 15px;
}
#comments .comment-wrap {
	overflow: hidden;
	width: 100%;
}
#comments ul.commentlist li ul.children li {
	clear: both;
	margin: 20px 0 0 20px;
}
#comments img.avatar {
	float: left;
	margin: 0 20px 0 0;
}
#comments .commentbody .author {
	font-size: .9em;
	margin-bottom: 10px;
	color: #666;
}
#comments .commentbody .author a {
	color: #58A741;
    border-bottom: 1px dashed #58A741;
    font-weight: bold;
}

#comments .commentbody .commentmetadata {
	font-size: .7em;
	color: #666;
	margin-bottom: 25px;
}
#comments .commentbody .commentmetadata a {
	color: #666;
}
#comments .commentbody p {
	font-size: .8em;
	padding: 5px 0 8px 0;
	line-height: 1.4em;
}
#comments .commentbody p a {
	color: #b9ff9d;
	border-bottom: 1px dashed #b9ff9d;
}
#comments .reply a {
	margin-top: 5px;
	padding: 5px;
	line-height: 1.3em;
	font-size: .7em;
	float: left;
	background: #ddd;
	color: #000;
}
#comments .reply a:hover {
	background: #fff;
	color: #111;
}
#comments h3#trackbacktitle {
	padding-top: 10px;
}
#comments ul.trackback {
	margin: 10px 0 0 0;
	padding: 15px;
	background: url(images/blacktrans.png);
}
#comments ul.trackback li {
	margin-bottom: 17px;
	font-size: .9em;
}
#comments ul.trackback li .commentbody .author {
	margin: 0;
}
#comments a#cancel-comment-reply-link {
	display: block;
	padding: 8px 0;
}
#comments a#cancel-comment-reply-link:hover {
	color: #ccc;
}
#comments #respond {
	margin-top: 0;
	overflow: hidden;
	width: 100%;
}
#comments #respond h3 {
	font-size:14px;
	font-weight:bold;
	padding:6px 0;
}

#comments #respond input {
	font-size: .8em;
/*	padding: 5px;
	width: 200px;
	height: 24px;
	background: #efefef;
	border: 1px solid #d8a84b; 
*/
}

#comments #respond p {
	padding: .5em 0 0 0;
}
#comments #respond p label {
	font-size: 11px; 
	font-weight: normal; 
	padding: 0 0 6px 0; 
}
#comments #respond textarea {
	width: 600px;
	font-size: .8em;
/*
	padding: 10px;
	background: #efefef;
	font-size: .8em;
	background: #efefef;
	border: 1px solid #d8a84b;
*/	
}
#comments #respond .submitbutton {
	color: #000;
	background: url(images/button_wide.png) no-repeat;
	padding: 0 3px 7px 3px;
	line-height: 1.4em;
	font-size: .8em;
	border:none;
	width:160px;
	height:28px;
}
#comments #respond .submitbutton:hover {
	cursor: pointer;
}
#comments #respond p.subscribe-to-comments label {
	display: inline;
	margin-left: 4px;
}

/************************************************
* Sidebar *
************************************************/
#sidebar {
	float: left;
	overflow: hidden;
	width: 290px;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-bottom: 30px;
}
#sidebar ul li.boxed {
    border: 2px solid #3b2823;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}
#sidebar h3 {
	background-color:#58a741;
	padding: 5px 10px;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 10px;
	color:#FFFFFF;
}
#sidebar ul ul li {
	margin-left: 10px;
}

#sidebar ul ul li a {
	line-height: 2em;
}
#sidebar a {
    font-weight: bold;
	border-bottom: 1px dashed #58a741;
}


#sidebar ul ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 5px;
	margin: 0 0 0 15px;
}

#sidebar p {
	color: #eee;
	padding: 0 5px 10px 5px;
}
#sidebar img {
	background: none;
	border: none;
	padding: 0 0 0 5px;
}
	#sidebar .rsswidget img {
		background: transparent !important;
	}
#sidebar img.avatar {
	float: left;
	padding: 0 15px 5px 5px;
}
.widget table {
	width: 100%;
}
#tag_cloud a, .widget_tag_cloud a, .widget_text a, h3 a.rsswidget {
	display: inline !important;
}
#sidebars ul.children li {
	border-bottom: none;
}
#sidebars ul.children {
	margin-bottom: 0;
}
.widget_recent_comments table td {
	background: none;
	overflow: hidden;
	padding-bottom: 2px !important;
}
#sidebar .widget_recent_comments img.avatar {
	padding: 5px 5px 3px 5px;
}
.widget_recent_comments li {
	margin: 5px;
}
.widget_twitter ul li, .widget_rss ul li {
	margin: 8px 2px;
}
.widget_categories ul li a, .widget_archive ul li a, .widget_twitter ul li a {
	display: inline !important;
}
.widget_rss ul li span {
	padding: 2px 5px;
}
.widget_flickr table {
	background-color: transparent !important;
	margin: 0;
	border: 0 !important;
}
.widget_flickr table td {
	background: none;
	padding: 0;
}
#sidebar .widget_flickr img {
	padding: 0;
}

/************************************************
* Footer *
************************************************/
#footer {
	background: url(images/gradient_rev.png);
	overflow: hidden;
	width: 100%;
	font-size: 0.8em;
	position:relative;
	margin: 0 auto 0 auto;
    position: relative;
	margin-top: -26px; /* negative value of footer height */
	height: 26px;
	clear:both;	
	background-image:url(images/gradient_rev.png);
	background-position:bottom;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-26px;
}

* html #footer
	{
    margin-top:-26px;
	}

#footer .foot1 {
	float: left;
	width: 310px;
	margin: 10px 0 0 10px;
	display: inline;
}
#footer .foot2 {
	float: left;
	width: 310px;
	margin: 10px 15px 0 15px;
}
#footer .foot3 {
	float: left;
	width: 310px;
	margin: 10px 0 0 0;
}
#footer h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: .4em;
}
#footer h4 {
	font-weight: normal;
	font-size: 1em;
	margin: .8em 0 .2em 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}
#footer p {
	line-height: 1.5em;
	color: #eee;
	padding: .2em 0 .8em 0;
}
#footer ul li {
	padding: 10px;
	margin-bottom: 10px;
	background: url(images/blacktrans.png);
}
#footer ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin-bottom: 4px;
}
#footer li a {
	display: block;
	font-weight: normal;
	padding: 2px 5px;
}
#footer .widget_tag_cloud a {
	display: inline;
}
#footer .widget_tag_cloud {
	background: none;
	color: #000;
}
.widget ul {
	width: 100%;
	overflow: hidden;
}
#credits {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: .7em auto 0px auto;
	padding: 0;
	text-align: left;
	width: 980px;
	font-size: 0.7em;
	line-height: 1.4em;
}
#credits a {
	color: #3b2823;
	text-decoration:underline;
	font-weight:bold;
}

#credits #creditsleft {
	float: left;
	width: 600px;
	color: #333;
}
#credits #creditsright {
	float: right;
	width: 600px;
	text-align: right;
}

/************************************************
* WP related *
************************************************/
.alignleft {
	float: left;
	margin: 5px 15px 7px 0;
}
.alignright {
	float: right;
	margin: 5px 0 7px 15px;
}
.aligncenter,div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
img.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
}
img.alignright {
	float: right;
	margin: 5px 0 5px 15px;
}
img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.wp-caption {
	text-align: center;
	background-color: #eee;
	padding-top: 6px;/* optional rounded corners for browsers that support it */
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.wp-caption alignleft a {
	border-bottom:none;
}
.wp-caption img {
	padding: 0;
	margin: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/************************************************
* Shopp                                         *
************************************************/
#shopp #errors * { 
	color: #990000; 
}
.billing_address {
	width: 96%;
}

li.special_error div#errors.shopp h3{
	visibility:hidden;
	display:none;
}

/************************************************
* Menu                                          *
************************************************/
#top {
	float: left;
	width: 100%;
	padding-bottom: 12px;
}

#top  #topmenu li,
#top  #topmenu li ul li {
	float: left;
	background: url(images/whitetrans.png);
	line-height: 1.5em;
	margin: 0 0.2em 0 0;
	padding: 0 .8em .2em .8em;
}

#top #topmenu a {
	color: #fff;
	font-weight: normal;	
	line-height: 1.5em;
	font-size: 13px;
}

.menu {
	display: block;
}
.menu .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

.menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	background-color:#6633CC;
	position: absolute;
	top: 26px;
	left: -4px;
	float: left;
	width: 180px;
	z-index: 99999;
}
.menu ul ul li {
	min-width: 180px;
}
.menu ul li:hover > ul {
	display: block;
}

#top #topmenu li:hover {
	background-color:#752817;
}

#top #topmenu li ul li:hover {
	background-color:#752817;
}

#top #topmenu li ul li {
	background-color:#45332e;
	border:1px solid #3b2823;
	border-left:3px solid #3b2823;
}

#top #topmenu li.current_page_item {
	background-color: #cd3801;
	font-weight:bold;
}

#search {    
	padding-right: 8px;
	padding-bottom: 0;
	text-align: right;
	background-color:#3b2823;
	height: 27px;
}

#searchbox {
	width: 198px;
	color: #555;
	font-size: .76em;
	border-top: none;	
	border-bottom: 1px solid #3b2823;	
	border-left: 1px solid #3b2823;
	border-right: 1px solid #3b2823;
	height: 16px;
}

#searchform input {
    background-color: #FFFFFF;
    padding: 4px 4px 3px 4px;
}

#searchform .submitbutton{
    height:23px;
	width:30px;
	cursor: pointer;
	border:none;
	background: url(images/button.png);
	color: #000;
	font-size: 0.8em;
	padding: 2px 0 6px 2px;
	vertical-align: middle;
	text-align:center;
}	