/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body
  {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 13px;
    font-family: Times New Roman, serif;
    background: transparent;
    color: #333333;
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #content-inner
  {
	padding: 3px 15px 0;
  }
  .page-news #content-inner {padding-top: 10px; }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }


/*-------*/

tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
/*  font-weight: bold;*/
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
  border-width: 0px;
  border-collapse: collapse;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 0 3px 3px 3px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  width: 183px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  vertical-align: top;
  margin-right: -183px;
}
body.sidebar-left #sidebar-left-inner {padding: 10px;}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

body.sidebar-left #main-inner {
  background: transparent url(images/tile.jpg) repeat-y left top;
}
body.sidebar-left #content {
	margin-left: 183px;
	margin-right: -752px;
	width: 569px;
}
body.sidebar-left #sidebar-left-inner {
	margin: 0;
	padding: 0;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block {
  .margin-bottom: 1.5em;
}
/*.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;*/
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}


/* Begin Custom CSS */


.logo {
	position: absolute;
	top: 16px;
	left: 142px;
	width: 454px;
	height: 110px;
	margin: 16 0 0 142;
	background-image: url(images/logo2.png);
}

.leftedge
{
	background-image: url(images/edge.png);
	background-repeat:repeat-y; 
	width: 106px;
}

.leftmaroon
{
	width: 39px;
	background-image: url(images/maroon_bg_left.png);
	background-repeat: repeat-y;
}

.rightmaroon
{
	width: 39px;
	background-image: url(images/maroon_bg_right.png);
	background-repeat: repeat-y;
}

.rightedge
{
	background-image: url(images/edge2.png);
	background-repeat:repeat-y; 
	width: 106px;
}

.topbanner
{
	background-image: url(images/topbanner.png);
	background-repeat:repeat-x;
	height: 103px; 
}

.footer
{
	background-image: url(images/footer.png);
	background-repeat:repeat-x;
	height: 103px; 
}


.primarylinks
{
	list-style: none;
	display: block;
	color: #000000;
	margin-left: 0px;
	left: 0px;
}

a.rofl
{
	display: block;
	text-decoration: none;
	color: #40100e;
	background-image: url(images/navi1.png);	
	background-repeat: no-repeat;	
	font-size: 9pt;
	font-weight: regular;
	padding-left: 46px;
	padding-top: 7px;
	height: 28px;
	margin-bottom: 8px;
}
a.rofl:hover
{
	background-image: url(images/navi2.png);	
	color: #deaf6c;
}

.links-menu
{
	padding-left: 0px;
	
}

.leftbar
{
	padding: 0 0 0 0;
}

.block-user
{
	padding-left:24px;
}

.mainbox 
{
	background-color: #ddcc86;
	color: #2c0102;
}
.menutitle
{
	font-family: Sanford;
	text-decoration: underline;
	font-size: 14pt;
}
html {
	height: 101%;
	/*background: transparent url(images/bg-html.gif) repeat center top;*/
	background: transparent url(images/bg-page2.png) repeat-y center top;
}

#page {
	width: 758px;
}
#main {
	border-bottom: 2px solid #000000;
	background-color: #deaf6c;
}
#footer {
	background: url(images/bg-footer.jpg) no-repeat left top;
	display: block;
	height: 107px;
	width: 758px;
}
#header {
	background: url(images/bg-header.jpg) no-repeat left top;
	display: block;
	height: 105px;
	width: 758px;
}
#logo a {
	width: 450px;
	height: 84px;
	display: block;
	margin-top: 19px;
}
.block-menu .content ul.menu {
	padding: 0;
	list-style: none;
	list-style-image: none;
	background: none;
}
.block-menu .content ul.menu li {
	margin: 5px 0;
	list-style: none;
	list-style-image: none;
	background: none;
	padding: 0;
	display: block;
	background: url(images/bg-menu-li.png) repeat left top;
	_behavior: url("iepngfix.htc") !important;
	width: 183px !important;
}
.block-menu .content ul.menu li li {
	background: none;
	width: auto !important;
}
.block-menu .content ul.menu li a,
.block-menu .content ul.menu li span {
	color: #40110e;
	background: url(images/bg-menu-top.png) no-repeat left top;
	padding-left: 50px;
	padding: 5px 0 5px 50px;
	/*line-height: 26px;*/
	line-height: 16px;
	font-family: Georgia, Times New Roman, serif;
	_behavior: url("iepngfix.htc") !important;
	display: block;
	width: 133px;
}

