/*
Theme Name: ECE Theme
Description: The theme for the Emerald City Eats website.
Author: Calvin Freitas
Author URI: http://calvinf.com/
Version: 1.0
*/

/* reset.css via BluePrint CSS http://www.blueprintcss.org/ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* clearable */
.clearable:after {content: ".";display:block;height:0;clear: both;visibility: hidden;}
* html .clearable {height: 1%;}

/* ece theme */
body{
	font-family: "Lucida Grande", Lucida, sans-serif;
	font-size:12px;
	color:#000;
	background-color: #00AD66;
}

a, a:visited {
	color:#00AD66;
	text-decoration:underline;
	outline: none;
}

a:hover {
	color:#F26B31;
	text-decoration:underline;
}

small {
  display: block;
  margin: 0 0 6px;
}

div.wp-caption {}

p.wp-caption-text {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.alignnone {}

#container{
	margin:0 auto;
	width:990px;
}

#header{
	float:left;
	position: relative;
	width:947px;
	height:130px;
	margin:0 20px 0 20px;
	background: #00AD66 url('images/pieces/header.gif') no-repeat 0 0;
}

#logo{
	float:left;
	width:350px;
	height:130px;
}

#logo_img{
	width:283px;
	height:96px;
	padding:15px 0 0 20px;
}

#header_right{
	float:left;
	width:595px;
	height:130px;
}

#menu{
	float:left;
	margin-top:67px;
	height:17px;
	width:575px;
}

#menu img{
	vertical-align:top;
}

#menu_home {
	margin-right:45px;
}

#menu_how {
	margin-right:45px;
}

#menu_forum {
	margin-right:45px;
}

#menu_blog {
	margin-right:45px;	
}

#menu_contact {
	margin-right:45px;
}

#menu_about {}

#login_container{
	float:left;
	width:595px;
	height:29px;
}

#login_at_the_top {
	float:right;
	margin-right:20px;
	width:169px;
	height:29px;
}

#login_img {
	width:86px;
	height:29px;
}

#vert_img {
	width:3px;
	height:29px;
}

#cart_img {
	width:80px;
	height:29px;
}

#page_wrapper {
	float:left;
	width:736px;
	margin-left:20px;
}

#page_topper {
	float:left;
	width:736px;
	height:27px;
	background:url('images/pieces/main-top-redux.gif') no-repeat 0 0;
	margin-top:15px;
}

#page_container {
	float:left;
	width:736px;
	background:url('images/pieces/main-slice.gif') repeat-y 0 0;
}


#page_bottomer {
	float:left;
	width:736px;
	height:50px;
	background:url('images/pieces/main-bottom.gif') no-repeat 0 0;
}

#page {
	margin: 0 auto;
	padding-left:20px;
	width:675px;
}

#page ul {
	list-style-position:inside;
}

#page h2 {
  font-size: 40px;
  color: #F26B31;
}

#page_left {
	float:left;
	width:220px;
}

#page_right {
	float:left;
  margin: 0 0 0 220px;
	width:455px;
}

#page_title {
	margin-bottom:10px;
}

#deal_divider {
  margin: 0 20px 10px 0;
}

.divider {
  margin: .4em 0 1em;
  border-bottom: 2px dotted #00AD66;
}

.title{
	color:#F26B31;
	font-size:30px;
}

.blog_page_title{
	color:#60CC9F;
	font-size:30px;
	padding-bottom:10px;
}

.title a, .title a:visited, .title a:hover {
	color:#F26B31;
	text-decoration:none;
}

.save {
	color:#F26B31;
	font-weight:bold;
}

.subtitle{
	color:#00AD66;
	font-size:21px;
}

