/*
Theme Name: Thoughts in Vinyl
Version: 1.0
Theme URI: http://www.junelily.com
Description: Custom theme template for www.thoughtsinvinyl.com
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: 15px; line-height: 1.231; }
body, button, input, select, textarea { font-family: Century Gothic, Arial, sans-serif; color: #4d4f4f; }
::-moz-selection { background: #7ACAE9; color: #fff; text-shadow: none; }
::selection {
	background: #7ACAE9;
	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
*/

* { margin:0; padding:0; }

html, body {
	margin: 0 auto;
	padding: 0px;
	background: #fff url(images/bg.png) repeat center top;
	font-family: Century Gothic, Arial, sans-serif;
}

#wrap {
	width: 988px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
	background: url(images/wrap.png) repeat-y center top;
}

/* Defaults
------------------------------------------------------------ */

input {
	color: #333;
	font-family: Century Gothic, Arial, sans-serif;
}

blockquote,
input,
select,
textarea,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #c3e7f5;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.clear {
	clear:both;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #85ccc8;
	text-decoration: none;
}

a:hover, a:focus {
	color: #4BB4AE;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Type
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color:#b2bc00;
	font-family: 'WhackadooRegular', Century Gothic, Arial, sans-serif;
	letter-spacing: 0.05em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#b2bc00;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#85ccc8;
	text-decoration: none;
}

h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color:#85ccc8;
	text-decoration: none;
}

.rgba h1, .rgba #title, .rgba h2, .rgba h3, .rgba h4, .rgba h5, .rgba h6 {
	text-shadow: 0 1px 0 rgba(255,255,255,0.95);
}

h1 /* 32px font, line height 36, margin-top 24, margin bottom 12 */ { 
	font-size:1.75em;
	line-height: 1.125em;
	margin: 0.6em 0 0.375em 0;
}

h2 /* 32px equiv size */ { 
	font-size:1.75em;
	line-height: 1.125em;
	margin: 0.5em 0 0.375em 0;
}

h3 /* 26px equiv */ { 
	font-size:1.5em;
	line-height: 1.384em;
	margin: 0.9231em 0 0.462em 0;
}

h4 /* 20px equiv */ { 
	font-size:1.1em;
	line-height: 1.2em;
	margin-top:1.2em;
}

h5 /* 18px equiv */ { 
	font-size:1em;
	line-height: 1.3333em;
	margin-top:1.3333em;
}

h6 /* 14px equiv */ { 
	font-size:0.875em;
	line-height: 1.7143em;
	margin-top:1.7143em;
	text-transform: uppercase;
}

h1.widget-title {
	color:#85ccc8;
	font-family: Century Gothic, Arial, sans-serif;
	font-weight: normal;
}

h3.widget-title {
	color:#85ccc8;
	font-family: Century Gothic, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.75em;
	text-align:center;
	margin:0px 0 10px;
}

h1.page-title {
	color:#b2bc00;
	font-family: 'WhackadooRegular', Century Gothic, Arial, sans-serif;
	padding:0px 0px 10px 0px;
}

h2.page-title {
	color:#b2bc00;
	font-family: 'WhackadooRegular', Century Gothic, Arial, sans-serif;
	border:0;
	font-size: 2.25em;
	margin: 10px 0 15px;
	font-weight: normal;
}


h1.archive-title {
	color:#b2bc00;
	font-family: 'WhackadooRegular', Century Gothic, Arial, sans-serif;
	padding:0px 0px 10px 20px;
	font-size: 2.25em;
	font-weight: normal;
}

.entry-content h1 {
	font-family: 'kg_be_still__knowregular', Century Gothic, Arial, sans-serif;
	color: #85ccc8;
}

.entry-content h2 {
	font-family: 'kg_be_still__knowregular', Century Gothic, Arial, sans-serif;
	color: #b2bc00;
}

.entry-content h3 {
	font-family: 'kg_be_still__knowregular', Century Gothic, Arial, sans-serif;
	color: #ef697a;
}

.entry-content h4{
	font-family: 'kg_be_still__knowregular', Century Gothic, Arial, sans-serif;
	color: #ff9c01;
	font-size: 1.3em;
}

.entry-content h5 {
	font-family: 'kg_be_still__knowregular', Century Gothic, Arial, sans-serif;
	color: #EB4156;
	font-size: 1.1em;
}

.entry-content h6 {
	font-family: 'kg_be_still__knowregular', Century Gothic, Arial, sans-serif;
	color: #85ccc8;
}

