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

/*
Theme Name: Envato
Theme URI: http://envato.com
Description: Custom Wordpress Theme
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #FF0;
	background: #699fe5 url("../images/bg.jpg") no-repeat fixed 0 0;
	font: 15px/21px Arial, Helvetica, sans-serif;
}
p {
	padding-bottom: 20px;
	font-family: inherit;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

/* Link Styles */
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #528036;
	text-decoration: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #2f332a;
  font-weight: bold;
  font-family: Helvetica, Arial;
  padding-bottom: 5px;
}
h2 {
  font-size: 36px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
/* Wraps */
#header_wrap {
  position: relative;
  min-width: 940px;
  padding: 100px 30px 0 30px;
}
#content_wrap {
  position: relative;
  min-width: 940px;
  padding: 0 30px 135px 30px;
}

/* Header */
#header {
  position: relative;
  width: 940px;
  margin: 0 auto;
  background: transparent url("../images/header-bg.png") repeat-x 0 0;
  border: 1px solid white;
  margin-top:50px;
}
  
/* Content */
#content {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
  .nav-section {
    position: relative;
    height: 60px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #efffa7;
  }
    .nav-section ul {
      position: absolute;
      right: 0;
      top: 0;
    }
      .nav-section ul li {
        display: inline;
        line-height: 60px;
        margin-left: 20px;
      }
      .nav-section ul li:first-child {
        border: none;
      }
        .nav-section ul li a {
          color: #fff;
          padding: 18px 0;
        }

#box {
	position:relative;
	background:url("../images/contbg.png") repeat-y 0 0;
	border: 1px solid white;
	padding:50px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#portfolio {
	background:url("../images/contbg.png") repeat-y 0 0;
	border: 1px solid white;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:50px;
	color:#000;
}
#contact {
	background:url("../images/contbg.png") repeat-y 0 0;
	border: 1px solid white;
	padding:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;}

.emphasis {
	font-style: italic;
}
.lightboximgs {
	margin-bottom:30px;
}

<--JUMP-TO ANCHORS BEGIN
#1 {display:none;}
#2 {display:none;}
#3 {display:none;}
<--END OF JUMP-TO ANCHORS

