@import url('reset.css');

/* General Demo Style */
body{
	background:#e4ebe9 url(../images/white_texture.png) repeat top left;
	color:#000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:13px;
	min-height:800px;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
.wrapper{
	width:785px;
	margin:30px auto;
}
h1, h2, h5{
	margin:20px 20px 10px 20px;
	font-size:36px;
	color:#fff;
	font-family: 'PT Serif Caption', Georgia, serif;
	text-align:left;
	font-weight:700;
	text-shadow:1px 1px 3px #cacfd1;
    text-align:center;
}
h1 span, h5, .content p{
	font-size:18px;
	display:block;
	color:#5c8aa1;
	font-weight:400;
    font-style:italic;
	padding-top:10px;
	text-shadow:0px 1px 1px #fff;
}
.line{
	background-color:#aec2cc;
	border-bottom:1px solid #fff;
	height:1px;
	width:500px;
	margin:20px auto;
}
.content{
	width:250px;
	float:right;
	font-family: 'PT Serif Caption', Georgia, serif;
}
.content p{
	padding:10px 0px;
	color:#8899a2;
	font-size:16px;
	
}
/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
	-moz-box-shadow:1px 0px 2px #000;
	-webkit-box-shadow:1px 0px 2px #000;
	box-shadow:1px 0px 2px #000;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
.more{
    font-family: 'PT Serif Caption', Georgia, serif;
	position:relative;
    font-style:italic;
	clear:both;
}
.more ul{
	display:block;
	height:32px;
	text-align:center;
}
.more ul li{
	display:inline;
	padding:2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#5c8aa1;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#fbf9f5;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#79a1b5;
	color:#fff;
	text-shadow:none;
}
