/*
Theme Name: June Lily
Version: 1.0
Theme URI: http://www.junelily.com
Description: The June Lily Theme is an assemblage of awesome resources, put together to form an extremely flexible WordPress foundation.
Author: June Lily
Author URI: http://www.junelily.com
Tags: wordpress, html5, semantic code, browser compatible, seo optimized, validated, fixed-width, custom-header, custom-background
*/


/*--[ HTML5 BOILERPLATE DISPLAY DEFINITIONS ]--------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/*--[ HTML5 BOILERPLATE BASE ]--------------------------------------------------------------------------------*/

html { font-size: 100%; overflow-y: auto; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #85c4c4; color: #fff; text-shadow: none; }
::selection { background: #85c4c4; color: #fff; text-shadow: none; }

/*--[ HTML5 BOILERPLATE LINKS ]--------------------------------------------------------------------------------*/

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/*--[ HTML5 BOILERPLATE TYPOGRAPHY ]--------------------------------------------------------------------------------*/

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/*--[ HTML5 BOILERPLATE LISTS ]--------------------------------------------------------------------------------*/

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/*--[ HTML5 BOILERPLATE EMBEDDED CONTENT ]--------------------------------------------------------------------------------*/

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/*--[ HTML5 BOILERPLATE FIGURES ]--------------------------------------------------------------------------------*/

figure { margin: 0; }

/*--[ HTML5 BOILERPLATE FORMS ]--------------------------------------------------------------------------------*/

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/*--[ HTML5 BOILERPLATE TABLES ]--------------------------------------------------------------------------------*/

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/*--[ MAIN CSS LAYOUT ]--------------------------------------------------------------------------------*/

/* Table of Contents
* Body
* Wrap
* Defaults 
* Hyperlinks
* Headlines
* Blockquote
* Code
* Top
* Header
* Title - Description
* Header Right
* Primary Navigation
* Main
* Content
* Contentfull
* Entry-Header
* Entry-Content - Entry-Summary
* Entry-Meta
* Paging Navigation
* Homepage
* Homepagefull
* Home Header
* Home-Content
* Sticky Posts
* Sidebar
* Footer
* Credits
* Bottom
* Images
* Comments
* Input Text Area
* Search Input
* Search Form
* Buttons - Comments, Reply, Search
* Widgets
* Tag Cloud
* Dropdowns
* Calendar Widget
* WP Cycle
* Gravity Forms
*/

html, body {
	background: #ddf0ef url(images/linenbg.png); repeat-xy;
	margin: 0 auto;
	padding: 0px;
}

#wrap {
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
}

#wraplanding {
	background-color: transparent;
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	position: relative;
}

/* Defaults
------------------------------------------------------------ */

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px dotted #a6d0ca;
}

.free_download_submit {
	background-color: #ffffff;
	border: none;
	padding:3px;
	margin-top:5px;
}

.free_download_submit:hover {
	background-color: #ffffff;
	color: #fff;
}

.free_download_submit:active {
	position: relative; top:1px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.clear {
	clear:both;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #6fb1b1;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:focus {
	color: #6fb1b1;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Type
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color:#898989;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#898989 !important;
	font-weight: normal;
}

h6 a {
	color:#8fc1bb !important;
	font-weight: normal;
}

h6 a:hover {
	color:#a6d2cd !important;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color:#b1d06c;
	text-decoration: none;
}

h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color:#b1d06c;
	text-decoration: none;
}

.rgba h1, .rgba #title, .rgba h2, .rgba h3, .rgba h4, .rgba h5, .rgba h6 {
	text-shadow: none;
}

h1 /* 32px font, line height 36, margin-top 24, margin bottom 12 */ { 
	font-size: 30px;
	line-height: 1.125em;
	margin: 0.6em 0 0.375em 0;
}

h2 /* 32px equiv size */ { 
	font-size: 38px;
	font-weight: normal;
	color:#9fc255;
	line-height: 1.125em;
	margin: 10px 0px 0px 0px;
	font-family: 'FreedomWriterBFRegular', Helvetica, Arial, sans-serif;
	text-transform: lowercase;
}

h3 /* 26px equiv */ { 
	font-size: 25px;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	font-weight: normal;
	color:#9fc255;
	line-height: 1.384em;
	margin: 0.9231em 0 0.462em 0;
}

h4 /* 20px equiv */ { 
	font-size:1.25em;
	line-height: 1.2em;
	margin-top:1.2em;
}

h5 /* 18px equiv */ { 
	font-size:1.125em;
	line-height: 1.3333em;
	margin-top:1.3333em;
}

h6 /* 14px equiv */ { 
	font-size:20px;
	color: #8fc1bb;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	line-height: 30px;
	margin: 20px 0px 20px 0px;
	text-transform: none;
}

h6.projectname {
	float:left;
	padding: 0px 0px 0px 5px;
}

h6.projectview a {
	float:right;
	background: url(images/viewproject.png) no-repeat 0 0;
	height:30px;
	width:180px;
	padding: 0px 5px 0px 0px;
	font-weight:normal;
	text-decoration: none;
	text-transform: none;
	overflow:hidden;
	border:none;
}

h6.projectview:hover a {
	background: url(images/viewproject.png) no-repeat 0 -30px;
}

