/*
Theme Name: Sevina
Theme URI: http://deaky.web.id
Description: Sevina - Beautifully Customizable WordPress Theme.
Version: 1.0
Author: Deaky
Author URI: http://deaky.web.id
*/

@import url('http://fonts.googleapis.com/css?family=Lobster');

body {
	background:#000 url(images/bg.jpg) center no-repeat fixed;
	font:normal 9pt Arial, Geneva, Helvetica, sans-serif;
	color:#e1e1e1;
	line-height:1.6;
}
a{
	color:#ff9600;
}
a:hover{
	color:#FFFFFF;
}
#wrapper{
	width:1000px;
	margin:0 auto;

}
#header{
	height:80px;
	color:#FFF;
}
#contentcontainer{
	clear:both;
	width:1000px;
	/*padding:25px 0 0 0;*/
}
#content{
	width:665px;
	margin:0px 26px 0px 0;
}
#sidebar{
	width:280px;
	margin:0px;
	padding:0px;
}
#footer{
	clear:both;
	width:970px;
	padding:10px;
}
/* Structure */

/* Global Colors */
.colororange{
	color:#ff9600;
}

