/*
Theme Name:		raw
Theme URI:		http://chicagorawfood.com/
Description:	A custom theme for <a href="http://chicagorawfood.com/">raw</a> a Chicago based raw food restaurant.
Version:		1.0
Author:			Gavin Coelho
Author URI:		http://gavincoelho.com/
Tags:			custom, fixed width, shop, widgets
*/

/*
------- TABLE OF CONTENTS --------
	RESET
	ANIMATIONS
	HTML ELEMENTS
	HEADER
	NAV
	MAIN
	FOOTER
	HOME
	FOOD MENU
	CALENDAR
	CONTACT
	BLOG
	GLOBAL

------- COLOURS --------
	Pink		#FB2B9B
	Pink Dark	#AF0F65
	Green		#7CB723
	Green Dark	#516F03
	BG Dark		#222
	BG Light	#E1E1E1
	Border		#D0D0D0
*/

/* @group RESET */
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}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* @end RESET */
/* @group ANIMATIONS */
@-webkit-keyframes fadeIn {
   0% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}
/* @end ANIMATIONS */
/* @group HTML ELEMENTS */
body {
	color: #666666;
	font-size: 16px;
	background: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
	line-height: 1.4em;
	padding-bottom: 1em;
}
small{
	font-size: 10px;
}
a, a:visited {
	color: #555;
	text-decoration: none;
	-webkit-transition: color .25s linear .1s;
	transition: color .25s linear .1s;
}
a:hover, a:active {
	color: #7CB723;
	-webkit-transition: color .35s linear;
	transition: color .35s linear;
	text-decoration: none;
}
h1, h2, h3, h4 {
/*	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;*/
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 16px;
}

/* @end */
#page-top {
	padding-bottom: 20px;
	background: #E1E1E1 url(images/header-bg.png) repeat-x top;
}
#wrapper {
	width: 940px;
	background: url(images/bg.jpg) no-repeat 0 40px;
}

/* @group FORMS */
.form {
	overflow: hidden;
	background: #F9F9F9;
	border: 1px solid #EEE;
	padding-bottom: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.form h3{
	background: #F2F2F2;
/*	background-image: -moz-linear-gradient(top, #EEE, #E5E5E5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(1, #E5E5E5));*/
/*	padding: 20px 40px 20px 80px;*/
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E9E9E9;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	color: #676767;
	font-size: 32px;
	font-weight: lighter;
	text-shadow: 0 2px 1px #FFF;
	padding: 20px;
/*	padding: 20px 20px 20px 120px;*/
}
.form h3 small {
	color: #999;
	display: block;
	font-size: 11px;
	text-shadow: 0 1px 1px #FFF;
}
form legend {
	color: #777;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EFEFEF;
	background: #FCFCFC;
	background-image: -moz-linear-gradient(top, #FEFEFE, #FAFAFA);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #FAFAFA));
}
form li {
	width: 100%;
	display: block;
	overflow: hidden;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #F2F2F2;
	padding: 10px 0 10px 0;
}
form li:last-child {
	border-bottom: none;
}
form label {
	color: #999;
	float: left;
	width: 100px;
	display: block;
	font-size: 12px;
	text-align: right;
	padding: 10px 20px 0 0;
}
form input, form textarea {
	color: #575757;
	width: 200px;
	padding: 8px 10px;
	background: #FFF;
	border: 1px solid #EEE;
}
form textarea {
	width: 386px;
	height: 150px;
	overflow: hidden;
}
form .button {
	float: right;
}
/* @end FORMS*/

/* @group BUTTON */
.button {
	width: auto;
	color: #999;
	cursor: pointer;
	margin: 10px 50px;
	padding: 8px 16px;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 1px #FFF;
	border: 1px solid #DFDFDF;
	border-bottom-color: #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px #FFF;
	-moz-box-shadow: 0 1px 1px #FFF;
	-webkit-box-shadow: 0 1px 1px #FFF;
	background: #FAFAFA;
	background-image: -moz-linear-gradient(top, #F9F9F9, #DFDFDF);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9F9F9), color-stop(1, #DFDFDF));
}
.button:hover {
	color: #555;
	border-color: #DDD #DDD #BBB;
	background: #F5F5F5;
	background-image: -moz-linear-gradient(top, #F4F4F4, #CCC);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F4F4F4), color-stop(1, #CCC));
}
.button:active {
	color: #999;
	border-color: #CCC #EEE #EEE;
	background: #F5F5F5;
	background-image: -moz-linear-gradient(top, #F9F9F9, #FEFEFE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9F9F9), color-stop(1, #FEFEFE));
}
.button.dark {
	color: #777;
	text-shadow: 0px -1px 1px #000;
	border-color: #111 #111 #000;
	background: #2A2A2A;
	background-image: -moz-linear-gradient(top, #333, #222);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #222));
	box-shadow: 0 1px 1px rgba(200,200,200,0.2);
	-moz-box-shadow: 0 1px 1px rgba(200,200,200,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(200,200,200,0.2);
}
/* @end BUTTON */

/* @group HEADER */
#header {
	height: 135px;
	margin-bottom: 10px;
}
#logo {
	margin-top: 10px;
}
#top-bar {
	width: 760px;
	height: 31px;
}
#top-bar .search {
	width: 200px;
	height: 22px;
	margin-top: 4px;
	background: #171717;
}
#tagline {
	margin: 30px 0 0 10px;
	color: #858585;
}
#tagline:hover {
	color: #7CB723;
	text-decoration: none;
}
#header .basket {
	width: 220px;
	height: 55px;
	margin-top: 9px;
/*	background: url(images/basket.png) no-repeat 30px center;*/
}
#header .basket small {
	margin-top: 12px;
}
/* @end */

