/**
 *
 *
 */

body {
	margin: 50px 0 0 0;
	padding: 0;
	background: #fff url(../gfx/bg_top.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #666;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 1.8em;
}

a:link {
	color: #333;
}

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}

a:visited {
	color: #333333;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

/* Wrappter */
#wrapper
{
	margin: 0 1em;
}

/* Header */

#header {
	width: 850px;
	height: 80px;
	margin: 0 auto 40px auto;
	/*background: url(../gfx/img03.gif) repeat-x left bottom;*/
}

#logo {
	float: left;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: .5em;
	padding: .5em;
	text-decoration: none;
	color: #999;
	font-size: 1.2em;
	font-family: Arial;
}

#menu .active a, #menu a:hover {
	/*background: url(../gfx/img02.gif) repeat-x left bottom;*/
	border-bottom: 3px solid #039;
	color: #039;
}

#menu .active a:hover {
	border-bottom: 3px solid #039;
	color: #039;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 575px;
}

#content h1
{
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../gfx/img03.gif) repeat-x left bottom;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../gfx/img03.gif) repeat-x left bottom;
}

.post .entry {
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(../gfx/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(../gfx/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(../gfx/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(../gfx/img03.gif) repeat-x left bottom;
	font-size: 16px;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(../gfx/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h1 {
	margin-bottom: 1em;
	background: url(../gfx/img10.gif) repeat-x left bottom;
	padding-bottom: .3em;
	font-size: 1.2em;
	color: #fff;
}

.box2 h2 {
	font-size: 1em;
	color: #fff;
}

.box2 ul, .organ ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.organ li {
	clear: left;
}

.organ li span.function {
	width: 120px;
	display: block;
	font-weight: bold;
	float: left;
}

.organ li span.name {
	float: left;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 400px;
	min-height: 400px;
	padding: 110px 0 20px 0;
	background: #0056A3 url(../gfx/bg_footer.png) repeat-x;
}

#footer h1, #footer h2, #footer ul, #footer p {
	margin: 0;
}


html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#copy {
	clear: both;
	padding-top: 6em;
	text-align: center;
	color: #BABABA;
	font-size: .85em;
}

#copy a {
	color: #ddd;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 100%;
}

#fbox2 {
	width: 200px;
	padding-left: 70px;
}

#fbox3 {
	width: 200px;
	padding-left: 70px;
}