.quicksand {
	/* "Lucida Grande", Lucida, sans-serif; */
	font-family:QuickSand Bold, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.post {
	font-size:13px;
	line-height:1.3;
}

.postmetadata {
	color:#666;
	line-height:1.3;
}

.post_side {
	float:left;
	width:205px;
	height:300px;
	padding-top:30px;
}

.post_sideimage {
	padding-bottom:20px;
}

.post_sideimage_text {
	width:150px;
	padding-left:15px;
	color:#00AD66;
}

.post_content {
  padding:0 32px 0 0;
}

.post p, p {
	margin-bottom:15px;
}

.rectangle {
	background:#fff url('images/rectangle.png') no-repeat 0 0;
	width:692px;
	height:223px;
}

.addtocart {
  background: url('images/dailydish/check-please-off.png') no-repeat;
  width:134px;
  height:34px;
  border:none;
  padding:none;
  cursor:pointer;
}

.addtocart:hover {
  background: url('images/dailydish/check-please-on.png') no-repeat;
}

.outofstock {
  background: url('images/dailydish/sold-out.png') no-repeat;
  text-indent: -9009px;
  width:122px;
  display: block;
  height:34px;
  margin: 0 auto;
  border:none;
  padding:none;
  cursor:pointer;	
}

#dailydish {
	float:left;
	width:208px;
	height:337px;
	padding:44px 8px 0 2px;
	margin: -20px 0 0 0;
	color:#00AD66;
}

#dailydish .dailydish_top {
	height: 68px;
  margin: -30px 0 0 0;
  background: url('images/dailydish/top.png') no-repeat 0 0;
}

#dailydish .dailydish_content {
  	background: url('images/dailydish/bg-tile.png') repeat-y 0 0;
}

#dailydish .dailydish_btm {
  height: 20px;
  background: url('images/dailydish/btm.png') no-repeat 0 0;
}

.multideal {
float: left;
display: block;
width:208px;
margin: -20px 0 0 0;
color:#00AD66;
padding: 44px 8px 20px 2px;
}

#page_span {
  width: 500px;
  background: #FFCC00;
  margin: 0 auto;
}

#homepage {
  padding: 0 20px 0 0;
}

#homepage h2 {
  font-weight: bold;
}

#dailydish_sponsor {
	margin: 0 auto;
	width: 208px;
	text-align:center;
	padding-bottom:5px;
}

#dailydish_text {
	margin: 0 auto;
	width:200px;
	margin-right:8px;
	text-align:center;
	font-size:14px;
	color:#00AD66;
	padding-bottom:5px;
}

#dailydish_text b {
	color:#F26B31;
}

#dailydish_order {
	margin: 0 auto;
	padding: 0 0 16px;
	width:208px;
	text-align:center;
}

#img_order {
	width:122px;
	height:34px;
}

#dailydish_share {
	height:20px;
	margin: 0 auto;
	width:208px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#00AD66;
}

#dailydish_buttons {
	margin: 0 auto;
	width:208px;
	height:40px;
	padding: 0 0 5px 0;
	text-align:center;
}

#dailydish_notes {
	margin: 0 auto;
	width:172px;
	padding:0 22px 0 14px;
	text-align:center;
	font-size:10px;
}

#btn_fb {width:25px;height:25px;margin-right:21px;}
#btn_twitter {width:25px;height:25px;margin-right:21px;}
#btn_email {width:25px;height:25px;}

#location_info{
	width:450px;
}

#loc_photo {
	width:405px;
	height:200px;
	padding:20px 0 0 30px;
}

#loc_sub {
	width:405px;
	height:200px;
	padding:15px 0 0 32px;
}

#loc_review {
	float:left;
	padding-bottom:20px;
	width:225px;
	height:190px;
	color:#00AD66;
}

#loc_review_title {
	padding-bottom:7px;
}

#loc_review_text {
	width:190px;
	padding-bottom:10px;
	font-size:12px;
}

#loc_review_sig {
	width:170px;
	text-align:right;
	font-size:12px;
}

#loc_address {
	float:left;
	width:180px;
	height:180px;
	margin-bottom:20px;
}

#loc_address_title {
	padding-bottom:5px;
}

#loc_map {
	width:175px;
	height:155px;
	padding-top:2px;
	background-color:#60CC9F;
	color:#FFF;
}

#loc_map_img {
	position:relative;
	width:171px;
	height:119px;
	margin:0 2px 2px 2px;
	background-color:#FFF;
}

#map_link {font-size:14px;text-align:center;padding-top:10px;}

