/*
You Grow Girl
http://yougrowgirl.com
©2010 Copyright Fluffco and Gayla Trail
Designed by Fluffco - http://www.fluffco.com
*/


/* RESETS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/* vertical-align: baseline; */
	background: transparent;
}

body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

:focus {
	outline: 0;
}



/* CORE */

html,
body {
	height:100%;
}

body {
	background: #bcc376 url(/images/back_floraltile.png);
}

body,
input,
textarea {
	color: #67615e;
	font-size: 12px;
	line-height: 18px;
	text-rendering: optimizeLegibility;
}

hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

p {
	margin-bottom: 18px;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}

dl {
	margin:0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	font-weight: 600;
	padding: 0 2em;
	color: #83b322;
}

blockquote cite {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

a {
	text-decoration: none;
}

a:link {
	color: #cc6600;
	text-decoration: none;
}

a:visited {
	color: #cc6600;
}

a:active,
a:hover,
a:focus {
	color: #bf4331;
}



/* CLEAR */

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




/* @FONT-FACE & DEFAULT STACK */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/fonts/League_Gothic-webfont.eot');
	src: local('☺'), url('/fonts/League_Gothic-webfont.woff') format('woff'), url('/fonts/League_Gothic-webfont.ttf') format('truetype'), url('/fonts/League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}




/* LAYOUT */

#wrapper {
	margin: 0 auto;
	background: transparent url(/images/back_pagetile.png) repeat-y;
	width: 1004px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#header,
#main,
#footer {
	width: 1004px;
}

#container {
	float: left;
	width: 787px;
}

#content {
	margin-left: 30px;
	width: 757px;
}

#sidebar {
	float: right;
	overflow: hidden;
	width: 170px;
	margin: 0 12px 0 0;
	font-size: 11px;
}



/* HEADER */

#header {
	padding: 12px 0 0 0;
	height: 68px;
	width: 980px;
	margin: 0 12px;
	background: transparent url(/images/back_header.png) repeat-x;
}

#site-title {
	float: left;
	width: 246px;
	height: 44px;
}

#site-title a {
	width: 246px;
	height: 44px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	overflow: hidden;
	background: transparent url(/images/logo_ygg_header.png) no-repeat;
}

#site-title a:hover {
	text-decoration: underline;
	background-position-y: -44px;
}

#masthead {
	width: 734px;
	display: inline;
	float: left;
	position: relative;
}

#masthead .flare {
	width: 90px;
	margin-top: -12px;
	position: absolute;
	top: 0px;
	left: 668px;
}

#masthead .navigation ul {
	list-style: none;
	margin: 12px 0 0 0;
}

#masthead .navigation ul li {
	float: left;
	position: relative;
	text-transform: uppercase;
	background: transparent url(/images/back_dot_navprimary.png) no-repeat right;
}

html.fontface #masthead .navigation li.primary {
	font-size: 16px;
	line-height: 20px;
	padding: 0 16px 0 10px;
	font-family: "LeagueGothicRegular";
}

html.fontface #masthead .navigation li.secondary{
	font-size: 13px;
	line-height: 20px;
	padding: 0 16px 0 10px;
	font-family: "LeagueGothicRegular";
}

html.no-fontface #masthead .navigation li.primary {
	font-size: 11px;
	font-weight: 600;
	line-height: 18px;
	padding: 0 12px 0 8px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

html.no-fontface #masthead .navigation li.secondary{
	font-size: 9px;
	font-weight: 600;
	line-height: 18px;
	padding: 0 12px 0 8px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

#masthead .navigation  li.secondary.first {
	padding-left: 18px;
}



/* FOOTER */

#footer {
	width: 944px;
	margin: 0px 12px;
	padding: 9px 18px;
	background: transparent url(/images/back_footer.png) repeat-x;
}

#masthead-redundant {
	margin: 24px 0 0 36px;
}

#masthead-redundant .navigation ul {
	list-style: none;
	margin: 12px 0 0 0;
}

