/* Common */
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 100.01%/1.4 Verdana, Arial, sans-serif;
	text-align: center;
	color: #2d2d2d;
	background: url("../i/bg.png") repeat-x /*#195c87;*/#f0f0f0;
	margin: 1em 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Float */
.right {
	float: right;
	margin: .5em 0 1em 1em;
}

/* Links */
a:link,
a:visited,
a:hover,
a:active {color: #00FF00;}

headlink:link,
headlink:visited,
headlink:hover,
headlink:active {;}


/* Typography */
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	color: #222;
	margin: 1.5em 0 0 0;
}

p {
	font-size: 100%;
	margin: 0 0 1.5em 0;
}

.date {
	font-size: 70%;
	color: #999;
}

.post-info {
	font-size: 70%;
	color: #999;
}

/* Header */
#header {
/*	height: 170px;*/
	height: 100px;
	margin: 0;
	background: url("../i/bg_header.jpg") no-repeat;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
}

/* Logo */
#logo {
	float: left;
/*	padding: 50px 0 0 20px;*/
	padding: 10px 0 0 10px;
}

#logo h2 {
	font-size: 260%;
	font-weight: bold;
	line-height: 1;
/*	color: #f7d124;*/
	color: #993131;
margin: 0;
	padding: 0;
}

#logo h2 span {
	/* Extra Logo */
	color: #fff;
}

#logo p {
	/* The short description */
	font-size: 100%;
	color: #993131;
}


/* Navigation */
#navigation {
	width: 640px;
	margin: 0 auto;
	background: #993131;
}

b.rtop, b.rbottom {
	display: block;
	background: #fff;
}

b.rtop b,
b.rbottom b {
	display: block;
	height: 1px;
    overflow: hidden;
    /* Rounded space around buttons */
	background: #993131;
}

b.r1 {margin: 0 5px;}

b.r2 {margin: 0 3px;}

b.r3 {margin: 0 2px;}

b.rtop b.r4,
b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}

#navigation ul {
	margin: 0 0 0 1em;
}

#navigation li {
	float: left;
	list-style: none;
	font-size: 120%;
	line-height: 1.2;
}

#navigation li a:link,
#navigation li a:visited,
#navigation li a:active {
	display: block;
	float: left;
/*	color: #584a08;*/
/*    color: #4d4d4d;*/
	/* Color is the text inside the buttons */
    color: #FFF;
    
    /* Color behind the buttons */
    background: #993131;
	text-decoration: none;
	padding: .1em 1em;
}

#navigation li a:hover {
	text-decoration: underline;
}


/* Box */
.box {
	margin: 0 0 10px 0;
	/* background behind the little boxes */
 	background: #fbfaf5;
}

.box .padding {
	padding: .5em 1em;
}

.box h2 {
	font-size: 100%;
	/* Two boxes below color */
	color: #275d80;
	margin: 0 0 .5em 0;
	padding: 0;
}

.box p {
	font-size: 80%;
	margin: 0 0 .5em 0;
}

.box img {
	margin: 0 0 .5em 0;
	/* stuff inside the bottom boxes */
	border: 2px solid #fff;
}

.box b.rtop,
.box b.rbottom {
	display: block;
	background: #FFF;
}

.box b.rtop b,
.box b.rbottom b {
	display: block;
	height: 1px;
    overflow: hidden;
	background: #fbfaf5;
/*	background: #000;*/
}

b.r1 {margin: 0 5px;}

b.r2 {margin: 0 3px;}

b.r3 {margin: 0 2px;}

b.rtop b.r4,
b.rbottom b.r4 {
 margin: 0 1px;
 height: 2px;
}

/* Container */
#container {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

/* Content */
#content {
	float: left;
	width: 480px;
	padding: 2em 20px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 180px;
	padding: 4.5em 20px;
}

/* Footer */
#footer {
	clear: both;
	width: 100%;
	border-top: 3px solid #f7d124;
}

#footer p, #footer a {
	color: #000;
}


/* Copyright */
#copyright {
	float: left;
	padding: 20px;
}