p, 
ul, 
ol, 
dl, 
blockquote, 
hr, 
pre, 
table, 
fieldset, 
article, 
article footer,
nav {
	margin: 0 0 1.5em 0;
	line-height: 1.2em;
}

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 2.5em;
	font-family: cambria, georgia, times, serif;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f6f6f6;
	padding: 1.19em 1.25em 0;
	font-style: italic;
}

small {
	font-size:0.6875em;
}

code {
	display: block;
	margin: 0px;
	font-family: Courier New, Tahoma, Verdana;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f6f6f6;
	padding: 10px;
}

/* top
------------------------------------------------------------ */

#top {
	width: 988px;
	height: 55px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}

/* Header
------------------------------------------------------------ */

#header {
	margin: 0px auto;
	width: 850px;
	height: 278px;
}



/* Primary Navigation
------------------------------------------------------------ */

#menunav {
	clear: both;
	color: #fff;
	margin: 0 auto;
	padding: 0 0 11px 0px;
	overflow: hidden;
	font-weight:normal;
	width: 988px;
	background: url(images/header-top.png) no-repeat center bottom;
}

#menunav ul {
	float: left;
	width: 100%;
	margin: 0 0 0 2px;
	padding: 0px 0 0 11px;
}

#menunav li {
	float: left;
	list-style-type: none;
}

#menunav li a {
	color: #fff;
	display: block;
	width: 136px;
	height: 23px;
	padding: 2px 0 0 0px;
	font-size: 21px;
	font-weight:normal;
	position: relative;
	text-decoration: none;
	text-align:center;
	margin: 0 1px 0 0;
	background: url(images/tabs.png) no-repeat left bottom;
}

#menunav li a:hover,
#menunav li a:active,
#menunav .current_page_item a,
#menunav .current-cat a,
#menunav .current-menu-item a {
	width: 136px;
	height: 23px;
	color: #fff;
	background: url(images/tabs.png) no-repeat left top;
}

#menunav li li a,
#menunav li li a:link,
#menunav li li a:visited {
	background:none;
	background-color: #85ccc8;
	border-top-width: 0;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 116px;
}

#menunav li li a:hover,
#menunav li li a:active {
	background:none;
	background-color: #b2bc00;
}

#menunav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 136px;
	z-index: 9999;
}

#menunav li ul a {
	width: 136px;
}

#menunav li ul ul {
	margin: -30px 0 0 136px;
}

#menunav li:hover>ul,
#menunav li.sfHover ul {
	left: auto;
}

/* Ribbon Navs
------------------------------------------------------------*/

#ribbon-nav, #footer-nav {
	color: #fff;
	margin: 0 0 0 11px;
	float:left;
	overflow: hidden;
	text-transform: lowercase;
	width: 962px;
	height: 50px;
	background: #ef697a url(images/ribbon.png) repeat-x left top;
}

#ribbon-nav ul#menu-ribbon-nav {
	width: 480px;
	margin: 10px 0 0 10px;
	float: left;
	padding: 0px;
}

#footer-nav ul#menu-footer-nav {
	width: 650px;
	margin: 10px auto 0px;
	padding: 0px;
}

#ribbon-nav ul#archives-nav {
	width: 100px;
	float: left;
	margin: 10px 0 0 300px;
}

#footer-nav ul#about-us {
	width: 110px;
	float: left;
	margin: 10px 0 0 150px;
}

#ribbon-nav li, #footer-nav li {
	float: left;
	list-style-type: none;
	font-weight:normal;	
}

#ribbon-nav #archives-nav li {
	float: left;
}

#foter-nav #about-us li {
	float: right;
}

#ribbon-nav li a, #footer-nav li a {
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 6px 15px 4px;
	position: relative;
	text-decoration: none;
	font-weight:normal;
	background: url(images/menu-divider.png) no-repeat left center;
}

#ribbon-nav #archives-nav li a {
	background: none;
}

#footer-nav #about-us li a {
	background: none;
}

#ribbon-nav li a:hover,
#ribbon-nav li a:active,
#ribbon-nav .current_page_item a,
#ribbon-nav .current-cat a,
#ribbon-nav .current-menu-item a,
#footer-nav li a:hover,
#footer-nav li a:active,
#footer-nav .current_page_item a,
#footer-nav .current-cat a,
#footer-nav .current-menu-item a,
#footer-nav #about-us li a:hover,
#footer-nav #about-us li a:active,
#footer-nav #about-us .current_page_item a,
#footer-nav #about-us .current-cat a,
#footer-nav #about-us .current-menu-item a,
#ribbon-nav #archives-nav li a:hover,
#ribbon-nav #archives-nav li a:active,
#ribbon-nav #archives-nav .current_page_item a,
#ribbon-nav #archives-nav .current_cat a,
#ribbon-nav #archives-nav .current-menu-item a  {
	color: #fff;
	background-color: #EC4F63;
}