#masthead-redundant .navigation ul li {
	float: left;
	position: relative;
	text-transform: uppercase;
	padding: 0 24px 0 0;
	background: transparent url(/images/back_dot_navprimary.png) no-repeat right;
}

html.fontface #masthead-redundant .navigation li.primary {
	font-size: 16px;
	line-height: 20px;
	padding: 0 16px 0 10px;
	font-family: "LeagueGothicRegular";
}

html.fontface #masthead-redundant .navigation li.secondary{
	font-size: 13px;
	line-height: 20px;
	padding: 0 16px 0 10px;
	font-family: "LeagueGothicRegular";
}

html.no-fontface #masthead-redundant .navigation li.primary {
	font-size: 11px;
	font-weight: 600;
	line-height: 18px;
	padding: 0 12px 0 8px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

html.no-fontface #masthead-redundant .navigation li.secondary{
	font-size: 9px;
	font-weight: 600;
	line-height: 18px;
	padding: 0 12px 0 8px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

html.fontface #masthead-redundant .navigation li.primary.first {
	background: none;
	margin-right: 18px;
}

html.no-fontface #masthead-redundant .navigation li.primary.first {
	background: none;
	margin-right: 18px;
}

#masthead-redundant .navigation li.primary.first {
	color: #73472e;
}

#masthead-redundant .navigation li.primary.first a {
	color: #73472e;
}

#masthead-redundant .navigation  li.secondary.first {
	padding-left: 18px;
}

#credits {
	margin: 18px 0 36px 160px;
	display: block;
	font-size: 10px;
	color: #948a85;
}

#credits a {
	color: #948a85;
	text-decoration: underline;
}

#flickr {
	height: 75px;
	margin-bottom: 36px;
}

#flickr .link {
	width: 118px;
	height: 18px;
	margin-top: 24px;
	text-align: right;
	font-size: 11px;
}

#flickr .stream {
	margin-left: 155px;
	margin-top: -18px;
}

#flickr .stream a {
	margin-right: 9px;
}

#flickr .stream a img {
	opacity: 1.0;
	border: 1px solid #948a85;
}

#flickr .stream a:hover img {
	opacity: 0.8;
}

#twitter {
	margin-bottom: 36px;
}

#twitter .link {
	width: 118px;
	height: 18px;
	text-align: right;
	font-size: 11px;
}

#twitter .stream {
	margin-left: 155px;
	margin-top: -18px;
	width: 450px;
}




/*  PAGE HEADER */

#page-header {
	padding: 12px 18px 12px 18px;
	width: 944px;
	margin: 0 12px 18px 12px;
	background: transparent url(/images/back_pageheadtile.png) repeat;
	border-bottom: 3px solid #f8f8f8;
	position: relative;
}

#page-header.home .page-title,
#page-header.category .page-title,
#page-header.archives .page-title {
	padding: 0px 0px 9px 0px !important;
	margin: 0px !important;
	color: #73472e;
}

#page-header .intro {
	padding: 9px 18px 9px 155px;
	width: 450px;
	color: #67615e;
	float: left;
	display: inline;
}

#page-header.home .intro {
	background: transparent url(/images/gayla_cameo.png) no-repeat;
}

#page-header .intro p {
	margin-bottom: 4px;
}

html.fontface #page-header .intro {
	font-family: "LeagueGothicRegular";
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

html.no-fontface #page-header .intro {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}

#site-tools {
	width: 110px;
	padding: 9px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-size: 0.85em;
	float: left;
	display: inline;
}

#page-header.home #site-tools {
	margin-top: 42px;
}

#page-header.category #site-tools,
#page-header.archives #site-tools {
	margin-top: 24px;
}

#site-tools ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important;
}

#site-tools ul li {
	margin: 0px !important;
	padding: 0px !important;
	background: none !important;
}

#site-tools a.icon-feed {
	padding-left: 14px;
	background: transparent url('images/back_icon_feed.png') no-repeat;
	line-height: 12px;
	font-weight: 600;
}

