/*
Theme Name: DinnerStudio
Theme URI: http://dinnerstudio.com/
Description: A WordPress theme for the Dinner Studio.
Version: 1.0
Author: Robert Palmer
Author URI: http://rp-network.com/
*/

/* page structure */

body {
	width: 100%;
	color: black;
	background: #ededed;
	font: normal 12px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

h1 {
	color: #6c699e; /* purple */
	font: normal 28px/32px Georgia, "Times New Roman", serif;
	padding-bottom: 8px;
}

h2 {
	color: #b3bf35; /* green */
	font: normal bold 11px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3 {
	color: #b0ace6; /* light purple */
	font: normal 18px/24px Georgia, "Times New Roman", serif;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #b3bf35; /* green */
	margin: 16px 0;
}

a {
	color: #6c699e; /* purple */
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

p {
	margin-bottom: 8px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

input {
	font: normal 11px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding: 5px;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	border: 1px solid #6c699e; /* purple */
	background: white;
}

input.button {
	font: normal bold 11px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding: 3px 7px;
	border: 1px solid #4e5c00; /* dark green */
	color: #4e5c00; /* dark green */
	background-color: #b3bf35; /* green */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAF56C), to(#B6C238));
	background-image:-moz-linear-gradient(0% 100% 90deg, #B6C238, #EAF56C);
}

input.disabled {
	border: 1px solid #4e5c00; /* dark green */
	color: #666666;
	background-color: #dddddd;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#dddddd));
	background-image:-moz-linear-gradient(0% 100% 90deg, #eeeeee, #dddddd);
}

input.gray {
	border: 1px solid #4e5c00; /* dark green */
	color: #666666;
	background-color: #dddddd;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#dddddd), to(#eeeeee));
	background-image:-moz-linear-gradient(0% 100% 90deg, #dddddd, #eeeeee);
}

a.abutton,
#sidebar a.abutton {
	font: normal 11px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	padding: 3px 7px;
	border: 1px solid #333333; /* dark green */
	color: #666666;
	background-color: #dddddd;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#dddddd));
	background-image:-moz-linear-gradient(0% 100% 90deg, #eeeeee, #dddddd);
	text-decoration: none;
}

a.greenbutton {
	font: normal bold 11px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	padding: 5px 7px;
	border: 1px solid #4e5c00; /* dark green */
	color: #4e5c00; /* dark green */
	background-color: #b3bf35; /* green */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAF56C), to(#B6C238));
	background-image:-moz-linear-gradient(0% 100% 90deg, #B6C238, #EAF56C);
	text-decoration: none;
}

ul.nut {
	margin-bottom: 10px;
	list-style: disc;
	margin-left: 20px;
}

ul.nut li {
	padding-left: 1.3 em;
}

/* ids */

#header {
	background: url(images/header.png) center top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 185px;
	min-width: 960px;
	width: 100%;
}

#header #container {
	width: 960px;
	display: block;
	margin: 0 auto;
}

#header div.whoops {
	font-weight: bold;
	color: #2b2a3f; /* dark purple */
	margin-top: 32px;
	line-height: 13px;
}

#login {
	color: white;
	font: normal 11px/15px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align: right;
	float: right;
	clear: right;
	margin: 30px 0;
	width: 500px;
	display: block;
}

#login #expanded {
	color: #2b2a3f; /* dark purple */
	background: #b0ace6; /* light purple */
	width: 240px;
	border: 1px solid white;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	-webkit-border-top-right-radius: 0px;  
	-moz-border-radius-topright: 0px;  
	-khtml-border-radius-topright: 0px;  
	border-top-right-radius: 0px;
	margin-top: -1px;
	margin-left: 238px;
	text-align: left;
	padding: 10px;
}

#login #expanded input {
	width: 90%;
	margin: 3px 0;
}

#login #expanded input.button {
	width: auto;
}

#login a {
	font-weight: bold;
	color: white;
}

#login #loginbtn,
#login #orderbtn {
	padding: 5px; 
	border: 1px solid white;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	background: #2b2a3f; /* dark purple */
	margin-left: 5px;
	height: 16px;
	display: inline-block;
}

#login #loginbtn:hover,
#login #loginbtn:focus,
#login #loginbtn.over {
	color: #2b2a3f; /* dark purple */
	text-decoration: none;
	background: #b0ace6; /* light purple */
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: none;
	-webkit-border-top-right-radius: 3px;  
	-moz-border-radius-topright: 3px;  
	-khtml-border-radius-topright: 3px;  
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;  
	-moz-border-radius-topleft: 3px;  
	-khtml-border-radius-topleft: 3px;  
	border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;  
	-moz-border-radius-bottomright: 0px;  
	-khtml-border-radius-bottomright: 0px;  
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;  
	-moz-border-radius-bottomleft: 0px;  
	-khtml-border-radius-bottomleft: 0px;  
	border-bottom-left-radius: 0px;
}