.block-menu .content ul.menu li li a {
	width: 133px;
	display: block;
}
.block-menu .content ul.menu li a.active-menu {
	background-image: url(images/bg-menu-top-hover.png);
	color: #cfb275;
	_behavior: url("iepngfix.htc") !important;
}
.block-menu .content ul.menu ul.menu {
	display: none;
}
.block-menu .content ul.menu ul.menu li {
	padding: 0;
	line-height: 21px;
}
.block-menu .content ul.menu ul.menu li.last {
	margin-bottom: 10px;
}
.block-menu .content ul.menu ul.menu li a {
	background: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.view-menu table td {
	padding: 0.2em 0.3em;	
}
.view-menu table tr {
	background: transparent;
	border: 0;
} 
.view-menu table tr.odd {
	background-color: #e9c187;
} 
.view-menu table tr.pick {
	background-color: #ed902c;
}
.view-menu table th {
	font-size: 18px;
	border: 0;
}
.view-menu table tbody {
	border: 0;
}
.view-menu table .views-field-title {
	width: 250px;
}
.view-menu table .views-field-field-price-item-value {
	width: 40px;
	text-align: center;
}

.view-menu table th.views-field-field-glass-price-value,
.view-menu table th.views-field-field-bottle-price-value {
	padding-right: 0;
	width: 65px;
}
.view-menu table .views-field-field-glass-price-value,
.view-menu table .views-field-field-bottle-price-value {
	text-align: center;
	width: 65px;
}

.view-menu .sticky-header {
	background-color: #DEAF6C;
}
.menu-list dt {
	width: 11%;
	clear: both;
	float: left;
	font-style: oblique;
	text-decoration: underline;
	font-weight: bold;
}
.menu-list dd {
	width: 89%;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.menu-list h2 {
	font-size: 1.8em;
	font-style: oblique;
	text-align: center;
}
.menu-list h3 {
	font-size: 1.8em;
	font-style: oblique;
}

table {
	width: 100%;
}



.list-left h2 {
	font-style: oblique;
	font-size: 2.5em;
	line-height: 1.2em;
	margin: .5em 0;
	text-align: center;
}
.list-left h2 em {
	margin-left: 1em;
	font-size: 14px;
}
.list-left h2 span.note {
	font-style: oblique;
	font-size: 13px;
	margin-top: 0;
	text-align: center;
	display: block;
	line-height: 13px;
	font-weight: normal;
}
.list-left .views-field-title {
	font-weight: bold;
}
.list-left .views-field-body p {
	padding: 0;
	margin: 0;
	display: inline;
}

.list-left .views-field-field-price-item-value {
	display: inline;
	margin-left: 1em;
	font-size: 1.1em;
}

.list-left .views-row {
	text-align: left;
	font-style: oblique;
	margin-bottom: 0.7em;
	line-height: 1.2em;
}

/*********************************/

.list-center h2 {
	font-style: oblique;
	font-size: 2.5em;
	line-height: 1.2em;
	margin: .5em 0;
	text-align: center;

}
.list-center h2 span.note {
	font-style: oblique;
	font-size: 12px;
	margin-top: 0;
	text-align: center;
	display: block;
	line-height: 12px;
	font-weight: normal;
}
.list-center .views-field-title {
	font-weight: bold;
}
.list-center  .views-field-body p {
	padding: 0;
	margin: 0;
	display: inline;
}
.list-center .views-field-field-price-item-value {
	display: inline;
	margin-left: 1em;
}

.list-center .views-row {
	font-style: oblique;
	margin-bottom: 0.7em;
	line-height: 1.2em;
	text-align: center;
}

/*********************************/

.martini h2 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin: .5em 0;
	text-align: center;
	text-decoration: underline;
}
.martini .views-field-title {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.martini .views-field-body p {
	padding: 0;
	margin: 0;
	text-align: center;
}
.martini .views-field-field-price-item-value {
	display: inline;
	margin-left: 1em;
}

.list-center .views-row {
	/*font-style: oblique;
	margin-bottom: 0.7em;
	line-height: 1.2em;*/
	text-align: center;
}

div.view div.views-row {
  position: relative;
}
div.view div.views-row div.views-field-edit-node {
  display: none;
  font-size: xx-small;
  font-style: normal;
}
div.view div.views-row:hover div.views-field-edit-node {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
}
div.view div.views-row div.views-field-edit-node a:hover {
  color: #000;
}

div.view table.views-table tr {
  position: relative;
}
div.view table.views-table th.views-field-edit-node {
  display: none;
}
.admin-menu div.view table.views-table td.views-field-edit-node {
  display: none;
  font-size: xx-small;
  font-style: normal;
  background: white;
}
.admin-menu div.view table.views-table tr:hover td.views-field-edit-node {
  display: block;
  position: absolute;
  z-index: 200;
}
.admin-menu div.view table.views-table td.views-field-edit-node a:hover {
  color: #000;
}

#sidebar-left-top {
	background: url(images/bg-menu-top.jpg) no-repeat left top;
	display: block;
	height: 61px;
	width: 183px;
}
body.front #content-inner {
	padding: 3px 6px 0 !important;
}
.front #content-area .node,
.front #content-area .node .content {
	margin: 0;
}

