/*
Theme name: Umamimart
Description: Custom Theme for Umamimart, based on sandbox theme
*/

/* Layout */
@import url('wp-default.css');

* { padding: 0; margin: 0; outline: 0; }
.cl { font-size: 0; line-height: 0; height: 0; display: block; clear: both; }

body {
    background: white;
    font-family: verdana, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #505050;
}
.shell {
	position: relative;
	width: 1044px;
	margin: 0 auto;
	padding: 0 20px 25px;
}

a { color: #efa81c; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: solid 0 #505050; }
h4 {
	font-weight: normal;
	font-family: verdana, sans-serif;
	letter-spacing: 0.2em;
	margin-top: 20px;
	text-transform: uppercase;
	color:#26c723;
	font-size: 12px;
}
abbr { border: none; }


/********************************/
/*            HEADER            */
/********************************/
#header {
	height: 130px;
	border-top: solid 1px #e2f8d4;
	background: #fff url(images/header.gif) repeat-x 0 bottom;
}
	h1#logo {
		height: 115px;
		width: 782px;
		margin: 18px auto 0;
		font-size: 0;
		line-height: 0;
		background-image: none;
	}
	h1#logo a {
		display: block;
		height: 115px;
		text-indent: -4000px;
		background: url(images/logo.png) no-repeat;
	}


/********************************/
/*              NAV             */
/********************************/
#nav {
	position: relative;
	height: 20px;
	padding: 7px 0;
	margin-bottom: 37px;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#nav ul {
	list-style-type: none;
	padding-top: 5px;
}
#nav li {
	float: left;
	border-right: solid 1px #e5e5e5;
	padding: 0 25px;
}
#nav li a {
	color: #efa81c;
	text-decoration: none;
}

/*
li.dropdownfrom {
	position: relative;
}
.dropdown {
	display: none;
	position: absolute;
	left:-25px;
	z-index: 101;
	width: 250px;
	padding: 1px;
	border:1px solid #ddd;
	background-color:#fff;
}
.dropdown a img {
	vertical-align: middle;
	margin-right: 10px;
}
.dropdown a {
	display: block;
	margin: 10px;
}
li.dropdownfrom:hover .dropdown {
	display: block;
}
*/


/********************************/
/*         LEFT SIDEBAR         */
/********************************/
#left-side {
	float: left;
	width: 190px;
	border-right: solid 1px #faf7f2;
	padding-right: 10px;
}
#left-side .popcap {color: #ff6200; text-transform: uppercase; font-size: 105%;}
#left-side h4 {text-transform: uppercase; color:#26c723}
#left-side h4.recent {background:url(images/recent.gif) no-repeat right 0; padding-top:15px; padding-right:20px; padding-bottom:7px}
#left-side ul {list-style-type: none;}
#left-side li {background-repeat: no-repeat; background-position: 0 0;}
#left-side li.fridgin {background-image: url(images/icon1.gif);}
#left-side li.happy-hour {background-image: url(images/icon2.gif);}
#left-side li.tap {background-image: url(images/icon3.gif);}
#left-side li.packaging {background-image: url(images/icon4.gif);}
#left-side li.umamiventure {background-image: url(images/icon5.gif);}
#left-side li.um {background-image: url(images/icon6.gif);}
#left-side li.recpy {background-image: url(images/icon7.gif);}
#left-side li a {color:#9d9d9d; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;}
#left-side p {overflow: hidden; margin-bottom: 17px;}
	#latest_comments a {
		color: inherit;
		text-decoration: none;
	}
	#latest_comments a:hover {
		color: #efa81c;
		text-decoration: underline;
	}
	.tag-box {
		text-align: center;
		padding-top:35px
	}


/********************************/
/*           CENTER             */
/********************************/
#center {
	float: left;
	width: 640px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11.75px;
    line-height: 1.62em;
    color: #4d4d4d;
}
.post {
	margin-top: 21px;
	margin-right: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 21px;
}
.post:first-child { margin-top: 0; }
	#center h3 { font-size: 19px; font-weight: normal; letter-spacing: 0.1em }
	#center h3 a { color: #505050; text-decoration: none; }
	#center h3 a:hover { text-decoration: underline; }
	#center .date {text-transform: uppercase; padding: 0;}
	.post h3 { margin-top: 23px; }
	#center .author { padding: 10px 0; display: block; font-size: 0.88em; text-transform: uppercase; }
	#center .content {}
		.content p { padding-bottom: 1.62em; }
	#center .postmetadata { font-size: 0.88em; line-height: 1.62em; padding-bottom: 0 }
	
	#center .image {padding:10px 0;}
	#center .image img {display: block;}
	#center a.more-link {float: left; background:url(images/more.gif) no-repeat right 0; padding:8px 30px 5px 0 ;}
	.post img.center {display: block; padding: 3px; margin: 0 auto 1.5em auto;border: 1px solid #bebebe; float: none; clear: both;}


/********************************/
/*        RIGHT SIDEBAR         */
/********************************/
#right-side {
	float: right;
	width: 157px;
	border-left: solid 1px #faf7f2;
	padding-left: 14px;
}
#right-side .dropdown {width:150px}
#right-side h4 {padding-bottom:0px}
#right-side ul.social {list-style-type: none; padding:12px 0 40px 0}
#right-side ul.social li {padding-right:6px; padding-bottom:6px; float: left;}
#right-side ul.social li a {color:#9d9d9d; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;}
#right-side h4.fr {background:url(images/more.gif) no-repeat 130px 0; padding:7px 30px 5px 0 ; }
#right-side h4.archive {background:url(images/carrot.gif) no-repeat 100px 0; padding:32px 32px 5px 0 ; }
#right-side h4.blog {background:url(images/) no-repeat 100px 0; padding:32px 32px 5px 0 ;}
#right-side h2.blog {font-weight: normal; }
#right-side .image-frame {border:solid 1px #f2a41c; margin: 0 15px 15px 0; }
#right-side .image-frame img {display: block;}
.search-form .field{width:130px;  border:solid 1px #c8c8c8; text-transform: uppercase; font-size: 11px; color:#b1b1b1; padding:2px 0 2px 2px}
#adsense { margin-top: 53px; }


/********************************/
/*            FOOTER            */
/********************************/
#footer {
	clear: both;
	margin-top: 10px;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
}


