.dummy {}
/* Vinz Wine Bar Primary StyleSheet Version 2.0
This is a re-plan of the original 1.0 sheet
Similar content layout, but with re-styled, fixed containers
@@ This StyleSheet uses some CSS3 and browser specific properties:: @@
CSS3:
	text-shadow
gecko:
	-moz-border-radius
	-moz-box-shadow
webkit:
	-webkit-border-radius
	-webkit-box-shadow
trident:
	embedded opentype fonts for @font-face
	filter:dximagetransform
*/
@font-face {
  src: url(http://vinzwinebar.net/CASTELL0.eot),
	   url("CASTELL0.eot") format("embedded-opentype"),
	   url("CASTELAR.TTF") format("truetype"), local("Castellar");
  font-family: Castellar;
  font-style: normal;
}
body {
	background: url("./img/center_soft_bg.jpg") repeat;
	color: black;
	font-family: sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
#facebox .content{
	color: black;
	min-width: 450px;
	font-size: smaller;
}
#facebox .content a {color:black;}

ul#side_nav {
	position: fixed;
	left: 0;
	bottom: 90px;
}
ul#side_nav li {
	padding: 0.5em;
	background-color: white;
}

#body_wrapper {
	background: transparent url("./img/shadowbg.png") repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 1056px;
	padding: 0;
}

#header_wrapper {
	position: relative;
	left: 6px;
	width: 1024px;
	height: 356px;
	border: 0.5em solid white;
	border-bottom: none;
	margin: 0;
	display: block;
	background: #eee url("./img/winebar_front_wide_fade.jpg") no-repeat;
	background-position: 0 0;
	padding: 0;
}
#overlay_banner {
	position: absolute;
	right: 0; top: -2px;
	z-index: 1;
}

.logo {
	display: block;
	margin: 1em;
}
#content_main {
	position: relative;
	left: 6px;
	margin: 0;
	background-color: #eee;
	padding: 0;
	border: 0.5em solid white;
	width: 1024px;
	display: block;
	color: black;
}
#content_main a {
	color: black;
}
img {
	border: none;
}
td > img {
	padding: 0 2px 2px 0;
}
#menu_display img {
	padding: 0 2px 2px 0;
}
img#grapevine {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	padding-left: 0;
}
a {
	color: white;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.lightbg, #menu_display a, #menu_display table, #menu_display p, .lightbg a {
	color: black;
	/*background: transparent;*/
}
a.show_section {
	padding-left: 1.3em;
	text-decoration: underline;
	background: transparent url("./img/add.png") no-repeat;
	background-position: 0 2px;
	cursor: hand;
	font-weight: 800;
}
a.show_section:hover {
	cursor: pointer;
	text-decoration: none;
}
div.show_section {
	padding: 1em !important;
	border: medium maroon groove !important;
	-webkit-border-radius: 1em !important;
	-moz-border-radius: 1em !important;
	background: #fde3d6 !important;
}
.news_desc, .news_desc_sticky {
	float: right;
	font-style: italic;
	font-size: smaller;
	position: relative;
	top: -1em;
	z-index: 1;
}
em,  .news_desc_sticky {
	font-weight: bold;
}

#content_main > h1 {
	margin: 0;
	display: block;
	position: absolute;
	top: -1.2em;
	color: maroon;
	text-shadow: 0.05em 0.05em 3px black;
	font-size: 2.5em;
	filter:progid:DXImageTransform.Microsoft.Shadow(direction=140 Color=#000000, strength=3);
}
h2 {
	display: block;
	margin: 0.8em 0;
	margin-top: 0;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	display: inline-block;
	border: none;
	background-image: url("./img/25percentgray.png");
	margin: 0.5em 0 0.8em 0;
	padding: 0.2em;
}
h4 {
	margin: 0.8em 0;
	margin-right: 1em;
}

