@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block
}
body {
	line-height:1
}
ol,ul {
	list-style:none
}
blockquote,q {
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
body {
	font-family:Arial,sans-serif;
	font-size:1em;
}
#wrapper {
	width:100%;
	margin:50px auto
}
.modern-ticker {
	margin-bottom:0px
}
h1 {
	color:#fafafa;
	background-color:#404040;
	font-size:16px;
	padding:7px 10px;
	margin-bottom:7px;
	display:inline-block;
	border-radius:5px;
	display:inline-block;
	*display:inline;
	zoom:1
}
#options {
	padding:12px 20px;
	border-radius:10px
}
#theme,#layout,#corners {
	float:left
}
#theme,#layout {
	margin-right:60px
}
#options h1 {
	color:#fafafa;
	background-color:#4a4a4a;
	padding:8px 12px;
	margin-bottom:5px;
	text-transform:uppercase
}
#options li {
	color:#202020;
	background-color:#e0e0e0;
	padding:8px 12px;
	margin-bottom:2px;
	cursor:pointer;
	border-radius:5px
}
#options li:hover {
	background-color:#09f
}
#options .selected {
	background-color:#09f
}
#options .hlist ul {
	margin-right:20px;
	float:left
}
#options .hlist ul:last-child {
	margin-right:0
}
.clear {
	clear: both
}