html{
	background: #4a4a4a;
	color: #bfbfbf;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif
}

body{
	font-size: 1.4em;
}
a{
	color: #ff6c00;
	text-decoration: none;
}
p{
	line-height: 1.6em;
	margin: 10px;
	text-shadow: 0 1px 0 #000;
}
ul{
	line-height: 1.6em;
	list-style: url(../img/bullet.png) inside;
	margin: 0 10px;
	text-shadow: 0 1px 0 #000;
}
h1,h2,h3{
	background: url(../img/hr.gif) repeat-x 0 50%;
	color: #ccc;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0 10px;
	text-shadow: 0 1px 0 #000;
}

h1{	font-size: 3em; }
h2{ font-size: 2em; }
h3{ font-size: 1.4em; }

hr{
	border: 0 none;
	height: 1px;
	background: #000;
	border-bottom: 1px solid #5c5c5c;
	line-height: 1px;
	margin: 0 10px;
}

p code,pre{
	background: #323232;
	border: 1px solid #5c5c5c;
	border-radius: 15px;
	color: #bfbfbf;	
	font-family: "Courier New", Courier, monospace;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #000;
	/**/
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
pre{
	display: block;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 10px;
	margin: 10px;
}

#wrapper{
}
#wrapper>div{
	margin-bottom: 10px;
}
#nav{
	height: 30xp;
	border-radius: 10px;
	/**/
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;}
#header{
	margin-top: 20px;
}
#header h1{
	background: url(../img/hrd.gif) repeat-x 0 65%;
	color: #ff6c00;
	font-size: 4em;	
}
#slider-wrapper{
	background: #323232;
	border: 1px solid #5c5c5c;
	border-radius: 15px;
	height: 300px;
	/**/
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;	
}
#slider{
	height: 280px;
	margin: 9px;
}
#portfolio-filter{
	background: #323232;
	border: 1px solid #5c5c5c;
	border-radius: 15px;
	margin: 10px;
	/**/
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;	
}
#twitter .thumbnail{
	float: left;
}
#twitter li{ margin-bottom: 10px; }
.thumbnail{
	background: #323232;
	border: 1px solid #5c5c5c;
	border-radius: 10px;
	padding: 5px;
	margin: 5px;
	
	/**/
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
