/*
YUI CSS Reset
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

.hidden {display: none;}
.left {float: left;}
.aleft {text-align: left;}
.aright {text-align: right;}
.right {float: right;}
.halfwidth {width: 48%;}
.width40 {width: 39%;}
.width60 {width: 59%;}

html {
    font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

body {
	padding: .5em 0 .5em .5em;
}

h1, h2, h3 {
    font-family: "Times New Roman", serif;
}

h1 {
    font-size: 1.5em;
	color: #b30;
	padding: .2em .2em .2em 0;
	margin-bottom: .5em;
}

h2 {
    font-size: 1.25em;
	color: #b30;
}

h3 {
    font-size: 1.15em;
	color: #b30;
}

p {
	color: #631;
}

a, a:link, a:visited, a:active, a:hover {
	color: #830;
	padding: 1px;
}

a:hover {
	background-color: #fc6;
}

em {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

h1 small {
	font-size: .5em;
}

.no {
    color: #999;
}

.yes {
    color: #080;
}


body.index table#layout {
    width: 100%;
    height: 98%;
}



#header {
}

#header h1 {
	float: left;
   	margin-bottom: 0;

}


select.beer {
	background-color: #fff;
	border: 1px solid #edc;
	color: #b30;
}

select.beer image {
	float: left;
}

#header p.beer {
	float: left;
	margin-left: .5em;
}

#header p.beer image {
	float: left;
}

#header p.beer span {
	float: right;
	margin: .8em 0 0 .5em;
}

#content {
	clear: both;
    vertical-align: top;
}

#td-places {
    width: 25%;
}

#td-map {
    width: 75%;
}

body.index #map {
	height: 500px;
}


#places {
	width: 250px;
	min-width: 200px;
	/*height: 650px;*/
	float: left;
	overflow:auto;
}

#places li.place {
	display: none;
	min-height: 51px;
	margin: 0 .5em .3em .2em;
	padding: 1px .2em;
	clear: both;
}

#places li.place.yes {
    background-image: url('../green_small.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-left: 22px;
}


#places li.place.yes .price {
    float: right;
    /*
    width: 1em;
    height: 1em;
    */
    margin: 0;
    padding: 2px 0 2px 5px;
    font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    display: block;
    font-size: 10px;
}

#places li.place h2 {
	display: block;
	color: #830;
	cursor:pointer;
	margin-bottom: 2px;
    white-space: nowrap;
}

#places li.place h2 span {
    border-bottom: 1px dashed #830;
    display: block;
    float: left;
}

#places li.place a,
#places li.place a:link {
    text-decoration: none;
}

#places li.place .comments {
    display: block;
    float: left;
    color: #654;
    width: .6em;
    height: 1em;
    overflow: hidden;
    margin-left: .3em;
    margin-top: 4px;
    padding-left: 12px;
    font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 10px;
    background-image: url('../c.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

#places li.place small {
    clear: left;
    display: block;
    width: 140px;
    float: left;
    font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #654;
    cursor:pointer;
    line-height: .9em;
    margin-top: .4em;
}

.place_highlighted {
	background-color: #fc6;
    text-shadow: 0 0 2px #fff, 0 0 1px #fff;
}

#places li.place_highlighted .comments {
    background-color: #fa2;
}

.place_description h2 small {
	font-size: .6em;
	color: #654;
}

.place_description h3 {
    color: #b30;
	font-weight: bold;
	font-size: 1em;
}


.place_description p {
	font-size: .9em;
	color: #333;
	padding: .1em .5em 1em 0;
}

.place_description img {
	float: right;
	margin-left: 1em;
}

.place_description img.full {
    float: left;
    margin: 0 1em 1em 0;
}

body.index #header h1 {
    padding: 4px 2px 2px 26px;
    background-image: url('../bar.png');
    background-repeat: no-repeat;
    background-position: 4px 0;
}


#footer {
	clear: both;
	padding-top: 1em;
	font-size: .8em;
    font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#addplace_button {
    font-size: 80%;
    color: #080;
    background-color: #dfd;
    background-image: url('../green_small.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    border: 1px solid #cfc;
    margin: .4em 4px 4px .2em;
    padding: .6em .6em .6em 22px;
    clear: both;
    cursor: pointer;

    box-shadow: 1px 1px 1px #bcb;
    -moz-box-shadow: 1px 1px 1px #bcb;
    -webkit-box-shadow: 1px 1px 1px #bcb;

    border-radius: 6px;
    -moz-border-radius: 6px/6px;
    -webkit-border-radius: 6px;
}

#addplace_link {
    border-bottom: 1px dashed #830;
    color: #830;
    padding-bottom: 0;
    cursor: pointer;
}

#addplace_dialog {
    background-color: #fff;
}

#addplace_form {
    margin: .5em;
}

#addplace_form table {
    width: 100%;
}

#addplace_form td {
    padding: .3em;
    vertical-align: top;
}

#addplace_form td.aright {
    width: 20%;
}

#addplace_form input,
#addplace_form textarea {
    width: 100%;
}

#addplace_form textarea {
    height: 4em;
}


#addplace_map {
    width: 100%;
    height: 200px;
}

#addplace_progress {
    text-align: right;
    font-size: .8em;
    margin-right: 1em;
    height: 1.5em;
}

body.flatpage {
	padding: 1em;
}

.flatpage p {
	padding: .2em;
	width: 45em;
}

body.place {
    width: 900px;
    margin: 0 auto 1em auto;
    padding: 0 0 1em 0;
}

body.place h1 {
    margin-bottom: .5em;
    width: 100%;
    height: 1.2em;
}

body.place h1 a {
    padding: 4px 2px 2px 24px;
    background-image: url('../bar.png');
    background-repeat: no-repeat;
    background-position: 2px 0;
}

body.place h1 a.admin {
    background-image: none;
    padding: 0 2px;
}


body.place .place_description{
}

body.place #map {
	height: 200px;
}

body.place #content h1 {
    padding-top: .5em;
}

body.place h2 {
    padding: .3em 0;
    clear: left;
}

#prices h2 {
    padding: .3em;
}

#prices table {
    width: 100%;
}

#prices table th {
    width: 60%;
    white-space: nowrap;
    padding: .2em;
}

#prices table th img {
    float: left;
}

#prices table th span {
    display: block;
    padding: 1em 0 0 45px;
}


#prices table td {
    padding: 0 .5em 0 1em;
    width: 40%;
}

#prices table td {
    font-size: .9em;
    font-weight: bold;
    white-space: nowrap;
}


a.admin,
a.admin:link {
    text-decoration: none;
    font-size: .8em;
}

#gfc-signin {
    padding-top: 2em;
}

#gfc-reviews {
    padding-top: 1em;
}

#gfc-recommend-button{
    margin: .2em 0 0 .5em;
    float: left;
}

.progress {color: #888;}
.error {color: #d00;}


body.index {
    padding-top: 0;
}

#domoved {
    font-size: .75em;
    padding: 2px 0 4px 0;
    background-color: #f6f4f2;
    text-align: center;
}

#domoved span {
    color: #d00;
    font-weight: bold;
}

#domoved small {
    color: #444;
}