div.h2boxed {
	position: relative;
	margin: 0;
	background: inherit;
	padding: 0;
}
#right_col {
	overflow: visible;
}
#main_photo img {
	-moz-box-shadow: 8px 8px 10px black;
	-webkit-box-shadow: 8px 8px 10px black;
	-o-box-shadow: 8px 8px 10px black;
	border: none;
}
#main_photo, #right_col {
	float: right;
	padding: 0;
	margin: 1em;
}

ul#nav_wrapper {
	list-style-type: none;
	display: block;
	float: right;
	position: relative;
	top: 0px;
	width: 44em;
	padding: 1em;
	/*border-bottom: 4px double #a3a3a3;*/
	z-index: 100;
}
ul#nav_wrapper li {
	margin-top: 1em;
	list-style-type: none;
	display: inline;
	z-index: 101;
}
ul#nav_wrapper li a.nav_button {
	display: inline;
	padding: 0.8em 1em;
	background-color: black;
	background-image:  url("./img/dark_grey_button_grad.gif");
	background-repeat: repeat-x;
	color: white;
	border: 1px maroon outset;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	margin: 2px;
	text-decoration: none;
	z-index: 102;
}
ul#nav_wrapper li a.nav_button:hover {
	color: black;
	background-color: #71181a;
	background-image: url("./img/dark_red_button_grad.gif");
	background-repeat: repeat-x;
	z-index: 102;
}
ul#nav_wrapper li a.nav_button:active {
	border: 1px maroon inset;
}

ul.sub_nav {
	list-style-type: none;
	display: block;
	margin-top: 1em;
	padding: 0;
}
ul.sub_nav li {
	display: inline;
}
ul.sub_nav a.jump_button {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #71181a;
	color: #fff !important;
	display: inline;
	text-decoration: none;
	border: thin black solid;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	outline: 0 none;
}
ul.sub_nav a.jump_button:hover {
	text-decoration: none;
	background-color: #a42a27;
	text-shadow: 0.1em 0.1em 0.1em black;
}
ul.sub_nav a.jump_button:active {
	text-decoration: none;
	background-color: #a01e1c;
}
ul.sub_nav a.selected {
	text-decoration: none;
	background: transparent;
	border: none;
	color: #71181a !important;
	font-size: 150%;
	text-shadow: 0.1em 0.1em 0.1em black;
	outline: 0 none;
}
ul.sub_nav a.selected:hover {
	border: none;
	background: transparent;
	text-shadow: 0.1em 0.1em 0.2em black;
	outline: 0 none;
}
.footer_nav {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 1em;
	text-align: center;
}

textarea#comment_textarea {
	font-size: small;
	font-family: sans-serif;
}

.result {
	font-size: smaller;
	font-weight: bold;
	padding: 0.5em;
	margin: 0.4em;
	background-color: #5f5;
	border: medium solid green;
	color: black;
}
.result:hover {
	border: medium solid #9f9;
}
.warn {
	font-size: smaller;
	font-weight: bold;
	padding: 0.5em;
	border: medium solid yellow;
	background: #ff5 url("/img/del.png") no-repeat;
	text-align: center;
	margin: 0.5em 2em;
	background-position: 0 0;
}
.warn:hover {
	border: medium solid #ff9;
}
.error {
	font-weight: bold;
	padding: 0.5em;
	border: medium solid red;
	margin: 0.8em 2em;
	background-color: #f55;
}
.error:hover {
	border: medium solid #f99;
}
a#SafeSubscribe {
	float: right;
	padding: 2px;
}