/* @group NAV */
#nav {
	float: left;
	width: 940px;
	height: 40px;
}
#nav li {
	text-align: center;
}
#nav li a {
	float: left;
	width: 160px;
	height: 30px;
	display: block;
	padding-top: 10px;
	color: #8F8778;
	font-size: 14px;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/nav.png) no-repeat top center;
}
#nav > li:first-child a, #nav > li:last-child a {
	width: 150px;
}
#nav > li:first-child a {
	background-position: top left;
}
#nav > li:last-child a {
	background-position: top right;
}
#nav > li.current_page_item > a, #nav > li.current_page_ancestor > a, #nav > li.current_page_parent > a {
	color: #FB2B9B;
	text-shadow: 0 1px 1px #FFF;
	background-position: center -80px;
}
#nav > li.current_page_item:first-child > a {
	color: #8F8778;
	background-position: left top;
}
#nav > li.current_page_item:last-child > a, #nav > li.current_page_parent:last-child > a {
	background-position: right -80px;
}
#nav li a:hover {
	color: #FB2B9B;
	background-position: center -40px;
}
#nav > li:first-child a:hover {
	color: #FB2B9B;
	background-position: left -40px;
}
#nav > li:last-child a:hover {
	background-position: right -40px;
}
/* SUB-MENU */
#nav ul {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #D0D0D0;
	box-shadow: 6px 6px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 6px 6px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 6px 6px 10px rgba(0,0,0,0.3);
	background: rgba(240,240,240,0.9);
}
#nav ul a {
	width: 150px;
	height: 25px;
	color: #8F8778;
	font-size: 12px;
	text-align: left;
	background: none;
	padding: 12px 0 0 10px;
}
#nav ul a:hover {
	background: none;
}
#nav .menu-seperator {
	border-bottom: 1px solid #D0D0D0;
}
/* @end */

/* @group MAIN */
#main, #main-shop, .main-content {
	overflow: hidden;
}
.main-content, #content-shop, #sidebar-shop {
	background: #FFF;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.main-content {
/*	width: 898px;*/
	padding: 40px;
}
.main-content h2 {
	color: #7CB723;
	font-size: 42px;
	font-weight: lighter;
	margin-bottom: 40px;
	padding-bottom: 6px;
	border-bottom: 1px solid #EEE;
}
.main-content .entry {
	font-size: 14px;
}
.main-content .entry h3 {
	color: #333;
	font-size: 20px;
	padding: 20px 0 8px 0;
}
.main-content .entry > h3:first-child {
	padding: 0 0 8px 0;
}
#content-blog, #content-page {
	float: left;
	width: 580px;
/*	padding: 20px;*/
}
.sidebar {
	float: right;
	width: 250px;
	padding-left: 10px;
/*	margin-top: 70px;*/
}
#sidebar-shop {
	float: left;
	width: 218px; /* total width is 220px */
	background-color: #F2F2F2;
}
#content-shop {
	float: right;
	width: 698px;
}
/* @end */

