/*
Theme Name: RJJ
Theme URI: http://www.raisingjane.org/
Description: Customization of the 2010 theme from WordPress. For specific information about the structure and intent of this theme, please reference the default 2010 theme files and documentation.
Author: MaryJanesFarm
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: white, gold, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed-width layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -230px 0 0;
	width: 100%;
}
#content {
	margin: 0 230px 0 36px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 160px;
	margin-right: 36px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: Three columns, two sidebars
DESCRIPTION: Three-column fixed-width layout with a sidebar on either side of content
*/

.three-column #container {
	position: relative;
	margin-left: -180px;
	margin-right: -320px;
	z-index: 1;
}
.three-column #content {
	margin-left: 180px;
	margin-right: 320px;
}
.three-column #primary,
.three-column #secondary {
	position: relative;
	width: 300px;
	margin-left: 20px;
	margin-right: 0px;
	z-index: 2;
}
#tertiary,
#quaternary {
	position: relative;
	float: left;
	overflow: hidden;
	width: 160px;
	margin-left: 0px;
	margin-right: 20px;
	z-index: 3;
	display: none;
}
#quaternary {
	clear: left;
}
.three-column #tertiary,
.three-column #quaternary {/* display extra sidebar if three-column layout is called for */
	display: block;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 750px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 36px;
	width: 928px;
}

/*
LAYOUT: Specialized adjustments per category
DESCRIPTION: Variant column widths for specific categories or other needs
*/

.great_finds #container {
	margin-right: -358px;
}
.great_finds #content {
	margin-right: 358px;
}
.great_finds #primary,
.great_finds #secondary {
	width: 288px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
#footer,
.pingback a.url {
	font-family: Verdana, Arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Verdana, Arial, sans-serif;
}
input[type="submit"] {
	font-family: Verdana, Arial, sans-serif;
}
pre {
	font-family: "Courier New", Courier, monospace;
}
code {
	font-family: "Courier New", Courier, monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1000px !important;
}
#wrapper {
	background: #FFFFFF;
	margin-top: 0px;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 36px;
	width: 144px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #FFFFFF;
}
body,
input,
textarea {
	color: #000000;
	font-size: 13px;
	line-height: 17px;
}
hr {
	background-color: #CCCCCC;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
}

/* Text elements */
p {
	margin-bottom: 14px;
}
ul {
	list-style: disc;
	margin: 0 0 14px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 14px 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: 14px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 1.5em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #FFFFFF;
	color: #000000;
	line-height: 17px;
	margin-bottom: 14px;
}
abbr,
acronym {
	border-bottom: 1px dotted #555555;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #FDFCFB;
	border: 1px solid #CC9B62;
	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);
	padding: 2px;
}
input[type="submit"],
#main #CC-button, 
#main #CC-button:visited {
	font-size: 12px;
	width: auto;
	background-color: #FDFCFB;
	color: #000000;
	padding: 2px 4px;
	border: 1px solid #CC9B62;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input[type="submit"]:hover, 
