a {
  color: #e2e2e2;
  text-decoration: none;
}
#content a {
  color: #444;
}
a:visited {
  color: #444;
}
a:hover, a:visited:hover {
  text-decoration: underline;
}
body {
  background: #231F20 url(../images/headerBg.png) repeat-x scroll 0 0;
  letter-spacing: 0.1em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana;
  font-size: 250%;
  font-weight: normal;
}
h2 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif, "Trebuchet MS", Verdana;
  font-size: 160%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  text-align: left;
}
#header {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 20px;
}
#site-title {
	background: transparent url(../images/logo.png) no-repeat scroll 0 0;
  color: white;
  font-size: 325%;
  margin: 0 auto;
  text-indent: -15000px;
  width: 378px;
  height: 130px;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
	text-indent: -15000px;
}
.menu{
	padding: 0;
	margin: 0 auto;
	width: 372px;
}
.menu li{
	list-style-type: none;
	float: left;
}
.menu li .tab{
	background: transparent url(../images/button.png) no-repeat scroll 0 6px;
	width: 124px;
	height: 29px;
	display: block;
	font-size: 1.6em;
	padding: 10px 0 0;
	text-align: center;
	text-decoration: none;
	color: #4a4a4a;
}
.menu li .tab:hover{
	background: transparent url(../images/button.png) no-repeat scroll 0 0;
	height: 33px;
	padding: 6px 0 0;
	color: #4c4c4c;	
}
#main {
  background: transparent url(../images/bodyBg.png) no-repeat scroll 0 0;
  float: left;
  width: 100%;
  padding: 50px 0 0;
}
#content-wrapper {
  float: left;
  width: 750px;
}
#content {
  padding: 25px;
  background: #a4a6a9 url(../images/postBg.png) no-repeat scroll 0 0;
}
#content h1 {
  margin-top: 0;
}
#content h3{
  border-bottom: 1px solid #9A9A9A;
  color: #000;
}
#content-wrapper h3 a {
  color: #000;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #777;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#portifolio{
	color: #fff;
}
#portifolio .item{
  border-bottom: 1px solid #333;
  padding: 0 0 10px;
  margin: 10px 0 0;
  height: 160px;
}
#portifolio .item .box{
  background: transparent url(../images/imageBox.png) repeat-x scroll 0 0;
  float: left;
  padding: 10px;
}
#portifolio .item .box img{
  border: 1px solid #ccc;	
}
#portifolio .item .description{
  float: left;
  width: 588px;
  margin: 0 0 0 10px;
}
#portifolio .item .meta{
  font-size: 0.8em;
}
#sidebar-wrapper {
  float: right;
  width: 250px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
  color: #ccc;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #555;
  font-size: 90%;
  width: 75%;
}
#footer #text{
  float: left;
  width: 75%;
  padding-top: 5px;
  padding-bottom: 20px;
}
#footer #poweredBy{
  float: right;
  width: 25%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 20px;
}
#footer #poweredBy img{
  vertical-align: middle;
}
