/* Styles for layout -----------------------------------------------------------------------------*/
body {
	background: url(../images/background_header_element.png) repeat-x top left #00adee;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 250px;
}

.wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	clear: both;
}

/* Typography -----------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,h7 {
	font-weight: normal;
	color: #000;
}

h1 {
	margin: 0;
}

h2 {
	font-size: 22px;
	padding: 35px 0 20px;
}

h4 {
	font-size: 22px;
	float: left;
	width: 120px;
	margin-right: 12px;
	line-height: 23px;
}

h5 {
	font-family: "Arimo", "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h6 {
	border-top: 1px solid #7FD0EE;
	display: inline;
	font-family: "Arimo", "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 65px;
	padding: 10px 0 0;
	text-transform: uppercase;
	width: 140px;
	font-weight: bold;
}

ul,ol {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p,li,td {
	font-size: 16px;
	line-height: 1.65em;
	color: #000;
	padding-bottom: 1.6em;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
		sans-serif;
}

td {
    padding-bottom: 0;
}

form {
    color: #000;
}

p a,p a:active,p a:link,p a:visited {
	color: #000;
    border-bottom: 2px solid red;
}
p a:hover {
    color: #000;
    border-bottom: 2px solid black;
}

a,a:active,a:link,a:visited {
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover {
    color: #000;
}

h2.border-top {
	border-top: 1px solid #000;
	clear: both;
}

.subtitle {
    margin-top: -25px;
    color: gray;
}

/* Content Styles -----------------------------------------------------------------------------*/
#container h1 {
	font-size: 46px;
	padding: 0px 0 60px;
}

.entry-content {
	padding-bottom: 30px;
}

.entry-content ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 0;
}

.entry-content ul {
	padding-bottom: 1.6em;
	margin-top: -1.6em;
}

.entry-content ol {
	padding-bottom: 1.6em;
	list-style-type: decimal;
}

.entry-content ol li {
	list-style-type: decimal;
	margin-left: 25px;
	padding-bottom: 1.6em;
}

.picture-home {
    background: url("../images/picture-home.jpg") no-repeat top right;
}

.picture-home p,.picture-home h1 {
    width: 550px;
}

.picture-vita {
    background: url("../images/picture-vita.jpg") no-repeat bottom right;
}

.picture-vita p,.picture-vita h1 {
    width: 470px;
}

.page-widget {
	width: 390px;
	float: left;
	position: relative;
	margin-bottom: 60px;
}

.page-widget h2,.page-widget p,.page-widget form {
	padding-left: 30px;
    text-align: justify;
}
.page-widget form p {
	padding: 0;
}

.page-widget-left {
	width: 389px;
}

.page-widget-border-right {
    border-right: 1px solid #000;
}

.page-widget-border-left {
    border-left: 1px solid #000;
}

.page-widget-left h2,.page-widget-left p {
	padding-right: 30px;
	padding-left: 0;
}

#table-vita {
    width: 100%;
}

#table-vita td {
    padding: 5px 30px;
}

#table-vita td p {
    margin: 0;
    padding: 0;
}

#table-vita td p.color-gray {
    color: gray;
}

#table-vita tr.background-gray {
    background: #F8F8F8;
}

#table-vita tr:hover {
}

.picture-reference {
    margin-left: 50px;
    margin-top: -45px;
    margin-bottom: 40px;
    border: 1px solid black;
    float: right;
}