#site-tools a.icon-ygg {
	margin: 9px 0px 4px 0px;
	padding-left: 14px;
	background: transparent url('images/back_icon_ygg.png') no-repeat;
	display: block;
	line-height: 12px;
	font-weight: 600;
}

#site-tools #search_form {
	margin-top: 9px;
	display: block;
}

#site-tools  #search_form input.textfield {
	width: 88px;
	font-size: 0.85em;
	line-height: 12px;
	background: #ffffff url('images/back_icon_search.png') no-repeat 2px 2px;
	padding-left: 16px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#bookpromo {
	width: 150px;
	margin-bottom: 18px;
	text-align: center;
	float: right;
	display: inline;
}

.bookmini {
	padding-bottom: 50px;
	clear: both;
}

#page-header.home #bookpromo {
	margin-top: 16px;
}

#bookpromo h3 {
	font-size: 12px;
	color: #948a85;
	line-height: 1.75em;
}

.category-hint {
	width: 136px;
	color: #f8f8f8;
	text-align: right;
	position: absolute;
	top: 14px;
	left: 0;
}

html.fontface .category-hint {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	font-family: "LeagueGothicRegular";
}

html.no-fontface .category-hint {
	font-size: 11px;
	line-height: 11px;
	margin-top: 9px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}






/* NAVIGATION GENERAL */

#masthead .navigation .last,
#masthead-redundant .navigation .last {
	background: none;
}

.navigation .primary a {
	display: block;
	text-decoration:none;
	color: #cc6600;
}

.navigation .primary a:hover {
	color: #bf4331;
	text-shadow: #ffffff 0 0 5px;
}

.navigation .secondary a {
	display: block;
	text-decoration:none;
	color: #948a85;
}

.navigation .secondary a:hover {
	color: #bf4331;
	text-shadow: #ffffff 0 0 5px;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}




/* CONTENT */

#main {
	overflow: hidden;
}

#content {
	margin-bottom: 36px;
}

#content,
#content input,
#content textarea {
	font-size: 12px;
	line-height: 18px;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 1.5em;
	width: 450px;
}

#content ul li {
	margin: 0  18px;
	padding: 0 0 6px 9px;
	background: transparent url(/images/back_dot_navprimary.png) no-repeat;
	line-height: 1.5em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0px;
}

#content h2 {
	color: #73472e;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

.hentry {
	margin: 0 0 36px 0;
}

.single .hentry {
	margin: 0 0 36px 0;
}

#content .post {
	position: relative;
}

#content .entry-title,
#content .archives-title,
#content .page-title {
	color: #73472e;
}

#content .entry-title a,
#content .archives-title a,
#content .page-title a {
	text-decoration: none;
}

html.fontface #content .entry-title,
html.fontface #content .archives-title,
html.fontface #content .page-title {
	font-size: 24px;
	margin: 0 0 9px 154px;
	font-family: "LeagueGothicRegular";
}

html.no-fontface #content .entry-title,
html.no-fontface #content .archives-title,
html.no-fontface #content .page-title {
	font-size: 18px;
	font-weight: 600;
	padding-top: 2px;
	margin: 0 0 9px 154px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

#content a.entry-more {
	color: #73472e;
	border-top: 1px dotted #ffffff;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	display: block;
	margin-top: 4px;
	width: 423px;
	padding: 4px 28px 0 0;
	height: 11px;
	overflow: hidden;
	background: transparent url(/images/back_navigation_arrow_right.png) no-repeat 427px 4px;
}

#content a.entry-more:hover {
	background-position: 427px -11px;
}