#ribbon-nav li li a,
#ribbon-nav li li a:link,
#ribbon-nav li li a:visited,
#ribbon-nav #archives-nav li li a,
#ribbon-nav #archives-nav li li a:link,
#ribbon-nav #archives-nav li li a:visited {
	background:none;
	background-color: #85ccc8;
	border-top-width: 0;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	position: relative;
	text-transform: lowercase;
	width: 166px;
}

#ribbon-nav #archives-nav li li a:hover,
#ribbon-nav #archives-nav li li a:active,
#ribbon-nav li li a:hover,
#ribbon-nav li li a:active {
	background-color: #EC4F63;
}

#ribbon-nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#ribbon-nav li ul a {
	width: 140px;
}

#ribbon-nav li ul ul {
	margin: -29px 0 0 159px;
}

#ribbon-nav li:hover>ul,
#ribbon-nav li.sfHover ul {
	left: auto;
}

/* Sidebar Nav
------------------------------------------------------------*/

#sidebar #sidebar-nav {
	width: 200px;
	margin: 10px 20px 15px 0;
	clear:both;
}

#sidebar #sidebar-nav ul {
	width: 200px;
	margin: 0px 20px 20px 0;
	padding: 0;
	
}

#sidebar #sidebar-nav ul li {
	width: 190px;
	float: left;
	list-style-type: none;
	font-weight:normal;	
	border: thin dashed #ff9c01;
	margin: 0px 20px 20px 0;
}

#sidebar-nav li a {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 7px 15px 5px;
	margin: 2px;
	position: relative;
	text-decoration: none;
	font-weight:normal;
	background: #85ccc8;
	text-align:center;
}

#sidebar-nav li a:hover {
	color: #fff;
	background: #ef697a;
}

/* Main Content
------------------------------------------------------------ */

#main {
	overflow: hidden;
	clear: both;
	margin: 0px auto;
	width: 988px;
}

#content {
	width: 678px;
	float: left;
	margin: 0px 10px 0 20px;
	padding: 20px;
}

#contentfull {
	width: 888px;
	margin: 0px 20px;
	padding: 20px;
}

.post {
	margin: 0px 0px 50px 0px;
}

.entry-header {
	margin:0 0 10px 0;
	overflow: visible;
}

.entry-header h2 {
	padding-top: 5px;
	margin-left: 65px;
	border-bottom: thin solid #ABDCDA;
	font-weight: normal;
}

.entry-header h2 a {
	font-size: 1em;
	color: #ef697a;
	margin: 15px 0 0 0;
	text-transform: Capitalize;
	font-weight: normal;
}

.entry-header h2 a:hover {
	color: #E8263F;
}

#content h2.page-title, #contentfull h2.page-title {
	color:#b2bc00;
	font-family: 'WhackadooRegular', Century Gothic, Arial, sans-serif;
	border:0;
	font-size: 2em;
	margin: 10px 0 15px 0px;
}

p.author-date {
	font-size: 11px;
	font-style: italic;
}

p.author-date .author {
	margin: 0px;
}

.entry-meta {
	clear: both;
	font-size: 11px;
	padding: 40px 0 0;
	margin: 5px 0px 0px 30px;
	text-transform: uppercase;
	background: url(images/post-divider.png) no-repeat left top;
}

.entry-meta .category,
.entry-meta .tags,
.entry-meta .edit,
.entry-meta .comments, 
.entry-meta .meta-sep {
	margin: 0px;
}

.entry-content {
	margin: 0px 0px 0px 30px;
	overflow: hidden;
	text-align: justify;
	padding-bottom: 50px;
	background: url(images/signature.png) no-repeat 500px bottom;
}

.entry-summary {
	text-align: justify;
	padding: 10px 0 0 25px;
}

.entry-summary h2 a {
	font-weight: normal;
	color: #ef697a;
}

.entry-summary h2 a:hover {
	color: #E8263F;
}

.entry-content p {
	padding: 0px 0px 5px 0px;
}

.entry-content a {
	color: #ff9c01;
}

.entry-content a:hover {
	color: #85ccc8;
}