#main #CC-button:hover {
	background-color: #F2F2F2;
	border-color: #E6AC03;
}
a:link {
	color: #B38602;
	text-decoration: none;
}
a:visited {
	color: #B38602;
	text-decoration: none;
}
a:active,
a:hover {
	color: #E6AC03;
	text-decoration: underline;
}
.clear {
	display: block;
	clear: both;
}
.border-std-bottom {/* Styles elements with the standard journal border along the bottom of the element */
	background-image: url('/journal/wp-content/themes/RJJ/images/line-textured-1000.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix { /* for IE6 */
	height: 1%;
}
*:first-child+html .clearfix { /* for IE7 */
	min-height: 1px;
}

.preload {
	display: none;
	height: 0;
	line-height: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	width: 1000px;
	padding: 0px;
	margin: 0px;
}
#header-image {
}
#header #navigation-menu {
	position: relative;
	width: 100%;
	height: 102px;
	padding: 0;
	margin: 0;
}
#header #navigation-menu * {
	display: block;
	height: 72px;
	padding: 0;
	margin: 0;
}
#navigation-menu #nav-list {
	width: 100%;
	background-image: url('/journal/wp-content/themes/RJJ/images/nav-bkg.png');
	background-position: left top;
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
}
#navigation-menu #nav-list li {
	float: left;
	overflow: visible;
	position: relative;
}
#navigation-menu #nav-home, 
#navigation-menu #nav-bee, 
#navigation-menu #nav-list .nav-link { 
	position: absolute;
}
#navigation-menu #nav-home {
	top: 76px;
	left: 498px;
}
#navigation-menu #nav-home, 
#navigation-menu #nav-home img {
	width: 42px;
	height: 24px;
}
#navigation-menu #nav-bee {
	top: 76px;
	left: 457px;
	width: 41px;
	height: 24px;
}
#navigation-menu #nav-list .nav-link { 
	top: 0;
	left: 0;
}
#navigation-menu #nav-list .nav-gratitude { width: 78px; }
#navigation-menu #nav-list .nav-glitterati { width: 82px; }
#navigation-menu #nav-list .nav-gleaming_word { width: 92px; }
#navigation-menu #nav-list .nav-gallant_manners { width: 119px; }
#navigation-menu #nav-list .nav-giving_back { width: 72px; }
#navigation-menu #nav-list .nav-gift_for_gab { width: 88px; }
#navigation-menu #nav-list .nav-gladsome_sisters { width: 80px; }
#navigation-menu #nav-list .nav-meg_girls { width: 56px; }
#navigation-menu #nav-list .nav-get_out { width: 71px; }
#navigation-menu #nav-list .nav-geography { width: 86px; }
#navigation-menu #nav-list .nav-growing_jane { width: 80px; }
#navigation-menu #nav-list .nav-great_finds { width: 96px; }
#navigation-menu #nav-list .nav-link-icon { display: none; }