div.info_box {
	margin: 0;
	margin-bottom: 1em;
	padding: 1em;
	max-width: 315px;
	border: thin #22152b inset;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	display: block;
	text-shadow: 0 0 0.2em black;
	/*filter:progid:DXImageTransform.Microsoft.Glow(Color=#111111, strength=0.7);*/

}
#deli_refer {
	background: url("./img/deli_logo.png") no-repeat;
	background-position: 15.4em -.5em;
}
#bus_hours {
	background: url("./img/1269986310_player_time-trans.png") no-repeat;
	background-position: 13.4em 0.5em;
}
div.section {
	margin: 1em;
	padding: 1em;
	/*background: url("./img/section-bg.png") no-repeat;*/
	border: thin #360505 outset;
	background: url("./img/menu_bg_oil.jpg") repeat;
	overflow: hidden;
	display: block;
	width: 570px;
	/*margin-right: 385px;*/
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
div.section:hover {
	-moz-box-shadow: 2px 2px gray;
	-webkit-box-shadow: 2px 2px gray;
}
div.section h2 {
	text-shadow: 1px 1px white, -1px -1px #444;
	filter:progid:DXImageTransform.Microsoft.Shadow(direction=330 Color=#555555, strength=1);
}
div.section img.corner {
	float: right;
}
div.section p, div.section div.editable{
	font-family: "Bitstream Charter", "Georgia", serif;
}
.section .comment {
	display: block;
	border-bottom: dashed thin black;
	padding: 1em;
	min-height: 4em;

}
.section .comment .head {
	border-right: outset thin white;
	display: block;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: 0.5em;
	float:left;
}
.section .comment .head .author {
	font-size: larger;
}
.section .comment .head .date, .section .comment .head .ip_address {
	font-size: smaller;
}
.section .comment .textbody {
	padding: 1em;
	display: inline;
	margin: 1em;
	min-height: 80px;
}


.new {
	color: red;
	font-weight: 300;
}

.update_stamp {
	text-align: right;
	font-style: italic;
}

#menu_display {
	background-image: url("./img/menu_bg_oil.jpg");
	background-repeat: repeat;
	margin: 2em;
	padding: 1.4em;
	border: 1px solid black;
	color: black;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
}

#menu_display h2, #tinymce h2, #facebox h2 {
	border: none;
	background: none;
	text-shadow: 0.2em 0.2em 0.2em gray;
	font-family: "Castellar", "Georgia", sans-serif;
	padding: 0;
	margin: 0.4em 0;
	filter:progid:DXImageTransform.Microsoft.Shadow(direction=140 Color=#888888, strength=3);
}
#menu_display h3, #tinymce h3, #facebox h3 {
	background: none;
	font-size: 110%;
	border: none;
	text-shadow: 0.1em 0.1em 0.1em gray;
	text-decoration: underline;
	margin: 0.3em 0;
	padding: 0;
	filter:progid:DXImageTransform.Microsoft.Shadow(direction=140 Color=#555555, strength=1);
}
#menu_display table p {
	margin: 0; padding: 0; border: none 0 transparent;
}
div.footer_info, div.webmaster {
	color: white;
	text-shadow: 0.1em 0.1em 0.1em black;
	filter:progid:DXImageTransform.Microsoft.Shadow(direction=140 Color=#000000, strength=2);
}
div.footer_info {
	float: right;
	padding: 1.5em;
}

td {
	margin:0;
	padding:0;
	border:0;
}
td.invisible, .not_displayed {
	color: gray;
}
tr {
	margin:0;
	padding:0;
	border:0;
}
table.wines {
	width: 100%;
	padding: 0.5em;
	min-width: 750px;
}
td.wines {
	padding: 1em;
}
tr.wines {

}

#event_preview td {
	padding-right: 1em;
}

/* tablesort selectors */
table.wines thead tr .header {
	background-image: url("./img/sort_bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	font-style: italic;
	font-weight: 500;
	text-align: left;
	padding-right: 1em;
}
table.wines thead tr .headerSortUp {
	background-image: url("./img/asc.gif");
}
table.wines thead tr .headerSortDown {
	background-image: url("./img/desc.gif");
}
table.wines tbody tr.odd td {
	background-image: url("./img/25percentgray.png");
}

#top_user_notification {
	margin: 0;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	border-top: none;
	width: 100%;
	border-bottom: 1px solid black;
	background-color: yellow;
	color: black;
	font-size: 0.7em;
	font-weight: bold;
	font-family: sans-serif;
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 1000;
}
#logout_header, #logout_header a{
	float: right;
	color: black;
	margin-right: 1em;

}
