/* =======================
01. RESET
02. COMMON
03. STRUCTURE
04. TOP HEADER, TOP NAV
05. SUB HEADER
06. FRONT SLIDES
07. MAIN CONTENTS
08. FLICKR PHOTOS
09. TESTIMONIALS
========================= */

/*01. RESET*/

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,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*02. COMMON*/

html {
  background: #072b08 url(html.jpg);
}

body {
  color: #666;
  font: normal 12px/18px verdana, sans-serif;
}

html.ie7 img { -ms-interpolation-mode:bicubic; }

::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

label, input[type="button"], input[type="submit"], button { cursor: pointer; }
button { width: auto; overflow: visible; }
input, select, textarea, button { font: normal 12px/20px arial, sans-serif; color: #333; margin: 0; padding: 0; }

a { color: #006600; text-decoration: none; } a:hover { text-decoration: underline; }
ul, ol { list-style: none; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

#top,
#sub-header,
h1, h2, h3, h4, h5 {
  font-family: 'Rokkitt', serif;
}

/*03. STRUCTURE*/

.centered {
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/*04. TOP HEADER, TOP NAV*/

#top {
  border-bottom: 1px solid #4f891f;
}

#logo a {
  display: block;
  width: 351px;
  height: 98px;
  background: url(logo.png);
  text-indent: -9999px;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  color: #fff;
}

#top nav li,
#top nav a {
  float: left;
}

#top nav a {
  font-size: 20px;
  color: #cccc99;
  height: 98px;
  line-height: 98px;
  padding: 0 20px;
  text-shadow: 0 1px 2px #000;
}

#top nav a:hover {
  text-decoration: none;
  background: rgba(79,137,31,0.1);
}

#top nav .current_page_item a {
  color: #99cc33;
}

/*05. SUB HEADER*/

#sub-header {
  height: 105px;
  background: #0c490d url(sub-header.jpg) center top repeat-x;
  border-bottom: 6px solid #cccc99;
}

#sub-header h1 {
  font-size: 40px;
  color: #cccc99;
  line-height: 90px;
}

/*06. FRONT SLIDES*/

#front-slides {
  background: url(front-slides.jpg) center top repeat-x;
  position: relative;
  height: 327px;
  padding: 40px 0 44px;
  overflow: hidden;
  border-bottom: 6px solid #cccc99;
}

#front-slides ul {
  position: relative;
  width: 100%;
  height: 327px;
  margin: 0 auto;
}

#front-slides li {
  height: 327px;
  width: 100% !important;
}

/*07. MAIN CONTENTS*/

#content {
  background: #fff;
  padding: 25px 0;
}

#content h1 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  padding: 0 0 25px;
  color: #006600;
}

#content h1 strong {
  font-weight: normal;
  font-size: 60px;
}

#content h2 {
  font-size: 26px;
  line-height: 1;
  color: #333;
  padding: 0 0 25px;
}

#content h3 {
  font-size: 26px;
  line-height: 1;
  color: #666;
  padding: 0 0 5px;
}

#content h2 em,
#content h3 em {
  font-style: normal;
  color: #006600;
}

#content h4 {
  font-size: 30px;
  line-height: 1;
  color: #006600;
  padding: 0 0 20px;
}

#content h4 em {
  display: block;
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #666;
  font-style: normal;
}

#content h5 {
  font-size: 20px;
  line-height: 1;
  padding: 0 0 5px;
  color: #454545;
}

#content p {
  padding: 0 0 15px;
}

.alignleft {
  float: left;
  margin: 5px 35px 25px 0;
}

.alignright {
  float: right;
  margin: 5px 0 25px 35px;
}

img.alignleft,
img.alignright {
  border: 1px solid #ccc;
  padding: 4px;
}

.aligncenter {
  display: block;
  margin: 0 auto 25px;
}

.alignnone {
  display: block;
  margin: 0 0 25px;
}

#content article {
  padding: 0 0 25px;
}

body.home #content article p {
  font-size: 14px;
  line-height: 1.5;
}

#content hr {
  display: block;
  clear: both;
  height: 1px;
  border: 0;
  padding: 0;
  margin: 0 0 30px;
  border-top: 1px solid #ccc;
}

#content address iframe {
  display: block;
  margin: 0 auto 20px;
  border: 5px solid #ccc;
}

/*08. FLICKR PHOTOS*/

#flickr-photos {
  padding: 0 0 30px;
}

#flickr-photos .title {
  width: 240px;
}

#flickr-photos .title h4 {
  padding: 0 0 10px;
}

#flickr-photos .title a {
  display: block;
  width: 173px;
  height: 37px;
  background: url(btn-latest-work.png);
  text-indent: -9999px;
}

#flickr {
  float: right;
  width: 720px;
}

#flickr-photos #flickr img {
  border: 0;
  float: left;
  height: 180px;
  margin: 0 0 20px 20px;
  padding: 0;
  width: 220px;
}

/*09. TESTIMONIALS*/

#testimonials ul {
  width: 720px;
}

#testimonials li {
  width: 220px;
  margin: 0 0 20px 20px;
}

/*FOOTER*/

footer {
  border-top: 6px solid #cccc99;
  color: #fff;
}

footer a {
  color: #99cc33;
}

footer address {
  line-height: 15px;
  padding: 15px 100px 0 0;
}

footer address p {
  padding: 0 0 10px;
}

footer .connect {
  padding: 15px 0 0;
}

footer h5 {
  color: #cccc99;
  font-size: 20px;
  padding: 0 0 10px;
}

footer .connect a {
  display: block;
  background-image: url(sprite-footer-icons.png);
  background-repeat: no-repeat;
  height: 25px;
  line-height: 24px;
  padding: 0 0 0 35px;
  margin: 0 0 5px;
}

footer .blog {
  background-position: 0 0;
}

footer .twitter {
  background-position: 0 -28px;
}

footer .facebook {
  background-position: 0 -56px;
}

footer .logo {
  width: 350px;
  height: 140px;
  background: url(logo-footer.png);
}

footer h6 {
  border-top: 1px solid #4f891f;
  background: url(footer-copyright.jpg) center top repeat;
}

footer h6 span {
  font-size: 11px;
  height: 35px;
  line-height: 33px;
}

footer h6 a {
  color: #fff;
}

/* ======= */
/* = END = */
/* ======= */