#quote-text {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	padding: 9px 35px 0px;
	margin: 0px 0px 15px;
}
/* Reference for customized category heading involving a sidebar element
.great_finds-quote {
	padding-right: 292px !IMPORTANT;
}
.great_finds-video {
	float: right;
	width: 257px;
	height: 144px;
	padding: 2px 3px;
	border: 2px solid #F2DAC1;
	margin: 1px 0px 0px;
}
*/


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 0;

}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #000000;
	font-size: 13px;
	line-height: 17px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 14px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 13px;
}
#content code {
	font-size: 12px;
}
#content dt,
#content th {
	color: #B38602;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #CC9B62;
	line-height: 1.5em;
	margin: 0 0 16px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #CC9B62;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #CC9B62;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #FDFCFB;
}
.hentry {
	margin: 0 0 36px 0;
}
.home .sticky {
	background: #FDFCFB;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 16px 20px;
}
#todays_posts {
	margin-bottom: 14px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000000 !important;
	font-size: 13px !important;
	font-weight: bold !important;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #CC9B62;
	font-size: 25px;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #CC9B62;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #E6AC03;
}
#content .entry-title {
	clear: none; 
	color: #CC9B62;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	background-image: url('/journal/wp-content/themes/RJJ/images/line-textured-1000.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 80px;
	padding-bottom: 3px;
	margin: 0 0 12px;
}
#content .page.type-page .entry-title {
	background-image: none;
	padding-left: 0;
}
.entry-title a:link,
.entry-title a:visited,
.entry-title span.title-text {
	display: block;
	color: #CC9B62;
	text-decoration: none;
	padding-left: 10px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #E6AC03;
}
#content .default {
	padding-left: 0px;
}
.entry-author-portrait {
	float: left;
	clear: left;
	display: block;
	width: 72px;
	height: 72px;
	background-color: #FFFFFF;
	padding: 2px 3px;
	border: 1px solid #F2DAC1;
	margin: 0px;
}
.entry-meta {
	clear: none;
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 15px 80px;
	padding: 0px;
	padding-left: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #CC9B62;
}
.fauxlink {
	color: #B38602;
	font-weight: normal;
	text-decoration: none;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-teaser {
	font-weight: bold;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #CC9B62;
	margin: 0 0 16px 0;
	padding: 16px;
}
.entry-content fieldset legend {
	background: #FFFFFF;
	color: #B38602;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 16px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #000000;
	font-size: 13px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	clear: none;
}
.entry-content h2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 16px;
}
.entry-content h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 16px; 
}
.entry-content h4 {
	font-size: 13px;
	font-weight: bold;
}
.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%;
}
.page-link {
	clear: both;
	color: #000000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #FDFCFB;
	color: #B38602;
	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: #E6AC03;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #FDFCFB;
	border-top: 4px solid #000;
	clear: both;
	font-size: 13px;
	line-height: 17px;
	margin: 24px 0;
	overflow: hidden;
	padding: 16px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.entry-utility .meta-sep {
	font-weight: normal;
}
.entry-meta a,
.entry-utility a {
	color: #B38602;
	font-weight: normal;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #E6AC03;
}
.addthis_container {
	text-align: center;
	margin: 10px auto 0px;
}
.addthis_default_style {
	width: 104px;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	margin: 0px auto;
}
#content .video-player {
	width: 515px;
	text-align: center;
	border: 1px solid #CC9B62;
	padding: 2px 2px 0;
	margin: 4px auto;
}
.jwplayer
{
	padding: 0px;
	margin: 0px;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
.attachment .entry-meta {
	display: none !important;
}
.attachment #nav-below{
	margin-top: 0px;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	width: auto; /* Added to appease IE8 (and most likely earlier versions) that disproportionately resize images wider than the main content area on three-column templates. */
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: block;
	float: left;
	margin-right: 24px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
	margin-left: 24px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter {
	margin-bottom: 14px;
}
.wp-caption {
	max-width: 742px !important; /* prevent too-wide images from breaking layout */
	text-align: center;
	line-height: 9px;
	padding: 0;
	margin-bottom: 14px;
}
.wp-caption img {
	display: block;
	padding: 0;
	margin: 0 0 2px;
}
.wp-caption p.wp-caption-text {
	font-size: 50%;
	padding: 0;
	margin: 0;
}
p.wp-readable-caption {
	text-align: center;
	font-size: 90%;
	padding: 0;
	margin: 0;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 14px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #555555;
	font-size: 12px;
	margin: 0 0 14px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.three-column .entry-content img,
.three-column .entry-content [rel~="attachment"] {/* hide images in the journal entries list on three-column layout (the home page) */
	/* display: none; */
}


/* =Custom Entry Styles
-------------------------------------------------------------- */
.ingredients {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px 0px 8px;
}
.ingredients li {
	padding: 0px;
}
.directions {
	list-style-position: inside;
	padding-left: 0px;
	margin: 0px 0px 8px;
}
.directions li {
	clear: both;
	padding: 0px;
}
.directions li.no-image {
	margin-bottom: 15px;
}
.ingredients-image, .directions-image {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Styles specific to the journal entries list on three-column layout (the home page) */
.home .hentry .entry-meta {
	margin-bottom: 3px;
}
.home .entry-content {
	padding-top: 0px;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	display: block;
	color: #B38602;
	padding-top: 3px;
	padding-bottom: 3px;
}
.navigation a:hover,
.navigation a:active {
	color: #E6AC03;
	text-decoration: underline;
}
#comments .navigation {
	overflow: visible;
	text-align: center;
	line-height: 12px;
}
#comments .navigation .page-numbers {
	display: inline;
	background-color: #f5e6d5;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 5px;
	border: 1px solid #e5cbac;
	border-radius: 1px 2px 1px 2px;
	-moz-border-radius: 1px 2px 1px 2px;
	-webkit-border-radius: 1px 2px 1px 2px;
}
#comments .navigation span.page-numbers.dots {
	color: #897767;
	border-color: #f5e6d5;
}
#comments .navigation span.page-numbers.current {
	background-color: #eaeaea;
	color: #897767;
	border-color: #f5e6d5;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
