body {
    margin:0px;
    padding:0px;
    background-color: #f0f0f2;
    background-position: center;
    font: 76% Verdana, Arial, Helvetica, sans-serif;
}

a {
    color: #A8B50A;
}

#header h1 {
	margin-top: 0px;
	padding-top: 20px;

	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	letter-spacing: -2px;
	text-align: left;
	color: #595959;
	border-bottom: 25px solid #A8B50A;
	padding-bottom: 15px;
}

h2 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #A8B50A;
	margin: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: normal;

	background: url('images/bg_title.gif') repeat-x #A8B50A;

	padding: 4px 4px 4px 14px;
	margin: 0px;
	margin-bottom: 14px;
}

h3 a {
	text-decoration: none;
	color: white;
}

h4 {
	font-family: "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
}

h4 a {
	text-decoration: none;
	color: inherit;
}

img.face {
	float: right;
	margin-top: -5em;
	margin-right: 14px;
}

.entry {
    margin-bottom: 2em;
    margin-right: 14px;
}

.entry .date {
    font-family: "Bitstream Vera Sans", sans-serif;
    color: grey;
    text-align: right;
}

.entry .date a {
	text-decoration: none;
	color: inherit;
}

.sidebar {
    position: relative;
    z-index: 2;
    float: left;
    width: 180px;
    
    margin: 100px 15px 0 0;
    padding-right: 5px;
    
    padding-top: 0px;
    padding-left: 0px;
    background: url('images/sidebar-border.png') no-repeat right;
    font-family: "Bitstream Vera Sans", sans-serif;
    font-size: 85%;
}

.sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	color: black;

	padding-left: 5px;
	margin-left: 0px;
}

.sidebar ul {
	padding-left: 1em;
	margin-left: 0px;

	list-style-type: none;
}

.sidebar ul li:hover {
	color: grey;
}

.sidebar ul li a {
        text-decoration: none;
}

.sidebar ul li a:hover {
        text-decoration: underline;
}

a img {
    border: 0;
}

.sidebar p {
	/*border-top: 1px solid grey;*/
	margin-top: 30px;
	padding-top: 10px;

	padding-left: 5px;
}

.sidebar .message {
    cursor: help;
    border-bottom: 1px dashed red;
}

.sidebar a.message:hover {
    cursor: help;
    background-color: #ff0000;
    color: #ffffff !important;
    text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
	color: black;
}

#left-border {
    min-width: 800px !important;
    max-width: 1200px !important;
    margin: 0px auto;
    background: white url('images/border_left.gif') repeat-y left;
    position:relative;
    left:0px;
    top:0px;
}

#right-border {
    background: url('images/border_right.gif') repeat-y right;
    padding-left: 14px;
    padding-right: 14px;
}

#logo {
    height: 120px;
    width: 130px;
    background: url('images/logo_resel.eu.png') no-repeat;
    float: left;
    margin: 10px 5px;
}

#container {
    clear: both;
}

#squeeze {
    margin-left: -200px;
    float: left;
    width: 100%;
}

#squeeze2 {
    margin-left: 200px;
}

#footer {
    clear: both;
    background-color: #A8B50A;
    height: 25px;
    margin-bottom: 20px;
    border-bottom: 4px solid grey;
}

#footer-text {
    position: relative;
    top:-14px;
    border: 1px solid grey;
    margin: 0 auto;
    background-color: white;
    width: 300px;
    height: 51px;
    text-align: center;
}

#links {
    text-align: right;
    margin-right: 14px;
    position: relative;
    top: -50px;
}

#links a {
    margin-left: 14px;
}
