/*
colors used:


*/

body {
	text-align: center;
	margin: 0;
}

h1, h2 {
	font-size: 15px;
	line-height: 1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;	
}

#mainBlock {
	width: 760px;
	margin: auto;
	text-align: left;
	padding: 0;
	padding-bottom: 30px;
}

/* MENU BLOCK */
#menuBlock {
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;	
}

#menuBlock .one {
	color: #444444;
}

#menuBlock .one a {
	color: #000;
}

#menuBlock .one a:hover {

}

#menuBlock .one .selected, #menuBlock .two .selected {
	color: #FFFFFF;
	background-color: #444444;
}

#menuBlock .two {
	color: #999999;
}

#menuBlock .two a {
	color: #999999;
}

/* CONTENT BLOCK */
#leftBlock {
	float: left;
	width: 370px;
}

#rightBlock {
	float: right;
	width: 370px;	
}

/* CONTENT - NEWS */
.newsAuthor {
	font-size: 12px;
	line-height: 22px;
	color: #AAAAAA;
	padding-bottom: 0.5em;
}

.newsAuthor a {
	color: #AAAAAA;
	text-decoration: underline;
}

.newsText {
	padding-bottom: 0.5em;
}

/* CONTENT - CALENDAR */
#calendar .path {
	font-weight: bold;
	padding-bottom: 0.5em;

}

#calendar .calendarTable {
}

#calendar .calendarTable .item {
	line-height: 22px;
	font-size: 11px;
	width: 38px;
}

#calendar .calendarTable a {
	color: #FFF;
	background-color: #000;
}

#calendar .calendarTable a:hover {
	color: #000;
	background-color: #FFF;
}

/* OTHERS */
.divTerminator {
	clear: both;
}

.divSpacer {
	height: 30px;
}

.foto {
	clear: both;
	float: left;
	margin: 2px 10px 2px 0px;
	display: block;
}

.avatarIcon {
	float: left;
	display: block;
	clear: both;
	margin: 2px 10px 2px 0px;
}

.portfolioFoto {
	margin: 2px 10px 2px 0px;
	border: 1px #000;
}

/* FORMS */
form {
  font-size: 12px;
	font-family: sans-serif;
}

input, textarea {
  font-size: 12px;
	font-family: serif;
	border: 1px solid #000;
	background-color: #FFF;
	color: #444444;
}

.inputTextArea {
  width: 80%;
  height: 150px;
}

.inputText {
  border: none;
	border-bottom: 1px solid #000;
	width: auto;
}

.inputButton {
  margin: 0;
  padding: 0;
  border: none;
	border-bottom: 1px solid #000;
}

.userResult {
	text-align: center;
	padding-right: 20%;
	font-weight: bold;
}

#userForm {
	font-size: 15px;
	font-family: serif;
}