h1.widget-title {
	color:#9fc255;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	line-height: 1em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

h3.widget-title {
	color:#9fc255;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	font-weight: normal;
	margin: 4px 0px 4px 0px;
	text-align: left;
}

h1.page-title {
	color:#9fc255;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	padding:0px 0px 10px 0px;
	margin:4px 0px 10px 0px;
	text-align: center;
}

h2.page-title {
	color:#9fc255;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	text-transform: none;
}

h1.archive-title {
	color:#9fc255;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	padding:0px 0px 10px 0px;
	margin:4px 0px 10px 0px;
	text-align: center;
}

p, 
ul, 
ol, 
dl, 
blockquote, 
hr, 
pre, 
table, 
fieldset, 
article, 
article footer,
nav {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

article ul {
	margin: 0 0 2em 2em;
	list-style: disc outside;
}

article ol {
	margin: 0 0 2em 2em;
	list-style: decimal outside;
}

blockquote {
	margin: 0 0 1.25em 0;
	font-family: cambria, georgia, times, serif;
	border-top: 1px dotted #a6d0ca;
	border-bottom: 1px dotted #a6d0ca;
	background: #f1f8f7;
	padding: 1.19em 1.25em 0;
	font-style: italic;
}

small {
	font-size:0.6875em;
}

code {
	display: block;
	margin: 5px;
	font-family: Courier New, Tahoma, Verdana;
	border: 1px dotted #a6d0ca;
	background: #f1f8f7;
	padding: 15px;
}

/* top
------------------------------------------------------------ */

#top {
	width: 960px;
	height: 35px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}

/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 80px;
	overflow: hidden;
	width: 960px;
}

#header p {
	margin: 0px;
	padding: 0px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 450px;
}

#landing-title-area {
	margin: 0px auto;
	overflow: hidden;
	padding: 15px 0 0;
	width: 450px;
	text-align: center;
}

#title {
	font-size: 20px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}

#title a,
#title a:hover {
	color: #9fc255;
	text-decoration: none;
}

#description {
	color: #9fc255;
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	padding: 10px;
}

#headerright {
	float: right;
	width: 380px;
	text-align: justify;
}

#headerright p {
	margin: 10px;
	padding: 10px;
}

#headerright .widget {
	background-color: #fff;
	border: none;
	margin: 0px;
	padding: 20px 20px 10px 10px;
}

#tagline {
	margin: 0px 0px 0px 10px;
	padding: 40px 10px 10px 10px;
}

/* Primary Navigation
------------------------------------------------------------ */

#menunav {
	background-color: #ffffff;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 920px;
}

#menunav .menuleft {
	width: 765px;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#menunav .menuright {
	width: 135px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
}

#menunav .menuright img {
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

#twitter {
	float:left;
	margin: 1px 4px 0px 4px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/twitter.png) no-repeat 0 0;
}

#facebook {
	float:left;
	margin: 1px 4px 0px 4px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/facebook.png) no-repeat 0 0; 0 0;
}

#rss {
	float:left;
	margin: 1px 4px 0px 4px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/rss.png) no-repeat 0 0;
}

#pinterest {
	float:left;
	margin: 1px 4px 0px 4px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/pinterest.png) no-repeat 0 0;
}

#twitter:hover, 
#facebook:hover,
#pinterest:hover,
#rss:hover { 
	background-position: 0 -25px;
}

#twitter span, 
#facebook span,
#pinterest span,
#rss span {
	position: absolute;
	top: -999em;
}

#menunav ul {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

#menunav li {
	float: left;
	list-style-type: none;
}

#menunav li a {
	color: #727272;
	display: block;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 5px 20px 4px 15px;
	position: relative;
	text-decoration: none;
}

#menunav li a:hover,
#menunav li a:active,
#menunav .current_page_item a,
#menunav .current-cat a,
#menunav .current-menu-item a {
	background-color: #fff;
	color: #9fc255;
}

#menunav li li a,
#menunav li li a:link,
#menunav li li a:visited {
	background-color: #b5ddd8;
	border: 1px solid #8fc1bb;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#menunav li li a:hover,
#menunav li li a:active {
	background-color: #8fc1bb;
	color: #fff;
}

#menunav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#menunav li ul a {
	width: 140px;
}

#menunav li ul ul {
	margin: -30px 0 0 159px;
}

#menunav li:hover>ul,
#menunav li.sfHover ul {
	left: auto;
}

/* Main Content
------------------------------------------------------------ */

#main {
	overflow: hidden;
	clear: both;
	margin: 0px auto;
	width: 960px;
}

#content {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 20px;
}

#contentwide {
	width: 655px;
	float: right;
	margin: 0px 15px 0px 0px;
	padding: 20px 25px 20px 20px;
}

#contentsmall {
	width: 550px;
	float: right;
	margin: 0px 15px 0px 0px;
	padding: 20px 20px 20px 20px;
}

#contentfull {
	width: 920px;
	margin: 0px;
	padding: 20px 20px 0px 20px;
}

.post {
	margin: 0px 0px 75px 0px;
}

.entry-header {
	font-size: 12px;
	margin: 5px 0px;
	text-transform: none;
}

.blogentry-header {
	background: url(images/title-stitch.png) bottom right no-repeat;
	height:60px;
	font-size: 12px;
	margin: 5px 0px;
	text-transform: none;
}