#loc_map_text {
	width:163px;
	margin:2px 6px 2px 6px;
	height:36px;
	font-size:10px;
}

#loc_map_text a, #loc_map_text a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

#loc_map_text a:hover {
	color:#A0F2CD;
	border-bottom:1px dotted #A0F2CD;
}

#dailydish_article {
	float:right;
	width:410px;
	margin-right:10px;
	line-height:1.1;
	font-size:14px;
	font-family: "Lucida Grande", Lucida, sans-serif;
}

#dailydish_article p {
	padding-bottom:10px;
}

.leadin {
  color:#00AD66;
  font-size:14px;
  padding:0 15px 0 32px;
  display: block;
  clear: both;
  margin: 0 0 1em;
}

#sidebar {
	float:left;
	overflow:hidden;
	width:201px;
	color:#00AD66;
  margin: 12px 0 0 0;
}

.sidebar_top {
	width:201px;
	height:25px;
	background:url('images/pieces/sidebar-top-redux.png') no-repeat -5px 0;
}

.sidebar_box {
	width:201px;
	background:url('images/pieces/sidebar-slice-redux.png') repeat-y -5px 0;
}

.sidebar_bottom {
	width:201px;
	height:28px;
	background:url('images/pieces/sidebar-bottom-redux.png') no-repeat -5px 0;
}

#site_seal {
	width:201px;
	text-align:center;
}

.seal_link{padding-bottom:5px;}

#faq_container{
	width:201px;
}

#faq, #process {
	padding-left:15px;
}

#faq h4 {
  text-indent: -9009px;
  background: transparent url('images/faq-hd.gif') no-repeat 60px 0;
  height: 38px;
}

#faq dl {
	
}

#faq dt, #faq dd {
  padding: 0 40px 0 26px;
  font-size: 11px;
  min-height: 19px;
  color: #005a34;
}

#faq dt {
  font-weight: bold;
  background: url('images/faq-q.gif') no-repeat 0 0;
}

#faq dd {
  background: url('images/faq-a.gif') no-repeat 0 0;
  padding: 0 40px 1em 26px;
}

#img_faq{
	float:right;
	width:88px;
	height:31px;
	padding-right:25px;
	padding-bottom:15px;
}

#signup_container{
	width:201px;
	margin: 0;
}

#signup {
	width:147px;
	padding:0 27px 0 27px;
	font-size:9px;
}

#signup_label {
  padding: 0 0 0 13px;
  margin: 0 0 6px;
}

#signup_label img {
/*  position: absolute;*/
/*	width:178px;
	height:48px;*/
}

.col_left{float:left;width:23px;text-align:right;padding-right:10px;padding-bottom:4px;height:25px;}
.col_right{float:left;width:104px;padding-bottom:4px;height:25px;}
#submit_row{width:127px;height:20px;text-align:center;}

#submit_row{}
#signup_submit{
	width:51px;
	height:17px;
}

.sidebar_input_text {
	width:104px;
	height:14px;
	border:1px solid #00AD66;
}

#tweets_container {
	width:201px;
}

#tweets_label {
	width:160px;
	height:51px;
	padding-left:25px;
}

#tweets {
	width:150px;
	min-height:50px;
	padding: 15px 22px 0;
	overflow:hidden;
}

.tweet_date {
/*	float:left;
	width:50px;*/
	display: block;
	
}

.tweet_date a, .tweet_date a:visited {
	color:#00AD66;
	text-decoration:none;
	border-bottom:1px dotted;
}

.tweet_text {
/*	float:left;
	width:91px;*/
	overflow:hidden;

	word-wrap: break-word;
}

.tweet_text a, .tweet_text a:visited {
	/*color:#00AD66;*/
	color:#333333;
	text-decoration:none;
}

/* Footer Styles */

#footer {
	clear:both;
	height:50px;
	margin:10px 40px 10px 40px;
	font-family: "Lucida Grande", Lucida, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#A0F2CD;
}

#footer a, #footer a:visited {
	text-decoration:none;
	border-bottom:1px dotted;
	color:#A0F2CD;
}

#footer a:hover {
	color:#fff;
}

#footer_links{
	float:left;
}

