/* CSS Document */

body {
	background-color:#fff;
	background-image:url(../images/backgrounds/gray_floral.png);
	background-position:center;
	background-repeat:repeat-y;
	background-size:contain;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 100%; /* browser default: typically 16px*/
	color:#777;
}

#container {
	width:70%;
	margin:0% auto;
	background-color: rgba(255, 255, 255, 0.942);
}

#header {
	background-image:url(../images/backgrounds/turbine.jpg);
	background-size: cover;
	background-position: 0% 57%;
	/*margin:10px;
	padding:30px 10px 30px 10px;*/
	border-top:0.01em solid #ccc;
}
#header h1 {
	text-align:center;
	font-family: Garamsond, serif;
	font-size: 3em;
	font-weight:bold;
	color:#000;
	font-weight:normal;
	margin-top: 2em;
	background-color: rgba(255, 255, 255, 0.6);
}
#header h1 a {
	color:#09295b;
	text-decoration:none;
}
#header h2 {
	width:80%;
	position:relative;
	left:10%;
	font-size:2em;
	font-family: "Brush Script MT", cursive;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	color:#000;
	background-color: rgba(255, 255, 255, 0.6);
	margin-bottom: 3em;
}
#header ul {
	width:auto;
	height: 2.5em;
	margin-bottom: 0em;
	background-color: rgba(255, 255, 255, 0.6);
}
#header li {
	list-style:none;
	float:left;
	margin-right: 2em;
	font-size: 1em;
}
#header li a {
	display:block;
	color:#09295b;
	text-decoration:none;
	border-bottom:0.2em solid #fff;
	margin:0;
	font-size:1.1em;
}
#header li a:hover {
	color:#000;
	font-size:larger;
	border-bottom:0.35em solid #fff;
}
#header li a em {
	font-style:normal;
	text-decoration:underline;
}

#sidebar {
	float:right;
	width:30%;
	margin:1em 0.25em 1em 0.25em;
	padding-left: 0.25em;
}
#sidebar h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#000;
}
#sidebar p {
	padding:0.25em;
}
ul.submenu {
	margin:0;
	padding:0;
}
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu a {
	display:block;
	height:auto;
	padding:0.4em 0.4em 0.4em 0.75em;
	margin:0.1em 0 0 0.25em;
	background-color:#fff;
	background-image:url(../images/backgrounds/submenua_normal.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.submenu a:hover, .submenu a:focus, .submenu a:active {
	background-image:url(../images/backgrounds/submenua.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#fff;
	padding:0.4em 0.4em 0.4em 0.75em;
}
.submenu a:hover {
	font-size: larger;
}

.note {
	padding:0.75em;
	background-color:#eee;
	border:1px solid #ccc;
	margin:1.2em 0.3em;
}

#content {
	margin:1em;
}

#content h1 {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	border-bottom:0.1em solid #eee;
	padding:0.3em;
	color:#000;
	width: 67%;
}
#content h1 a {
	color:#000;
	text-decoration:none;
	display:block;
	background-image:url(../images/backgrounds/h1.png);
	background-position:right;
	background-repeat:no-repeat;
}
#content h1 a:hover {
	color:#444;
	background-image:url(../images/backgrounds/h1_hover.png);
}
#content h2 {
	font-size:1.1em;
	color:#09295b;
	margin:0.75em 0;
	padding:0.3em;
}
#content h5 {
	font-style: italic;
	font-size: 1em;
}

#content p {
	padding:0.3em;
	line-height:2em;
	word-spacing:0.2em;
	font-size: 1em;
	text-indent: 3em;
}

/* FIX!!!! */
#content img {
	width: 60%;
	text-align: center;
}

#content .article_menu {
	float:right;
	width: 30%;
	padding-left:0.25em;
	margin:1em 0.25em 1em 0.25em;
	border-top:0.1em solid #eee;
}
#content .article_menu b {
	float:left;
	font-weight:normal;
}
#content .article_menu a {
	background-image:url(../images/backgrounds/comment.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#333;
	text-decoration:none;
}
#content .article_menu a:hover {	
	color:#000;
	background-image:url(../images/backgrounds/comment_hover.png);
}

#content p a {
	color:#333;
	text-decoration:none;
}
#content p:hover a {
	border-bottom:0.1em dotted #000;
}
#content p:hover a:hover {
	border-bottom:0.1em solid #000;
}

#content ul {
	margin:0 0 0 1em;
	padding:0;
	border-top:0.1em solid #f6f6f6;
}
#content li {
	margin:0.3em 0 0.3em 0;
	border-bottom:0.1em solid #f6f6f6;
	padding:0 0 0.3em 1.3em;
	background-position:top left;
	background-repeat:no-repeat;
}

#content blockquote {
	background-color:#f6f6f6;
	margin:0.25em;
	padding:0.3em;
	border-top:0.1em solid #eee;
	border-bottom:0.1em solid #eee;
}
#content blockquote p {
	margin:0;
	padding:0 0.75em;
}

#content figure {
	color: #333;
	font-size: 1em;
}

.comment h2{
	color:#09295b;
}
.comment_odd {
	background-color:#f6f6f6;
	padding:0.75em;
	border-top:0.1em solid #fff;
	border-bottom:0.1em solid #eee;
}
.comment_even {
	padding:0.75em;
	background-color:#fcfcfc;
	border-top:0.1em solid #fff;
	border-bottom:0.1em solid #eee;
}
.comnum {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#ccc;
}

input, textarea {
	background-color:#fff;
	border:0.1em solid #ccc;
	padding:0.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#777;
}

.member_type {
	color:#09295b;
	font-weight:bold;
	list-style-type: none;
	background-image:url(../images/backgrounds/arrow.png);
}
.member ul {
	list-style-type: circle;
	list-style-position: inside;
}
.member li{
	color:#333;
	font-size: 1em;
}
.member a, .contact a {
	color: #1212b9;
	text-decoration-line:underline;
}
.member a:hover, .contact a:hover {
	color: #5186bf;
	text-decoration-line:underline;
	font-size:larger;
}

#footer {
	background-color:#eee;
	border-top:0.2em solid #ccc;
	padding:0.75em;
	text-align:center;
}

a {
	color:#333;
	text-decoration:none;
}