/*
===============
developed by Vel
at http://www.vhg-design.com
===============
*/
html, body{
  background: #000000 url(images/bg.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 62.5%;
}

body {
  color: #FFFFFF;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  text-shadow: 0 0 0 #000;
  /*background: url(images/body-bg.png) top center no-repeat;*/
  background: url(images/new-bg.jpg) top center no-repeat;
}

a {
  color: #eedc1a;
  text-decoration: none;
}

a:hover {
 color: #4394e6;
 /*text-shadow: 1px 1px 1px #f300ae;*/
}

ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, form, fieldset {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
}
header, section, footer, aside, nav, article, figure {
  display: block;
}
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}
p {
  margin: 0;
  padding: 12px 0;
}


#wrap {
  margin: 0 auto;
  text-align: left;
  width: 940px;
  min-height: 1000px;
  /*background: url(images/wrap-bg.png) top center no-repeat;*/
  position: relative;
}

#contact-page #wrap {
  min-height: 780px;
}


.like-btn {
  display: -moz-inline-stack;
  display: inline-block;
  text-indent: -999em;
  outline: none;
}
strong {
  color: #c6e2ff;
  font-weight: normal;
}


/*   ============   HEADER   ============   */

header{
  height: 103px;
  position: relative;
  width: 100%;
}
header h1 {
  width: 224px;
  height: 71px;
  float: left;
  margin: 17px 0 0 38px;
}
header h1 a.like-btn {
  display: block;
  height: 71px;
  background: url(images/logo.png) 0 0 no-repeat;
}
header h1 a.like-btn:hover {
background: url(images/logo.png) 0 100% no-repeat;
}


header nav {
  float: right;
  width: 202px;
  padding: 0 0 0 5px;
  height: 41px;
  background: url(images/header-nav-bg.png) 0 0 no-repeat;
  margin: 40px 17px 0 0;
}
header nav li {
 float: left;
}
header nav li a {
 float: left;
 width: 62px;
 height: 41px;
 display: block;
 text-indent: -999em;
 outline: none;
 background-position: 0 14px;
 background-repeat: no-repeat;
 padding: 0;
}
header nav li a:hover {
  background-position: 0 -46px;
}
header nav li a.active {
  background-position: 0 bottom;
   cursor: default;
}


header nav li a#home-btn {
 background-image: url(images/home-btn.png);
}
header nav li a#blog-btn {
 background-image: url(images/blog-btn.png);
}
header nav li a#contact-btn {
 background-image: url(images/contact-btn.png);
}
#hp header {
  margin-bottom: 301px;
}

/*   ============   MAIN CONTENT   ============   */

#maincontent{
  float: right;
  position: relative;
  width: 668px;
  padding: 20px;
  background: url(images/content-bg.png) 0 0 no-repeat;
}

/*   Home Page   */

#maincontent article {
  padding-bottom: 10px;
}
#maincontent article#welcome h2 {
  height: 35px;
  text-indent: -999em;
  background: url(images/welcome.png) 0 0 no-repeat;
}
#skills, #latest-blog-posts {
  background: url(images/hp-article-bg.png) top center no-repeat;
  padding-top: 24px;
}
#skills h2, #latest-blog-posts h2 {
   height: 30px;
   text-indent: -999em;
   background: url(images/skills-services.png) 0 0 no-repeat;
}
#latest-blog-posts h2 {
  background: url(images/latest-post.png) 0 0 no-repeat;
}


#skills ul {
  float: left;
  width: 320px;
  padding-bottom: 10px;
}
#skills ul li {
  display: block;
  padding: 6px 0 6px 40px;
  height: 27px;
  line-height: 27px;
  background-position: 0 6px;
  background-repeat: no-repeat;
  font-size: 0.87em;
}
#skills ul.second {
  margin-left: 40px;
  width: 305px;
}
#skills ul li#ss-folio {
  background-image: url(images/folio-icon.gif);
}
#skills ul li#ss-update {
  background-image: url(images/update-icon.gif);
}
#skills ul li#ss-ecomm {
  background-image: url(images/shop-icon.gif);
}
#skills ul li#ss-html {
  background-image: url(images/ps-icon.gif);
}
#skills ul li#ss-wp {
  background-image: url(images/wp-icon.gif);
}
#skills ul li#ss-seo {
  background-image: url(images/spider-icon.gif);
}
#skills ul li#ss-flash {
  background-image: url(images/fl-icon.gif);
}
#skills ul li#ss-support {
  background-image: url(images/support-icon.gif);
}
#skills ul li#ss-banner {
  background-image: url(images/pic-icon.gif);
}
#skills ul li#ss-email {
  background-image: url(images/email-icon.gif);
}