#footer_links ul {
  float: left;
  list-style: none;
  width: 180px;
}

ul#footer_copy {
	float:right;
	list-style: none;
}

.clear {
  clear: both;
  postion: relative;
}

/* comments */

#respond {
	clear:both;
}

/* Nav Styles */

ul#nav {
  position: absolute;
  top: 90px;
  right: 25px;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#nav li {
  float: left;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav li#n_home {
  width: 55px;
}

#nav li#n_home a {
background-position:0 0;
}

#nav li#n_home a:hover, #nav li#n_home.active a {
background-position: 0 -31px;
}

#nav li#n_how a {
  width: 136px;
}

#nav li#n_how a {
background-position: -55px 0;
}

#nav li#n_how a:hover, #nav li#n_how.active a {
background-position: -55px -31px;
}

#nav li#n_forum a {
  width: 89px;
}

#nav li#n_forum a {
background-position: -191px 0;
}

#nav li#n_forum a:hover, #nav li#n_forum.active a {
background-position: -191px -31px;
}

#nav li#n_blog a {
  width: 86px;
}

#nav li#n_blog a {
background-position: -277px 0;
}

#nav li#n_blog a:hover, #nav li#n_blog.active a {
background-position: -277px -31px;
}

#nav li#n_contact a {
  width: 112px;
}

#nav li#n_contact a {
background-position: -374px 0;
}

#nav li#n_contact a:hover, #nav li#n_contact.active a {
background-position: -374px -31px;
}

#nav li#n_about a {
  width: 102px;
}

#nav li#n_about a {
background-position: -491px 0;
}

#nav li#n_about a:hover, #nav li#n_about.active a {
background-position: -491px -31px;
}

#nav li a {
background:transparent url('images/navigation.gif') no-repeat scroll 0 0;
display:block;
height:31px;
text-indent:-9009px;
width:61px;
}

.cta {
  margin: 2em 0;
  font-size: 20px;
}

a.cta {
  text-decoration: none;
}

/* Daily Dish Tabs styles */

#dailydish_tabs {
  position: relative;
  clear: both;
}

#dailydish_article, #dailydish_moreinfo, #dailydish_reviews {
/*  position: absolute;
  top: 0;
  left: 0;*/
}

.ui-tabs { padding: 0; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; width:418px; border-bottom: 1px solid #AAAAAA; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#tabs {
width:405px;
padding: 0 15px 0 32px;
}

#tabs-1, #tabs-2, #tabs-3 {
}

#tabs-2 #dd_comments {
  margin: 0;
}

div.ui-tabs-panel p {
  margin: 0 0 1em;
}

div.ui-tabs-panel .comment-body p {
  margin: 0 0 1em 31%;
}

#dd_comments {
  margin: 0 32px 0 0;
}

#dd_comments textarea {
  width: 100%;
}

/* Comments Styles */

h3#comments {
  margin: 0 0 .8em;
  color: #F26B31;
}

ol.commentlist {
  list-style: none;
}

.comment-author {
  width: 30%;
  float: left;
  padding: 2px;
}

.odd {
  background: #DFDFDF;
}

.byuser {
  background: #cff8e6;
}

li.comment {
  clear: both;
  margin: 0 0 2px;
}

.comment-body .comment-meta {
  margin: 0 0 0 31%;
}

.comment-body .comment-meta, .comment-body p {
  padding: .5em 0;
}

.comment-body p {
  padding: .5em 1em .5em 0;	
}

.comment-meta {
  font-size: 10px;
}

cite.fn, span.says, .avatar {
float: left;
margin: 0 4px 0 0;
}

.avatar {
  padding: 2px;
  background: #DFDFDF;
  border: 1px solid #CCC;
}

.reply {
	clear: both;
}

#edit {
  position: absolute;
  top: 0;
  background: #cff8e6;
  padding: 4px 10px 0;
  height: 25px;
  right: 200px;
  -moz-border-radius-bottomleft: 6px;
  -khtml-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -khtml-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#edit a {
  text-decoration: none;
}

