/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #9CD997 url(img/bodybg.jpg) repeat-x top center;
	font-size: 13px;
	color: #111;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", Arial, Georgia, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #222;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #367F27;
}

a:hover {
	text-decoration: none;
	color: #777;
}

#wrapper {
}
/* Header */
#header {
	width: 760px;
	height: 205px;
	margin: 10px auto 0 auto;
	padding-top: 50px;
	background: url(img/logo.png) no-repeat right top;
}

#header>a, #header>a:link, #header>a:hover, #header>a:visited {
	text-decoration: none;
}

#header a {
	color: #E6B715;
}
/* Main Nav */
#nav {
	list-style: none;
	padding-top: 120px;
}
#nav li {
	display: inline;
	float: right;
	margin-left: 15px;
	font-size: 1.2em;
	padding: 0 7px 1px 7px;
	background-color: #333;
}
#nav li#current {
	border-bottom: 4px solid #FFD514;
}
#nav li a {
	color: #C0E6BC;
	text-decoration: none;
}
#nav li.blue a {
	color: #DFEAFE;
}
#nav li a:hover, #nav li.blue a:hover {
	color: #AAA;
}
#nav li a img {
	border: none;
	margin-bottom: -2px;
}
/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 470px;
	margin: 0;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #367F27;
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 10px;
	height: 48px;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

.meta a {
	color: #003300;
}

.overflow {
	overflow: auto;
	height: 150px;
	border: 1px solid #E6B715;
	padding: 5px;
}
.overflow p {
	line-height: 1.2em;
}

/* Gallery */
#gallery a {
	display: inline-block;
	width: 150px;
	text-align: center;
	margin: 10px 4px 0 0;
	text-decoration: none;
}
#gallery a img {
	border: none;
}

/* Video Tutorials */
#videotutorials {
	list-style: none inside;
	padding: 0;
	margin-top: 2em;
	text-align: center;
}
#videotutorials li {
	margin-bottom: 1em;
	padding: 1em;
	padding-top: 0;
}
#videotutorials h2 {
	margin: 5px 0 7px 0;
	padding: 0;
	color: #000;
}
#videotutorials li a {
	text-align: right;
	color: #444;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding-top: 10px;
}

#sidebar .sidebar-box {
	margin-bottom: 1em;
	padding: 0 5px 5px 5px;
	background-color: #C0E6BC;
}

#sidebar p {
	margin: 0 10px;
	line-height: 160%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 10px;
	color: #367F27;
	text-align: left;
}

#sidebar ol, #sidebar ul {
	list-style-position: inside;
	padding-left: 13px;
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

#sidebar img {
	border: none;
	margin: 4px 0 4px 4px;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	margin: 10px auto 20px auto;
	padding: 5px 0;
	color: #333;
	background-color: #C0E6BC;
}
#footer p {
	margin: 0;
	text-align: center;
}

/* Registration form */

#subscribeForm input, #subscribeForm select {
	display: inline-block;
	float: right;
	width: 200px;
	margin-bottom: 5px;
}
#subscribeForm label{
	float: left;
	margin-bottom: 5px;
}

/* Contact Form */

div.row {
  clear:both;
  }
div.row span.label {
  float: left;
  width: 70px;
  padding-top: 3px;
  text-align: right;
  }
div.row span.formw {
  float: right;
  width: 220px;
  text-align: left;
  padding: 2px;
  margin-bottom: 5px;
  }
div.row span.formw textarea {
  width: 221px;
  }
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
div#captcha {
  text-align: right;
  margin-right: -1px;
}
div.row input#submit{
  width:100px;
  text-align:center;
  margin-left: 140px;
  margin-top: 10px;
}
#form{
	width: 300px;
	padding: 2px;
	margin: 0px auto;
}
#confirmation{
	width: 300px;
	height:220px;
	padding: 2px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
}

/* ColorBox Core Style
The following rules are the styles that are consistant between themes.
Avoid changing this area to maintain compatability with future versions of ColorBox. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* ColorBox example user style
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand. */
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(img/colorbox/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(img/colorbox/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(img/colorbox/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(img/colorbox/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(img/colorbox/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(img/colorbox/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(img/colorbox/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(img/colorbox/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(img/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(img/colorbox/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(img/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}