/*   Latest Blog Posts   */

#latest-blog-posts h3 {
  font: italic bold 1.2em Georgia, Times, "Times New Roman", serif;
}
#latest-blog-posts a {
  color: #beff89;
}
#latest-blog-posts a:hover {
  color: #4394e6;
}
#latest-blog-posts h3 a:hover {
  color: #4394e6;
 text-shadow: 1px 1px 1px #f300ae;
}
#latest-blog-posts p {
  font-size: .85em;
}



/*   Titles   */

#folio .ttl, #psd-to-html .ttl, #contact-page .ttl {
   height: 35px;
   background: url(images/folio-ttl-bg.png) 0 center no-repeat;
   text-indent: -999em;
}
#psd-to-html .ttl {
background: url(images/psd-html-ttl.png) 0 center no-repeat;
margin-bottom: 10px;
}
#contact-page .ttl {
  background: url(images/contact-ttl-bg.png) 0 center no-repeat;
}


/*   PSD to HTML page   */

#psd-to-html #maincontent {
  min-height: 750px;
}

#psd-to-html #maincontent li {
  margin: 7px 0;
  font: italic 1.17em Georgia, Times, "Times New Roman", serif;
clear: both;
}
#psd-to-html #maincontent li span {
padding: 10px 20px 10px 38px;
background: url(images/li-bg.png) 0 0 no-repeat;
display: -moz-inline-box;
display: inline-block;
}
#psd-to-html #maincontent li:hover span {
 background: #000000 url(images/li-bg.png) 0 -190px no-repeat;
}

/*   Contact page   */

#contact-page form {
 width: 445px;
 display: block;
 float: left;
 margin-top: 20px;
}
#contact-page form div {
  width: 445px;
  min-height: 35px;
  margin-bottom: 10px;
  background: url(images/input-bg.png) right 0 no-repeat;
  position: relative;
}
#contact-page form div:hover {
background: url(images/input-bg.png) right -150px no-repeat;
}
#contact-page form div#txtarea {
  background: url(images/textarea-bg.png) right 0 no-repeat;
  height: 174px;
}
#contact-page form div#txtarea:hover {
  background: url(images/textarea-bg.png) right -280px no-repeat !important;
}
#contact-page form div#txtarea textarea {
  float: right;
  width: 320px;
  height: 164px;
  padding: 5px;
  background: transparent;
  border: none;
  overflow: auto;
  color: white;
  font-size: 1.17em;
  outline: none;
  font-family: inherit;
}


#contact-page form label {
  width: 112px;
  float: left;
  display: block;
}
#contact-page form label span.req {
  display: block;
  clear: left;
  font: italic 0.73em Georgia, Times, "Times New Roman", serif;
  color: #ffbebe;
   text-indent: -999em;
}
#contact-page form div.highlight label span.req {
  text-indent: 0;
}


#contact-page .input {
  float: right;
  width: 310px;
  padding: 3px 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 1.17em;
  outline: none;
}
#contact-page form label.error {
  position: absolute;
  top: 15px;
  left: 0;
  font: italic 0.73em Georgia, Times, "Times New Roman", serif;
  color: #ffbebe;
  /*background: #121212;*/
  padding: 2px 0;
  width: auto !important;
}


#contact-page form #submit_btn {
  float: left;
  display: block;
  text-indent: -999em;
  outline: none;
  width: 93px;
  height: 30px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  background: url(images/send-btn.png) 0 0 no-repeat;
}
#contact-page form #submit_btn:hover {
background: url(images/send-btn.png) 0 100% no-repeat;
}
#contact-page #message {
  width: 395px;
  height: 280px;
  padding: 80px 0 0 50px;
   float: left;
}
#contact-page #message h2 {
  font-size: 1.4em;
  height: 32px;
  line-height: 32px;
  padding-left: 45px;
  background: url(images/check.png) 0 0 no-repeat;
}
#contact-page #message p {
  padding: 25px 0 0 45px;
  margin: 0;
}


