body, html {
	background: #333;
	color: #333;
}

a {
	color: #52A9D4;
}

h1 {
	font-size: 182%;
	margin: 0;
	font-weight: bold;
}

h2 {
	font-size: 123.1%;
	margin: 0 0 15px 0;
}

p {
	margin: 10px 0;
}

#wrapper {
	width: 830px;
	width: 760px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
	border: 5px solid #52A9D4;
	position: relative;
}

#wip {
	font-size: 85%;
	color: #666;
	padding: 5px 10px;
	width: 760px;
	margin: 5px auto;
	text-align: center;
}

#content {
	padding: 40px 20px;
}

#logo {
	float: left;
	width: 400px;
	width: 330px;
	margin-right: 30px;
}

#logo img {
	margin: auto;
	display: block;
	border: 0;
}

#abstract {
	float: left;
	width: 360px;
	margin: 0;
}

ul li {
	list-style-type: disc;
	margin-left: 40px;
	padding: 3px 0;
}

ul li a {
	font-weight: bold;
}

.filetype {
	color: #999;
	font-size: 85%;
}

#cta {
	background: #DDF0F8;
	/*background: #F5F5F5;*/
	border-bottom: 1px solid #52A9D4;	
	margin: 30px 0 0 0;
	padding: 3px;
	font-size: 85%;
}

#cta a {
	color: #333;
	text-decoration: none;
}

#cta a:hover {
	text-decoration: underline;
} 

#contact {
	background: url(/images/icon.mail.png) no-repeat scroll 0 50%;
	padding: 3px 0 3px 20px;
	float: left;
	width: 60px;
	margin-left: 20px;
}

#linkedin {
	background: url(/images/btn_in_20x15.gif) no-repeat scroll 0 50%;
	padding: 3px 0 3px 19px;
	float: left;
	width: 60px;
}

#facebook {
	background: url(/images/icon.facebook.gif) no-repeat scroll 0 50%;
	padding: 3px 0 3px 19px;
	float: left;
	width: 60px;
}

#twitter {
	background: url(/images/icon.twitter.png) no-repeat scroll 0 50%;
	padding: 3px 0 3px 19px;
	float: left;
	width: 60px;
}


p#lastupdated {
	font-size: 85%;
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	margin: 10px 20px;
}


/* contact page */
#nav {
	background: #efefef;
	padding: 5px 10px;
	text-decoration: none;
}

#content.contactpage {
	padding: 10px 20px;
	position: relative;
}

#content.contactpage p {
	text-align: left;
}

#contactinfo {
	margin: 10px 0 20px 0;
	position: absolute;
	top: 40px;
	right: 60px; 
	background: #DDF0F8;
	border-bottom: 1px solid #52A9D4;	
	width: 200px;
	padding: 20px 20px 15px 20px;
}

#fbbadge {
	margin: 10px 0 20px 0;
	position: absolute;
	top: 195px;
	right: 60px; 	
	width: 290px;
	padding: 0;
}

#contactinfo p {
	margin: 0;
}

#contactinfo img {
	display: block;
	margin: 15px auto 0 auto;
}

input, textarea {
	font-weight: normal;
	padding: 3px 5px;
}

label {
	margin: 10px 0 3px 0;
	display: block;
	font-weight: bold;
}

.sendbut {
	background: #52A9D4;
	font-size: 85%;
}

.sendbut:hover {
	color: #fff;
}

#msg {
	margin: 10px 0 160px 0;
	
}

