/*
Theme Name: Suhosp
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{ margin:0;padding:0;}
table{ border-collapse:collapse;border-spacing:0;}
fieldset,img{ border:0;}
ol,ul,li{ list-style:none; list-style-position:outside;}
a img{ border:0;}

/* Generic Styling */
a{ color:#54062C; text-decoration:underline;}
a:hover{ color:#54062C;}


body{ color:#ccc; font-size:12px; font-family:Arial, Helvetica, sans-serif; background:#54062c url(images/page_top.gif) top repeat-x;}
.body_inside{ width:100%; background:url(images/head_bg.jpg) center top no-repeat;}


.wrapper{ width:880px; margin:0 auto;}


/* header */
#header{ width:100%; overflow:hidden; margin-bottom:18px;}
	#header h1{ float:left; display:inline; margin:44px 0 31px 4px;}
	#header h1 a{ color:#fff; font-size:30px;}
	
	.head_subtitle{ float:left; margin:60px 0 0 20px; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-weight:bold; color:#fff;}


	#navigation{ width:872px; height:65px; margin:0 auto; position:relative; background:#2d1925 url(images/nav_bg.gif) 0 0 no-repeat; clear:both;}
		.leaf{ width:126px; height:114px; position:absolute; text-indent:-9999px; overflow:hidden; right:10px; top:-68px;
				 background:url(images/leaf.png) no-repeat;}
		#navigation ul{ width:842px; overflow:hidden; padding:14px 15px 0;}
		#navigation ul li{ float:left; display:inline; height:35px; line-height:35px;}
		#navigation ul li#home{ background:url(images/nav_line.gif) right top no-repeat;}
		#navigation ul li a{ float:left; line-height:35px; color:#fff; text-decoration:none; padding:0 15px; font-size:14px; font-weight:bold;}
		#navigation ul li a:hover{ color:#ccc;}
		#navigation ul li.on a{ color:#ffff00;}




/* content */
#content{ width:100%; overflow:hidden; padding-bottom:45px;}
	.banner_holder{ width:880px; height:325px; overflow:hidden; background:url(images/banner_bg.png) no-repeat; margin-bottom:8px;}
		h3 { font-size:1.3em; line-height:3em;}
	.narrowcol{width:880px; min-height:500px; overflow:hidden; background:url(images/repeatbannerside.gif) repeat-y top left}
	.banner_holder_inside{ width:100%; position:relative;}
		.banner_title{ width:165px; position:absolute; left:15px; top:11px; z-index:2;}
		.banner_title li{ float:left; width:100%; margin-bottom:7px;}
		.banner_title li img{ display:block;}
		.post-edit-link {display:none;}
		
		.banner_content{ width:864px; height:307px; margin:0 auto; padding-top:4px; background:#fff; position:relative; z-index:1;}
			.ban_img{ text-align:right;}
			.ban_order{ width:170px; position:absolute; right:85px; top:67px;}
			.ban_order p{ margin-bottom:28px; text-align:center;}
	
	.Maincol{float:right; width:570px; margin-right:20px; margin-bottom:40px; color:#666;}
		
		.Maincol h2 {margin-top:30px; margin-bottom:10px; font-size:2em;}
		.Maincol p {font-size:1.3em; line-height:1.5em; margin-bottom:15px;}
		.imagebody { padding:10px; background:#e5dbcf; border:1px solid #b6a48f; margin-right:12px; }
		.clear {clear:both;}
		.Maincol ul li { font-size:1.3em; line-height:2em;}
	
		
		
	.box_holder{ width:100%; overflow:hidden; font-family:Verdana, Arial, Helvetica, sans-serif;}
		.box_promotion{ float:left; display:inline; width:282px; margin-left:4px; color:#fff; background:#96b35b url(images/box_promo_top.jpg) top no-repeat;}
		.box_promotion .box_inside{ width:100%; height:262px; overflow:hidden; background:url(images/box_promo_bottom.jpg) bottom no-repeat;}
		.box_promotion h2{ margin:35px 0 36px 87px;}
		.box_promotion p{ margin:10px 0 0px 30px; width:200px; font-weight:bold;}
		.box_promotion strong {color:#54062C;}
			.promo_list{ padding-left:70px; font-weight:bold; line-height:220%;}
			.promo_list li strong{ color:#54062C;}
		
		.box{ float:left; width:282px; height:262px; background:#fff; margin-left:13px;}
		.box h2{ margin:25px 0 12px 36px;}
			.open_hour{ color:#996a81; line-height:240%; padding:0 20px 0 35px; font-weight:bold;}
			.open_hour strong{ color:#35222d;}
			
			.testi_box{ width:252px; background:#e5dcd2 url(images/testimonial_bottom.gif) bottom no-repeat; margin:0 auto;}
			.testi_box_inside{ padding:18px 25px 20px 36px; color:#35222d; background:url(images/testimonial_top.gif) top no-repeat;}
			.testi_box cite{ font-style:normal; font-weight:bold; margin-bottom:13px; display:block;}

/* sidebar*/
	#sidebar {float:left; width:255px; margin:0px 0px 0px 4px;}
	
/* footer */
#footer{ width:100%; overflow:hidden; background:#320118;}
.footer_inside{ width:872px; overflow:hidden; margin:0 auto; padding:30px 0 40px; color:#b99f84; font-weight:bold;}
	.copyright{ float:left;}
	.design{ float:right;}