#reach-me {
  float: right;
  width: 200px;
  font-size: 0.87em;
  margin-top: 20px;
}
#reach-me li {
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
#reach-me li span {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  text-indent: -999em;
  background-position: 0 center;
  background-repeat: no-repeat;
}
#reach-me li#e-mail span {
  background-image: url(images/e-mail-icon.png);
}
#reach-me li#icq span {
  background-image: url(images/icq-icon.gif);
}
#reach-me li#gtalk span {
  background-image: url(images/gtalk-icon.gif);
}


/*   References page   */

#references-page .ttl {
  background: url(images/references-ttl.png) 0 0 no-repeat;
  text-indent: -999em;
}
#testim ul {
 margin-top: 15px;
}
#testim li {
  margin-bottom: 30px;
}
#testim li p {
  margin: 0;
  padding: 15px;
  background: url(images/ref-bg.png) 0 0 no-repeat;
}
#testim li p span {
  width: 15px;
  height: 15px;
  float: left;
  display: block;
  margin-right: 5px;
  background: url(images/quote.png) 0 0 no-repeat;
}


#testim li p.name {
  padding: 30px 5px 0 0;
  text-align: right;
  background: url(images/ref-bg.png) 0 -375px no-repeat;
  font-size: 0.87em;
}
#testim li p.name em {
font: italic 1.08em Georgia, Times, "Times New Roman", serif;
}
#testim li p.name a {
  color: #999662;
}
#testim li p.name a:hover {
  color: #EEDC1A;
}


/*   PSD to HTML page   */

#markup-folio .ttl {
  background: url(images/psd-to-html-ttl.png) 0 0 no-repeat;
  text-indent: -999em;
}
#markup-folio .folio .links strong {
  display: block;
  float: none;
  padding-left: 5px;
}

/*   Services page   */

#services-page .ttl {
  background: url(images/services-ttl.png) 0 0 no-repeat;
  text-indent: -999em;
  margin-bottom: 25px;
}
#services-page #maincontent h3 {
 margin-top: 15px;
}

/*   Banners folio page   */

#banners-folio .ttl {
  background: url(images/banners-folio-ttl.png) 0 0 no-repeat;
  text-indent: -999em;
  margin-bottom: 25px;
}
#banners-folio #maincontent figure {
  text-align: center;
 margin-bottom: 15px;
}

/*   E-mail templates page   */

#e-mail-tmpl .ttl {
  background: url(images/eml-ttl.png) 0 0 no-repeat;
  text-indent: -999em;
  height: 34px;
}
#banners-folio #maincontent figure {
  text-align: center;
 margin-bottom: 15px;
}

/*   Templates for sell page   */

#tmpl .ttl {
  background: url(images/tmpl-ttl.png) 0 0 no-repeat;
  text-indent: -999em;
  height: 34px;
}


/*   Browsershots page   */

#bs-page .ttl {
  background: url(images/bs-ttl.png) 0 0 no-repeat;
  text-indent: -999em;
}




/*   ============   FOOTER   ============   */

footer{
  clear: both;
  height: 121px;
  margin:10px 0 0;
  background: url(images/footer-bg.jpg) top center no-repeat;
}
footer article {
  width: 920px;
  margin: 0 auto;
  position: relative;
  padding: 15px 0 0 30px;
  text-align: left;
  font-size: 0.80em;
}
footer article p {
  margin: 0;
  padding: 15px 0 0 0;
}
footer article p a {
  color: #949494;
  font-size: 1.17em;
}
footer article p a:hover {
  color: white;
}
footer article p a.like-btn {
  margin-left: 11px;
  width:24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
footer article p a#twitter {
  background-image: url(images/twitter-icon.jpg);
}
footer article p a#linkedin {
  background-image: url(images/linkedin-icon.jpg)
}
footer article p a#fmail {
  background-image: url(images/fmail-icon.jpg);
  width: 27px;
}
footer article a#back-to-top {
  position: absolute;
  top: 20px;
  right: 70px;
  color: #c9c9c9;
  font-size: 1.08em;
  font-style: italic;
}
footer article a#back-to-top:hover {
  color: white;
}






/*   ---------   Float containers fix   ---------   */

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

