/*Stylesheet for amycheng.info*/

/*Global*/

#wrapper {
	background-color: #FFFFFF;
	border: 1px solid #d6d6d6;
	float: left;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 25px;
	padding: 25px;
	width: 900px;
	-webkit-box-shadow: 5px 5px 25px #d6d6d6;
	-moz-box-shadow: 5px 5px 25px #d6d6d6;
}

a {
	color: #000000;
	background-color: #6ffcd6;
	border: none;
	text-decoration: none;
}
#wrapper a:hover {
	color: #FFFFFF;
}

body {
	font-family: sans-serif;
	background-color: #FFFFFF;
	background-image: url('_img/background.jpg');
}

h1 {
	font-size: 48px;
	font-weight: 500;
	margin-top: 0px;
}
h2 {
	font-size: 1.50em;
	font-weight: 500;
}

h3 {
	font-weight: lighter;
}

h1 .highlighter{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 .name{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.highlighter {
	background-color: #fff79e;
}

.name {
	background-color: #ff00a2;
	color: #FFFFFF;
}

.name a {
	background-color: inherit;
	color: inherit;
	text-decoration: none;
}

.namesecondary {
	background-color: #ff00a2;
	color: #ffffff;
}

ul {
	padding: 0px;
	list-style-type: none;
	margin-left: 0px;
}

li {
	margin-left: 0px;
}

p {
	line-height: 1.5em;	
}

/*nav*/

#nav {
	margin-left: 25px;
	padding-bottom: 25px;
	color: #000000;
	clear: both;
}

#nav a {
background: none;
	color: #000000;
	text-decoration: none;
}

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

#nav ul {
	font-size: 14px;
	list-style-type: none;
	padding: 0px;
}

#nav li {
	color: #d4d4d4;
	float: left;
	margin-left: 15px;
}

#nav .active {
	text-decoration: underline;
}


/*Main*/

#main h1 {
	line-height: 150%;
}

#main ul {
	line-height: 1.5em;
	font-size: 36px;
}

#main li {
	clear: both;
	color: #000000;
}

#main a {
	color: #000000;
	background-color: #6ffcd6;
}

#main li a:hover {
	color: #FFFFFF;
}

#navigation {
	width: 400px;
	float: left;
}

#featuredproject  {
	background-image: url('_img/featuredproject.jpg');
	width: 425px;
	height: 320px;
	float: right;
	margin-top: 50px;
}

#featuredproject h2 {
	display: inline;
	font-size: 36px;
	z-index: 100;
	position: relative;
}

#featuredproject img{
	z-index: -1;
	position: relative;
}
/*Resume*/
.date {
	color: #666666;
}

#header {
	clear: both;
	display: block;
	margin-top: 50px;
	width: 900px;
}

#header img {
	border-color: #ff00a2;
	border-style: solid;
	border-width: 5px;
	margin-right: 25px;
	float: left;
	width: 200px;
	
}

#experience {
	float: left;
	clear: left;
	margin-top: 25px;;
	margin-right: 50px;
	width: 400px;
}

#experience ul{
	padding-left: 30px;
}

#experience li {
	line-height: 150%;
}

#resume h2 {
	display: inline;
	background-color: #fff79e;
}

#resume h3 {
	font-weight: 300;
}

#skills {
	float: left;
	margin-top: 25px;
	max-width: 350px;
}

#skills li {
	line-height: 150%;
}

#education {
	float: left;
	clear: left;
	margin-top: 25px;;
	margin-right: 50px;
	width: 400px;
	} 

#education li {
	line-height: 150%;
}

.infoarc {
	font-size: 11px;
}

/*projects*/

#panes img {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}

#panes p {
	text-align: center;
}

#projects .content {
	text-align: center;
}

#projects .highlighter {
	display: inline;
}

#projects h2 {
	font-size: 1em;
	font-weight: bold;
	}


#projects img {
//border: none;
float: left;

}

#projects .leftcol img {
	clear: both;
	margin-bottom: 25px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

.leftcol {
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	padding-top: 0px;
	width: 425px;
}

.rightcol {
	
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: justify;
	width: 425px;
	}
	


.subinfo {
	color: #bbbbbb;
}

ul.overview  {
	display: inline;
	list-style: none;
}

ul.overview li {
	display: inline;
	float: left;
	font-size: 12px;
	padding: 0px;
	padding-right: 25px;
	height: 300px;
	text-align: center;
	width: 200px
}

ul.overview img {
border-color: #cccccc;
border-width: 1px;
border-style: solid;
}

ul.overview img:hover {
border-color: #ff00a2;
border-width: 1px;
border-style: solid;
}


ul.tasks {
	list-style: circle;
	line-height: 1.5em;
	margin-left: 25px;
}

.infoarc {
}

.infoarc a {
}

.infoarc img {
	float: left;
	margin-left: 25px;
}

ul.infoarc {
	
}

ul.infoarc li {
	margin-bottom: 10px;
}


/*Contact*/


input {
	border: 1px solid #d6d6d6;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	margin-bottom: 10px;
	width: 420px;
}

textarea {
	border: 1px solid #d6d6d6;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	height: 210px;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 10px;width: 420px;
}

.submit {
	border: none;
	background-color: #6ffcd6;
	float: left;
	font-size: 24px;
	padding: 15px;
	margin-top: 10px;
	width: 200px;
	cursor: pointer;
}

td.left {
	text-align: left;
	vertical-align: text-top;
	width: 150px;
}