/* @group FOOTER */
#footer {
	color: #616161;
	padding-top: 8px;
	background: #222 url(images/footer-top.png) repeat-x top;
}
#footer a {
	color: #FB2B9B;
}
#footer a:hover {
	color: #AF0F65;
}
#footer .center {
	width: 940px;
}
#footer-home {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
#footer-home form {
	float: left;
/*	height: 34px;
	display: block;
	overflow: hidden;*/
	padding-left: 280px;
	background: url(images/text.png) no-repeat left -100px;
}
#footer-home form:hover {
	background-position: left -125px;
}
#footer-home form label {
	width: auto;
}
#footer-home input.email {
	float: left;
	margin: 0;
	background: #292929;
	border: 1px solid #191919;
}
#footer-home .button {
	float: left;
	margin: 0 0 0 20px;
	padding: 5px 16px 4px;
}
#footer-home .social {
	float: right;
	padding-left: 140px;
	background: url(images/text.png) no-repeat left -50px;
}
#footer-home .social:hover {
	background-position: left -75px;
}
#footer-home .social a {
	width: 32px;
	height: 32px;
/*	display: inline-block;*/
	margin-left: 8px;
}
#footer-main {
	height: 60px;
	padding-top: 6px;
	border-top: 1px solid #333;
}
#footer-main .social {
	float: right;
	margin-left: 10px;
}
#footer .center:first-child {
	border-top: none;
}
#footer ul {
	margin-top: 4px;
}
#footer li {
	float: left;
	font-size: 11px;
	padding: 0 10px;
	border-right: 1px solid #444;
}
#footer a img {
	padding-left: 4px;
}
#footer ul.left li:first-child {
	padding-left: 0;
}
#footer ul.right li:last-child {
	padding-right: 0;
}
#footer li:last-child {
	border-right: none;
}
/* @end */

/* @group HOME */
#main-home {
/*	height: 440px;*/
}
#top-box {
	width: 938px;
	height: 278px;
	margin-bottom: 20px;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(images/landing.jpg) no-repeat center;
}
#top-box h2 {
	color: #FB2B9B;
	float: right;
	width: 500px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 500;
	text-shadow: 1px 1px 1px #FB2B9B;
}
#top-box h2 span {
/*	color: #7CB723;
	float: right;
	width: 420px;
	margin: 10px 120px 0 0;
	font-size: 24px;
	line-height: 1.25em;
	text-align: right;*/
}
#top-box p {
	color: #000000;
        float: right;
	width: 500px;
	margin: 10px 40px 0 0;
	font-size: 18px;
	line-height: 1.25em;
	text-align: right;
}
#top-box .button {
	display: block;
	width: 80px;
	text-align: center;
	float: right;
}
#top-box #mc-embedded-subscribe-form {
	float: right;
	width: 500px;
	padding-top: 40px;
}
#top-box #mce-EMAIL {
	border: 1px solid #999;
	margin-right: 24px;
	width: 240px;
}
#top-box #mc-embedded-subscribe {
	font-size: 14px;
	padding: 6px;
	width: 120px;
}
#find-out-more {
	width: 160px;
	height: 25px;
	display:block;
	top: 160px;
	left: 720px;
	position: relative;
	background: url(images/text.png) no-repeat left top;
}
#find-out-more:hover {
	background-position: left -25px;
}
#main-home .bottom-box {
	height: 120px;
	width: 220px;
	float:left;
	padding-right: 20px;
}
#main-home > .bottom-box:last-child {
	padding-right: 0;
}
/* @end */

/* @group CLASSES */
#paypal-class {
	float: right;
	border: 1px solid #CCC;
	padding: 20px;
}
/* @end */