/********************************/
/* EAT OUT/EAT IN/COLUMNS/ABOUT */
/********************************/
ul.destinations { list-style-type: none; padding-top:15px }
ul.destinations li { float: left; width: 187px; height: 225px; margin: 15px 26px 20px 0; }
ul.authors li { height: 300px; }
ul.destinations li.no-space { margin-right: 0 } /* In use? */
.shadow-frame { overflow: hidden; clear: both; }
.shadow-frame-title { width: 205px; height: 45px; position: relative; }
ul.destinations li h5 { color: #666; font-size: 13px; }
ul.destinations li h5 img { float: right; margin: 0; padding: 0 !important; } /* Icons in Column page */
ul.destinations li img { display: block; padding: 6px 0 5px; }
ul.destinations li h6 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1.5px;
	line-height: 14px;
}
ul.destinations li strong { text-transform: uppercase; }
/*
ul.destinations li a.read { float: right; margin-right: 15px; }
ul.destinations li.quick-search { width: 196px; background: #f4fff1; border: solid 1px #dddfda; height: 219px; margin-top: 20px; padding-top: 25px; padding-left: 11px; font-size: 10px; margin-bottom: 35px; }
ul.destinations li.quick-search form { padding-top: 30px; }
ul.destinations li.quick-search .field { width:156px; float: left; font-size: 10px; text-transform: uppercase; color: #cecece; padding-left: 2px; }
ul.destinations li.quick-search .dropdown { width: 165px; float: left; font-size: 10px; text-transform: uppercase; color:#cecece; }
ul.destinations li.quick-search .space { margin-left: 20px; }
ul.destinations li.quick-search label { font-size: 10px; padding-right: 7px; float: left; }
ul.destinations li.quick-search .btnp { float: right; display: inline; }
ul.destinations li.quick-search .btnp input { float: right; display: inline; width: 17px; height: 17px; background: white; color: #c0f23b; text-align: center; font-size: 10px; border: solid 1px #c3c8c2; padding-bottom: 2px; cursor: pointer; margin-right: 13px; margin-top: 4px; }
ul.destinations li.quick-search span.head { text-transform: uppercase; color:#3f4239; letter-spacing: 0.1em; font-size: 11px; }
ul.destinations li.quick-search span.and { display: block; padding: 10px 0 10px 20px; }
*/


/********************************/
/*            OTHER             */
/********************************/
.nav-next {
	float: right;
	display: inline;
}
.nav-previous {
	float: left;
	display: inline;
}
.page-title, .entry-title {
	font-size: 18px;
	line-height: 1.5em;
}
.entry-content img, .content img{
	text-align: left !important;
	margin-left: 0 !important;
}
.btn {
	font-size: 11px;
	color: #26c723;
	border: 1px solid #bbb;
	background: #fff;
	width: 25px;
	padding-bottom: 2px;
	cursor: pointer;
}
.comments ul {
	list-style-type: none;
}
.comments ul li {
	margin: 20px 5px;
	list-style-type: none;
}
.comments .comment-data {
	padding: 5px 15px; 
}
.comment-text p {
	padding: 5px 15px; 
}
.comment-text {
	border-top: dotted 1px #efa81c; 
}
#commentform {
	margin: 10px 10px; 
}
.comment-author {
	font-weight: bold;
}
.comment-meta {
	color: #bbb;
}


/********************************/
/*           ADDTHIS            */
/********************************/
.addthis_toolbox {
	margin: 24px 0 1px;
}
.addthis_button_stumbleupon {
	margin: 0 35px 0 19px;
}


/********************************/
/*        OTHER ADD-ONS         */
/********************************/
.fb_iframe_widget {
	margin-bottom: 9px;
}
.twtr-widget .twtr-tweet-wrap, .twtr-hd, .twtr-ft>div {
	padding-left: 0 !important;
}
#location {
	width: 320px;
	height: 120px;
	position: relative;
	margin-bottom: 10px;
}
#location address{
	font-style: normal;
	display: block;
	position: absolute;
	width: 180px;
	right: 0;
	padding: 10px;
}
#map_canvas {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
}

