body{
   	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 300;
	background-image:url('../img/main_bg.jpg');
	background-repeat:repeat;
	margin:0;
	color:#d5e0e0;
}

.content{
	margin:0 auto;
	width: 900px;
}

a{
	text-decoration:none;
}

a:hover{
	color: #ffff00;
}

#topSnipet{
	font-size: 10px;
	padding-top:4px;
	float: right;
}

#topSnipet a{
	color: #ffff00;
}

#topSnipet a:hover{
	background-color:#4f5b6f;
}

#header{
	padding-top:35px;
	margin-top: 7px;
	background-image:url('../img/header_bg.png');
	background-repeat:repeat-x;
	height: 160px;
}

#name{
	float:left;
    width: 421px;
    height: 56px;
    background: transparent url(../img/anthonyzhang.png) no-repeat 0 0;
}

ul#nav{
	margin-top:-3px;
	float:right;
	font-size:16px;
	width:80px;
}

ul#nav li{
	list-style:none;
	margin-bottom:2px;
}

ul#nav li a{
	display:block;
	padding-left:5px;
	color:inherit;
}

ul#nav li a:hover, ul#nav li#selected{
	color:#ffff00;
	background-color:#4f5b6f;
}

ul#folioNav{
	font-size:14px;
	float:left;
	margin:0;
	padding:0px 0px 3px 0px;
	width:100%;
}

ul#folioNav li{
	list-style:none;
	display: inline;
	letter-spacing:1px;
	padding:3px 5px 3px 5px;
}

ul#folioNav li a{
	color:inherit;
	padding:3px 5px 3px 5px;
}

ul#folioNav li#selected{
	color:#ffff00;
	background-color:#4f5b6f;
}

ul#folioNav li a:hover{
	color:#ffff00;
}

ul#mycarousel img{
	border: 0;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

ul#mycarousel li .thumbTitle{
	font-weight:bold;
	font-family:Georgia, Times;
	font-style:italic;
	font-size:13px;
	color:#2e659c;
	padding-top:4px;
	letter-spacing:0.5px;
}

ul#mycarousel li .thumbDescrip{
	font-size:11px;
	color:#777777;
}

ul#mycarousel li.selectedItem{
	background-color:#1b2c4a;
}

ul#mycarousel li:hover img, ul#mycarousel li.selectedItem img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

ul#mycarousel li:hover .thumbTitle, ul#mycarousel li.selectedItem .thumbTitle{
	color:#ffff00;
}

ul#mycarousel li:hover .thumbDescrip, ul#mycarousel li.selectedItem .thumbDescrip{
	color:#ffffff;
}

#main{
	padding-top:30px;
}

#left{
	width:215px;
	float:left;
	display:block;
}

#title{
	font-family:Georgia, Times;
	font-style: italic;
	font-size:30px;
	padding-bottom:20px;
	border-bottom:solid 1px #4f5b6f;
	line-height:30px;
	text-shadow: 3px 3px 3px #000;
}

#description{
	padding:10px 0px 10px 0px;
	color: #aeaeae;
}
#description a, #specBox a{
	color:#ffff00;
}
#description a:hover, #specBox a:hover{
	background-color:#444;
}

#prevPic{
	float:left;
	padding:2px;
	cursor: pointer;
	color:#ffff00;
}
#nextPic{
	float:right;
	padding:2px;
	cursor: pointer;
	color:#ffff00;
}
.arrows:hover{
	background-color:#444;
}

#specBox{
	width:215px;
	background-color:#0b182e;
	font-size:12px;
	color:#efefef;
	margin-top:50px;
	padding:10px 0px 10px 0px;
	border-top:solid 10px #000000;
}
#specBox #cat{
	float:left;
	color:#bdbdbd;
	font-weight:bold;
	width:60px;
	padding-left:10px;
}
#specBox #descrip{
	float:right;
	width:125px;
	color: #aeaeae;
	padding-right:10px;
}

#picDiv{
	display:block;
	float:left;
	padding-left:10px;
	width:675px;
}