/* @group FOOD MENU */
.food-menu {
	width: 400px;
}
.food-menu ul {
	padding-bottom: 20px;
}
.food-menu h3 {
	color: #7CB723;
	font-size: 24px;
	font-weight: normal;
}
.food-menu li {
	clear: both;
	font-size: 14px;
	padding-top: 20px;
	margin-left: 14px;
	position: relative;
	border-bottom: 4px dotted #DDD;
}
.food-menu li a {
	color: #616161;
	background: #FFF;
	text-decoration: none;
	padding-right: 8px;
	position: absolute;
	bottom: -.35em;
	left: 0;
}
.food-menu li a:hover {
	color: #FB2B9B;
/*	background: #FFF url(images/more-info.png) no-repeat center right;*/
}
.food-menu li a small {
	color: #999;
	float: right;
	display: none;
	padding: 3px 0 0 12px;
}
.food-menu li a:hover small {
	display: block;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	-webkit-transition: color .25s linear 1s;
	transition: color .25s linear 1s;
}
.food-menu li span {
/*	float: right;*/
	font-size: 16px;
	padding-left: 14px;
	background: #FFF;
	position: absolute;
	bottom: -.4em;
	right: -3px;
}
.food-menu sup {
  font-size: 60%;
  color: #666;
  margin-right: 3px;
}
/* @end FOOD-MENU*/

/* @group CALENDAR */
#gcal {
	display: block;
	margin: 20px auto;
}
/* @end CALENDAR*/

/* @group CONTACT */
#contact-info {
	width: 300px;
	font-size: 18px;
}
#contact-info h3 {
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
}
#contact-info h3:first-child {
	padding-top: 0;
}
#contact-info p, #contact-info a {
	color: #999;
	display: block;
	padding-bottom: 10px;
}
#contact-info a:hover {
	color: #FB2B9B;
	text-decoration: none;
}
#contact-info .map small {
	color: #E1E1E1;
	float: right;
	position: relative;
	right: 60px;
	line-height: 20px;
}
#contact-info .map:hover small {
	color: #999;
}
#contact-info a.social {
	height: 32px;
	line-height: 32px;
}
#contact-info h3 + a.social {
	margin-top: 5px;
}
#contact-info a.social img {
	float: left;
	padding: 0px 20px 0 0;
}
#contact-info a.social small {
	display: none;
	color: #999;
	font-size: 11px;
	margin-left: 5px;
}
#contact-info a.social:hover small {
	display: inline;
}
#contact-form {
	min-height: 200px;
	width: 478px;
}
#contact-form field, #contact-form textarea {
	width: 286px;
}
#success-message, #failed-message {
	display: none;
	padding: 40px;
	text-align: center;
}
/* @end CONTACT */

/* @group BLOG */
.archive .hentry {
	margin-bottom: 20px;
	border: 1px solid #D0D0D0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.archive .hentry .post-title {
	height: 40px;
	padding: 0 10px;
	background: #EAEAEA;
	background-image: -moz-linear-gradient(top, #EEE, #E5E5E5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(1, #E5E5E5));
	border-radius: 1px 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #D0D0D0;
}
.archive .hentry .post-title .date {
	float: left;
	width: 30px;
	color: #BBB;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #FFF;
/*	line-height: 14px;*/
	margin-top: 2px;
}
.archive .hentry .post-title .date small {
	float: left;
	width: 30px;
	font-size: 12px;
	line-height: 10px;
	text-align: center;
}
.archive .hentry .post-title h3 {
	float: left;
	width: 400px;
	margin: 8px 10px 0;
	overflow: hidden;
}
.archive .hentry .post-title h3 a {
	color: #666666;
	font-size: 22px;
	text-shadow: 1px 1px 0px #FFF;
}
.archive .hentry .post-title h3 a:hover {
	color: #7CB723;
}
.archive .hentry .post-title .comments-link {
	float: right;
	color: #AAA;
	width: 34px;
	height: 26px;
	padding-top: 4px;
	margin-top: 5px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	background: url(images/comment.png) no-repeat center left;
}
.archive .hentry .post-title .comments-link:hover {
	color: #888;
	background-position: center right;
}
.archive .hentry .entry {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #FFF;
	background: #FFF;
	background-image: -moz-linear-gradient(top, #EEE, #FFF 30%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(0.3, #FFF));
}
.archive .hentry .wp-post-image {
	float: left;
	padding: 5px;
	margin-right: 20px;
	border: 1px solid #CCC;
}
.single #content-blog h2 {
	margin-bottom: 5px;
}
#content-blog .meta {
	color: #999;
	font-size: 10px;
	display: block;
	margin: 5px 0 20px 0;
}
#content-blog .meta a {
	color: #999;
}
#content-blog .meta a:hover {
	color: #7CB723;
}
.hentry .entry {
	font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
}
/* @group COMMENTS */
.commentlist li {
	padding: 20px;
	margin: 20px 0;
	background: #FEFEFE;
	border: 1px solid #F5F5F5;
}
.comment.odd{
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
}
.comment .vcard {
	height: 32px;
	padding-bottom: 6px;
	border-bottom: 1px solid #F5F5F5;
}
.comment.odd .vcard {
	border-bottom: 1px solid #EFEFEF;
}
.comment .avatar {
	float: left;
	padding-right: 20px;
}
.comment .comment-author cite {
	font-size: 12px;
}
.comment .comment-meta {
	color: #999;
	font-size: 10px;
}
.comment .comment-meta:hover {
	color: #7CB723;
}
.comment-edit-link {
	float: right;
	font-size: 10px;
	padding: 3px 10px;
	background: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comment-edit-link:hover {
	color: #FFF;
	background: #7CB723;
}
.comment p {
	font-size: 14px;
	padding-top: 10px;
	border-top: 1px solid #FFF;
}
.comment-reply-link {
	color: #999;
	font-size: 10px;
	padding: 4px 10px;
	text-transform: uppercase;
	background: rgba(200, 200, 200, 0.1);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.comment-reply-link:hover {
	background: rgba(200, 200, 200, 0.2);
}
#respond {
	margin: 20px 0;
}
#respond .login, #respond .logged-in {
	color: #999;
	font-size: 12px;
	text-align: center;
	padding: 10px 20px;
	border-top: 1px solid #FFF;
}
#respond .logged-in {
	border-bottom: 1px solid #F2F2F2;
}
#respond li small {
	color: #BBB;
	font-size: 0.7em;
	margin-left: 10px;
}
/* @end COMMENTS */

