/*
author: arwin galinato
*/
body{
    background:url(images/background.jpg) repeat-x;
    font-family:tahoma;
    font-size:12px;
	color:#494949;
}

a{
	color:#616161;
}

p{
	line-height:14px;
	padding-bottom:10px;
}

#container, .footer-wrapper{
    width: 980px;
    margin: 0 auto;
}

#logo_search{
    margin-top:20px;
    position: relative;
}

#searchform{
    position: absolute;
    z-index: 1000;
    right:40px;
    top:0;   
}

.s-box{
	position:relative;
	width:200px;
}

.s-box input[type=image]{
	position:absolute;
	top:0;
	right:145px;
	z-index:20;
}

.s-box input[type=text]{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:140px;
	border:1px solid #fff;
	background:#E1E0E0;
	height:30px;
	line-height:30px;
	padding:0 5px 0 15px;
	margin-top:10px;
	-moz-box-shadow:inset -2px 2px 3px #5B5B5B;
	-webkit-box-shadowinset:inset -2px 2px 3px #5B5B5B;
	
}

.readmore{
	border:1px solid #DBDBDB;
	display:block;
	height:29px;
	width:100px;
	float:right;
}

.post-date{
	float:left;
	height:29px;
	line-height:29px;
	font-family:Arial;
	font-size:11px;
	color:#808080;
}

.banner{
    text-align: center;
    margin-bottom:20px;
}

#navigation{
	background:#E8E8E8;
	height:50px;
	line-height:50px;
	width:900px;
	margin:0 auto;
}

#navigation ul{
	padding:10px 10px 0 10px;
}

#navigation li{
	float:left;
}

#navigation li a{
	display:block;
	-moz-box-shadow:inset 0px 2px 3px #000;
	-webkit-box-shadowinset:inset 0px 2px 3px #000;
	height:30px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#272727;
	border:1px solid #DFDFDF;
	padding:0 25px 0 25px;
	margin:0 10px 0 10px;
	background:url(images/menu-bg.jpg) repeat-y right;
}

.clear{
	clear:both;
}

.post-title{
	background:url(images/title-bg.jpg) repeat-x;
	height:48px;
	line-height:48px;
	font-size:20px;
	padding:0 10px 0 10px;
	margin:10px 0 10px 0;
	border:1px solid #DBDBDB;
	
}

.post-content{
	padding:0;
	margin-bottom:10px;
}

#content-wrap{
	width:900px;
	margin:0 auto;
}

#content{
	width:480px;
	float:left;
	padding:0 10px 10px 0;
	background:url(images/border_vertical.jpg) no-repeat top right;
	

}

.three-buttons{
	width:835px;
	margin:10px auto 0 auto;
	border-bottom:1px solid #ADADAD;
}

.three-buttons li{
	float:left;
	margin:0 10px 0 10px;
	border:1px solid #ADADAD;
	border-bottom:none!important;
}

.postthumb img{
	border:1px solid #000;
	margin-bottom:10px;
}

.post-readmore{
	
}

.post-end{
	background:url(images/post-end.jpg) bottom no-repeat;
	height:10px;
}

/*
carousel
*/




#slider {
    width: 900px;
    margin: 0 auto;
    position: relative;
	background:url(images/transparent.png) repeat;
    border:5px solid #fff;
}

.scroll {
	overflow: hidden;
	width: 870px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 250px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	
}

.inside {
	
	
}

.inside img {
	display: block;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}


.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
    z-index:2000;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

#sidebar{
	width:380px;
	margin-left:20px;
	float:right;
	margin-top:10px;
}

.sidebar-post-title{
	color:#858282;
	font-size:16px;
	font-weight:normal!important;
	background:url(images/title-bg.jpg) repeat-x;
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	border:1px solid #DBDBDB;
}

.sidebar-box{
	background:#F5F4F4;
	border:1px solid #D8D8D8;
	padding:10px;
	margin-bottom:10px;
}

.sidebar-box ul li, .sidebar-box p{
	padding-bottom:10px;
}


#footer{
	background:url(images/footer_bg.jpg) repeat-x;
	height:322px;
	width:100%;
	margin-top:20px;
	
}

#footer ul{
	text-align:center;
}

#footer li{
	display:inline-block;
	width:30%;
	margin:0 10px 10px 10x!important;
}

.footer-wrapper{
	padding-top:10px;
}

.footer-wrapper .sidebar-box{
	margin:40px 20px 95px 20px;
	text-align:center;
}

.footer-wrapper .sidebar-box .textwidget{
	
}

.banners{
	text-align:center;
	padding:10px;
}

.banners img{
	margin-bottom:10px;
}





