/*--- General Styles ---*/
body{
	font-family:  'Arial Narrow', Arial, sans-serif;
    background: #eadec7 url(../images/bg.png);
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
a{
	color: #3d7489;
	text-decoration: none;
}
a:hover{
	color: #126686;
}
#container{
	width: 100%;
	position: relative;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
#container > #header{
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
#container > #header h1{
	font-size: 40px;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #128680;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
#container > #header h1 span{
	font-weight: 700;
}
#container > #header h1 span span{
    color: #4fc6cd;
}
#container > #header h2{
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #82858e;
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
}
#footer{
    font-size: 15px;
    margin: 25px 0px 15px 0px;
    text-align: center;
}
#author span{
    color: #6f6f6f;
}
/*--- Top-bar Styles ---*/
.top-bar{
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    line-height: 24px;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.4);
	z-index: 9999;
	position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.top-bar a{
	padding: 0px 10px;
	letter-spacing: 1px;
    color: #333;
	display: inline-block;
}
.top-bar a:hover{
	background: rgba(255,255,255,0.1);
}
.top-right{
    letter-spacing: 1px;
    padding: 0px 10px;
	float: right;
}
.top-bar a span, .top-right span{
    color: #295a6e;
    font-weight: bold;
}
/*--- Content Styles ---*/
.content{
    width: 750px;
    padding: 5px 20px;
    margin: 0 auto;
    color: #3d7489;
    border-radius: 3px;
    background: rgba(255,255,255,0.9);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
}
.content img{
    vertical-align: middle;
    margin-right: 5px;
}
.content-row{
    text-align: center;
}
.sections-blocks{
    margin: 0px 0px 15px 0px;
}
div.sections-blocks span{
    color: #25948d;
    font-weight: bold;
    border-radius: 1px;
    background: rgba(85,177,174,0.1);
    box-shadow: -1px 1px 1px rgba(61,116,137,0.2);
}
.header-tab{
    font-weight: 600;
    text-align: center;
    color: #128680;
}
