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

body {
	background: url(images/graphic.jpg) fixed center 280px  no-repeat, url(images/bg.jpg);
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

/* General */
.clear { clear: both; }

#container  {
	margin: 0px auto;
	width: 960px;
}

.wrapper{
	width:720px;
}

h2, h3 {
	font-family: 'Droid Serif', arial, serif;
}

h2{
	font-size: 35px;
	padding-bottom: 10px;

}

h3{
	font-size: 20px;
	padding-top: 10px;
}

.img-right {
	float: right;
	padding:15px;
}

/* Header */
#header-container{
	position: fixed;
	width: 220px;
}

#header-container li  {
	text-align: center;
	border-bottom: 1px #bcbcbc dashed;
	list-style-type: none;
}

#header-container li  a {
	font-family: 'Droid Serif', arial, serif;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
	color: #0a0a0a;
	line-height: 44px;
}

#header-container li  a:hover {
	color: #9a9a9a;
}

#top {
	text-align: center; 	
	margin-top: 40px;
}

#title, h2, h3{
	font-weight:normal;	
}

/* Nav */
nav {
	padding: 10px;
	margin-top: 40px !important;
}

nav ul, nav ul li {
	display:inline;
}

nav a{
	color:#000;
	padding: 10px;
	text-decoration:none;
	background-color:#fff;
}

/* Content */
#introduction {
	margin-bottom: 20px;
}

#main {
	margin-top: 40px;
	float: right;
}

 p{
	font:16px/22px Helvetica, 'Helvetica Neue', Arial;
	text-shadow:none;
}

.inside li a {
	text-decoration: none;
	font-weight: bold;
	color: #de2a79;
}

.inside li a:hover {
	color: #b21459;
}

.skills  {
	margin: 5px 15px 15px 30px;
	float: left;
	width: 181px;
	font-size: 15px;
}

.skills li{
	padding: 5px;
	list-style-type: none;
	border-bottom: 1px #a3a3a3 dotted;
}

.contact  {
	margin: 5px 15px 15px 30px;
	font-size: 18px;
}

.contact li{
	padding: 5px;
	list-style-type: none;
	border-bottom: 1px #a3a3a3 dotted;
}

.projects  {
	margin: 5px 15px 15px 30px;
	font-size: 16px;
}

.projects li{
	padding: 5px;
	list-style-type: none;
	border-bottom: 1px #a3a3a3 dotted;
}

.recog  {
	margin: 5px 15px 15px 30px;
	font-size: 16px;
}

.recog li{
	padding: 5px;
	list-style-type: none;
	border-bottom: 1px #a3a3a3 dotted;
}

.info {
	width: 212px;
	font-size: 11px;
	padding: 5px 11px 25px 10px;
	float: left;
}
	
#main header h2{
	padding-bottom:30px;
}

.inside {
	padding: 10px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.8);
}

.work {
	margin-top: 5px;
}

.work a img {
	margin:5px;
	box-shadow:rgba(0,0,0,0.2) 0px 0px 8px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 10px solid white;
}

.work a:hover img {
	margin:5px;
	border: 10px solid #efefef;
}

.hello {
	text-align: center;
	font-size: 24px;
}

.box {
	background: pink;
	width: 300px;
	float: left;
	margin-left: 20px;
}

.box li {
	list-style-type: none;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

/* Footer */
footer p {
	font-size: 12px;
	font-style: italic;
	font-family: 'Droid Serif', arial, serif;
}

footer {
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}