/* @end BLOG */

/* @group SIDEBAR */
.sidebar .widget {
	margin: 20px;
}
.sidebar .widget h3 {
	margin-bottom: 6px;
}
.sidebar ul {
	padding-left: 10px;
}
.sidebar li {
	color: #CCC;
	padding: 2px 0;
	font-size: 12px;
	list-style: disc inside;
}
.sidebar li a {
	color: #676767;
	font-size: 14px;
}
.sidebar li a:hover {
	color: #7CB723;
}
/* @end SIDEBAR */


/* @group GLOBAL */
img.alignleft {
	float:left;
	margin:0 30px 30px 0;
}
img.alignright {
	float:right;
	margin:0 0 30px 30px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 1px solid #CCC;
	padding: 6px;
}
a img.alignleft:hover, a img.alignright:hover, a img.aligncenter:hover, a img.alignnone:hover {
	border: 1px solid #7CB723;
}
/*.rounded {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}*/
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
.hide {
	display: none;
}
.no-border {
	border: none !important;
}
/* @end */

/* @group BUTTONS */
/* cupid green (inspired by okcupid.com)
*******************************************************************************/
.green-button {
	background: #7fbf4d;
	background: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7fbf4d), to(#63a62f));
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 0 0 #96ca6d;
	-webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
	box-shadow: inset 0 1px 0 0 #96ca6d;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 7px 0 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	width: 150px;
}

.green-button:hover {
	background: #76b347;
	background: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b347), to(#5e9e2e));
	-moz-box-shadow: inset 0 1px 0 0 #8dbf67;
	-webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
	box-shadow: inset 0 1px 0 0 #8dbf67;
	cursor: pointer;
}

.green-button:active {
	border: 1px solid #5b992b;
	border-bottom: 1px solid #538c27;
	-moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}
.paypal-button {
	width: auto;
	border: none;
	padding: 0;
}
/* @end */

/* @group FANCYBOX */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancybox/fancy_progress.png') no-repeat;
}
div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
	box-shadow: 0 0 20px #000000;
	-moz-box-shadow: 0 0 20px #000000;
	-webkit-box-shadow: 0 0 20px #000000;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	left: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}
a#fancy_left {
	left: 0px; 
}
a#fancy_right {
	right: 0px; 
}
span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancybox/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancybox/fancy_right.png') no-repeat;
}
a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}
a#fancy_left:hover span {
	left: 20px; 
}
a#fancy_right:hover span {
	right: 20px; 
}
#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('images/fancybox/fancy_title_left.png') repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url('images/fancybox/fancy_title_main.png') repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('images/fancybox/fancy_title_right.png') repeat-x;
}
/* @end */

/* @group SUPERFISH */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}/* @end */