p.author-date {
	font-size: 11px;
	margin: -10px 0px 15px 0px;
}

p.author-date .author {
	margin: 0px;
}

.entry-meta {
	border-top: none;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	text-align: right;
}

.entry-meta .category,
.entry-meta .tags,
.entry-meta .edit,
.entry-meta .comments, 
.entry-meta .meta-sep {
	margin: 0px;
}

.entry-content, .entry-summary {
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
}

.entry-content, .entry-summary {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

.entry-content ol,
.entry-content ul {
	padding: 0px;
	margin: 0 0 2em 2em;
	list-style: disc outside;
}

.entry-content ol {
	margin: 0 0 2em 2em;
	list-style: decimal outside;
}

.entry-summary ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

.entry-content ol li {
	margin: 0px 0px 0px 10px;
}

.entry-summary ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding:0px 0px 0px 10px;
}

.entry-summary img {
	float: left;
	margin: 0px 10px 10px 0px !important;
	padding: 3px !important;
	width: 200px;
	height: 200px;
	box-shadow: 0px 0px 5px #e6e6e6;
	-moz-box-shadow: 0px 0px 5px #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px #e6e6e6;
	border: 1px solid #e6e6e6;
}

#content .entry-summary a:hover .wp-post-image, #content .entry-summary a:focus .wp-post-image {
	padding: 1px !important;
	border: 3px solid #bddc7b !important;
}

.project-content {
	margin: 0px 9px 0px 9px;
	padding: 0px 2px 0px 2px;
}

.project-content {
	overflow: hidden;
	text-align: justify;
}

.project-content p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.project-content ol,
.project-content ul {
	padding: 0px;
	margin: 0 0 2em 2em;
	list-style: disc outside;
}

.project-content ol {
	margin: 0 0 2em 2em;
	list-style: decimal outside;
}

.project-content ul li {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0;
}

.project-content ol li {
	margin: 0px 0px 0px 10px;
}

.project-content ol ol,
.project-content ul ul {
	padding:0px 0px 0px 10px;
}


/* Post Date
------------------------------------------------------------ */

#content .post-date-wrap {
	width: 68px;
	height: 68px;
	border: none;
}

#content .post-date-wrap {
	float: left;
	background: url(images/datebg.png) no-repeat;
	margin-top: -10px;
	margin-left: -5px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-right: 5px;
}

#content .post-date {
	float: left;
}

#content .post-date {
	display: inline;
	width: 68px;
	height: 68px;
	font-size: 9px;
	text-align: center;
	color: #6fb1b1;
	padding: 15px 0px 0px 0px;
}

#content .post-date .month {
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 12px;
	padding: 0px 12px 0px 12px;
	text-transform: uppercase;
	color: #898989;
	text-align: center;
}

#content .post-date .day {
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height:10px;
	padding: 0px 12px 0px 12px;
	color: #898989;
	text-align: center;    
}

#content .post-date .year {
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	font-size: 12px;
	line-height: 14px;
	line-height:10px;
	padding: 0px 12px 0px 12px;
	color: #898989;
	text-align: center;
}

/* Post Navigation
------------------------------------------------------------ */

.paging {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.paging .next{
	float: right;
}

.paging .prev {
	float: left;
}

.paging a,
.paging a:hover,
.paging .active a {
	border-bottom: 1px dotted #6fb1b1;
	padding: 5px 8px;
	text-decoration: none;
}

.paging a:hover,
.paging .active a {
	color: #898989;
}

/* Homepage
------------------------------------------------------------ */

#homepage {
	width: 600px;
	float: left;
	margin: 0px;
	padding: 20px;
	text-align: justify;
}

#homepagefull {
	width: 920px;
	margin: 0px;
	padding: 20px 20px 0px 20px;
	text-align: justify;
}

#homepagefull .widget,
#homepage .widget {
	margin: 0px;
	padding: 0px;
}

#homeleft {
	float: left;
	clear: left;
	width: 420px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#homeright {
	float: right;
	clear: right;
	width: 420px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.home-header {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}

.home-content {
	margin: 15px 30px 0px 30px;
}

.home-content {
	overflow: hidden;
}

.home-content p {
	padding: 0px 0px 5px 0px;
}

.home-content ul {
	padding: 0px;
	margin: 0 0 2em 2em;
	list-style: disc outside;
}

.home-content ol {
	padding: 0px;
	margin: 0 0 2em 2em;
	list-style: decimal outside;
}

.home-content ul li {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.home-content ol li {
	margin: 0px 0px 0px 0px;
}

.home-content ol ol,
.home-content ul ul {
	padding:0px 0px 0px 0px;
}

.home {
	margin: 0;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #fff;
	border: 1px dashed #a9d7d7;
	margin: 0 0 40px;
	padding: 20px;
	font-style: italic;
}


/* Sidebar
------------------------------------------------------------ */

#sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 290px;
	margin: 15px 10px 20px 0px;
	padding: 5px;
	text-align: justify;
}

#sidebar p {
	font-size: 12px;
	line-height: 20px;
}

#sidebar .side-ads img {
	margin: 4px 0 4px 0;
	border: 1px solid #ccc;

}

