@charset "utf-8";
/* CSS Document */

html, body {
  border:0;
  background:#f9f9f9;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Cambria",Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.7em;
  color:#a39d83;
}
a { /*remove dotted outline when a link is active*/
  outline: none;
}
a:link, a:visited {
  text-decoration: none;
  color:#a39d83;
}
a:hover{
  text-decoration: none;
  color:#96ff00;
}
.clear {
  clear:both;
}
/*------------------------Text---------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  font-family: "Cambria",Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-variant:normal;
  font-weight:normal;
  line-height:1.7em;
  color: #a39d83;
  margin:0;
  padding:0;
}
p {
  text-align:justify;
}
h1 { /*title*/
  font-family:"Times New Roman";
  font-size:100px;
  color:#514025;
  margin:0;
  letter-spacing:-5px;
}
h2, h3 { /*2nd title*/
  background:url(img/titlebg.png) no-repeat center left;
  float:left;
  font-size:40px;
  color:#514025;
  margin:10px 0 10px 0;
  padding:0 0 0 40px;
  font-family:"Times New Roman";
}	
h3 {
  float:right;
  padding:0 140px 0 40px;
}
h4 {
  font-size:12px;
}
/*-----------------------------------------------------------------------------------------------------------------*/
#pageContainer {
  width:820px;
  height:auto;
  margin:0 auto;
  padding:0;	
}
#pageHeader, #pageBody, #pageFooter {
  width:820px;
  height:auto;
  margin:0;
  float:left;
}
#pageFooter {
  border-top:1px dashed #a39d83;
  margin:20px 0 50px 0;
}
/*---------------------------Banner-----------------------------------*/
#banner {
  width:820px;
  background:url(img/bannerbg.jpg) no-repeat top center;
  height:290px;
  margin:0;
  padding:0;
  float:left;
  list-style:none;
}
.bannerpic {
  margin:1px 0 0 1px;
  padding:0;
  display:none;
}
/*-----------------------Twitter--------------------------------*/
#speech {
  background: url(img/twitterquote.png) no-repeat top left;
  width:820px;
  height:50px;
  float:left;
  margin:5px 0 20px 0;
  padding:0;
}
#twitterquote {
  width:640px;
  float:left;
  margin:10px 0 0 30px;
  padding:10px;
}
/*---------------------------------------------------------Body--------------------------------------------------------*/
/*------------------------Portfolio-------------------------*/
.portfolio {
  width:820px;
  margin:0 0 40px 5px;
  padding:0;
  float:left;
}
.portfolio-img {
  width:267px;
  height:170px;
  float:left;
  margin: 2px;
  padding:0;
  overflow: hidden; 
  position: relative; 
}
.boxcaption { 
  float: left; 
  position: absolute; 
  background: #000;
  border:1px solid #fff;
  height: 100px; 
  width: 245px;
  padding:10px; 
  opacity: .8; 
/* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
  top: 170;
  left: 0;
}
#jquery-overlay {/*black screen*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { /*holder for loader and exit button*/
  border: none; 
}
#lightbox-container-image-box {
  position:relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { 
  padding: 10px; 
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev { 
  left: 0; 
  float: left;
}
#lightbox-nav-btnNext { 
  right: 0; 
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px; 
  color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
  width: 70%; 
  float: left; 
  text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
  display: block; 
  clear: left; 
  padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
  width: 66px; 
  float: right;
  padding-bottom: 0.7em;	
}
.gobutton {
  float:right;
  margin:0;
}
.image {  
}
/*------------------------Contact me-------------------------*/
#contact {
  width:400px;
  float:right;
  margin:0;
  padding:0;
}
#contact li {
  display:block;
  width:130px;
  float:left;
  padding:5px 30px;
  margin:0 0 0 10px;
}
.email a {
  background:url(img/email_16.png) no-repeat top left;
  padding:0 0 0 30px;
}
.blogger a {
  background:url(img/blogger_16.png) no-repeat top left;
  padding:0 0 0 30px;
}
.facebook a {
  background:url(img/facebook_16.png) no-repeat top left;
  padding:0 0 0 30px;
}
.twitter a {
  background:url(img/twitter_16.png) no-repeat top left;
  padding:0 0 0 30px;
}
/*------------------------Sidebar-------------------------*/
#sidebar {
  width:400px;
  float:left;
  margin:0;
  padding:5px 0 0 0;
}