.entry-info {
	width: 118px;
	margin: 13px 0 18px 0;
	color: #948a85;
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

html.fontface .entry-date {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 12px;
	font-family: "LeagueGothicRegular";
}

html.no-fontface .entry-date {
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 12px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.entry-date a {
	color: #948a85;
	text-decoration: none;
}

.entry-type {
	clear: both;
	margin-top: 18px;
}

.entry-social {
	clear: both;
	margin-top: 18px;
}

.entry-social .addthis_toolbox {
	text-align: right;
}

.entry-edit {
	color: #948a85;
	clear: both;
	margin-top: 18px;
}

.entry-type .entry-category-list a {
	display: block;
}

.entry-tag-list {
	display: block;
	font-size: 10px;
	line-height: 2.5em;
	margin-bottom: 1.5em;
	width: 450px;
}

.entry-tag-list a {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 3px 5px;
    margin: 4px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.entry-tag-list a:hover {
    background: rgba(255, 255, 255, 1.0);
}

#content .entry-content,
#content .entry-excerpt,
#content .archives-content,
#content .description {
	margin-left: 154px;
}

#content .description {
	margin-bottom: 36px;
	color: #948a85;
	font-size: 11px;
}

.entry-content,
.entry-excerpt,
.archives-content,
.description {
	clear: both;
}

.entry-content {
	padding-bottom: 36px;
	border-bottom: 1px dotted #a5cdc6;
	position: relative;
}

.entry-content h3 {
	color: #73472e;
	font-weight: 600;
	font-size: 1.25em;
	margin-bottom: 0.85em;
}

#content .entry-excerpt p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #948a85;
	font-size: 12px;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.entry-content .caption {
	font-size: 11px;
	color: #948a85;
	width: 450px;
}

.wp-caption {
	clear: both;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #948a85;
	padding: 0 4px;
	width: inherit !important;
}

.entry-content a.comment-link {
	font-size: 0.95em;
	font-weight: 600;
	color: #ffffff;
	background: #cc6600;
	padding: 4px 6px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.entry-content a.comment-link:hover {
	background: #bf4331;
}

a:link {
	color: #cc6600;
	text-decoration: none;
}

a:visited {
	color: #cc6600;
}

a:active,
a:hover,
a:focus {
	color: #bf4331;
}


.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}

.home .sticky .page-link a {
	background: #D9E8F7;
}

.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}


/* EVENTS PAGE */

.maineventdate {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 20px;
	padding: 20px 0 4px 0;
	border-bottom: 1px dotted #a5cdc6;
	display: block;
}

.event {
	width: 450px;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 16px;
}

.eventdate {
	font-weight: bold;
	font-size: 1.125em;
}





/* ENTRY COMMENTS LINK TALK BUBBLE */

/* CSS Speech Bubble from David Desandro */
/* http://desandro.com/resources/css-speech-bubble-icon/ */

.talkbubble {
	position: relative;
}

a.talkbubble {
	color: #cc6600;
	text-decoration: none;
}

.talkbubble em {
	font-style: normal;
	font-weight: 600;
}

.talkbubble em {
	background: #cc6600;
	color: #dfe7b6;
	padding: 0.1em 0.6em 0.2em 0.6em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	position: relative;
}

.talkbubble .point {
	width: 0;
	height: 0;
	position: absolute;
	top: 1.3em;
	left: 0.4em;
	display: block;
	border-left: 0.45em solid #cc6600; 
	border-bottom: 0.45em solid #dfe7b6; /* IE fix */
	border-bottom: 0.45em solid rgba(0,0,0,0); 
	overflow: hidden; /* IE fix */
}

a.talkbubble:hover {
	color: #bf4331;
}

a.talkbubble:hover em {
	cursor: pointer;
	background: #bf4331;
	color: #ffffff;
}

a.talkbubble:hover .point {
	border-left: 0.45em solid #bf4331; 
}



/* IMAGES */

#content img {
	margin: 0;
	max-width: 600px;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}



/* POST - NAVIGATION */

.navigation {
	font-size:  10px;
	line-height: 18px;
	height: 11px;
	color: #5f433a;
}

.nav-archives {
	width: 118px;
	height: 11px;
	line-height: 9px;
	text-align: right;
	font-weight: 600;
}