#countdown {
  margin: 0 50px 10px;
  -moz-border-radius-bottomleft: 6px;
  -khtml-border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -khtml-border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -khtml-border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -khtml-border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #F26B31;
  background: #FFFFFF;
  position: relative;
  color: #F26B31;
  font-size: 11px;
}

.countdown_row {
  font-size: 14px;
  text-align: center;
  display: block;
  margin: 0 0 0 0;
}

.countdown_hd {
  font-weight: bold;
  color: #F26B31;
  font-size: 16px;
}

#countdown .countdown_amount {
  margin: 2px 0 0 0;
}
#countdown .countdown_show3 {
  display: block;
}

#receipt-share {
text-align: center;
width: 60%;
background: #CFF8E6;
border: 2px solid #00AD66;
padding: 1em;
margin: 0 auto;
-moz-border-radius-bottomleft: 6px;
-khtml-border-bottom-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-khtml-border-bottom-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-khtml-border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-topright: 6px;
-khtml-border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
}

#receipt-share a {
  height: 36px;
  width: 36px;
  float: none;
}

#receipt-share h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

#expired-deal {
  margin: 20px 0 0;
  position: absolute; 
  width: 200px;
  border: 2px solid #00AD66;
  padding: 10px;

-moz-border-radius-bottomleft: 6px;
-khtml-border-bottom-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-khtml-border-bottom-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-khtml-border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-top-left-radius: 6px;
-moz-border-radius-topright: 6px;
-khtml-border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;

}

#expired-deal h4 {
  font-size: 14px;
  text-align: center;
  margin: 0 0 .4em;
}

#expired-signup {
  width: 160px;
  margin: 0 auto;
}

#expired-signup .col_left {
  width: 28px;
}

#expired-deal p {
  text-align: center;
  font-size: 10px;
  line-height: 150%;
  margin: 0 0 1em;
}

/* page navi style via Lester GaMerZ Chan wp-pagenavi plugin http://lesterchan.net */
.wp-pagenavi {
	margin-bottom:20px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
.wp-pagenavi a:active {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #0066cc;
  color: #0066cc;
  background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 2px;
  color: #000000;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.wp-pagenavi span.current {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  font-weight: bold;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
  padding: 2px 4px 2px 4px;
  margin: 2px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
}

/* Shopp btn style */

#page #shopp #cart big a.right, input#mc-embedded-subscribe, #shopp #checkout-button, input.update-button, #shopp #confirm-button, #shopp #view-order {
	background: #F26B31;/*CFF8E6;*/
	border: 1px solid #F26B31;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

input.update-button {
	background: #CFF8E6;
	border: none;/*1px solid #00AD66;*/
	color: #00AD66;
	margin: 6px 0 0 0;
}

input#mc-embedded-subscribe {
	background: #FFFFFF;
	border: none;/*1px solid #00AD66;*/
	color: #000000;
	margin: 6px 0 0 0;
	
}

#mc_embed_signup {
  background: #F26B31;
  border: 1px solid #993333;
  width: 290px;
  text-align: center;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	margin: 0 0 0 30px;
	padding:12px 20px;
	float: right;
}

#mc_embed_signup fieldset {
  position: absolute;
}

.signup #page #mc_embed_signup p {
  font-size: 10px;
  color: #FFFFFF;
  margin: 0 40px .2em;
}

.signup-msg {
  padding: 60px 0 0;
}

.mc-field-group {
  clear: both;
  margin: 0 0 40px;
}

.mc-field-group input, .mc-field-group label {
  float: left;
  position: absolute;
  color: #FFFFFF;
}

.mc-field-group input {
	height:24px;
	color: #000000;
	margin:2px 0 0 90px;
	font-size: 16px;
	width: 175px;
    border: 1px solid #993333;
	background: #FFFFFF;
	padding: 4px 4px 0;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.mc-field-group label {
  width: 80px;
  font-size: 20px;
  text-align: right;
}

.signup-hd {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: -2px;
  margin:0 0 16px;
}

#signup-main {
  margin: 1em 0;
}

#signup-btm {
  clear: both;
  padding: 2em 0 0;	
}

.signup #page p {
  font-size: 14px;
}

.signup #page {
margin:0 auto;
padding:0 20px 0 10px;
width:645px;
}