#loading{
	position:absolute;
	z-index:-2;
	line-height:35px;
	letter-spacing:4px;
	text-align:center;
	width:675px;
	font-size:18px;
	padding-top:100px;
}

#embedObj{
	text-align:center;
	width:675px;
}

#pic{
	width:675px;
	cursor:pointer;
}

#footer{
	width:100%;
	border-top:solid 1px #4f5b6f;
	margin-top:100px;
	text-align:center;
	padding:5px 0px 20px 0px;
	color:#cccccc;
	font-size:10px;
}

#filler{
	height:260px;
}

.clear{
	clear:both;
	display:block;
	float:none;
}

.header{
	font-family:Georgia, Times;
	font-size:36px;
	font-style:italic;
	padding-bottom:40px;
	color:#fff;
	text-shadow: 5px 5px 5px #000;
}

/* CONTACT PAGE SPECIFIC */
.form{
	color:#ffffff;
}

.help{
	color:#ffff00;
	font-size:10px;
	font-style:italic;
}

#helpLeft{
	float:left;
	width:430px;
	padding-right:20px;
	font-size:14px;
}

.highlight{
	color:#ffff00;
	font-size:16px;
	font-weight:bold;
}

#helpLeft p{
	margin-top:0;
	margin-bottom:30px;
	line-height:22px;
	
}

#social{
	padding-top:60px;
	font-style:italic;
	color:#aaaaaa;
}

#social img{
	border:none;
}

#email{
	font-weight:bold;
	color:#78ff78;
}

#helpRight{
	width:400px;
	float:right;
	padding:0px 0px 50px 40px;
}

/* ABOUT PAGE */
#polaroid {
	border:8px #fff solid;
	background-color:#fff;
	width:234px;
	float:left;
	box-shadow: 0px 0px 15px #000;
  	-moz-box-shadow: 0px 0px 15px #000;
  	-webkit-box-shadow: 0px 0px 15px #000;
}

#polaroid img{
	border:none;
}

#dbpic {
	box-shadow: 0px 0px 4px #000;
  	-moz-box-shadow: 0px 0px 4px #000;
  	-webkit-box-shadow: 0px 0px 4px #000;
}

#dblogo{
	text-align:right;
	width:100%;
}

.meTitle{
	font-size:18px;
	color:#78ff78;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing:2px;
}

#aboutRight{
	margin-top:-5px;
	padding:0px 10px 20px 20px;
	float:right;
	font-size:14px;
	line-height:22px;
	width:600px;
}

#aboutRight p{
	padding-bottom:25px;
}

#aboutRight a, #aboutLeft a, .homeContent a{
	color:#ffff00;
}
#aboutRight a:hover, #aboutLeft a:hover, .homeContent a:hover{
	background-color:#4f5b6f;
}

.leftTitle{
	padding-top:15px;
	font-size:16px;
	color:#78ff78;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing:2px;
}

#aboutLeft{
	float:left;
	width:240px;
	font-size:13px;
}

/* Home Page */

.homeContent{
	margin:0 auto;
	width: 900px;
	font-size:14px;
	line-height:22px;
	background: transparent url(../img/homebg.png) no-repeat 0 0;	
}

#homeLeft{
	float:left;
	width:600px;
}

.twitter{
	color:#ccc;
	font-size:14px;
}

#twitHolder{
	width:300px;
	margin:0 auto;
}

.date{
	color:#999;
	font-size:12px;
	text-align:right;
}

#tweet{
	margin-top:40px;
	width:400px;
	height:200px;
	background: transparent url(../img/clouds.png) no-repeat 0 0;
}

#tweet img, #tweet a, #tweet a:hover{
	background-color:inherit;
	border:none;
}

.homeHeader{
	font-family:Georgia, Times;
	font-size:28px;
	font-style:italic;
	color:#fff;
	text-shadow: 5px 5px 5px #000;
	margin-top:-20px;
	padding-bottom:40px;
	
}

.noDisplay{
	display: none;
}