#sidebar .right {
        width:140px;
        float: right;
	margin: 0px;
	margin-bottom: 10px;
}

#sidebar .right img {
        width:125px;
        float: right;
	margin: 8px 4px 8px 0;
	padding: 5px;
	border: 1px solid #ccc;
	height: auto;
}

#sidebar .left {
        width:140px;
        float: left;
	margin: 0px;
	margin-bottom: 10px;
}

#sidebar .left img {
        width:125px;
        float: left;
	margin: 8px 0 8px 0;
	padding: 5px;
	border: 1px solid #ccc;
	height: auto;
}

#sidebar .widget {
	background-color: #fff;
	border: none;
	margin: 0px 0px 20px 0px;
	padding: 2px;
}

#sidebar .freebiesright {
        width:140px;
        float: right;
	margin: 0px;
	margin-bottom: 10px;
}

#sidebar .freebiesright img {
        width:125px;
        float: right;
	margin: 8px 4px 8px 0;
	padding: 5px;
	box-shadow: 0px 0px 4px #e6e6e6;
	-moz-box-shadow: 0px 0px 4px #e6e6e6;
	-webkit-box-shadow: 0px 0px 4px #e6e6e6;
	border: 1px solid #e6e6e6;
	height: auto;
}

#sidebar .freebiesleft {
        width:140px;
        float: left;
	margin: 0px;
	margin-bottom: 10px;
}

#sidebar .freebiesleft img {
        width:125px;
        float: left;
	margin: 8px 0 8px 0;
	padding: 5px;
	box-shadow: 0px 0px 4px #e6e6e6;
	-moz-box-shadow: 0px 0px 4px #e6e6e6;
	-webkit-box-shadow: 0px 0px 4px #e6e6e6;
	border: 1px solid #e6e6e6;
	height: auto;
}

#sidebar ol,
#sidebar ul {
	padding: 0px 0px 0px 15px;
	margin: 0;
	list-style: disc outside;
}

#sidebar ol {
	margin: 0;
	list-style: decimal outside;
}

#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#sidebar ol li {
	margin: 0px 0px 0px 0px;
}

#sidebar ol ol,
#sidebar ul ul {
	padding:0px 0px 0px 0px;
}

/* Small Sidebar
------------------------------------------------------------ */

#smallsidebar {
	display: inline;
	float: left;
	font-size: 14px;
	line-height: 20px;
	width: 210px;
	margin: 20px 0px 20px 25px;
	padding: 5px;
	text-align: left;
}

#smallsidebar p {
	font-size: 12px;
	line-height: 20px;
}

#smallsidebar a, #sidebar a:visited {
	color: #6fb1b1;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
	
#smallsidebar a:hover{
	text-decoration: underline;
}

#smallsidebar .widget {
	background-color: #fff;
	border: none;
	margin: 0px;
	padding: 10px 2px 2px 2px;
}

#smallsidebar .widget-title {
	display:none;
}

#smallsidebar ol,
#smallsidebar ul {
	padding: 0px 0px 0px 15px;
	margin: 0;
	list-style: disc outside;
}

#smallsidebar ol {
	margin: 0;
	list-style: decimal outside;
}

#smallsidebar ul li {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#smallsidebar ol li {
	margin: 0px 0px 0px 0px;
}

#smallsidebar ol ol,
#smallsidebar ul ul {
	padding:0px 0px 0px 0px;
}

/* Wide Sidebar
------------------------------------------------------------ */

#widesidebar {
	display: inline;
	float: left;
	font-size: 13px;
	line-height: 20px;
	width: 310px;
	margin: 20px 0px 20px 25px;
	padding: 5px 5px 5px 10px;
	text-align: justify;
}

#widesidebar p {
	font-size: 12px;
	line-height: 20px;
}

#widesidebar a, #sidebar a:visited {
	color: #6fb1b1;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
	
#widesidebar a:hover{
	text-decoration: underline;
}

#widesidebar .widget {
	background-color: #fff;
	border: none;
	margin: 0px;
	padding: 5px 2px 2px 2px;
}

#widesidebar .widget-title {
	font-size: 23px;
	margin: 5px 0px 10px 0px;
}

#widesidebar ol,
#widesidebar ul {
	padding: 0px 0px 0px 15px;
	margin: 0;
	list-style: disc outside;
}

#widesidebar ol {
	margin: 0;
	list-style: decimal outside;
}

#widesidebar ul li {
	list-style-type: square;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

#widesidebar ol li {
	margin: 0px 0px 0px 0px;
}

#widesidebar ol ol,
#widesidebar ul ul {
	padding:0px 0px 0px 0px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #fff;
	clear: both;
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0px 20px;
	text-transform: uppercase;
	width: 960px;
}

#footer p {
	color: #c3c3c3;
	font-size: 9px;
	margin: 0px;
	padding: 6px 0px 0px 15px;
}

#footer a,
#footer a:visited {
	color: #c3c3c3;
	font-weight: normal;
}


/* Footer Navigation
------------------------------------------------------------ */

#footernav {
	background-color: #ffffff;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	clear: both;
	color: #c3c3c3;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 920px;
}

#footernav .footerleft {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#footernav .footerright {
	width: 500px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#footernav ul {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}

#footernav li {
	float: right;
	list-style-type: none;
}

