body {
  background: #dbdbcb;
  margin:0px;
  padding:0px;
  font: 62.5% Verdana, Helvetica, Arial, Sans-Serif;
  color:#fff;
  }
h1 {
    color: #76C490;
    font-family: Georgia, Times New Roman, Courier, Serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 2.4em;
    height: auto;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}
.post h3 a {
    color: #76C490;
    font-family: Georgia, Times New Roman, Courier, Serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 24px;
    height: auto;
    margin: 5px 0px 5px 0px;
    padding: 0px;
}
.post h2 a {
    color: #76C490;
    font-family: Georgia, Times New Roman, Courier, Serif;
    font-weight: normal;
    line-height: 25px;
    font-size: 24px;
    height: auto;
    margin: 5px 0px 5px 0px;
    padding: 0px;
	text-transform:none;
}
h2 {
    color: #8b8b91;
    font: 1.1em Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold; 
	margin: 5px 0px 5px 0px;
	text-transform:uppercase;
}
h4 {
	color:#6c676c;
	margin: 5px 0px 5px 0px;
	padding:0px;
	font: bold 1em Sans-Serif;
	}
p {
  color:#DBDBCB;
  line-height:15px;
  }

a {
  color:#C4C5B7;
  text-decoration:none;
  font-weight:bold;
  }
a:hover {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  } 
/*
a[href^="http://"] {
  background: url("../_images/offsite.gif") no-repeat left;
  padding-left:15px;
}
*/
#pnl-body a:visited {
  background: url("../_images/bg-check.gif") no-repeat right;
  padding-right:15px;
  }
/*
#pnl-body a:visited:after {
  color:#fff;
  content:"\00A0\2713";
  font-weight:bold;
  }
*/
#pnl-container {
  position: relative;
  margin:0 auto;
  width:100%;
  text-align:center;
  }
#pnl-head {
  background: #3a333a url("../_images/bg-head.jpg") repeat-x;
  height:82px;
  }
#pnl-head-sub {
  text-align:left;
  width:760px;
  margin:0 auto;
  }
#pnl-head-sub a, a:hover, a:visited{
  text-decoration:none;
  border:none;
  }
#logo {
  padding-top:5px;
  border:none;
  }
#pnl-sub-head {
  background: #453E45 url("../_images/bg-sub-head.jpg") repeat-x;
  height:172px;
  margin:0;
  padding:0;
  }
#pnl-nav {
  padding-top:142px;
  height:30px;
  text-align:left;
  width:760px;
  margin:0 auto;
  }
#lst-nav {
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
#lst-nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}
#lst-nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	}
#lst-nav a:hover {
	background-position: 0 -60px;
	}
#lst-nav a:active, #lst-nav a.selected {
	background-position: 0 0px;
	}
#lst-nav a:active, #lst-nav a.selected:hover {
	background-position: 0 0px;
	}
#tab-home a {
  margin-left:220px;
  width: 80px;
  background: url("../_images/tab-home.gif") top left no-repeat;
  background-position: 0 -30px;
  }
#tab-work a {
  width: 80px;
  background: url(../_images/tab-work.gif) top left no-repeat;
  background-position: 0 -30px;
  }
#tab-about a {
  width: 80px;
  background: url("../_images/tab-about.gif") top left no-repeat;
  background-position: 0 -30px;
  }
#tab-articles a {
  width: 80px;
  background: url("../_images/tab-articles.gif") top left no-repeat;
  background-position: 0 -30px;
  }
#tab-contact a {
  width: 80px;
  background: url("../_images/tab-contact.gif") top left no-repeat;
  background-position: 0 -30px;
  }

#pnl-body {
  background: #2f292f url("../_images/bg-body.jpg") repeat-x;
  min-height: 307px;
  color: #dbdbcb;
  padding:10px;
  }
/* for IE */
/*\*/
* html #pnl-body {
  height: 307px;
  }
/**/
#pnl-body-sub {
  width: 760px;
  text-align:left;
  margin:0 auto;
  }
#pnl-body-left {
  width:200px;
  margin-right:25px;
  float:left;
  }
#pnl-body-right {
  width:435px;
  float:left;
  }
 #pnl-body-left-home {
  width:300px;
  margin-right:10px;
  float:left;
  }
#pnl-body-right-home {
  width:450px;
  float:left;
  }
#pnl-body-btm {
  background: #2f292f url("../_images/bg-body-btm.jpg") repeat-x bottom;
  height: 16px;
  }
#pnl-footer {
  padding-top:10px;
  margin:0 auto;
  width: 760px;
  text-align:left;
  color:#000000;
  }

