/* CSS Stylesheet */
.container {
	background:#FFFFFF; 
}
body {
	background:#999999;
}
h1,h2,h3 {
	color:#FFCC66;
	padding:5px 0 0 5px;
}
h3 {
	line-height:22px;
}
p {
	padding:0 10px; 
	font-size:14px;
}
ul,li,ol {
	font-size:14px;
}
.awesome {
	background:url(../images/grey-bg.png) no-repeat; 
	width:950px; 
	height:363px; 
	padding:18px 0 0 15px;
}
.awesome-link {
	margin:0 0 0 13px;
}
.twitter-bg {
	background:url(../images/twitter-bg.png) no-repeat;
	width:950px;
	height:63px;
	padding:5px 0 0 18px;
}
.about {
	background:url(../images/grey-bg.png) repeat;
	color:#FC6;
	margin-bottom:15px;
}
.about a {
	color:#FFFF66;
}
.about a:visited {
	color:#FFFF66;
}
.about a:active {
	color:#FFFF66;
}
.about a:hover {
	color:#FFCC33;
}	
.footer {
	text-align:center;
	margin-bottom:10px; 
}
.portfolio-pic {
	padding-left:10px; 
}
.top-text {
	padding-top:10px;
}
.empty-li {
	list-style:none;
}
.divider {
	padding-bottom:10px;
	padding-top:5px;
}
.right {
	float:right;
}
.last-portfolio-pic {
	margin-bottom:25px;
}
.first-portfolio-pic {
	margin-top:25px;
}
.leaf {
	padding-top:25px;
	padding-right:25px;
	float:right;
}