#footernav li a {
	color: #c3c3c3;
	display: block;
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 5px 15px 3px;
	position: relative;
	text-decoration: none;
}

#footernav li a:hover,
#footernav li a:active,
#footernav .current_page_item a,
#footernav .current-cat a,
#footernav .current-menu-item a {
	background-color: #fff;
	color: #c3c3c3;
}

#footernav li a:hover,
#footernav li a:active,
#footernav .current_page_item a,
#footernav .current-cat a,
#footernav .current-menu-item a {
	background-color: #fff;
	color: #9fc255;
}

#footernav li li a,
#footernav li li a:link,
#footernav li li a:visited {
	background-color: #f3fafa;
	border: 1px solid #d3d3d3;
	border-top-width: 0;
	color: #727272;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#footernav li li a:hover,
#footernav li li a:active {
	background-color: #f8fcfc;
}

#footernav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#footernav li ul a {
	width: 140px;
}

#footernav li ul ul {
	margin: -30px 0 0 159px;
}

#footernav li:hover>ul,
#footernav li.sfHover ul {
	left: auto;
}


/* Bottom
------------------------------------------------------------ */

#bottom {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	text-transform: uppercase;
	width: 960px;
	min-height: 35px;
}

#bottom p {
	color: #fff;
	font-size: 12px;
}

#bottom a,
#bottom a:visited {
	color: #fff;
}

#bottom .credits {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}

/* Images
------------------------------------------------------------ */

#content img {
	padding: 5px;
	margin: 0px;
}

#content .entry-content img {
	max-width: 580px;
	height: auto;
	padding: 5px;
	box-shadow: 0px 0px 5px #e6e6e6;
	-moz-box-shadow: 0px 0px 5px #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px #e6e6e6;
	border: 1px solid #e6e6e6;
}

#contentwide img {
	max-width: 655px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#contentsmall img {
	max-width: 550px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#contentfull img {
	max-width: 920px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#homepage img {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#homepagefull img {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#content .wp-post-image, 
#content img.alignright, 
#content img.alignleft, 
#content img.aligncenter {
	padding: 0px;
	background: #fff;
}

#contentwide .wp-post-image, 
#contentwide img.alignright, 
#contentwide img.alignleft, 
#contentwide img.aligncenter {
	padding: 0px;
	background: #fff;
}

#contentsmall .wp-post-image, 
#contentsmall img.alignright, 
#contentsmall img.alignleft, 
#contentsmall img.aligncenter {
	padding: 0px;
	background: #fff;
}


#contentfull .wp-post-image,
#contentfull img.alignright, 
#contentfull img.alignleft,
#contentfull img.aligncenter {
	padding: 0px;
	background: #fff;
}

#homepage .wp-post-image, 
#homepage img.alignright, 
#homepage img.alignleft, 
#homepage img.aligncenter {
	padding: 0px;
	background: #fff;
}

#homepagefull .wp-post-image, 
#homepagefull img.alignright, 
#homepagefull img.alignleft, 
#homepagefull img.aligncenter {
	padding: 0px;
	background: #fff;
}

#content a:hover .wp-post-image, #content a:focus .wp-post-image,
#contentwide a:hover .wp-post-image, #contentwide a:focus .wp-post-image,
#contentsmall a:hover .wp-post-image, #contentsmall a:focus .wp-post-image,
#contentfull a:hover .wp-post-image, #contentfull a:focus .wp-post-image {
	padding: 1px !important;
	border: 3px solid #ffe084 !important;
}

#content .alignleft, #contentwide .alignleft, #contentsmall .alignleft, #contentfull .alignleft, #homepage .alignleft {
	float: left;
	clear: left;
	margin: 0.38em 1.62em 0.38em 0;
}

#content .alignright, #contentwide .alignright, #contentsmall .alignright, #contentfull .alignright, #homepage .alignright {
	float: right;
	clear: right;
	margin: 0.38em 0 0.38em 1.62em;
}

#content .aligncenter, #contentwide .aligncenter, #contentsmall .aligncenter, #contentfull .aligncenter, #homepage .aligncenter {
	margin: 0 auto 1.62em;
	display: block;
}

#content div.wp-caption, 
#contentwide div.wp-caption, 
#contentsmall div.wp-caption,
#contentfull div.wp-caption {
	padding: 0 !important;
	text-align: center !important;
	max-width: 99%;
}

#content div.wp-caption img,
#contentwide div.wp-caption img,
#contentsmall div.wp-caption img,
#contentfull div.wp-caption img {
	margin: 0 !important;
	padding: 5px 0px 0px 0px !important;
	outline: 0 !important;
	border: 0 !important;
	max-width: 98%;
	height:auto;
}

#content p.wp-caption-text,
#contentwide p.wp-caption-text,
#contentsmall p.wp-caption-text,
#contentfull p.wp-caption-text {
	margin: 0 !important;
	padding: 3px 3px 3px 3px !important;
	font-weight: bold;
	clear: both;
	font-size: 0.92em;
	color: #000;
}

#content img.wp-smiley,
#contentwide img.wp-smiley,
#contentsmall img.wp-smiley,
#contentfull img.wp-smiley,
#homepage img.wp-smiley,
#homepagefull img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#content img.wp-wink,
#contentwide img.wp-wink,
#contentsmall img.wp-wink,
#contentfull img.wp-wink,
#homepage img.wp-wink,
#homepagefull img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* Comments
------------------------------------------------------------ */