.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:  circle;
	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: 125px;
	height: 125px;
	border: 1px solid #b2bc00;
}

#content .entry-summary a:hover .wp-post-image, #content .entry-summary a:focus .wp-post-image {
	padding: 1px !important;
	border: 1px solid #dsdd68 !important;
}

/* Post Date
------------------------------------------------------------ */

#content .post-date-wrap {
	width: 66px;
	height: 66px;
	border: none;
}

#content .post-date-wrap {
	float: left;
	background: url(images/datebg.png) no-repeat;
	margin-top: -10px;
	margin-left: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}

#content .post-date {
	float: left;
}

#content .post-date {
	display: inline;
	width: 66px;
	height: 66px;
	font-size: 9px;
	text-align: center;
	color: #ffffff;
	padding: 15px 0px 0px 0px;
}

#content .post-date .month {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 14px;
	line-height: 12px;
	padding:0px 8px 0px 8px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}

#content .post-date .day {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height:10px;
	color: #ffffff;
	text-align: center;    
}

#content .post-date .year {
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	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: 1px dotted #85ccc8;
	padding: 5px 8px;
}

.paging a:hover,
.paging .active a {
	background-color: #e6f6f6;
}

/* 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: 15px;
	line-height: 20px;
	width: 200px;
	margin: 25px 40px 20px 0px;
}

#sidebar p {
	font-size: 14px;
	line-height: 20px;
}

#sidebar a {
	font-weight:normal;
	color: #b2bc00;
}

#sidebar a:hover {
	color: #969623;
}

#sidebar .widget {
	background: #fff;
	margin: 0;
	padding: 20px 0px;
	border-top: thin dashed #85ccc8;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#sidebar .daily-steal img {
	padding: 3px;
	border: 1px solid #b2bc00;
}

#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: circle;
	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;
}

#sidebar input:valid, #sidebar textarea:valid { 
	font-size: 12px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #90aa49;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 6px 0 5px;
	text-transform: uppercase;
	width: 988px;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer-nav-wrap {	
	background: url(images/wrap.png) repeat-y center top;
	height: 43px;
	width: 988px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
}

#footer-wrap {
	background: url(images/footer-bg.png) no-repeat center top;
	height: 50px;
	width: 988px;
	margin: 0 auto;
	clear:both;
}


/* Bottom
------------------------------------------------------------ */

#bottom {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
	text-transform: uppercase;
	width: 988px;
	min-height: 35px;
}

#bottom p {
	color: #85ccc8;
	font-size: 12px;
}

#bottom a,
#bottom a:visited {
	color: #ef697a;
}

#bottom a:hover {
	color: #ef697a;
}

#bottom .credits {
	margin: 0 auto;
	padding: 0 10px 0 0;
	text-align: center;
	width: 740px;
}

/* Images
------------------------------------------------------------ */

#content img {
	max-width: 600px;
	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;
}

#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,
#contentfull a:hover .wp-post-image, #contentfull a:focus .wp-post-image {
	padding: 1px !important;
	border: 3px solid #ffe084 !important;
}

#content .alignleft, #contentfull .alignleft, #homepage .alignleft {
	float: left;
	clear: left;
	margin: 0.38em 1.62em 0.38em 0;
}

#content .alignright, #contentfull .alignright, #homepage .alignright {
	float: right;
	clear: right;
	margin: 0.38em 0 0.38em 1.62em;
}

#content .aligncenter, #contentfull .aligncenter, #homepage .aligncenter {
	margin: 0 auto 1.62em;
	display: block;
}

#content div.wp-caption, 
#contentfull div.wp-caption {
	padding: 0 !important;
	text-align: center !important;
	max-width: 99%;
}

#content 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,
#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,
#contentfull img.wp-smiley,
#homepage img.wp-smiley,
#homepagefull img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#content img.wp-wink,
#contentfull img.wp-wink,
#homepage img.wp-wink,
#homepagefull img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* NextGen Featured Products
------------------------------------------------------------ */

#featured-products .ngg-widget.entry-content {
	background: none;
	margin: 0 0 30px 5px;
}

#featured-products {
	margin: 0 0 20px 30px;
}

#featured-products .ngg-gallery-thumbnail img {
	width: 144px;
	height: 144px;
	border: thin dashed #85ccc8;
	background: none;
	padding: 2px;
	margin: 0 5px 5px 0;
}

#featured-products .widget-title {
	font-size: 0;
	margin: 0;
	padding: 0;
}