#login #orderbtn:hover,
#login #orderbtn:focus,
#login #orderbtn.over {
	padding: 5px; 
	border: 1px solid white;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	color: #2b2a3f; /* dark purple */
	text-decoration: none;
	background: #b0ace6; /* light purple */
	margin-left: 5px;
	height: 16px;
	display: inline-block;
}

#login a.button img {
	line-height: 15px;
	vertical-align: top;
}

#photo {
	background: url(images/photo_bg.png) center repeat-y #6c699e; /* purple */
	text-align: center;
	height: 314px;
	overflow: hidden;
	display: block;
}

#nav {
	height: 80px;
	border-top: 1px solid #EAF56C; /* chartreuse */
	background-color: #9aa42e;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#b3bf35), to(#9aa42e));
	background-image:-moz-linear-gradient(0% 100% 90deg, #9aa42e, #b3bf35);
}

#nav ul {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #b3bf35; /* green */
	border-right: 1px solid #b3bf35; /* green */
	display: block;
	height: 80px;
}

#nav ul li {
	border-right: 1px solid #b3bf35; /* green */
	float: left;
	display: block;
	width: 129px;
	height: 50px;
	padding: 15px;
}

#nav ul li:hover,
#nav ul li:focus  {
	background: #EAF56C; /* chartreuse */
}

#nav ul li.active {
	background: url(images/nav_arrow.png) left 20px no-repeat #EAF56C; /* chartreuse */
}

#nav ul li a:hover,
#nav ul li a:focus {
	text-decoration: none;
}

#nav ul li.last {
	border-right: none;
}

#nav ul li span.big {
	font: normal 22px/24px Georgia, "Times New Roman", serif;
	color: white;
	display: block;
}

#nav ul li span.small {
	font: normal 11px/12px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #EAF56C; /* chartreuse */
	display: block;
}

#nav ul li:hover span,
#nav ul li:focus span,
#nav ul li.active span  {
	color: #4e5c00; /* dark green */
}

#content {
	width: 960px; 
	background: url(images/content_bg.png) repeat-y;
	min-height: 500px;
	margin: 0 auto;
	display: block;
}

#content.wide {
	background: url(images/content_wide_bg.png) repeat-y;
}

#body {
	width: 580px;
	padding: 30px;
	float: left;
	clear: left;
	display: block;
}

#body.page h2 {
	margin: 16px 0 8px 0;
	color: #6c699e; /* purple */
}

#body.page table.zip {
	border-left: 1px dotted #b3bf35; /* green */
}

#body.page table.zip td {
	padding: 0 10px;
	border-right: 1px dotted #b3bf35; /* green */
	vertical-align: top;
}

#body.page table.contact {
	border: none;
}

#body.page table.contact td {
	border: none;
	
}

#content.wide #body {
	width: 900px;
}

#sidebar {
	color: white;
	width: 270px;
	padding: 40px 20px;
	float: right;
	clear: right;
	display: block;
	background: url(images/sidebar_bg.png) top no-repeat #6c699e; /* purple */
	min-height: 520px;
}

#sidebar div.ui-slider {
	margin-bottom: 5px;
}

#sidebar input {
	margin-top: 10px;
	border: 1px solid #b0ace6; /* light purple */
}

#sidebar input.button {
	border: 1px solid #4e5c00; /* dark green */
}

#sidebar label.error {
	color: #EAF56C; /* chartreuse */
}

#sidebar a {
	color: white;
}

#sidebar hr {
	border-top: 1px dotted white;
}

#sidebar div.textwidget {
	text-align: center;
	border-bottom: 8px;
}

#sidebar #searchform {
	padding: 10px 0;
}

#sidebar #searchform #s {
	width: 190px;
}

#sidebar #searchform label {
	display: none;
}

#sidebar #searchsubmit {
	font: normal bold 11px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding: 3px 7px;
	border: 1px solid #4e5c00; /* dark green */
	color: #4e5c00; /* dark green */
	background-color: #b3bf35; /* green */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAF56C), to(#B6C238));
	background-image:-moz-linear-gradient(0% 100% 90deg, #B6C238, #EAF56C);
}

#sidebar table.steps {
	color: #b0ace6; /* light purple */
	font: normal 18px/24px Georgia, "Times New Roman", serif;
	margin-top: 20px;
}

#sidebar table.steps td {
	padding: 10px 0;
}

#sidebar table.steps img {
	padding-right: 20px;
}

#sidebar table.pricing {
	font: normal 10px/10px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	width: 100%;
}

#sidebar table.pricing td,
#sidebar table.pricing th {
	padding: 5px 0;
	border-bottom: 1px dotted #b0ace6; /* light purple */
}

#sidebar table.pricing td.center,
#sidebar table.pricing th.center {
	text-align: center;
}

#sidebar table.pricing th {
	font-weight: bold;
}

#sidebar table.pricing td.discount {
	font-size: 200%;
}

