/*
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;
}

h1.smaller {
	font: normal 24px/28px Georgia, "Times New Roman", serif;
}

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;
}

h4 {
	font: normal 18px/20px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-bottom: 15px;
}

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.bigbutton,
a.bigbutton {
	font: normal 18px/22px Georgia, "Times New Roman", serif;
	padding: 8px 30px;
	border: 1px solid #fd9d00 !important; /* bright orange */
	color: white;
	background: #fdbe57; /* light orange */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdbe57), to(#fd9d00));
	background-image:-moz-linear-gradient(0% 100% 90deg, #fd9d00, #fdbe57);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbe57', endColorstr='#fd9d00');
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
}

input.bigbutton:active,
a.bigbutton: active,
input.bigbutton:focus,
a.bigbutton: focus {
	background: #fd9d00;
}

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, #dddddd, #eeeeee);
	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;
}

a.greenbutton:hover,
a.greenbutton:focus {
	color: white;
}

.graybutton {
	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 #666666;
	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;
}

.orangebutton {
	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;
	color: white;
	border: 1px solid #fd9d00 !important; /* bright orange */
	background: #fdbe57; /* light orange */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdbe57), to(#fd9d00));
	background-image:-moz-linear-gradient(0% 100% 90deg, #fd9d00, #fdbe57);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbe57', endColorstr='#fd9d00');
	text-decoration: none;
}

*:first-child+html a.greenbutton,
*:first-child+html .graybutton {
	line-height: 26px;
}

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

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

table.contact {
	border: none;
}

table.contact td {
	border: none;
	
}

table.cpntable th {
	border-bottom: 1px solid #999999 !important;
}

table.cpntable td {
	border-bottom: 1px solid #999999;
}

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: 4px;
	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: 18px 0;
	width: 500px;
	display: block;
}

#login #expanded {
	color: #2b2a3f; /* dark purple */
	background: url(images/login_bg.png) center top no-repeat;
	width: 233px;
	height: 185px;
	margin-top: 5px;
	margin-left: 157px;
	text-align: center;
	padding: 35px;
}

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

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

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

#login a.forgotpass {
	display: block;
	font-weight: normal;
	padding: 5px 6px;
}

#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: #fdbe57; /* light orange */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdbe57), to(#fd9d00));
	background-image:-moz-linear-gradient(0% 100% 90deg, #fd9d00, #fdbe57);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbe57', endColorstr='#fd9d00');
	font: normal bold 13px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-left: 5px;
	height: 16px;
	display: inline-block;
}

#login #loginbtn:hover,
#login #loginbtn:focus,
#login #loginbtn.over,
#login #orderbtn:hover,
#login #orderbtn:focus,
#login #orderbtn.over {
	border: 1px solid #fdbe57;
	text-decoration: none;
}

#login #loginbtn:active,
#login #orderbtn:active {
	background: #fd9d00;
}

#login #newacctbtn {
	padding: 5px; 
	border: 1px solid white;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	-khtml-border-radius: 3px;  
	border-radius: 3px;
	background: #2b2a3f;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#6c699e), to(#2b2a3f));
	background-image:-moz-linear-gradient(0% 100% 90deg, #2b2a3f, #6c699e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c699e', endColorstr='#2b2a3f');
	font: normal bold 13px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-left: 5px;
	height: 16px;
	display: inline-block;
}

#login #newacctbtn:hover,
#login #newacctbtn:focus {
	border: 1px solid #b0ace6;
	text-decoration: none;
}

#login #newacctbtn:active {
	background: #2b2a3f;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b2a3f), to(#535179));
	background-image:-moz-linear-gradient(0% 100% 90deg, #535179, #2b2a3f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2a3f', endColorstr='#535179');
	text-decoration: none;
}



#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;
}

#photo div.hdrimg {
	width:960px;
	height: 314px;
	margin: 0 auto;
	text-align: left;
}

#photo div.hdrimg h1 {
	padding: 168px 0 0 30px;
	color: white;
	font-style: italic;
	text-shadow: rgba(0,0,0,0.8) 0px 0px 6px;
}

#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 */
}

#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;
}

#calinstr,
table.calinstr,
table.calmaint {
	width: 100%;
}

#calinstr td,
table.calinstr td {
	padding: 10px;
	text-align: center;
}

table.calmaint td {
	padding: 10px;
}

div.dayrow {
	padding: 5px 0;
}

#calinstr div.infoblock:hover,
table.calinstr div.infoblock:hover {
	background: #e8e7a8;
}

#calinstr a:hover,
#calinstr a:focus, 
table.calinstr a:hover,
table.calinstr a:focus {
	text-decoration: none;
}

#calinstr img,
table.calinstr img {
	margin-bottom: 5px;
}

/* 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.calinstr input.text {
	width: 75px;
	color: black;
	background: #eeeeee;
	display: inline-block;
}

table.calinstr input.button {
	width: 50px;
	display: inline-block;
}

table.calinstr input.check {
	width: 15px;
}

table.calinstr form {
	display: inline;
}

table.calmaint input{
	width: auto !important;
}

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

table.signup textarea {
	height: 125px;
}

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

table.orders input {
	width: auto;
}

form.day {
	background: #ededed;
	margin-top: 10px;
	padding: 5px;
}

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.messagebg {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #fd9d00 !important; /* bright orange */
	color: white;
	font: normal 15px/16px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background: #fdbe57; /* light orange */
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdbe57), to(#fd9d00));
	background-image:-moz-linear-gradient(0% 100% 90deg, #fd9d00, #fdbe57);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbe57', endColorstr='#fd9d00');
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
	text-align: center
}

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.problem {
	background: #fcf0f0; /* light red */
	color: #a40000;
	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;
	border: 1px solid #a40000;
}

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;
	clear: both;
}

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;
}

.purple {
	color: #6c699e; /* purple */
}

.small {
	font-size: 80%;
}

.big {
	font-size: 120%;
}

.region {
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 0;
	/* font-weight: bold; */
	border: 1px solid #7d7d7d;
}

.west {
	background: #6c699e; /* purple */
	color: white;
}

.south {
	background: #ffff66; /* yellow */
	color: black;
}

.east {
	background: #4e5c00; /* dark green */
	color: white;
}

.north {
	background: #a40000; /* red */
	color: white;
}