.webform-client-form {}
.webform-client-form .form-item {margin: .4em 0;}
.webform-client-form label {width: 100px; clear: both; float: left;}
.webform-client-form input,
.webform-client-form textarea,
.webform-client-form select {width: 275px; float: left;}
.webform-client-form .form-submit {margin: 1.5em 0 0 100px; width: auto; clear: both;}
.node-type-webform h2 {font-style: oblique;	font-size: 2.5em; line-height: 1.2em; margin:  0 0 .5em 0;}

#webform-component-date .form-item .form-item {margin: 0; padding: 0;}
form#webform-client-form-246 label {width: 120px; text-align: right; padding-right: 10px;}
form#webform-client-form-246 .form-submit {margin-left: 130px;}
.webform-client-form input.form-radio,
.webform-client-form select#edit-submitted-time-hour,
.webform-client-form select#edit-submitted-time-minute {width: auto; float: none;}
.webform-client-form div#webform-component-time div.form-radios,
.webform-client-form div#webform-component-time div.form-radios label,
.webform-client-form select#edit-submitted-time-minute {float: none;}
.webform-client-form div#webform-component-time div.form-radios label {padding-right: 0;}

h2.page-title {
	font-style: oblique;
	font-size: 2.5em;
	line-height: 1.2em;
	margin:  0 0 .5em 0;
}
.node-type-webform h1.title {
	font-style: oblique;
	font-size: 2.5em;
	line-height: 1.2em;
	margin:  0 0 .5em 0;
}

.small-caps { font-variant: small-caps; }
#block-menu-menu-main {	margin-bottom: 1.5em; }
.post-date {margin-bottom: 1.5em; font-size: 11px;}

.node-type-story #content-inner {padding-top: 1.5em;}
.node-type-story #content-header h1.title {color: #40110E;}
.node-type-story #content-area div.node-type-story {margin-top: 0;}
.node-type-story .return {margin-top: 1.5em;}

.view-news {}
.view-news .views-row {padding: 4px 8px; border-bottom: 1px solid #bd9c6c;}
.view-news .views-row .views-field-title a {font-size: 1.2em; color: #40110E;}
.view-news .views-row .views-field-created {font-size: 11px;}
.view-news .views-row-odd {background-color: #dcb57d;}
.view-news .views-row-last {border: 0;}

.block-inner .view-menu .field-content-title {font-style: oblique;}
.block-inner .view-menu .views-row {padding-left: 25px;}
.block-inner .view-menu .field-content-field-special-price-value {margin-left: 1em; font-size: 1.1em; font-style: oblique;}

.clear {clear: both;}
form#webform-client-form-246 label.error {width: auto;margin-left: 130px; color: #40110E; font-weight: normal; font-size: .9em; text-align: left;}
form#webform-client-form-246 #edit-submitted-date-wrapper label.error {margin-left: 0;}
form#webform-client-form-246 #edit-submitted-time-minute-wrapper label.error {display: none !important;}
