/*

Theme Name: ScratchClub

Theme URI: http://igorme.com/personal/work/scratch-good-food-good-music/

Description: Good Food Good Music

Version: 1.0

Author: Igor Terzic

Author URI: http://igorme.com/

Tags: one of a kind, food, music



	This theme was custom designed and built by Igor Terzic,

	whose blog you will find at http://igorme.com/



*/





/* Begin CSS Reset */

html {
	color:#000;
	background:#000000;
}
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%;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
body {
	text-align:center;
}
/* End CSS Reset */







/* Begin Typography & Colors */

body {
	background: url(images/background.jpg) no-repeat top center #000000;
	text-align:left;
	margin: 0 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.73em;
	line-height: 165%;
	color: #969998;
}
h2 {
	color: #FFFFFF;
	font: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:1.8em;
}
h2 a, h2 a:visited {
	color: #ffffff;
}
h2 a:hover {
	color: #95cb64;
}
.right_column h2 {
	color:#333333;
	margin-bottom:23px;
	text-transform:lowercase;
}
div.categories h2 {
	background-image: url(images/blog__sidebar_title_categories.png);
	height: 25px;
	width: 305px;
	text-indent: -10000px;
}
div.nights h2 {
	background-image: url(images/blog__sidebar_title_nights.png);
	height: 25px;
	width: 305px;
	text-indent: -10000px;
}
div.nights ul li {
	padding: 2px 0;
}
div.nights a {
	display: block;
	line-height:0;
	padding:4px;
}
div.nights a:hover {
	background: white;
	padding: 4px;
}
div.whats_up h2 {
	background-image: url(images/blog__sidebar_title_whatsUp.png);
	height: 25px;
	width: 305px;
	text-indent: -10000px;
}
h2.contact_intro {
	background: url(images/contact__intro.png) no-repeat left center;
	height: 47px;
	width: 367px;
	text-indent: -10000px;
}
h2.menu_intro {
	background:transparent url(images/menu__title.png) no-repeat scroll left center;
	height:47px;
	text-indent:-10000px;
	width:367px;
	margin-left:-65px;
}
div.tags h2 {
	background-image: url(images/blog__sidebar_title_tags.png);
	height: 25px;
	width: 305px;
	text-indent: -10000px;
}
h2.pagetitle {
	background:#95CB64 none repeat scroll 0 0;
	color:#333333;
	display:inline-block;
	margin-bottom:31px;
	padding:20px 10px;
	text-transform:lowercase;
}
h2.food {
	background:transparent url(images/gallery_food_title.png) no-repeat scroll right center;
	display:block;
	height:39px;
	margin-bottom:43px;
	margin-top:70px;
	text-indent:-10000px;
	width:100%;
}
h2.people {
	background:transparent url(images/gallery_people_title.png) no-repeat scroll right center;
	display:block;
	height:39px;
	margin-bottom:43px;
	margin-top:70px;
	text-indent:-10000px;
	width:100%;
}
h2.room {
	background:transparent url(images/gallery_room_title.png) no-repeat scroll right center;
	display:block;
	height:39px;
	margin-bottom:43px;
	margin-top:70px;
	text-indent:-10000px;
	width:100%;
}
a, a:visited, a:active {
	color: #95cb64;
	text-decoration:none;
}
a:hover {
	color: yellow;
}
.post {
	border-bottom: 1px solid #222222;
	margin-bottom:26px;
	padding-bottom:26px;
}
.postmetadata {
	background: url(images/comment__icon.gif) no-repeat 3px center;
	text-transform:uppercase;
	font-size:0.8em;
	line-height: 2.88em;
	padding-left:20px;
}
.right_column .viewMenu p {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 38px;
}
.tags a, .tags a:visited {
	color:#969998;
}
.tags a:hover {
	color:#95cb64;
}
.contact_page small {
	color: #97cb67;
	font-size:0.9em;
}
#footer {
	display: block;
	border-top: solid 1px #353535;
	padding-top: 15px;
}
#footer .contact_info {
	float: left;
	width: 310px;
	padding-left: 18px;
}
#footer .contact_info .title {
	border-bottom: solid 1px #353535;
	margin-bottom: 18px;
}
#footer ul {
	width: 612px;
	float:right;
}
#footer ul li {
	float: left;
	padding-left:15px;
	line-height: 0em;
}
#footer ul a {
	border: 2px solid white;
	display:block;
}
#footer ul a:hover {
	border: 2px solid silver;
}
#footer .address {
	width: 120px;
	float: left;
}
#footer .contact {
	float: left;
	width: 124px;
	margin-left: 60px;
}
#footer .hours_of_operation {
	border-top: solid 1px #353535;
	margin-top: 21px;
	padding-top: 8px;
	padding-bottom:60px;
	width: 100%;
	padding-left: 18px;
}
#footer em {
	color: #95cb64;
	font-style:normal;
}
#footer .hours_of_operation ul {
	display: inline;
	bottom: 25px;
	float: left;
	width: 100%;
	padding-top:20px;
}
#footer .hours_of_operation ul li {
	float: left;
	padding-right:20px;
	padding-left:0;
	color: #333;
}
#footer .hours_of_operation ul li.last {
	padding-left:80px;
	padding-right:0px;
}
#footer .hours_of_operation ul li strong {
	color: #666;
}
/* End Typography & Colors */







/* Begin Structure */

