hr {
	width: 30%;
	margin: 2% 0;
	color: #303090;
}

a, p, h1, h2, h3, h4, h5, h6, li {
	font-family: sans-serif;
	font-size: 1em;
}

p, li {
	font-size: 0.8em;
}

header h1, header h2 {
	padding: 0px 0px 0px 0px;
	display: inline;
}

header h2 {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}



/* ! */

footer {
	position: fixed;
	bottom:0;
	clear: both;
}

a {
	color: #E0E0EF;
	text-decoration: none;
}

a:hover {
	color: #F0F0FF;
}

/*.content p {
	margin-left: 10px;
}*/

img {
	border: none;
}

body {
	color: #E0E0EF;
	background-color: #505060;
	margin: 0;
	padding: 0;
}

header {
	padding: 10px 50px 10px 10px;
	background-color: #303040;
}

.content {
	float: left;
	margin-left: 10px;

}

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

/*li a {
	margin-left: 0px;

}*/

span.email {
	text-decoration: none;
	border-bottom: 1px dotted #E0E0EF;
}
.email strong {
	text-decoration: none;
	display: none;
}
.email em {
	font-style: normal;
}
.email abbr {
	text-decoration: none;
}
.email em strong {
	font-weight: normal;
	font-style: normal;
	display:inline !important;
}

.hidden {
	display: none;
}
