/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/

a {
  text-decoration: none;
}
body {
	text-align: center;
	background: url(http://i48.servimg.com/u/f48/11/98/95/65/untitl11.png) top repeat-x;
	background-color: #fff;
	color: #a9a8a8;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 10pt;
        height:100%;
	vertical-align:middle;
}

#header {
	height: 150px;
}

#header a {
	background: url(http://i48.servimg.com/u/f48/11/98/95/65/logo11.png) no-repeat bottom center;
	width: 100%;
	height: 150px;
	position: absolute;
	text-indent: -9999px;
}
#wrapper {
	margin: 50px auto 0 auto;
        width: 1000px;
	padding: 5px;
	background: #fff;
	-moz-box-shadow: 0 0 10px 5px #fff;
	-webkit-box-shadow: 0 0 10px 5px #fff;
	box-shadow: 0 0 10px 5px #fff;
	clear: both;
}

#footer {
	background: #e6e6e6;
	height: 80px;
	margin-top: 50px;
	font-weight: bold;
}

.footer_content {
	width: 1000px;
	margin: auto;
	text-align: left;
}

.footer_content span {
	font-weight: normal;
}

a {
	color: #1a77bb;
}
a:hover {
	color: #49a8ed;
}

#contents {
float: left;
width: 700px;
text-align: left;
overflow: hidden;	
}

#sidebar {
  width: 270px;
  float: right;
  text-align: left;
}
#sidebar li {
  list-style: none;
}

#sidebar h2 {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 18px;
  list-style: none;
}

#sidebar img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.alignleft {
	float: left;
}

#site {
	width: 700px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

#site h4 {
	font-size: 14px;
	margin: 7px 0 3px 0;
	font-weight: bold;
}

.siteimg {
	float: left;
	vertical-align: middle;	
}

.sitelink {
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.sitecontent {
	float: right;
	width: 390px;
	margin-top: -10px;
	text-align: left;
	
}
