body {
	background-repeat: repeat;
	margin: 30px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
	color: #e6e6e6;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

#logoSmall {
	text-shadow: 0px 1px 3px #191919;
	margin-bottom: -5px;
	color: #999999;
}

#logoLarge {
	text-shadow: 0px 1px 2px black;
	font-size: 36px;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.6)));*/
}

#allContent {
	margin-top: 45px;
}

.title {
	text-shadow: 0px 1px 2px black;
	font-size: 21px;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.6)));*/
}

.title a {
	text-shadow: 0px 1px 2px black;
	font-size: 21px;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.6)));*/
}

.title img {
	margin-top: -5px;
	padding-right: 10px;
	vertical-align: middle;
}

.desc {
	text-shadow: 0px -1px #191919;
	width: 400px;
	line-height: 17px;
	padding-top: 9px;
	font-size: 14px;
	color: #AAAAAA;
}

.notes {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 22px;
	background-color: #2b2b2b;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 400px;
	font-size: 12px;
	color: #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#leftSide {
	float: left;
}

#rightSide {
	padding-left: 15px;
	border-left-style: solid;
	border-left-color: #4d4d4d;
	border-left-width: 1px;
	float: right;
}

.projectImage {
	width: 150px;
	border-color: #F2F2F2;
	border-width: 2px;
	border-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 4px black;
	padding: 1px;
}

.sideHeader {
	margin-bottom: 30px;
}

.projectItem {
	margin-bottom: 25px;
}

.projectInfo {
	padding-left: 15px;
}

.projectDetail {
	border-left-width: 1px;
	padding-left: 15px;
	margin-left: 15px;
	border-left-color: #4d4d4d;
	border-left-style: solid;
}

a {
	text-shadow: 0px 0px 0px;
	text-decoration: none;
	color: white;
}

a:hover {
	color: #66ccff;
}

.brandImage {
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 Standard */
	opacity:0.5;
}

.quote {
	border-left-color: #4c4c4c;
	border-left-style: solid;
	border-left-width: 3px;
	padding-left: 15px;
}