#sidebar table.pricing td.last {
	border-bottom: none;
}

#sidebar table.ototal {
	padding: 10px 0;
	width: 100%;
}

#sidebar table.ototal tr td {
	height: 40px;
}

#sidebar table.ototal span.ototal {
	min-width: 40px;
	min-height: 16px;
	display: block;
	font: normal 16px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 4px 6px;
	border: 1px solid #2b2a3f; /* dark purple */
	color: #2b2a3f; /* dark purple */
	background-color: #dddddd;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#dddddd));
	background-image:-moz-linear-gradient(0% 100% 90deg, #eeeeee, #dddddd);
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
}

#sidebar #slider {
	position: relative;
}

.promobtn {
	font: normal 18px/22px Georgia, "Times New Roman", serif;
	padding: 8px 12px;
	border: 1px solid #4e5c00; /* dark green */
	color: #4e5c00; /* dark green */
	background-color: #b3bf35; /* green */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAF56C), to(#B6C238));
	background-image:-moz-linear-gradient(0% 100% 90deg, #B6C238, #EAF56C);
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
	
}

#sidebar a.promobtn {
	color: #4e5c00; /* dark green */
	display: block;
	margin-bottom: 8px;
}

.promobtn:hover,
.promobtn:focus {
	text-decoration: none;
	-moz-box-shadow: 0px 0px 10px #EAF56C; /* chartreuse */
	-webkit-box-shadow: 0px 0px 10px #EAF56C; /* chartreuse */
	box-shadow: 0px 0px 10px #EAF56C; /* chartreuse */
	
}

#footer {
	font: normal 11px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: white;
	padding-bottom: 50px;
	width: 100%;
	border-top: 1px solid #EAF56C; /* chartreuse */
	background-color: #9aa42e;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#b3bf35), to(#9aa42e));
	background-image:-moz-linear-gradient(0% 100% 90deg, #9aa42e, #b3bf35);
}

#footer p {
	width: 640px;
	padding-right: 320px;
	margin: 20px auto;
}

#footer a {
	color: white;
}

#instructions ol {
	list-style: decimal;
	padding-left: 2em;
	margin-left: 1em;
	margin-bottom: 8px;
}

#giftcard {
	padding: 20px;
}

/* classes */

div.discount {
	background: #ededed; /* light gray */
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
	border: 1px solid #6c699e; /* purple */
	margin: 20px 5px;
	padding: 10px;
	width: 258px;
	float: left;
	text-align: center;
}

div.discount img {
	margin: 10px 0;
}

table.orders {
	width: 100%;
	border-top: 1px dotted #6c699e; /* purple */
}

table.orders th {
	font-weight: bold;
	border-bottom: 1px dotted #6c699e; /* purple */
}

table.orders td.b {
	border-bottom: 1px dotted #6c699e; /* purple */
}

table.orders td,
table.orders th {
	padding: 6px 0;
}

table.signup {
	border: none;
}

table.changeaddr {
	background: #ededed; /* light gray */
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
	border: 1px solid #6c699e; /* purple */
	margin-bottom: 20px;
}

table.changeaddr tbody {
	padding: 32px;
	display: block;
}

table.signup td {
	padding: 8px 0;
	color: #333333;
	text-align: left;
	border: none;
}

table.signup div.checkname {
	font-weight: bold;
	display: inline-block;
	height: 16px;
	padding: 5px 0;
	vertical-align: top;
}

table.signup div.checkname span.ok {
	color: #b3bf35; /* green */
}

table.signup div.checkname span.notok {
	color: red;
}

table.signup td label {
	width: 150px;
	min-width: 150px;
	display: block;
	padding-top: 6px;
}

table input,
table textarea {
	width: 350px;
	color: black;
	background: #eeeeee;
}

table.signup input.short {
	width: 200px;
}

table.signup textarea {
	height: 125px;
}

table.signup input.button {
	width: auto;
}

a.home {
	width: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
	padding: 128px 0 0 360px;
	float: left;
	clear: left;
}

p.meta {
	font: normal 9px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
	color: #b3bf35; /* green */
}

div.infoblock {
	background: #d9df9a; /* light green */
	color: #4e5c00; /* dark green */
	padding: 20px;
	font: normal 15px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
	margin-bottom: 20px;
}

div.moreinfo,
div.moreinfoexp {
	background: #dddddd; 
	border: 1px solid #cccccc;
	color: #cccccc;
	padding: 10px;
	font: normal 12px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	margin: 10px 0;
}

div.moreinfo textarea,
div.moreinfo input {
	display: none;
}

div.moreinfoexp textarea {
	margin-top: 10px;
	width: 100%;
	height: 100px;
	display: block;
}

label.error {
	color: red;
	font-weight: bold;
	display: block;
	padding-top: 4px;
}

.red {
	color: red;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}

.small {
	font-size: 80%;
}

.big {
	font-size: 120%;
}