@charset "UTF-8";
/* CSS Document */

html {
}
body {
	font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", Arimo, Helvetica, Arial, sans-serif;
	color: #DCDADF;
	height: 100%;
	width: 100%;
	font-size: 11pt;
	text-align: justify;
	/*line-height: 12pt;*/
	background: url(../images/bg_small.jpg) no-repeat center center;
	background-attachment:fixed !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
}

p {vertical-align:top}

#article a {
	text-decoration: none;
	color: #FFF;
}

#sidebar a {
	text-decoration: none;
	color: #FFF;
}

h1 {
	font-size: 16pt;
	text-align: left;
	color: #DEDCE1;

	font-weight: 500;
}
h2 {
	font-size: 14pt;
	font-weight: 500;
	text-align: left;

}

h3 {
	font-size: 16pt;
	text-align: left;
	color: #DEDCE1;

	font-weight: 500;
}

#container .sidebar {
	font-size: 14pt;
}
.bg {

}

img {
	align:top;
	display:inline-block;
	margin-top:3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #000;
	border-left-color: #999;
}

body #container {
	height: 80%;
	max-width: 900px;
	margin: auto;
}

body #container #logo {
	background-image: url(../images/butterfly.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 340px;
	margin: auto;
	background-position: 0px 0px;
	font-family: 'Crimson Text', serif;
	overflow: visible;
}

body #container #logo #logotop {
	width: 280px;
	height: 65px;
	border-bottom: 1px solid #CCC;
	font-size: 55px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	color: #FFF;
	letter-spacing: -0.7px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 3px;
}

body #container #logo #logobottom {
	width: 280px;
	height: 40px;
	font-size: 22px;
	font-style: normal;
	text-align: center;
	line-height: normal;
	color: #cfd0d8;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

.transparent {
	background:#7f7f7f;
	background:rgba(0, 0, 0, 0.53);
}

nav {
	display: block;
	margin: 8px auto;
	overflow: hidden;
	width: 99%;
	font-family: 'Crimson Text', serif;
	font-size:16.5pt;
	margin-top:10px;
}
nav ul {
	text-align:left;
	line-height:0;
	margin-top: 0;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0px;
}

nav ul li {
	display: block;
	line-height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding:3px;
	margin:3px;
	background-color: rgba( 0, 0, 0, 0.5 );
}
nav > ul > li > a {
	color:#DADADA;
	display: block;
	line-height: 28pt;
	margin: auto;
	padding: 0 10px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	text-decoration: none;
}

nav > ul >li:hover > a {
	color: rgb( 255, 255, 255 );
}

hr {
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 4px;
}


#main {
	position:relative;
	background-color: rgba( 0, 0, 0, 0.2 );
	margin-top: 10px;
	margin-right:7px;
	margin-bottom: 20px;
	margin-left: 6px;
	padding: 0px 15px;
	overflow: auto;
}

#main_full_width {
	background-color: rgba( 0, 0, 0, 0.2 );
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 7px;
	margin-right: 10px;
	padding-left: 23px;
	padding-right: 10px;
	overflow: auto;
	float:left;
	border-top:ppx solid line;

}

#sidebar {
	position:relative;
	background-color: rgba( 0, 0, 0, 0.2 );
	margin-top: 10px;
	margin-left: 6px;
	padding: 0px 15px;
	margin-right:7px;
	overflow: auto;
}
.clearfloat {
	clear: both;
}
.antispam { display:none;}