#comment {
	width: 100%;
	height: 150px;
}

#comments ol {
	color: #9fc255;
	font-size:20px;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
}

#comments .fn
#comments .says {
	color: #9fc255;
}

#comments ol p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000; 
}

#reply-title,
#comments-title {
	color: #9fc255;
	border-bottom: 1px dotted #a6d0ca;
}

p.nocomments,
p.nopassword {
	margin:0;
	padding:0;
}

#comments .navigation .nav-next {
	float: right;
}

#comments .navigation .nav-previous {
	float: left;
}

#comments .navigation a,
#comments .navigation a:hover,
#comments .navigation .active a {
	border: 1px dotted #6fb1b1;
	padding: 5px 8px;
}

#comments .navigation a:hover,
#comments .navigation .active a {
	background-color: #f5f5f5;
}

#respond {
	margin-top: 20px;
}

ol.comment-list {
	margin: 0px 0px 0px 50px !important;
}

ol.comment-list ul {
	margin: 0px 0px 0px 0px !important;
}

ol.comment-list img.avatar {
	margin: 0px 10px 10px 10px !important;
	padding: 4px !important;
	float:right;
	background: #FFFFFF;
	box-shadow: 1px 1px 2px #E6E6E6;
	-moz-box-shadow: 1px 1px 2px #E6E6E6;
	-webkit-box-shadow: 1px 1px 2px #E6E6E6;
	border: 1px solid #E6E6E6;
}

ol.comment-list li {
	margin: 0px 0px 0px 0px !important;
	padding: 10px 0px 0px 0px;
	position: relative;
}

ol.comment-list li header {
	margin: 0;
	line-height: 1.5em;
	font-size:14px;
}

ol.comment-list li li {
	list-style: circle;
	margin: 0px 0px 0px 20px !important;
}

#respond {
	margin-bottom: 15px;
}

#respond input.text, #respond select, #respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	border: 1px solid #eee;
	background: #f6f6f6;
	color: #777;
	font-size: 1em;
	line-height: 1em;
	padding: 0.375em;
	width: 50%;
	margin: 0 4px 0 0;
	outline: 0;
	display: block;
}

#respond input.text:focus, #respond select:focus, #respond textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus { 
	border:1px solid #ccc; 
}

.borderradius #respond input.text, .borderradius #respond select, .borderradius #respond textarea,
.borderradius .comment-form-author input,
.borderradius .comment-form-email input,
.borderradius .comment-form-url input,
.borderradius .widget_search input#s {
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	-o-border-radius:0.5em;
	border-radius:0.5em;
}

#respond textarea {
	width: 98%;
	margin-right: 0;
}

#respond label {
	font-size: 1em;
	font-weight: bold;
}

ol.comment-list li article nav {
	border-bottom:2px dotted #a6d0ca;
}

ol.comment-list li .reply a, ol.comment-list li .reply a:visited {
	background: #a8c163;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #90aa49;
}
	
ol.comment-list li .reply a:hover {
	background: #90aa49;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #90aa49;
}

ol.comment-list li .reply a:active {
	position: relative; top:1px;
}

/* Search Input
------------------------------------------------------------ */

.widget_search input#s {
	border: 1px solid #c6e3df;
	background: #fff;
	color: #777;
	font-size: 1em;
	line-height: 1em;
	padding: 0.325em;
	width: 175px;
	margin: 0 4px 0 0;
	outline: 0;
	display: block;
}

.widget_search input#s:focus {
	border: 1px solid #adc46f;
}

.borderradius .widget_search input#s {
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	-o-border-radius:0.3em;
	border-radius:0.3em;
}

/* Search Form
------------------------------------------------------------ */

#searchform {
	margin: 0px 0px 0px 0px;
}
	
#s {
	border: 1px solid #c6e3df;
	background: #fff;
	color: #777;
	font-size: 1em;
	line-height: 1em;
	padding: 0.325em;
	width: 175px;
	margin: 0 4px 0 0;
	outline: 0;
	display: inline;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	-o-border-radius:0.3em;
	border-radius:0.3em;
}

#s:focus {
	border: 1px solid #adc46f;
}

.projectbox select {
	background: #ffffff;
	float:right;
	padding: 5px;
	font-size: 15px;
	border: 1px solid #ccc;
	height: 30px;
	width:200px;
}

/* Buttons
------------------------------------------------------------ */

#getstarted {
	float:left;
	margin: 0px;
	display: block;
	width: 150px;
	height: 30px;
	background: url(images/get-started.png) no-repeat 0 0;
}

#getstarted:hover { 
	background-position: 0 -30px;
}

#getstarted span {
	position: absolute;
	top: -999em;
}

#portfolio {
	float:left;
	margin: 0px;
	display: block;
	width: 200px;
	height: 30px;
	background: url(images/portfolio.png) no-repeat 0 0;
}

#portfolio:hover { 
	background-position: 0 -30px;
}

#portfolio span {
	position: absolute;
	top: -999em;
}