.nav-archives a {
	padding-left: 14px;
	background: transparent url('images/back_icon_ygg.png') no-repeat;
}

#nav-top .nav-archives {
	position: absolute;
	top: 0px;
	left: -154px;
}

#nav-bottom .nav-archives {
	position: absolute;
	top: 9px;
	left: -154px;
}

.nav-previous {
	float: left;
	width: 300px;
	height: 11px;
	line-height: 9px;
}

.nav-previous a {
	padding-left: 18px;
	color: #5f433a;
	display: block;
	width: 282px;
	height: 11px;
	overflow: hidden;
	background: transparent url(/images/back_navigation_arrow_left.png) no-repeat 0px 0px;
	text-decoration: none;
}

.nav-previous a:hover,
.nav-previous a:active {
	background-position: 0 -15px;
}

.nav-next {
	float: right;
	width: 300px;
	text-align:right;
	height: 11px;
	line-height: 9px;
}

.nav-next a {
	padding-right: 18px;
	color: #5f433a;
	display: block;
	width: 282px;
	height: 11px;
	overflow: hidden;
	background: transparent url(/images/back_navigation_arrow_right.png) no-repeat 286px 0px;
	text-decoration: none;
}

.nav-next a:hover,
.nav-next a:active {
	background-position: 286px -15px;
}

#nav-top {
	margin: 0 0 18px 154px;
	padding-bottom: 9px;
	position: relative;
	width: 600px;
}

#nav-bottom {
	margin: 18px 0 0 154px;
	padding-top: 9px;
	border-top: 1px dotted #ffffff;
	position: relative;
}

#pages {
	margin: 18px 0 0 154px;
	position: relative;
	clear: both;
}

#pages .nav-archives {
	position: absolute;
	top: 4px;
	left: -154px;
	line-height: 1em;
}



/* WP-PAGENAVI */
/* http://wordpress.org/extend/plugins/wp-pagenavi/ */

.wp-pagenavi {
    margin: 9px 0;
    color: #948a85;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	background: none;
	border: none;
}

.wp-pagenavi a.page,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.last,
.wp-pagenavi a.first {
	border: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 3px 5px;
    margin: 4px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: rgba(255, 255, 255, 1.0);
    border: none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    border: none;
}




/* POST - COMMENTS */

#comments {
	margin-left: 154px;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

#comments-title,
#reply-title {
	color: #73472e;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 18px;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	background: #f5f6e8;
	line-height: 18px;
	margin: 0 0 24px 0;
	padding: 9px 9px 9px 72px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

.commentlist ul.children {
	width: 365px !important;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0 0 8px 0 !important;
	border-top: 1px dotted #a5cdc6;
}

.commentlist ul.children li.comment {
	width: 350px;
	list-style: none;
	margin: 0 0 0 0 !important;
	padding: 6px 6px !important;
	position: relative;
	background-image: none !important;
	border-bottom: 1px dotted #a5cdc6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.commentlist ul.children li:last-child {
	border-bottom: none;
	padding-bottom:0;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom:0;
}

#comments .comment-body p,
#comments .comment-body ul,
#comments .comment-body ol {
	width: 365px;
	word-wrap: break-word;
}

.commentlist ul.children li.comment .comment-body p,
.commentlist ul.children li.comment .comment-body ul,
.commentlist ul.children li.comment .comment-body ol {
	width: 340px !important;
	word-wrap: break-word;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 12px;
	left: 12px;
}

.commentlist ul.children .avatar {
	position: absolute;
	top: 6px;
	left: -50px;
	width: 30px;
	height: 30px;
}

.comment-author,
.comment-author a {
	font-size: 11px;
	color: #948a85;
	margin-bottom: 9px;
}

.comment-author cite,
.comment-author cite a {
	color: #73472e;
	font-style: normal;
	font-weight: bold;
}

.commentlist .even {
}

.commentlist li.bypostauthor {
	background: #ffffff !important;
}