#comments .navigation a.next.page-numbers, 
#comments .navigation a.prev.page-numbers {
	width: auto !important;
	background-color: #e5cbac;
	border-radius: 2px 1px 1px 2px;
	-moz-border-radius: 2px 1px 1px 2px;
	-webkit-border-radius: 2px 1px 1px 2px;
}
#comments .navigation a.next.page-numbers {
	border-radius: 1px 2px 2px 1px;
	-moz-border-radius: 1px 2px 2px 1px;
	-webkit-border-radius: 1px 2px 2px 1px;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a {
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next a {
}
#nav-above {
	margin: 0 0 16px 0;
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: none;
}
#nav-below {
	margin: -16px 0 0 0;
}
.home #nav-below {
	display: none;
}
.more-link {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}
.more-link a:link, 
.more-link a:visited {
	text-decoration: none;
}
.more-link a:hover, 
.more-link a:active {
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 16px 0;
}
h3#comments-title,
h3#reply-title {
	color: #CC9B62;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	background-image: url('/journal/wp-content/themes/RJJ/images/line-textured-1000.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 3px;
	margin: 24px 0px 16px;
}
h3#comments-title em {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
h3#comments-title #post-comment-link {
	display: block;
	float: right;
	width: 90px;
	background-image: url('/journal/wp-content/themes/RJJ/images/comment_bubble.png');
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 9px;
	padding-right: 27px;
	margin-left: 9px;
}
.commentlist {
	list-style: none;
	margin: 0;
	padding-right: 128px;
}
.great_finds .commentlist {
	padding-right: 0px;
}
.commentlist li.comment {
/*
	border-bottom: 1px solid #E7E7E7;
*/
	background-image: url('/journal/wp-content/themes/RJJ/images/comments_bkg-paper_fade.png');
	background-position: -128px top;
	background-repeat: no-repeat;
	line-height: 24px;
	margin: 0 0 18px 0;
	padding: 18px 0 0 58px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 13px;
}
#comments .comment-body,
#comments .comment-body p,
#comments .comment-body ul,
#comments .comment-body ol {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 9px;
}
#comments .comment-body p, 
#comments .comment-body ul, 
#comments .comment-body ol {
	padding-right: 40px;
}
#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: 22px;
	left: 2px;
}
.comment-author {
	font-size: 14px;
	line-height: 18px;
	margin: 0 216px 4px 0;
}
.comment-author cite {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	position: absolute;
	top: 22px;
	right: 9px;
	font-size: 12px;
	line-height: 12px;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #E6AC03;
}
.commentlist .even {
}
.depth-2, .depth-3, 
.depth-4, .depth-5, 
.depth-6, .depth-7, 
.depth-8, .depth-9, 
.depth-10 {
	padding-right: 0 !important;
}
.depth-2 .comment-author, .depth-3 .comment-author, 
.depth-4 .comment-author, .depth-5 .comment-author, 
.depth-6 .comment-author, .depth-7 .comment-author, 
.depth-8 .comment-author, .depth-9 .comment-author, 
.depth-10 .comment-author {
	margin-right: 144px;
}
.depth-2 .comment-meta, .depth-3 .comment-meta, 
.depth-4 .comment-meta, .depth-5 .comment-meta, 
.depth-6 .comment-meta, .depth-7 .comment-meta, 
.depth-8 .comment-meta, .depth-9 .comment-meta, 
.depth-10 .comment-meta {
	top: 14px;
	width: 130px;
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 16px 0;
}
.reply a,
a.comment-edit-link {
	color: #888888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #E6AC03;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
.comment-awaiting-moderation {
	color: #BF2F34;
	font-size: 12px;
	line-height: 16px;
}
#comments .pingback {
	border-bottom: 1px solid #B38602;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888888;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 12px;
	font-style: italic;
}
#comments-rss {
	text-align: center;
	margin: 3px auto 4px;
}
#comments-rss #icon-rss {
	width: 17px;
	height: 17px;
	vertical-align: bottom;
}

