/*   
Theme Name: Osaka :: Sushi And Steak
Theme URI: http://www.arthuso.com
Description: Osaka :: Sushi And Steak Design
Author: Rodrigo Zane Arthuso
Author URI: http://www.arthuso.com
.
General comments/License Statement if any.
.
*/

body {
	background:#1b0e00 url(images/bodybg.jpg) repeat-x;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#e1e1e1;
}
h1 { margin:0; padding:5px 0; }
img { border:0; }

/* Wrapper */
#wrapper {
	width:1000px;
	margin:-5px auto;
	background:#1b0e00 url(images/background.jpg) no-repeat;
}

/* Menu bar on top */
#menubar {
	text-align:right;
	padding:0 20px 0 10px;
}
#menubar ul { list-style-type:none; margin:0; padding:0; }
#menubar ul li { padding:0; display:inline; }
#menubar .division { padding-left:10px; }
/*#menubar .menu-item { vertical-align:super; }*/

/* Bar with Logo (Top) */
#osakabar {
	background:url(images/topbar.png) no-repeat;
	height:169px;
	margin-top:-15px;
}

/* Main Content */
#content-wrapper {
	width:1000px;
	margin-top:20px;
}
#content-left {
	width:700px;
	float:left;
}
#content-left .content {
	padding:10px 40px;
}
#content-left .entry { /*padding:5px;*/ width:600px; }

#content-right {
	width:300px;
	margin-left:700px;
}
#content-right ul { padding:0; margin:20px auto; width:220px; }
#content-right li { padding:5px; list-style-type:none; }
#content-right .entry-title { margin:0; padding:5px; background-color:#8C2127; font-weight:bold; }
#content-right .entry-title a { color:#fff; text-decoration:none; }
#content-right .entry-text { padding:15px 5px; padding-bottom:0; }
#content-right .read-more, #content-right .read-more a { color:#a46b1e; }
#content-right .division {
	background:url(images/sidebar-division.png) no-repeat;
	margin:0 auto;
	width:210px;
	height:6px;
}
#content-right .content {
	padding:10px;
}
#content-right .title {
	background:url(images/sidebar-title.png) center no-repeat;
	height:23px;
}

/* Footer */
#footer {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#999;
	clear:both;
}
#footer ul { padding:0; margin:0; }
#footer li { list-style-type:none; padding:0; margin:0; display:inline; }
#footer li a { color:#999; text-decoration:none; }
#footer li a:hover { text-decoration:underline; }
#footer .division {
	background:url(images/footer-division.png) center no-repeat;
	height:4px;
}
#footer .footer-left {
	width:350px;
	padding:5px 40px;
}
#footer .footer-right {
	width:520px;
	text-align:right;
	float:right;
	position:absolute;
	margin-left:430px;
	padding:5px 0;
}
#footer .footer-extra { margin-top:2px; }


/*
*
* TAKEN FROM WORDPRESS
*
*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#news_posts a { color:#fff; /*text-decoration:none;*/ }
/*#news_posts a:hover { text-decoration:underline; }*/
#news_posts h3 { font-size:13px; margin:0; }
#news_posts .date { font-style:italic; }