.commentlist ul.children li.bypostauthor {
	background: rgba(255,255,255,0.5) !important;
}

.nocomments {
	display: none;
}

#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}

#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

#comments .comment-reply {
	text-align: right;
	width: 365px;
}

#comments .comment-reply a {
	font-size: 0.95em;
	font-weight: 600;
	color: #cc6600;
	background: #ffffff;
	background: rgba(255,255,255,0.5);
	padding: 4px 6px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#comments .comment-reply a:hover {
	color: #bf4331;
	background: rgba(255,255,255,1.0);
}



/* POST - COMMENTS - FORM */

input[type=submit] {
	color: #333;
}

.logged-in-as {
	color: #948a85;
	font-size: 10px;
	text-align: right;
}

#respond {
	margin-top: 24px;
	border-top: 1px dotted #ffffff;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	display: none;
}

.children #respond {
	margin: 0 48px 0 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 0.95em;
	font-weight: 600;
	color: #ffffff;
	background: #cc6600;
	padding: 4px 6px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#cancel-comment-reply-link:hover {
	background: #bf4331;
}

#respond .required {
	color: #FF4B33;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
	resize:vertical;
	max-height: 500px;
	min-height: 120px;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 0 0 24px;
}

#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

#respond dl {
	margin: 0 0 10px;
}

#respond dt {
	 display: inline;
	font-weight: normal;
}

#respond dd {
	display: inline;
}



/* LIBRARY */

.library-group {
	width: 608px;
	display: block;
	margin-bottom: 16px;
}

a.library-product {
	float: left;
	margin: 0px 16px 8px 0px;
	text-align: center;
	font-size: 11px;
}

a.library-product img {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .25);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .25);
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .25);
}

.library-group br {
	display: none;
}




/* T-SHIRT SHOP */

.shop-group {
	width: 608px;
	display: block;
	margin-bottom: 16px;
}

a.shop-product {
	float: left;
	margin: 0px 8px 8px 0px;
	width: 144px;
	text-align: center;
	font-size: 11px;
}

a.shop-product img {
	background: rgb(244, 245, 230);
	background: rgba(244, 245, 230, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

a.shop-product:hover img {
	background: rgba(244, 245, 230, 1);
}

.shop-nav {
	position: absolute;
	top: 8px;
	left: -100px;
}

a.shop-button {
	background: #cc6600;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 8px;
	display: block;
	margin-bottom: 4px;
}

a.shop-button:hover {
	background: #bf4331;
}



/* NEW SELF PROMO SIDEBAR ITEMS */

#selfpromo {
	width:150px;
	margin-bottom: 24px;
}

#selfpromo .ad {
	background: #f4f5e6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#selfpromo .ad h3 {
	font-weight: 600;
	padding: 4px 9px;
	display: block;
	font-size: 11px;
}

#selfpromo .ad p {
	padding: 4px 12px 12px 12px;
	line-height: 14px;
	display: block;
}

#sociallinks {
	width:150px;
	margin-bottom: 24px;
}

#sociallinks a {
	display: block;
}




/* OLD BLOG ADS ADVERTISING */

#blogads-premium,
#blogads-standard {
	width:150px;
	margin-bottom: 24px;
}

.adspot_head {
	color: #948a85;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .25em;
}

.adspot_content ul {
	margin: 0;
	padding: 0;
	width: 150px;
}

#blogads-standard .adspot_content ul li {
	background: #f4f5e6;
}

#blogads-premium .adspot_content ul li {
	background: #f6f7e9;
}

.adspot_content ul li {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.adspot_adhead {
	font-weight: 600;
	padding: 4px 9px;
	display: block;
}

div.adspot_adurl {
	display: none;
}

a.adspot_adurl {
	display: block;
	background: #ffffff;
	text-align: center;
	line-height: 1px;
}

.adspot_adtext a.adspot_adurl {
	display: inline;
	background: none;
	text-align: left;
	line-height: 14px;
}

.adspot_adtext {
	padding: 4px 12px 12px 12px;
	line-height: 14px;
	display: block;
}

#blogads-premium br,
#blogads-standard br {
	line-height: 1px;
}

