@CHARSET "UTF-8";

* {
	font-family: Tahoma;
	
}

html, body
{
	padding: 0;
	font-size: 13px;
}

body
{
	background: url(images/bg.png) fixed;
}

p
{
	font-size: 22px;
	text-indent: 40px;
	margin: 0 0 10px 0;
    line-height: 20px;
}

p.bigger
{
	font-size: 24px;
}

hr
{
	border: 1px solid #BBB;
	margin-top: 20px ;
}

hr.smart {
	margin: 25px 0 5px 0;
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

a:link, a:visited {
	color: #00C;
	text-decoration:none;
}

a:hover{
	color: #009;
	text-decoration:none;
}

a:active{
	color: #006;
	text-decoration:none;
}

ul, ol
{
	font-size: 22px;
	margin: 0 auto;
}

ul:not(.navigator):not(.paragraph) li
{
	list-style: none;
	background: url(images/bullet.png) no-repeat left 10px;
 	padding: 0px 0px 0px 24px;
	
}

h1,h2,h3,h4,h5,h6
{
	text-shadow: 2px 2px 2px #999999;
    filter: dropshadow(color=#999999, offx=2, offy=2);
}

h1 {
	font-size: 40px;
	margin: -20px auto 10px 0;
	background: transparent url(images/arrow.png) no-repeat 0 23px ;
	padding-left: 30px;
}
h2{font-size: 32px;margin: 0;}
h3{font-size: 26px;margin: -5px 0 0 0;}
h4{font-size: 26px;margin: -12px 0 -3px 0;}


img { border: none; }

.clear		{ clear: both; }

.title
{
	font-size: 14px;
	font-weight: bold;
}

.float-left
{
	float: left;
	margin-right: 20px;
}

.member
{
	float:left; 
	width:470px;
}

.rounded
{
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.red {color: red}
.blue, .name {color: blue}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    background-color: #fff;
    color: #333;
    padding: 12px 32px 32px 32px;
    
    box-shadow: 0 0 15px #111111;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.html5
{
	display: block;
	position: absolute;
}
.html5 a
{
	display: block;
	position: absolute;
	top: -50px;
	left: 770px;
}

#wrapper
{
	width: 960px;
	margin: 30px auto;
    box-shadow: 0 0 15px #111111;
}

header
{
	height: 180px;
	background: url(images/v-bar.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#logo
{
	display: inline;
    float: left;
    margin: 0;
}

#logo h1
{
	background: url(images/logo.png) no-repeat scroll 0 0 transparent;;
	margin-left: 16px;
	margin-top: 16px;
}

#logo h1 a {
    display: block;
    width: 150px;
    height: 150px;
    margin-left: -30px;
    text-indent: -9999px;
}

header_text
{
	float: left;
	padding-top: 24px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}

#content
{
	background: #fff;
	padding: 30px;
}

#content_left
{
	float: left;
}

#content_right
{
	float: right;
	margin-top: 15px;
	width: 680px;
}

#content_header
{
	font-size: 24px;
}

#content_button
{
	display: inline;
	margin-top: -2px;
}

footer
{
	display:block;
	padding: 15px 20px;	
	background: #333;
	color: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#footer_left
{
	float: left; 
}

#footer_right
{
	float: right; 
	text-align: right;
}

#footer_description, #footer_credits
{
	margin-top: 10px;
	font-size: 11px;
	color: #ccc;
}
#footer_credits
{
	margin-top: 5px;
}

#footer_description div, #footer_credits div
{
	margin-bottom: -1px;
}