/* Comments
------------------------------------------------------------ */

#comment {
	width: 100%;
	height: 150px;
}

#comments ol {
	color: #ff9c01;
	font-size:18px;
	text-align:left;
}

#comments .fn
#comments .says {
	color: #b2bc00;
}

#comments ol p {
	font: normal 12px Century Gothic, Arial, sans-serif;
	color: #000000; 
}

#reply-title,
#comments-title {
	color: #b2bc00;
	border-bottom: 1px solid #666;
}

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;
	border: 1px solid #ff9c01;
}

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:18px;
}

ol.comment-list li header a {
	font-size: 13px;
}

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 {
	padding-bottom: 10px;
	border-bottom:2px dotted #ccc;
}

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 10px 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
}
	
ol.comment-list li .reply a:hover {
	background: #90aa49;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #333333;
}

ol.comment-list li .reply a:active {
	position: relative; top:1px;
}

/* Search Input
------------------------------------------------------------ */

.widget_search input#s {
	border: 1px solid #ccc;
	background: #f6f6f6;
	color: #777;
	font-size: 1em;
	line-height: 1em;
	padding: 0.375em;
	width: 70%;
	margin: 0 4px 10px 0;
	outline: 0;
	display: block;
	float:left;
}

.widget_search input#s:focus {
	border:1px solid #ccc;
}

.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;
}

.widget_search {
	overflow: visible;
}

#sidebar .widget_search #searchsubmit {
	font-size: 0;
	color:transparent;
	padding: 0 .5em;
	width: 33px;
	height: 32px;
	border: 0;
	margin: -2px 0 10px;
	background: url(images/search-button-gray.png) no-repeat 0 top;
}

#sidebar .widget_search #searchsubmit:hover {	
	background: url(images/search-button-gray.png) no-repeat 0 bottom;
	border: none;
	font-size: 0;
	color:transparent;
	width: 33px;
	height: 32px;
	margin: -2px 0 10px;
}

.widget_search label {	
	display: none;
}

/* Search Form
------------------------------------------------------------ */

#searchform {
	margin: 0px 0px 0px 0px;
}
	
#s {
	border: 1px solid #eee;
	background: #f6f6f6;
	color: #777;
	font-size: 1em;
	line-height: 1em;
	padding: 0.375em;
	width: 175px;
	margin: 0 4px 0 0;
	outline: 0;
	display: inline;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	-o-border-radius:0.5em;
	border-radius:0.5em;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
#searchsubmit,
#submit {
	background-color: #90aa49;
	border: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
#searchsubmit:hover,
#submit:hover {
	background-color: #a8c163;
	border: 1px solid #ccc;
	color: #fff;
	text-decoration: none;
}

div.gform_footer input.button:active, #submit:active, #searchsubmit:active, #sidebar .widget_search #searchsubmit:active {
	position: relative; top:1px;
}

/* Social Media
----------------------------------------------------------- */

#social-buttons {
	margin: 5px 15px;
}

.facebook-button { display:block; width:40px; height:40px; float:right; margin-left:4px; background:url(images/facebook-button.png) no-repeat 0 bottom;}

.facebook-button:hover { background:url(images/facebook-button.png) no-repeat 0 0;}

.twitter-button { display:block; width:40px; height:40px; float:right; margin-left:4px; background:url(images/twitter-button.png) no-repeat 0 bottom;}

.twitter-button:hover { background:url(images/twitter-button.png) no-repeat 0 0;}

.pinterest-button { display:block; width:40px; height:40px; float:right; margin-left:4px; background:url(images/pinterest-button.png) no-repeat 0 top;}

.pinterest-button:hover { background:url(images/pinterest-button.png) no-repeat 0 bottom;}

.rss-button { display:block; width:40px; height:40px; float:right; margin-left:4px; background:url(images/rss-button.png) no-repeat 0 top;}

.rss-button:hover { background:url(images/rss-button.png) no-repeat 0 bottom;}

.email-button { display:block; width:40px; height:40px; float:right; margin-left:4px; background:url(images/email-button.png) no-repeat 0 top;}

.email-button:hover { background:url(images/email-button.png) no-repeat 0 bottom;}



/* Widgets
------------------------------------------------------------ */
.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 {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
} 

.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 {
	list-style-type: square;
	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 {
	margin: 10px 5px 10px 5px;
	padding: 0px;
	text-align: center;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input {
	color: #333;
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 12px !important;
	padding: 4px 4px !important;
}

/*--[ 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; }
}