/*
Theme Name: Hotel Sriti
Theme URI: http://imajiku.com/
Description: Hotel Sriti Theme created by <a href="http://imajiku.com/">Imajiku</a>.
Version: 1
Author: Imajiku
Tags: hotel, hotel sriti, magelang, widgets
*/



* {
margin:0;
padding:0;
}

html, body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #7d7d7d;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	background-position: left top;
} 
 
P {	font-size: 0.95em;}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #333333;
}

#container{ 
	width:100%;
	_width:1024px;
	min-width:1024px;
} 
 
#header{
	position:relative;
	height:81px;
	background-color:#FFFFFF;
	width:100%;
	_width:1024px;
	min-width:1024px;
	float:left;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: left top;
} 

#branding {
	width:343px;
	height:72px;
	margin-bottom:9px;
	float:left;
}

/* main navigation */	
#header ul{
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: small;
	color:#FFFFFF;
	width:540px;
	height:72px;
	margin: 0 0 9px 0 ;
	padding: 0;
	float:left;
	list-style: none;
}

#header ul li { float: left; }

#header ul a {
	display: block;
	padding: 0 1.2em 0.9em 1.2em;
	margin: 0 0.15em;
	line-height: 5.5em;
	text-decoration: none;
	color:#FFFFFF;
}

#header ul a:hover {
	color:#FFFFFF;
	background-image: url(images/nav_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.current {
	color:#FFFFFF;
	background-image: url(images/nav_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* main navigation ends here*/

#lang {
	width:141px;
	height:62px;
	float:left;
	padding-top:10px;
	font-weight:bold;
	font-size:80%;
	color:#cccccc;
}

/* home */
#content_home {
	position:relative;
	background-image: url(images/bg_contentver2.png);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
	width:100%;
	_width:1024px;
	min-width:1024px;
}

#firstcontent_home {
	width:342px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	float:left;
	color:#FFFFFF;
	line-height:1.6em;
	background-color:#492021;
	height:360px;
}

#firstcontent_home a {color:#FFFFFF;}

#secondarycontent_home {
	width:680px;
	_width:650px;
	border-left:2px solid #FFFFFF;
	float:left;
}

#textinfo {
	width:650px;
	_width:630px;
	float:left;
	padding:0 15px 0 359px;
	line-height:1.4em;
	float:left;
}
/* home ends here */

#content {
	position:relative;	
	/*background-image: url(images/bg_bc.png);*/
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
	width:100%;
	_width:1024px;
	min-width:1024px;
	line-height:1.4em;
}

#content h2 { margin: 15px auto 10px; }
	
#firstcontent, #sidebar {
	width:342px;
	float:left;
	background-color:#492021;
	height:360px;
}

#sidebar .categories { list-style:none; }
#sidebar .categories h2 { font: bold 15px Arial, Helvetica, sans-serif; color:#fff; margin: 10px auto auto 10px !important; text-transform:uppercase; }
#sidebar ul { font: normal 12px Arial, Helvetica, sans-serif; color:#fff; margin: 10px auto auto 10px !important; }
#sidebar ul li ul { margin: 10px auto auto 30px !important; }
#sidebar ul li ul li { line-height: 24px !important; list-style:disc }
#sidebar li>a { font: bold 12px Arial, Helvetica, sans-serif; color:#fff; line-height:14px; }

#firstcontent img {border-bottom:2px solid #FFFFFF;}
	
#secondarycontent {
	width:642px;
	padding-left:25px;
	padding-right:15px;
	_width:637px;
	float:left;
}

#secondarycontent h1 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	margin-top:20px;
	margin-bottom:25px;
	background-image: url(images/title_ornament.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 48px;
}

#secondarycontent img {border:#d7d7d7 solid 1px; padding:4px;}

#bc {height:20px; color:#faea8d; font-size:75%;}

#bc a {color:#FFFFFF;}

.bolddark {font-weight:bold; color:#252525}

#footer {
	* height:50px;
	width:650px;
	_width:630px;
	padding-left:359px;
	margin-top:20px;
	margin-bottom:30px;
	margin-right:15px;
	text-align:right;
	font-size:75%;
	float:left;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* 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 */

#contentheader {
	/*clear: both;*/
	background: url(images/newpostbg.gif) repeat-x;
	color: #fff;
	font-size: 12px;
	line-height: 130%;

	width:637px; 
	padding-left:25px;
	padding-right:7px;
/*	_width:637px; */
	float:left;

}
#contentheader a, #contentheader a:visited{
	color: #ffffff;
}
#contentheader .left-col{
	width: 280px;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}
#contentheader .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#contentheader h4 {
	font: bold 16px "Trebuchet MS", Tahoma, Arial;
	color: #fff;
	text-transform:uppercase;
	margin: 5px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 17px 0;
	line-height: 110%;
}
.recent-comments li{
	padding: 0px 0px 15px 0px;
}
.recent-comments strong{ }
.recent-comments a{
	color:#FFCC00 !important;
	line-height: 130%;
	font-weight: normal;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 17px 0;
	line-height: 110%;
}
.recent-posts li{
	padding: 0px 0px 15px 0px;
}
.recent-posts a{
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts small{ color:#FFCC00 }

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.narrowcolumn { 
	background: url(images/newpostbg.gif) repeat-x;
}
.postmetadata { padding-top: 15px !important; padding-bottom:12px;}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.entry p img { margin: 5px !important; }	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}


/* "say : yes!" */