/* Comments form */
input[type="submit"] {
	color: #000000;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	margin-bottom: 1px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	display: none;
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 0 0 12px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
.comment-notes {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
}
#respond .required {
	color: #BF2F34;
	font-size: 12px;
	font-weight: bold;
}
#respond label {
	color: #B38602;
}
#respond p.logged-in-as {
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0;
}
#respond input {
	margin: 0 0 8px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888888;
	font-size: 12px;
	line-height: 16px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px auto;
	text-align: center;
}
#respond .form-submit input {
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 1em;
}
.widget-area select {
	max-width: 100%;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 16px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #CC9B62;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #BF2F34;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_search #s {
	width: 138px;
}
#ea {
	width: 125px;
}
.widget_search label {
	display: none;
}
input#searchsubmit,
input#go {
	font-size: 12px;
	line-height: 16px;
	width: auto;
	background-color: #FDFCFB;
	vertical-align: top;
	padding: 2px 4px;
	border: 1px solid #CC9B62;
	margin: 4px 0 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
input#searchsubmit:hover,
input#go:hover {
	background-color: #F2F2F2;
	border-color: #E6AC03;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1em;
	padding: 0;
}
#primary {
	padding-top: 15px;
}
#secondary {
}
#search-2 div,
.home #search-2 div {
	text-align: center;
	margin: 0px auto;
}
.great_finds #secondary .xoxo {
	padding-left: 36px;
}
input#go,
.great_finds #primary #searchsubmit,
.great_finds #secondary #searchsubmit,
.three-column #primary #searchsubmit,
.three-column #secondary #searchsubmit {
	margin-top: 0px;
	margin-left: 10px;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Widget Areas
-------------------------------------------------------------- */

/* Social Media */
#home-social-media {
	width: 300px;
	height: 40px;
	text-align: center;
	padding-left: 8px;
	padding-bottom: 14px;
	margin: 0px auto 14px;
	display: none;
}
#home-social-media a {
	display: block;
	float: left;
}
#link-facebook,
#link-twitter,
#link-rss {
	margin-top: 6px;
	margin-right: 9px;
}
#home-social-media #CC-button {
	margin-left: 9px;
}
#home-social-media #CC-button:hover {
	text-decoration: none;
}
#home-social-media #CC-button .CC-button-subtext {
	font-size: 10px;
	font-weight: normal;
}
/* Ads */
.ad-image {
}
#default-ads,
#default-ads-2 {
	text-align: center;
	margin: 0px auto;
}
#home-ads {
	display: none;
}
#great_finds-ads {
	margin: 22px auto 0px;
	display: none;
}
.universal-ads {
	text-align: center;
	margin: 0px auto;
}
/* Display these sections when viewing these pages */
.home #home-social-media,
.home #home-ads,
.great_finds #great_finds-ads {
	display: block;
}
.home #default-ads,
.great_finds #default-ads {
	display: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	text-align: center;
	padding: 0;
	border: 0;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	margin: 9px auto 0;
}
#footer #colophon {
	background-image: url('/journal/wp-content/themes/RJJ/images/line-textured-1000.gif');
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	padding: 17px 0 0;
	border: 0;
	/* border-top: 1px solid #B38602; */
}
#footer #colophon a, 
#footer #colophon a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#footer #colophon a:hover {
	color: #E6AC03;
	text-decoration: none;
}
#footerHome {
	text-transform: uppercase;
	margin-bottom: 4px;
}
#footerLogoLink, 
#footerLogoLink:visited {
	color: #CC9B62;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 32px;
	text-transform: none;
}
#footerLogoLink:hover {
	color: #E6AC03;
}
#footerLogoLink #footerLogo {
	width: 185px;
	height: 25px;
}
#footerCopyright, 
#footerCopyright #copyrightDate, 
#footerCompanyInfo {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 4px;
}
#footerCompanyInfo {
	margin-bottom: 36px;
}
.year-Copyright {
	visibility: visible;
}
img#wpstats {
	display: none;
	z-index: -999;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
	}
	#colophon {
		border-top: 1pt solid #CC9B62;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 14pt;
	}
	.entry-content {
		font-size: 12pt;
		line-height: 1.5em;
	}
	.entry-title {
		font-size: 20pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 6pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}