div.gform_footer input.button {
	background: url(images/submit.png) no-repeat top left;
	height:30px;
	width:90px;
	color: #fff;
	font-size: 18px !important;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0px 0 0 10px !important;
	padding: 2px 8px 4px 0px !important;
	overflow:hidden;
	border:none;
}

#submit {
	background: url(images/comments.png) no-repeat top left;
	height:30px;
	width:150px;
	color: #fff;
	font-size: 18px !important;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0px 0 0 10px !important;
	padding: 2px 8px 4px 0px !important;
	overflow:hidden;
	border:none;
}


#sidebar .widget_search #searchsubmit,
#searchsubmit {
	background: url(images/search.png) no-repeat top left;
	height:25px;
	width:65px;
	color: #90aa49;
	font-size: 18px;
	font-family: BillyRegular, "Comic Sans MS", sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0px 0 0 2px;
	padding: 2px 4px 4px 6px;
	overflow:hidden;
	border:none;
}

#sidebar .widget_search #searchsubmit:hover,
#searchsubmit:hover {
	background: url(images/search.png) no-repeat 0 -25px;
	color: #a4bd62;
	}

div.gform_footer input.button:hover {
	background: url(images/submit.png) no-repeat 0 -30px;
	color: #fff;
}

#submit:hover {
	background: url(images/comments.png) no-repeat 0 -30px;
	color: #fff;
}

div.gform_footer input.button:active, #submit:active, #searchsubmit:active, #sidebar .widget_search #searchsubmit:active {
	position: relative; top:1px;
}

/* Widgets
------------------------------------------------------------ */
.widget_search {
	overflow: hidden;
}

.widget_search input#s {
	float: left;
	width: 65%;
}

.widget_search #searchsubmit {
	font-size: 0 .9em;
	padding: 0 .5em;
	border: 0;
	margin: 1px 0 2.29em;
}

.widget_search label {	
	display: none;
}

.widget_categories ul, 
.widget_archive ul, 
.widget_links ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_categories ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
} 

.widget_archive ul li, 
.widget_links ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.widget_categories ul li {
	display:block;
	margin: 0px;
	padding: 0px;
}

.widget_archive ul li a,
.widget_links ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a {
	text-decoration: none;
} 

.widget_archive ul li a:hover, .widget_archive ul li a:focus,
.widget_links ul li a:hover, .widget_links ul li a:focus,
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover, .widget_recent_comments ul li a:focus,
.widget_meta ul li a:hover, .widget_meta ul li a:focus,
.widget_rss ul li a:hover, .widget_rss ul li a:focus,
.widget_pages ul li a:hover, .widget_pages ul li a:focus,
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus,
.widget_categories ul li a:hover, .widget_categories ul li a:focus {
	text-decoration: underline;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div {
	padding: 5px 5px 0;
	overflow: hidden;
}

.widget_tag_cloud a {  
	line-height: .62em;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
	text-decoration: underline;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 90%;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center;
	height: 35px;
	border-bottom: 1px solid #222;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* WP Cycle
------------------------------------------------------------ */

#cycle {
	background: url(images/homebg.png) center no-repeat;
	width:800px;
	height:450px;
	margin: 0 auto;
	padding: 0px;
}

#cycle_lite {
	width:750px;
	height:395px;
	margin-top: 26px;
	padding: 0px;
}

#cycle_lite_container {
	width:800px !important;
	height:450px !important;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 4px !important;
}

/* Collapsing Drop Downs
------------------------------------------------------------ */

#sidebar .example_menu {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 280px;
}

#sidebar .expand_all,
#sidebar .collapse_all {
        cursor: pointer;
}

#sidebar .example_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, #sidebar .example_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}

#sidebar .example_menu a {
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding: 11px 5px 12px 5px;
	width: 280px;
}

#sidebar .example_menu a.expanded {
	background: url(images/side-banner.png) no-repeat;
        text-align:center;
        border: double #ffffff;
	color: #fff !important;
        text-transform: uppercase;
	font-weight: normal;
}

#sidebar .example_menu a.collapsed {
	background: url(images/side-banner.png) no-repeat;
        text-align:center;
        border: double #ffffff;
	color: #fff !important;
        text-transform:uppercase;
	font-weight: normal;
}

#sidebar .example_menu a:hover {
	text-decoration: none !important;
}

#sidebar .example_menu ul a {
	background: #ffffff;
	border-bottom: 1px dotted #ccc;
	color: #000;
	display: block;
	font-weight: normal;
	padding: 5px;
	width: 268px;
        margin-left:3px;
}

#sidebar .example_menu ul a:link {
	font-weight: normal;
}

#sidebar .example_menu ul a:hover {
	color: #9fc155;
	text-decoration: none;
}

#sidebar .example_menu li.active a {
	background: #fff;
}

#sidebar .example_menu li.active li a {
	background: #e8e8e8;
}

#menu1 li.footer, #menu2 li.footer, #menu3 li.footer, #menu4 li.footer, #menu5 li.footer, #sidebar .example_menu .footer {
	background: transparent url('footer.jpg') no-repeat 0 0;
	border-top: 2px solid #fff;
	line-height: 15px;
	margin: 0 0 10px 0;
	width: 268px;
}

#sidebar .example_menu .footer span {
	display: none;
}