#pnl-quote {
  background: url("../_images/bg-quote-top.gif") no-repeat top;
  padding-top:10px;
  }
#pnl-quote-btm {
  background: url("../_images/bg-quote-btm.gif") no-repeat bottom;
  padding-bottom:30px;
  }
#txt-quote {
  background: #474247;
  padding:0 5px 0 10px;
  color:#dbdbcb;
  }
#txt-quote-name {
  font-weight:bold;
  margin-left:5px;
}
#txt-quote-company {
  font-size:0.9em;
  margin-left:5px;
}
.label {
  color: #8b8b91;
  }
#contact-form dd {
  margin:0;
  padding:0;
  }
#realname {
  width: 300px;
  background: #dbdbcb;
  border:1px solid #fff;
  }
#email {
  width: 300px;
  background: #dbdbcb;
  border:1px solid #fff;
  }
#url {
  width: 300px;
  background: #dbdbcb;
  border:1px solid #fff;
  }
#comments {
  width: 300px;
  background: #dbdbcb;
  border:1px solid #fff;
  }
#btn-submit {
  font-size: 1em;
  background: #8b8b91;
  color:#fff;
  border:1px solid #fff;
  }
.button {
  font-size: 1em;
  background: #8b8b91;
  color:#fff;
  border:1px solid #fff;
  }
#vcard {
  margin-top:10px;
  }
#port-thumbs {
  }
.port-thumb {
  float:left;
  margin-right:5px;
  }
#port-thumbs a:visited {
  background:none;
  padding:0;
  }
/* for IE */
/*\*/
* html #port-thumbs a:hover {
 /* border:1px solid #fff; */
  }
/**/
#port-thumbs a:visited:after {
  color:#fff;
  content:"";
  }
#port-thumbs a:visited {
  color:#C4C5B7;
  content:"";
  }
.img-portfolio {
  border: 5px solid  #dbdbcb;
  margin-bottom:10px;
  }
.img-portfolio:hover {
  border: 5px solid  #fff;
  margin-bottom:10px;
  }
.img-port-main {
  border: 5px solid  #dbdbcb;
  margin-bottom:10px;
  }
.img-port-main:hover {
  border: 5px solid  #fff;
  margin-bottom:10px;
  }
.clearboth {
  clear:both;
  margin:0px;
  padding:0px;
  }
#port-main {
  width:650px;
  height:285px;
  float:left;
  overflow:hidden;
  }
#port-main p {
	width:280px;
	}
.img-port-main {
  float:left;
  }
.port-text {
  float:left;
  margin-left:10px;
  width:280px;
  }
#lst-links {
  list-style-type:none;
  margin:0;
  padding:0;
  }

#pnl-quick-links {
	float:left;
	padding-left:30px;
	}
#pnl-copyright {
	float:left;
	margin: 0px 0px 0px 10px;
	padding:0px;
	text-transform:uppercase;
	font-size:1em;
	color:#342D34;
	}
#lnk-footer {
	list-style:square outside url(../_images/icon-star.gif);
	margin:5px;
	padding:0px;
	}
#lnk-footer a{
	color:#8B8B91;
	font: 0.9em verdana;
	}
#txt-contact {
	margin-top:5px;
	}
#img-me {
	margin-top:15px;
	border: 5px solid  #dbdbcb;
  }
#alertform {
	z-index:700;
	position:absolute;
	left:0px;
	top:-300px;
	background-color: #453E45;
	border: 5px solid #fff;
	height:75px;
	width:250px;
	padding:20px;
	color:#fff;
	display:none;
	text-align:center;
  }
.wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:500px;
}

ol.code {
	margin:0;
	background-color:#474247;
	border:1px solid #DBDBCB;
	padding:10px;
	font: 1.1em Sans-Serif;
	list-style:none;
	}
li.tab {
	padding-left:10px;
	}
li.tab2 {
	padding-left:20px;
	}
li.tab3 {
	padding-left:30px;
	}
li.tab4 {
	padding-left:40px;
	}
li.tab5 {
	padding-left:50px;
	}
li.tab6 {
	padding-left:60px;
	}
li.tab7 {
	padding-left:70px;
	}
a:visited#btn-more {
	background: url("../_images/btn-more.gif") no-repeat;
	width:75px;
	height:21px;
	display:block;
	text-decoration:none;
	}
a#btn-more  {
	background: url("../_images/btn-more.gif") no-repeat;
	width:75px;
	height:21px;
	display:block;
	text-decoration:none;
	}
a:hover#btn-more {
	background-position: 0 -21px;
	}
#btn-more b {
	display:none;
	}
#img-vcard {
	border:none;
	}