/* Global
********************************************/
* {
	margin: 0px;
	padding: 0px;
}

body, html {
	background-color: #FFFFFF;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.1em;
	color: #333333;

}

p {
	text-align: justify;
	line-height: 1.4em;
}


hr {
	display: none;
}

img {
	border: none;
}

a {
	color: #007BD1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


h1 {
	font-family: 'Kaushan Script', curive;
	color: #FD3F92;	
	font-size: 2.0em;
	text-align: center;
}

h1 a {
	color: #FD3F92;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 1.3em;
	background-color: #DFDFDF;
	border-radius: 10px;
	padding: 5px;
	clear: both;
	border: none;
	margin-bottom: 30px;

}

h3 {
	margin-left: 30px;
	margin-right: 30px;	
}


ul {
	padding-left: 50px;
}

li {
	margin-top: 10px;
}

th {
	display: none;
}

form {
	margin-left: 40px;
}

input {
	font-size: 0.8em;
	width: 612px;
	padding: 3px;
	margin-bottom: 15px;
}

.radiobutton {
	font-size: 0.8em;
	width: 80px;
	padding: 3px;
	margin-bottom: 15px;
}

select {
	font-size: 0.8em;
	padding: 3px;
}

textarea {
	width: 612px;
	margin-bottom: 15px;
}

.error {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size: 1em;
}

.success {
	text-align: center;
	color: #1FA055;
	font-weight: bold;
	font-size: 1em;
}


.noBold {
	font-weight: normal;
}

.center {
	text-align: center;
}

.floatleft {
	float: left;
	margin: 10px;
}

.floatright {
	float: right;
	margin: 10px;
}

.indent {
	text-indent: 30px;
}

.projects {
	display: block;
	width: 400px;
	margin-left: 184px;
	margin-bottom: 20px;
	border: 1px solid #707070;
}

#geo {
	margin-left: 30px;
}


/* Container
********************************************/

#container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	padding-top: 30px;
}

/* Header
********************************************/

#header {
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
	width: 955px;
}

#header .date {
	margin-top: 10px;
	font-size: 1.4em;
}

/* Menu
********************************************/

#menu {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 955px;

}

#menu #menu-content {
	margin: 20px auto 20px auto;
	width: 955px;
	color: #BBBFC3;
}

#menu #menu-content a {
	font-size: 1.3em;
	color: #FD3F92;
	text-decoration: none;
}

#menu #menu-content a:hover {
	font-size: 1.3em;
	color: #606060;
	text-decoration: none;
}

/* Content
********************************************/

#content {
	width: 955px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.spacer {
	padding-bottom: 185px;
}

#twitter {
	margin-top: 40px;
	margin-left: 50px;
	margin-right: 70px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #DFDFDF;
	border-radius: 10px;
}

.home-photo {
	display: block;
	width: 200px;
	clear: both;
	padding: 20px;
	text-align: center;
	float: right;
}

#twitter a img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#twitter #loading {
	margin-top: 5px;
	margin-left: 150px;
	margin-bottom: 5px;
}

/* Projects
********************************************/

.projectSection {
	margin-bottom: 40px;
}

.projectSection h2 {
	background-color: #DFDFDF;
	border-radius: 10px;
	padding: 10px;
	clear: both;
	border: none;
}

.projectSection h3 {
	margin-bottom: 10px;
}

.projectSection img {
	float: left;
	margin-left: 30px;
	margin-right: 20px;
}


/* CV
********************************************/

#cv h1 {
	padding-top: 90px;
	padding-bottom: 10px;
}


#cv h2 {
	background-color: #DFDFDF;
	border-radius: 10px;
	padding: 10px;
	clear: both;
	border: none;
}

#cv h3 {
	padding-bottom: 10px;
}

.right-content {
	float: right;
	width: 800px;
}

.spacer {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FF0000;
}

.cv-portrait {
	background-color: #DFDFDF;
	border-radius: 10px;
	float: right;
	padding: 10px;
}

.viadeo-link {
	float: right;
	font-size: 0.7em;
	padding-bottom: 10px;
}

/* Copyright
********************************************/

#copyright p {
	display: block;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	font-size: 0.8em;
}

#copyright p {
	text-align: center;
}

#copyright p a {
	color: #333333;
	text-decoration: none;
}

#copyright p a:hover {
	color: #333333;
	text-decoration: underline;
}

