/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */




div {
	border: 0px solid red;
}



body {
	margin:0;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	/*
	background-image: url(../img/bkg.png);
	background-repeat: repeat-y;
	background-position: top left;
	*/
}

.cleaner {
	clear: both;
}


#head {
	height: 193px;
	width: 1000px;
	background-color: #433426;
}

#wrapper {
}

#right-wrapper {
	margin-left: 40px;
	width: 960px;
}

#content {
	float: left;
}

#news {
	float: right;
	width: 204px;
}



#menu, #admin-menu {
	width: 1000px;
	background-color: #967e71;
	color: white;
}

#admin-menu {
	background-color: #b69989;
}

#admin-menu div ul li a {
	font-size: 11px;
}


#address, #hours {
	margin-top: 25px;
	text-align: right;
	font-size: 13px;
	color: #806252;
	line-height: 150%;
	letter-spacing: 0.02em;
	padding-right: 2px;
}

#address {
	margin-top: 22px;
}

#footer {
	clear: both;
	width: 960px;
	font-size: 11px;
	text-align: left;
	border-top: 1px solid #967e71;
	margin-top: 30px;
	margin-left: 40px;
}

#footer-wrapper {
	padding: 15px 0px 10px 0;
}

#logo img {
	position: absolute;
	top: 30px;
	left: 90px;
}

#top-picture img {
	position: absolute;
	top: 3px;
	left: 650px;
}




.news-item {
	margin-bottom: 12px;
}

.menu-wrapper {
	padding: 10px 20px 10px 40px;
}

.news-wrapper {
	padding: 15px 20px 15px 15px;
}

.news-date {
	font-style: italic;
        margin-bottom: 4px;
}


p {
        margin-bottom: 3px;
}


#content h1, #content h2, #news h2, #menu a, #admin-menu a,  #address, #hours  {
	font-family: Georgia, Times, serif;
}

a:visited, a:link, a:hover, a:active {
	text-decoration: none;
	color: #ff724d;
}

a:hover {
	text-decoration: underline;
}

#menu a, #admin-menu a {
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 0.03em;
	font-weight: bold;
}


#menu ul li, #admin-menu ul li {
	display: inline;
	margin-right: 30px;
}

#menu ul.submenu {
        margin-bottom: 8px;
        margin-top: 4px;
        display: none;
}

#menu ul.submenu li a {
font-size: 13px;
	margin-bottom: 2px;
}

#menu a:hover, #admin-menu a:hover  {
	color: #ff8c6e;
	text-decoration: none;
}



#menu ul.lang-list {
	width: 80px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
}

#menu ul.lang-list li {
	padding: 0;
	margin: 0;
}

#head h1 {
	font-size: 10px;
	text-align: right;
}

#content h1 {
	margin: 17px 0 12px 0;
	font-size: 36px;
	color: #5d4834;
	font-weight: normal;
	letter-spacing: 0.02em;
}

#content h1 a {
	color: #5d4834;
        text-decoration: none;
}


#content h2 {
	margin: 18px 0 8px 0;
	font-size: 18px;
	color: #806252;
	font-weight: bold;
	letter-spacing: 0.03em;
        clear: both;
}

#content h2 a {
  text-decoration: none;
  color: #806252;
}

#news {
 font-size: 10px;
 background-color: #d9f5cf;
}

#news h2 {
	margin-bottom: 10px;
	margin-top: 12px;
	font-size: 18px;
	color: black;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#news h3, #news h3 a {
	font-size: 12px;
	color: black;
	font-weight: bold;
        margin: 7px 0 3px 0;

}

#content h3, #content span.hthree-like {
		font-size: 14px;
        margin-top: 8px;
        margin-bottom: 3px;
        clear: both;
}






#content ul {
	margin: 10px 0 10px 0;
	list-style-position: outside;
}

#content ul li {
	margin: 0 0 0px 18px;
	list-style-image: url('../img/list-disc.png');

}

#content img {
	float: right;
	margin: 5px 0 5px 10px;
        border: 1px solid black;
}

#content img.lft, #content div.event img, #content div.gallery img {
	float: left;
	margin: 5px 10px 5px 0px;
}


#content div.gallery img {
  margin: 0px 12px 12px 0px;
}

table.menu-table {
   width: 350px;
   margin: 0;
   padding: 0;
   margin-bottom: 7px;
}


table.menu-table td {
   margin: 0;
   padding: 0;
   padding-bottom: 2px;
   vertical-align: top;
}

table.menu-table td.menu-table-left-cell {
   width: 250px;
}

a.right-small {
font-weight: normal;
font-size: 11px;
}

.event-date {
	font-style: italic;
        margin-bottom: 7px;
}

div.gallery {
  margin-top: 15px;
}

.hidden {
  display: none;
}




/*

a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

*/

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	/*width: 100%;*/
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	padding: 2px 4px;
}
th a {
	background:#f2f2f2;
	display: block;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr td.rigth, table.print tr td.rigth {
	text-align: right;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

table.print {
	font-size: 10px;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	/*width: 60%;*/
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
	/*width: 100%;*/
}
fieldset legend {
	background:#fff;
	color: #967e71;
	font-weight: bold;
	padding: 0 5px 0 0;
}
/*
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	float: left;
	 width: 150px;
	font-size: 110%;
	padding-right: 20px;
	border: 1px solid green;
}
input, textarea {
	padding: 2px;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
}
input[type=radio] {
	float:left;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
*/

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 3px;
	float: left;
}
input[type=checkbox] {
	margin: 1px 6px 3px 0;
}
form div.input {
	color: #444;
}
/*
form div.required {
	color: #333;
	font-weight: bold;
}
*/

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

.input label {
	display: block;
	float: left;
	width: 200px;
	clear: left;
}

div.submit input {
	margin-left: 20px;
	margin-top: 15px;
}


/* Notices and Errors */
div.message {
	clear: both;
	color: red;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message, div.error-message-standalone {
	float: left;
	color: red;
	font-weight: normal;
	padding: 4px 0 0 8px;
}
div.error-message-standalone {
	float: none;
	padding: 0px 0 8px 0px;
}

.info_message {
	color: red;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
#content div.actions ul {
	margin: 20px 0px;
	padding: 0;
}
#content div.actions ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px 2em 0 0;
	
	white-space: nowrap;
}
#content div.actions ul li a {
	text-decoration: none;
	font-weight: bold;
}
#content div.actions ul li a:hover {
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

p.info-paragraph {
	font-style: italic;
	margin: 0 0 10px 0;
}
p.input-note {
	color: #999;
	clear: both;
	margin: 0 0 8px 0;
}

div.offer-items {
	font-size: 11px;
}

table.print tr td {
	border-bottom: 1px solid silver;
}

#content h2.homesection {
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 2px solid #806252;
}

div.offer-box {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid gray;
}

div.offer-item-box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;

}

#content img.offer-thumb {
	width: 140px;
	height: 140px;
	float: right;
	margin: 5px 10px 10px 10px;
}

#content img.offer-item-thumb {
	width: 120px;
	height: 120px;
	float: left;
	margin: 0px 10px 10px 0;
	border: 1px solid silver;
}

#map-coords {
	border: 1px solid black;
	width: 500px;
	height: 400px;
}

#news ul {
	margin: 0px 0 3px 0;
	list-style-position: outside;
}

#news ul li {
	margin: 0 0 0px 15px;
	list-style-type: disc;

}


div.smallwarning {
	font-style: italic;
	font-size: 10px;
	color: red;
	margin: 4px 0 4px 0;
}