#sidebar table.subscribe-table td { 
	padding:2px 0px 12px 15px; 
}

#sidebar table.subscribe-table input {
	background-color: #ffffff;
	border: 1px dotted #a6d0ca;
	padding:4px; 
}

/* Sidebar Tabs
------------------------------------------------------------ */

#tabber_widget-3, #tabber_widget-4 {
        color:#898989;
        height:215px;
        }
#tabber_widget-3 a, #tabber_widget-3 a:visited, #tabber_widget-4 a, #tabber_widget-4 a:visited  {
        color:#6fb1b1;
        }
#tabber_widget-3 a:hover, #tabber_widget-4 a:hover {
        color:#8fc9c9;
        }

#tabber_widget-3 .tabber-widget-rounded-light, #tabber_widget-4 .tabber-widget-rounded-light {
	color: #898989;
	padding: 0 !important;
	margin: 0 !important;
}
#tabber_widget-3 .tabber-widget-rounded-light ul.tabber-widget-tabs, #tabber_widget-4 .tabber-widget-rounded-light ul.tabber-widget-tabs {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
}
#tabber_widget-3 .tabber-widget-rounded-light ul.tabber-widget-tabs li, #tabber_widget-4 .tabber-widget-rounded-light ul.tabber-widget-tabs li {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}
#tabber_widget-3 .tabber-widget-rounded-light ul.tabber-widget-tabs li:before, #tabber_widget-4 .tabber-widget-rounded-light ul.tabber-widget-tabs li:before {
	content: "" !important;
}
#tabber_widget-3 .tabber-widget-rounded-light ul.tabber-widget-tabs a, #tabber_widget-4 .tabber-widget-rounded-light ul.tabber-widget-tabs a {
	display: block;
	padding: 4px 9px 1px 9px;
	text-decoration: none !important;
	margin: 1px 1px 1px 1px;
	margin-left: 0;
	color: #ffffff;
	background: #bddd79;
	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
}

#tabber_widget-3 .tabber-widget-rounded-light ul.tabber-widget-tabs a:hover, #tabber_widget-4 .tabber-widget-rounded-light ul.tabber-widget-tabs a:hover {
	color: #FFF;
	background: #a2c25c;
	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-o-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;

}
#tabber_widget-3 .tabber-widget-rounded-light ul.tabber-widget-tabs a.selected,
#tabber_widget-3 .tabber-widget-rounded-light ul.tabber-widget-tabs a.selected:hover,
#tabber_widget-4 .tabber-widget-rounded-light ul.tabber-widget-tabs a.selected,
#tabber_widget-4 .tabber-widget-rounded-light ul.tabber-widget-tabs a.selected:hover {
	margin-bottom: 0;
	color: #fff;
	background: #a2c25c;
	border-bottom: 1px solid snow;
	cursor: default;
}

#tabber_widget-3 .tabber-widget-rounded-light .tabber-widget-content, #tabber_widget-4 .tabber-widget-rounded-light .tabber-widget-content {
	padding: 12px 12px 12px 12px;
	margin: 0;
	clear: both;
	background: #ffffff;
	border: 4px solid #bddd79;
	-moz-border-radius: 0px 10px 10px 10px;
	-khtml-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
	-o-border-radius: 0px 10px 10px 10px;
        border-radius: 0px 10px 10px 10px;
}

/* Style Content */

#tabber_widget-3 .tabber-widget-rounded-light .tabber-widget-content, #tabber_widget-4 .tabber-widget-rounded-light .tabber-widget-content {
	text-align: justify;
	padding: 14px;
}
#tabber_widget-3 .tabber-widget-rounded-light .tabber-widget-content .tabber-widget-title, #tabber_widget-4 .tabber-widget-rounded-light .tabber-widget-content .tabber-widget-title {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #a2c25c;
	font-size: 16px;
}

#tabber_widget-3 .tabber-widget-rounded-light .tabber-widget-content ul, #tabber_widget-4 .tabber-widget-rounded-light .tabber-widget-content ul {
	text-align: left;
	padding: 0px;
	font-size: 12px;
}

.clienttable {
	margin-top: 10px;
}

.clienttable th {
	background: #c9e9e9;
	border: 1px solid #c9e9e9;
	padding: 8px;
	text-align: center;
	font-size: 18px; 
	font-weight: normal;
	font-family: century gothic, arial, helvetica, sans-serif;
}

.clienttable td {
	border: 1px solid #c9e9e9;
	padding: 8px;
}

.clienttable td.main {
	border: 1px solid #c9e9e9;
	padding: 5px;
	text-align: center;
	font-size: 18px; 
	font-weight: normal;
	font-family: century gothic, arial, helvetica, sans-serif;
}

textarea#styled {
        background: #ffffff;
        width: 300px;
        height: 50px;
        border: 1px solid #c9e9e9;
        padding: 5px;
	font-size: 11px; 
	font-weight: normal;
        font-family: helvetica, arial, sans-serif;
}

/*--[ HTML5 BOILERPLATE NON-SEMANTIC HELPER CLASSES ]--------------------------------------------------------------------------------*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*--[ HTML5 BOILERPLATE MEDIA QUERIES ]--------------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
}

/*--[ HTML5 BOILERPLATE PRINT STYLES ]--------------------------------------------------------------------------------*/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
