/* 
Theme Name: Desene animate
Theme URL: http://www.desene-animate.biz/
Description: Desene animate.
Author: Desene animate
Author URI: http://www.desene-animate.biz
Version: 1.0
Tags: Orange, two-columns, fixed-width
*/


/*RESET ALL Style*/
@import url('style/satudigit_reset.css');

/*MENU Style*/
@import url('style/satudigit_menu.css');

/*Content Style*/
@import url('style/satudigit_content.css');

/*Sidebar Style*/
@import url('style/satudigit_sidebar.css');

/*Comment Style*/
@import url('style/satudigit_comment.css');

/*Footer Style*/
@import url('style/satudigit_footer.css');

/*ROUNDED CORNER*/
@import url('style/satudigit_round.css');

/*TEXTs*/
@import url('style/satudigit_teks.css');

/*shadow*/
@import url('style/satudigit_shadow.css');

body {
	background:#EFEFF1 url(images/background.jpg) repeat-x;
}

#header {
	position:relative;
	height:100px;
	top:48px;
	background:url(images/header_bg.jpg) no-repeat top center;
}

/*Top title*/
#topTitle {
	/* position:absolute;
	left:230px;
	top:20px;
	*/
	padding-top: 15px;
	padding-left: 50px;
	display: inline-block;
}

#topTitle a,
#topTitle h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#333;
	letter-spacing:-2px;
	text-decoration:none;
}

#topTitle p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
}

/*rss link on top header*/
.rss_link a {
	position:absolute;
	top:-50px;
	left:1000px;
	background:url(images/icon_rss.png) no-repeat right top;
	height:24px;
	padding:8px 30px 0 14px;
	font:11px Verdana, Geneva, sans-serif;
	color:#999;
	text-decoration:none;
	letter-spacing:-1px;
}

/*The Container*/
#container {
	position:relative;
	top:48px;
	width:960px;
	margin:0 auto;
}

/*wordpress required*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

