*{
  margin:0;
  padding:0;
}

a{
  text-decoration:none;
}

body{
  font-family:arial;
  font-size:62.5%;
}

a img {
  border: 0;
}


h1 {
	margin-bottom:20px;
	font-weight:normal;
}

h2 {
	font-size:1.3em;
	color:#5a5758;
	font-weight:normal;
}

li {
  list-style:none;
}

p {
	margin: 20px 0;
	font-size:1.1em;
	color:#58585a;
}

.clr{
  clear:both;
}

#root{
  font-size:1.1em;
  width:1024px;
  margin:0 auto;
  }

#menu{
  float:right;
  margin-right:-20px;
  margin-top:-5px;
  width:100%;
}

#menu li {
    float:left;
}

#menu li a {
	/*color:#000000;*/
	color:#aaaaaa;
	padding-top:37px;
	height:38px;
	display:block;
    font-size:1.2em;
    font-weight:bold;
    float:left;
    text-align:center;
	background-position:0 0;
}

#menu li a:hover, #menu li a.active {
	/*color:#f140a9;*/
	color:#1a1a1a;
	font-size:1.4em;
	padding-top:35px;
	height:40px;
	background-position:0 75px;
}

#menu li #homeButton {
  display:block;
  float:left;
  background-image: url("../img/home-button.gif");
  background-position:0 0;
  width:52px;
  margin-top:20px;
}

#menu li #homeButton:hover {
  background-position:0 50px;
  margin-top:10px;
}

#menu li #homeButton.active {
  background-position:0 50px;
  margin-top:10px;
}

#menu li a#homeButton {
  display:block;
  float:left;
  background-image: url("../img/home-button.gif");
  background-position:0 0;
  height:0px;
  width:52px;
  margin-top:20px;
}

#menu li a#homeButton:hover {
  height:19px;
  background-position:0 50px;
  margin-top:10px;
}

#menu li a#homeButton.active {
  height:19px;
  background-position:0 50px;
  margin-top:10px;
}


.logo {
	margin-top:30px;
	position:relative;
	z-index:2;
}

.home {
	margin-top:0px;
	text-align:right;
	padding-top:100px;
	height:450px;
}

.bigTopMarge {
	margin-top:80px;
}

.book {
	
}

.project{
	width:666px;
	/*margin:30px 10px 30px 100px;*/
	margin:30px 10px 30px 50px;
	overflow:hidden;
	float:left;
}

.projects {
	width:666px;
	margin:10px 12px 10px 20px;
	height:50px;
	overflow:hidden;
	float:right;
	
}

.projects ul {
	height:50px;
	float:right;
	margin-left:-10000px;
}

.projects ul li {
	float:right;
	margin-left:3px;
}



.project img {
	float:left;
}

.details {
	float:left;
	/*width: 200px;*/
	width: 250px;
	margin:30px 0 0 0;
}

.details h1 {
	font-size:1.8em;
	/*color:#58585a;*/
	color:#f140a9;
	margin-bottom:2px;
}

.details h2 {
	font-size:1.5em;
	margin-left:1px;
	color:#f140a9;

}

.projectCateg {
	height:40px;
	float:right;
	/*width: 246px;*/
	width: 296px;
	margin:20px 0px 10px 0;
}

.projectCateg h3 {
	color: #5A5758;
	font-size: 1.3em;
	font-weight:normal;
}

.pink {
	color:#f140a9;
}

.free {
	margin-top:-15px;
}

.right {
	text-align:right;	
	padding:55px 60px 0 0;
}

.left {
	padding:55px 0 0 350px;	
}

.distinctions {
	padding-top:80px 
}

.free p {
	margin:5px 50px 30px 0;
}

.free h2 {
	color:#f140a9;
	font-size:2em;
	margin-top:20px
}

.bigger {
	font-size:1.4em;
}

.free h3 {
	color: #92278f;
	font-size:1.4em;
	margin:5px 50px 0 0;
	
}

.free a, .free a:visited{
	color:#AAAAAA;	
}

.free a:hover {
	color:#1A1A1A;	
}

.small {
	font-size:0.8em;
}

#ajaxTarget {
	float:left;
}

.connectForm {
	margin-top:40px;
	display:block;
	float:left;
	width:350px;
	height:500px;
}

.connectForm .field {
	display:block;
	float:left;
	width:100%;
	margin-bottom:8px;	
}

.connectForm input {
	display:block;
	float: right;
}

.connectForm input[type=text], .connectForm input[type=password] {
	width:250px;	
}

.connectForm label {
	display:block;
	float: left;
	margin-top:3px;
	font-size:1.1em;
}

ul.files span.date {
	color: #92278F;	
}

ul.files li {
	display:block;
	margin-left:-26px;	
}

ul.files li a.delete img {
	display:block;
	float:left;
	margin-top:1px;
	margin-right:12px;
}

ul.files a {
	font-weight: bold;
	font-size: 1.1em;
}

ul.files p {
	border:1px solid #CFDE3A;
	width:250px;
	padding:3px;
	background-color: #ffffff;
}



.sendFile {
	margin-top:40px;
	width:350px;	
}

.sendFile h3 {
	margin-bottom:10px;	
}

.sendFile textarea {
	width:350px;
	height:120px;
}

.sendFile input[type=submit] {
	float:right;
}