.adspot_link a {
	padding: 4px 18px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 18px 0px 9px 0px;
	display: block;
	text-align: center;
}

.adspot_link a:hover {
	background: rgba(255, 255, 255, 1.0);
}




/* AMAZON WIDGET */

#amazon-widget {
	margin: 36px 0 36px 0;
}

.amzn_wdgt {
     font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
     -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.amzn_wdgt * {
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
}

.amzn_wdgt .wdgt_hd h2 {
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    line-height: 1em;
}

.wdgt_pop_tl {
     font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif !important;
}

/*
.wdgt_pop_tl div {
	vertical-align: top;
}
*/

.asin_h1 {
	font-size: 11px !important;
	font-weight: 600 !important;
}

.asin_h1:hover {
	color: #bf4331;
}






/* SMART ARCHIVES */

#archives-bytag {
	display: block;
	width: 100%;
	font-size: 11px !important;
	margin-bottom: 48px;
	line-height: 2.5em;
}

#archives-bydate {
	float: left;
	display: inline;
	width: 360px;
	padding-right: 18px;
}

#archives-bydate #smart-archives-block {
	width: 360px;
	padding: 0px;
	color: #948a85;
}

#archives-bydate #smart-archives-block li {
	background: none;
	padding-left: 0px;
	margin-left: 0px;
}

#archives-bydate #smart-archives-block li span.empty-month {
	color: #948a85;
}

#archives-bydate #smart-archives-list li {
	margin-left: 0px;
}

#archives-bydate #smart-archives-list h2 {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 9px;
}

#archives-bycategory {
	float: right;
	display: inline;
	width: 200px;
	color: #948a85;
}

#archives-bycategory ul {
	width: 200px;
}

#archives-bycategory ul li {
	background: none;
	margin-left: 0px;
	line-height: 1em;
}

#archives-bycategory ul li a {
	font-weight: 600;
}

#archives-bycategory ul li ul.children {
	font-size: 0.95em;
	padding: 9px 0;
}

#archives-bycategory ul li ul.children li a {
	font-weight: normal;
}

#archives-bytag h3,
#archives-bydate h3,
#archives-bycategory h3 {
	color: #73472e;
}

html.fontface #archives-bytag h3,
html.fontface #archives-bydate h3,
html.fontface #archives-bycategory h3 {
	font-size: 18px;
	margin: 0 0 9px 0px;
	font-family: "LeagueGothicRegular";
}

html.no-fontface #archives-bytag h3,
html.no-fontface #archives-bydate h3,
html.no-fontface #archives-bycategory h3 {
	font-size: 14px;
	font-weight: 600;
	padding-top: 2px;
	margin: 0 0 9px 0px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}



/* CONTACT FORM */

#contact-form {
	display: block;
	margin: 32px 0 18px 0;
	background: #f5f6e8;
	line-height: 18px;
	padding: 18px;
	width: 414px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#contact-form label {
	display: block;
}

#contact-form button {
	display: block;
	margin-top: 0.85em;
}

#contact-form input,
#contact-form textarea {
	margin: 0px 0px 18px 0px;
}

#contact-form .error {
	display: inline;
	font-weight: 600;
	color: #ff0000;
	font-size: 0.85em;
}

#contact-form h3 {
	color: #73472e;
	margin-bottom: 18px;
}

#contact-form p.note {
	font-size: 0.85em;
	font-style: italic;
	width: 414px;
}

html.fontface #contact-form h3 {
	font-size: 18px;
	margin: 0 0 9px 0px;
	font-weight: 300;
	font-family: "LeagueGothicRegular";
}

html.no-fontface #contact-form h3 {
	font-size: 14px;
	font-weight: 600;
	padding-top: 2px;
	margin: 0 0 9px 0px;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}