#wrapper {
	width: 960px;
	margin: 0 auto;
}
#body {
	display: block;
}
.sub_page {
	padding-top: 95px;
}
.left_column {
	float:left;
	width: 531px;
	margin-left: 31px;
	padding-bottom:60px;
}
.right_column {
	float:left;
	width: 305px;
	margin-left: 62px;
	padding-bottom: 90px;
}
.home_page .right_column, .contact_page .right_column, .menu_page .right_column {
	padding-top: 31px;
}
.menu_page .left_column {
	padding-top: 100px;
}
.menu_page .right_column {
	padding-top: 75px;
}
.right_column .viewMenu {
	padding-top: 31px;
}
.entry {
	margin-top:1.2em;
	margin-bottom: .8em;
}
.entry p {
	padding:0.5em 0;
}
.entry img {
	border: solid 2px #ffffff;
}
.feature {
	margin-bottom: 62px;
}
.select_menu ul li {
	padding-bottom: 20px;
}
.select_menu ul li a {
	width: 309px;
	height: 139px;
	overflow: hidden;
	display:block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent:-1000px;
}
.select_menu ul li.small a {
	background-image: url(images/menu__btn_small.jpg);
}
.select_menu ul li.medium a {
	background-image: url(images/menu__btn_medium.jpg);
}
.select_menu ul li.large a {
	background-image: url(images/menu__btn_large.jpg);
}
.select_menu ul li.lunch a {
	background-image: url(images/menu__btn_lunch.jpg);
}
.select_menu ul li a.active {
	background-position: 0 -278px;
}
.select_menu ul li a:hover {
	background-position: 0 -139px;
}
.menu_items p {
	margin-bottom: 20px;
}
.menu_items h2 {
	padding-bottom: 20px;
	padding-top: 40px;
}
.menu_items h3 {
	color:#444444;
	text-transform:uppercase;
}
.menu_items strong {
	color: #97cb67;
	font-weight: bold;
	clear: right;
	display: block;
}

/* End Structure */







/*	Begin Header */

#header {
	background: url(images/header__leafs.png) no-repeat top right;
	height: 187px;
	border-bottom: solid 1px #353535;
	position: relative;
}
#header .logo {
	bottom: 13px;
	left: 31px;
	position: absolute;
}
#header ul {
	right: 31px;
	display: inline;
	position: absolute;
	bottom: 25px;
}
#header ul li {
	float: left;
}
#header ul li a {
	width: 131px;
	height: 53px;
	overflow: hidden;
	display:block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent:-1000px;
}
#header ul li a {
	background-image: url(images/navigation__sprite.png);
}
#header ul li.menu a {
	background-position: 0 0;
}
#header ul li.menu a.active {
	background-position: 0 -106px;
}
#header ul li.menu a:hover {
	background-position: 0 -53px;
}
#header ul li.blog a {
	background-position: -131px 0px;
}
#header ul li.blog a.active {
	background-position: -131px -106px;
}
#header ul li.blog a:hover {
	background-position: -131px -53px;
}
#header ul li.contact a {
	background-position: -262px 0;
}
#header ul li.contact a.active {
	background-position: -262px -106px;
}
#header ul li.contact a:hover {
	background-position: -262px -53px;
}
/* End Headers */







/* Begin Images */



/* End Images */







/* Begin Lists */



.categories ul {
	display:block;
	height:1%;
	overflow:hidden;
	padding-bottom:15px;
	width:305px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.categories ul li {
	border-top:1px solid #1F1F1F;
	display:table;
	float:left;
	margin-right:12px;
	text-align:left;
	width:140px;
}
.categories ul li a {
	color:#95CB64;
	display:block;
	font-size:90%;
	line-height:140%;
	padding:8px 80px 10px 8px;
	position:relative;
	text-decoration:none;
	text-transform: uppercase;
}
.categories ul li a:hover {
	background-color:#2e3d1f;
	background-image: url(images/icon_leaf.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.gallery_page ul {
	display:block;
	height:1%;
	overflow:hidden;
	padding-bottom:15px;
	width:986px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.gallery_page ul li {
	display:table;
	float:left;
	margin-bottom:24px;
	margin-right:24px;
	text-align:left;
	width:304px;
}
.gallery_page ul li img {
	border: solid 3px white;
}
/* End Lists */




/* Contact */
.contact_page #mainFeature img { padding-top: 38px;}


/* Begin Form Elements */



/* End Form Elements */







/* Begin Comments*/
#respond {
	margin-top: 30px;
}

.commentlist .quote {
	background:url(images/bg_quote.gif) no-repeat top right;
	min-height: 60px;
}
.commentlist .quote img {
	float: left;
	padding:0 10px 10px 0;
}

.commentlist li {
 	padding: 20px 20px 30px 20px;
	margin-top:15px;
	background:#454545 url(images/bg_commentlist.gif) left bottom no-repeat;
	color:#e4edee;
	}

.commentlist cite {
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#88e5f0;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#FFF;
	text-decoration:underline;
	}
	
#respond textarea {
	width:490px !important;
}
#respond select,
#respond input,
#respond button,
#respond textarea {
	background-color: #454545;
	border:none;
	color:white;
	padding:10px;
	margin-bottom: 5px;
}


/* End Comments */







/* Begin Sidebar */



/* End Sidebar */







/* Begin Calendar */



/* End Calendar */







/* Begin Various Tags & Classes */

div.clearfix {
	clear:both;
	display: inline-block;
}



/* End Various Tags & Classes*/







/* blog design by gorilla */

#blog-design-by-gorilla {padding: 18px; text-align: center;}
#blog-design-by-gorilla a {color: #333;}
#blog-design-by-gorilla a:hover {color: yellow;}

/* End "design by gorilla */
