/*
Theme Name: Ryeberg
Theme URI: http://ryeberg.com/
Description: Official Ryeberg theme
Version: 2.0
Author: Pomelo Design Inc.
Author URI: http://pomelodesign.com/
*/

/* Boilerplate --------------------------- */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #fff; margin: 1.5em 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }


/* This is where you set your desired font size. The line-heights
   and vertical margins are automatically calculated from this.
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3.4em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2.4em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.4em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #3B9896; text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; }
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }


/* Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 .5em; }
form.hform p label { float: left; width: 100px; }

form.hform p input { width: 200px; }
form.hform p select { width: 200px; }

form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 .5em; }
form.vform p label { display: block; }

form.vform p.checkbox label { display: inline; }


/* Hide initially --------------------------- */
#login-form, #registration-form, #toggle-comment-form { display:none;}

/* @Layout --------------------------- */

body {
	background:url(images/site-bg.png);
	margin:15px;
	color:#333;
}
#wrapper {
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	padding:15px;
	width:925px;
}
#header {
	background:url(images/header.png) no-repeat;
	height:150px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:15px;
}
.s-category-curated-videos #header,
.single #header { background-image:url(images/header-curator.png); }
#access { display:none; }
#header a {
	display:block;
	height:150px;
	position:absolute;
	width:885px;
}

#fbc_profile { display:none; }
#fbc_login_sidebar { padding:0 0 .75em 0; font-size:0.8em; }

/* @Content --------------------------- */

#container {
	background:url(images/sidebar-border.png) repeat-y 658px 0;
	margin-bottom:15px;
	overflow:hidden;
}
#content {
	float:left;
	width:640px;
	margin-right: 30px;
}
#content .section {
	border-top:2px solid #333;
	overflow:hidden;
	margin-bottom:2em;
}
#content .section h3 {
	background:url(images/icon-ryeberg-red.png) left no-repeat;
	border-bottom:1px solid #ddd;
	color:#3B9896;
	line-height:30px;
	letter-spacing:0.1em;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
	padding:4px 0 4px 35px;
	text-transform:uppercase;
}
#content .navigation {
	clear:both;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
	overflow:hidden;
}
#content .navigation a { }
#content .navigation .nav-previous { float:left; }
#content .navigation .nav-next { float:right; }
#content #author-archive .navigation a { }
#content #author-archive .navigation {
	border-top:1px solid #ddd;
	text-align:right;
}
#content iframe {
	margin-bottom: -5px;
}

/* @Home --------------------------- */

#content #featured #sticky-posts {
	background:url(images/feature-bg.png) #333 no-repeat;
	padding:10px 10px 0 10px;
	height:540px;
}
#content #featured #feature-nav {
	background:#191919;
	padding:0 10px 10px 10px;
	text-align:right;
}
#content #featured #feature-nav a { color:#fff; padding-left:5px; }
#content #featured #sticky-posts .slides { margin:10px; }
#content #featured #sticky-posts h1 {
	border-bottom:1px solid #fff;
	line-height:1em;
	margin:0.25em 0;
	padding-bottom:0.25em;
}
#content #featured #sticky-posts .entry-image {
	background:url(images/feature-image-placeholder.png) no-repeat;
	display:block;
	height:380px;
	width:620px;
}
#content #featured #sticky-posts h1 a { color:#fff;  }
#content #featured #sticky-posts p { color:#fff; font-size:1.2em; margin-bottom:0; }

.home #content #most-viewed .entry-image { display:none; }
.home #content #most-viewed .post {
	padding: 0;
	margin-right:2%;
	width:48%;
}
.home #content #most-viewed ul .entry-title a {
	color:#B9270D;
	font-size:1.4em;
	font-weight:bold;
}
.home #content #most-viewed .horz-sep {
	margin: 5px 0;
}
.home #content #topics ul {
	list-style: none;
	margin: 0;
}
.home #content #topics ul li {
	float: left;
	margin: 0 3% 1em 0;
	width: 30%;
}
.home #content #topics ul li a {
	color:#B9270D;
	font-weight: bold;
	font-size: 1.2em;
	height: 70px;
	display: block;
	padding-left: 80px;
	position: relative;
	line-height: 1.2em;
}
.home #content #topics ul li img {
	position: absolute;
	top: 0;
	left: 0;
}


/* @Archive --------------------------- */

#content .video-archive .post {
	float:left;
	margin-right:3%;
	padding-bottom:10px;
	width:30%;
}
#content .video-archive .entry-title {
	font-size:1.4em;
	font-weight:bold;
	margin:0.25em 0 0 0;
	line-height:1em;
}
#content .video-archive .entry-title a { color:#B9270D; }
#content .video-archive .entry-date,
#content .video-archive .entry-count,
#content .video-archive .entry-meta {
	color:#666;
	font-size:0.9em;
}
#content .video-archive .entry-author a { color:#333; }
#content .video-archive .entry-image {
	background:url(images/entry-image-post.png) no-repeat;
	display:block;
	height:120px;
	width:200px;
}
#content .video-archive .page .entry-image { background:url(images/entry-image-page.png) no-repeat; }
#content .horz-sep {
	border:0;
	clear:both;
	display:block;
	float:left;
	width:100%;
}
#content .archive-meta,
#content .section-content {
	font-family:georgia, "times new roman", serif;
	font-size:1.1em;
	margin-bottom:1em;
}
#content .section-content * {
	font-family:georgia, "times new roman", serif;
	font-size:1.1em;
}

.archive .entry-content p { margin-bottom:1em; }
.archive .entry-meta, .archive .entry-meta a { color:#666; }
.archive .entry-meta .meta-sep {
	padding:0 10px;
	color:#B9270D;
}

.author #author-posts { border-top:0!important; }
.archive .entry-content {}


/* @Pagination --------------------------- */

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 3px 7px;
}

/* @Single --------------------------- */

#content #entry-author {
	border-bottom:1px solid #ddd;
	margin-bottom:0.5em;
	overflow:hidden;
	padding-bottom:0.75em;
}
#content #entry-author h1 { float:left; margin:0; padding-right:10px; max-width:480px; }
#content #entry-author h1 a { color:#333; }
#content #entry-author h1 a:hover { color:#3B9896; text-decoration:none; }
#content #entry-author .author-links {
	list-style:none;
	float:left;
	margin:0;
}
#content #entry-author .author-links a {
	color:#666;
	font-size:0.9em;
	padding:2px 10px;
	text-transform:uppercase;
}
.single .curated-video-title {
	color:#3B9896;
	font-family:georgia, "times new roman", serif;
	font-weight:normal;
	margin-bottom:0.5em;
}
.single #content .entry-content {
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:10px;
}
#content .entry-content p { font-family:georgia, "times new roman", serif; font-size:1.35em; }
.page #content .entry-content p { font-family:helvetica, arial, sans-serif; font-size:1.2em; }
#content .entry-content .addthis_container { float:right; }
#content .entry-meta .formmetedata { border-right:1px solid #ddd; float:left; color:#B9270D; font-weight:bold; letter-spacing:0.1em; padding-right:1em; margin-right:1em; line-height: 24px; }
#content .entry-meta .tagsmetadata { width: 340px; display: inline-block; vertical-align: middle; line-height: 24px; }

#content .entry-meta { overflow:hidden; margin-bottom:2em; }
#content .back-to-top { color:#666;  float:left; font-size:0.9em; letter-spacing:0.1em; text-transform:uppercase; line-height:1.8em; }
#content .comment-link, #content .comments-closed { color:#3B9896; float:right; font-size:1.1em; font-weight:bold; letter-spacing:0.1em; text-transform:uppercase; }
#content .comments-closed { color:#999; }
#content .entry-data {
	color:#666;
	margin-bottom:1em;
}
#content .entry-data a { color:#666; }
#content .meta-sep {
	padding:0 10px;
	color:#B9270D;
}

#content .entry-meta .wpfp-span {
	color:#666;
	display:block;
	float:right;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.single #content .entry-meta .meta-sep { color:#ddd; float:right; padding:0 10px; }

.wp_likes {
	float:left;
	text-transform:uppercase;
	border:0;
	letter-spacing:1px;
	margin:0 !important;
}
#fblike {
	float: right;
	text-align: right;
}
/* .s-category-ryeberg-speaks #content .wp_likes { display:none; }
.single #content .wp_likes { font-family:helvetica, arial, sans-serif; }
.single #content .wp_likes a img { display:none !important; }
.single #content .wp_likes a:hover { text-decoration:underline; }
.page .wp_likes { display:none; }
.wp_likes span.text { display:none; }
.single #content .wp_likes .unlike { display:block !important; } */

#content #author-likes .post {
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-right:2%;
	width:48%;
}
#content #author-likes .entry-title a {
	color:#B9270D;
	font-size:1em;
	font-weight:bold;
}

.edit-link {

}
.edit-link a {
	font-weight:bold;
	color:#AF2215;
	padding:0.5em;
}
.edit-link a:hover { color:#8A1005; }

#content #author-bio {  }
#content #author-bio #bio-heading { border-bottom:1px solid #ddd; margin-bottom:10px; padding:5px 0; overflow:hidden; }
#content #author-bio .author-heading { display:block; text-transform:uppercase; font-weight:bold; font-size:0.9em; padding-top:10px; }
#content #author-bio h2 {
	color:#3B9896;
	float:left;
	margin-bottom:0;
	font-size:2.4em;
}
#content #author-bio #author-photo { float:left; margin-right:15px; }
#content #author-bio .author-feed {
	background:url(images/rss.png) no-repeat;
	display:block;
	height:20px;
	float:left;
	overflow:hidden;
	position:relative;
	text-indent:-5000px;
	top:1.1em;
	left:0.5em;
	width:20px;
}
#content #author-bio #author-bio-text,
#content #author-bio #author-url { font-size:1.1em; font-family:georgia, "times new roman", serif; }
#content #author-bio #author-url { margin-top:1em; }

#content #author-share {
	margin-bottom:1.5em;
	float:left;
}

#content .post-categories {

}

/* @Related --------------------------- */
#content .related-ryeberg {
	margin-bottom: 0;
}


/* @Comments --------------------------- */
#comments { border-top:2px solid #333; overflow:hidden; }
#comments #comments-list { margin-bottom:15px; }
#comments #comments-list h3 {
	background:url(images/icon-ryeberg-red.png) left no-repeat;
	color:#3B9896;
	line-height:30px;
	letter-spacing:0.1em;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:4px 0 4px 35px;
	text-transform:uppercase;
}
#comments #comments-list #comments-heading {
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#comments ul#commentlist { margin:0; list-style:none; }
#comments ul#commentlist li {
	border-bottom:1px solid #ddd;
	padding-top:10px;
	overflow:hidden;
}
#comments ul#commentlist li ul.children { float:left; clear:both; margin:0; list-style:none; }
#comments ul#commentlist li ul.children li {
	border-bottom:0;
	border-top:1px solid #ddd;
	clear:both;
	float:left;
	margin-left:200px;
}
#comments .comment-author {
	color:#B9270D;
	font-size:1.1em;
	font-weight:bold;
	position:absolute;
}
#comments .comment-author img { display:none; }
#comments .comment-author a { color:#B9270D; }
#comments .comment-meta {
	color:#999;
	font-size:0.9em;
	position:absolute;
	margin-top:2em;
	width:190px;
}
#comments .comment-meta .meta-sep { display:none; }
#comments .comment-content {
	float:left;
	margin-left:200px;
	font-family:georgia, "times new roman", serif;
	font-size:1.1em;
}
#comments .comment-content p { font-family:georgia, "times new roman", serif; }
#comments div.comment-reply-link {
	clear:both;
	float:left;
	margin-left:200px;
	margin-bottom:10px;
	text-transform:uppercase;
}
#comments span.unapproved {
	color:#f00;
	clear:both;
	float:left;
	margin-left:200px;
	margin-bottom:10px;
}

#comments ul#commentlist li ul.children .comment-author,
#comments ul#commentlist li ul.children .comment-meta  {
	clear:none;
	float:left;
	margin:0;
	position:relative;
	width:auto;
}
#comments ul#commentlist li ul.children .comment-author { padding-right:10px; }
#comments ul#commentlist li ul.children .comment-meta { line-height:1.8em; }
#comments ul#commentlist li ul.children .comment-content,
#comments ul#commentlist li ul.children div.comment-reply-link,
#comments ul#commentlist li ul.children .unapproved {
	clear:both;
	margin:0;
}
#comments ul#commentlist li.bycurator ul.children li .comment-author {
	background:none;
	color:#B9270D;
	padding-left:0;
}
#comments ul#commentlist li.bycurator .comment-author,
#comments ul#commentlist li ul.children li.bycurator .comment-author {
	background:url(images/icon-ryeberg-green-small.png) left no-repeat;
	color:#333;
	line-height:1.6em;
	padding-left:20px;
	width:190px;
	overflow:hidden;
}
#comments ul#commentlist li.bycurator .comment-author a { color:#333; }

#comments ul#commentlist li.byadmin .comment-author,
#comments ul#commentlist li ul.children li.byadmin .comment-author {
	background:url(images/icon-ryeberg-red-small.png) left no-repeat;
}


#comments #comments-empty {
	color:#999;
	padding:0.5em 0;
}

#comments #respond { margin-bottom:1.5em; overflow:hidden; clear:both; }
#comments #respond h3 {
	background:none;
	border:0;
	color:#3B9896;
	display:block;
	letter-spacing:0.1em;
	line-height:1.4em;
	font-size:1em;
	margin-left:200px;
	margin-bottom:0.25em;
	padding:5px 0 0 0;
	text-transform:uppercase;
}
#comments #respond h3 a { float:none; }
#comments #respond #cancel-comment-reply { clear:both; display:block; margin-left:200px; }
#comments #respond #cancel-comment-reply-link { color:#B9270D; }
#comments #respond #commentform .form-submit,
#comments #respond #commentform .form-option { clear:both; margin:0 0 5px 200px; float:left; }
#comments #respond #commentform .form-input,
#comments #respond #commentform .form-textarea {
	float:left;
	margin:0 0 5px 10px;
}
#comments #respond #commentform .form-label {
	clear:left;
	float:left;
	text-align:right;
	width:190px;
	padding:4px 0;
}
#comments #respond #commentform textarea,
#comments #respond #commentform input {
	width:225px;
}
#comments #respond #commentform input#submit,
#comments #respond #commentform .form-submit input {
	border:0;
	background:#B9270D;
	color:#fff;
	text-transform:uppercase;
	width:auto;
}
#comments #respond #commentform label.error {
	background:#FFC7C7;
	color:#B9270D;
	display:block;
	font-weight:bold;
	padding:0.25em;
	font-size:0.9em;
}

#comments #respond #commentform input#submit:hover { background:#f00; cursor:pointer; }
#comments #respond #comment-user-data { float:left; overflow:hidden; }
#comments #respond #comment-options {
	float:right;
	width:175px;
	margin-left:15px;
}
#comments #respond #comment-options h4 { margin-bottom:0.25em; }
#comments #respond #comment-options #fbc_login {
	border-left:0;
	margin:0;
	padding:0;
}

#comments ul#commentlist #respond { float:left; border-top:1px solid #ddd; padding-top:15px; }

#comments #comments-nav-below {
	border-bottom:1px solid #ddd;
	text-align:right;
	margin-top:5px;
	padding:5px 0;
	overflow:hidden;
}
#comments #comments-nav-below .back-to-top { float:left; padding-top:2px; color:#666; }
#comments .comment-navigation a { color:#B9270D; }
#comments .comment-navigation .current { font-weight:bold; }
#comments #comments-nav-above { float:right; padding:10px 0; }

/* @Pages --------------------------- */

.page #content h1.entry-title,
.category #content h1.page-title {
	border-bottom:1px solid #ddd;
	padding-bottom:0.25em;
	margin-bottom:0.5em;
}

#most-discussed ul { list-style:none; margin:0; }
#most-discussed ul li {
	float:left;
	margin-right:3%;
	padding-bottom:10px;
	width:30%;
}
#most-discussed ul li .entry-title {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:0;
}
#most-discussed ul li .entry-title a { color:#B9270D; }
#most-discussed ul li .entry-author {}
#most-discussed ul li .entry-count { color:#666; font-size:0.9em; }

#authors-page ul#curatorRange {
	display:block;
	margin:0 0 1.5em 0;
	list-style:none;
	font-size:1.2em;
	position:relative;
	height:1.5em;
}
#authors-page ul#curatorRange li {
	float:left;
	display:block;
	padding-right:10px;
}
#authors-page ul#curatorRange li a:hover,
#authors-page ul#curatorRange li a.active {
	color:#B9270D;
}

#authors-page #curatorList ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	width:33%;
}
#authors-page #curatorList ul li {
	/* float:left; */
	font-size:1.2em;
	margin:0;
	padding:5px 0;
	/* width:30%; */
	margin-right:3%;
	border-bottom:1px solid #ddd;
}
#authors-page #curatorList ul li a { color:#333; }
#authors-page #curatorList ul li a:hover { color:#3B9896; }
#authors-page #curatorList ul li a img { position:relative; top:3px; left:3px; }
#authors-page .author-widget-links { display:none; }

#authors-page #curatorList ul li.clear { clear:both; height:1px; width:100%; margin:0; padding:0; border:0; }
#authors-page #curatorList ul li span.hover { color:#3B9896; cursor:pointer; }

#authors-page #curatorList ul li { position:relative; }
#authors-page #curatorList ul .more-info {
	background:#e0e0e0;
	border:2px solid #d5d5d5;
	display:none;
	font-size:0.7em;
	padding:10px;
	position:absolute;
	top:15px;
	left:50px;
	width:300px;
	z-index:1000;
}
#authors-page #curatorList ul  li .more-info span.hover { color:#000; cursor:default; }
#authors-page #curatorList ul .more-info img { float:left; margin:0 5px 5px 0; }
#authors-page #curatorList ul .more-info a { color:#3B9896; }
#authors-page #curatorList ul .more-info .curator-label { font-weight:bold; text-transform:uppercase; float:left; margin-top:1em; width: 50%; }
#authors-page #curatorList ul .more-info a.name { font-weight:bold; float:left; font-size:2em; }
#authors-page #curatorList ul .more-info a.name:hover { }
#authors-page #curatorList ul .more-info .feed { background:url(images/rss-sm.png) no-repeat center center; float:left; width:15px; height:2.4em; overflow:hidden; text-indent:-5000px; margin-left:5px; }
#authors-page #curatorList ul .more-info .close { color:#B9270D; float:right; clear:right; margin:0 0 10px 10px; width:10px; height:10px; overflow:hidden; text-indent:-5000px; background:url(images/x-red.gif) no-repeat; }
#authors-page #curatorList ul .more-info .curator-link { display:block; margin-top:0.5em; }
#authors-page #curatorList ul .more-info hr { border:0; border-top:1px solid #ccc; height:0; display:block; clear:both; }

#sort-posts {
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:1em 0 1em 0;
}
#sort-posts a { padding-right:1em; color:#B9270D; }
#sort-posts a:hover { color:#3B9896; }
#sort-posts a.selected { color:#333; }

#disqus_thread { border-top: 2px solid #333; padding-top: 4px; }

.all-merch { margin: 0; }
.merch-divider { width: 100%; margin: 1.5em 0; border-top: 1px solid #ddd; }
.merch { width: 298px; padding-right: 20px; display: inline-block; vertical-align: top; }
.merch p { margin-bottom: 1em; border-top: 1px solid #ccc; padding-top: 0.2em; }
.merch p.merch-name { width: 78%; display: inline-block; color: #b9270d; margin-bottom: 0; border-top: 0; }
.merch-name strong { font-size: 1.4em; }
.merch p.merch-price { width: 20%; display: inline-block; letter-spacing: 0.2em; margin-bottom: 0; border-top: 0;}
.merch label { text-transform: uppercase; letter-spacing: 0.1em; }
.merch-buynow { display: block; margin-top: 1.5em; color: #fff; background-color: #b9270d; text-transform: uppercase; border: 0; }
.merch-buynow:hover { cursor: pointer; }
.merch select { width: 220px; }

/* @Sidebar --------------------------- */
.sidebar {
	float:right;
	width:250px;
}
div#secondary { display:none; } /* Hide secondary sidebar */
.sidebar ul { list-style:none; margin:0; }
.sidebar .menu li { display:  block; padding: 2px 0; border-top: 1px solid #ddd; }
.sidebar .menu li:first-child { border-top: none; }
.sidebar .meta-sep { display:block; border-top:1px solid #ddd; padding:2px 0; }
.sidebar .widget { border-top:2px solid #333; margin-bottom:2em; padding-top:0.35em; }
.sidebar .menu a,
.sidebar #login-link,
.sidebar #register-link,
.sidebar #sidebar-login .page_item a { text-transform:uppercase; font-weight:bold; color:#333; letter-spacing:0.1em; }
.sidebar .widget a:hover,
.sidebar #login-link:hover,
.sidebar #register-link:hover,
.sidebar #sidebar-login .page_item a:hover { color:#3B9896; }

.sidebar #search-2 { border-top:none; margin-bottom: 0.5em; }
.sidebar #searchform label { display:none; }
.sidebar #searchform input#s { border:1px solid #999; padding:3px 2px; width:150px; font-size:1.1em; margin-right:5px; }
.sidebar #login-form #wp-submit,
.sidebar #registration-form #wp-submit,
.sidebar #searchform input#searchsubmit { border:0; background:#B9270D; color:#fff; padding:4px 8px 5px 8px; margin:0; text-transform:uppercase; }
.sidebar #login-form #wp-submit:hover,
.sidebar #registration-form #wp-submit:hover,
.sidebar #search input.button:hover { background:#f00; cursor:pointer; }

.sidebar .widgettitle {
	background:url(images/icon-ryeberg-green.png) top left no-repeat;
	border-bottom:1px solid #ddd;
	font-size:2em;
	padding:5px 0 5px 35px;
	margin-bottom:0.35em;
	line-height: 1em;
}
.sidebar #nav_menu-4 { border-top: none; }
.sidebar #nav_menu-4 li { border-top: none; display: inline-block; text-indent: -999em; overflow: hidden; background-image: url(images/social-icons.png); background-repeat: no-repeat; width: 30px; height: 1.7em; }
.sidebar #nav_menu-4 a { display: block; }
.sidebar #nav_menu-4 .social-facebook { background-position: 0 0;  }
.sidebar #nav_menu-4 .social-gplus { background-position: -32px 0px; }
.sidebar #nav_menu-4 .social-twitter { background-position: -66px 0px; }
.sidebar #nav_menu-4 .social-rss { background-position: -100px 0px; }

.sidebar .widget_curators_list a,
.sidebar .widget_categories a { color:#333; font-size:1.1em; }
.sidebar .widget_curators_list a:hover { color:#3B9896; }
.sidebar .widget_curators_list a.all-curators { display: block; font-weight: bold; margin-bottom: 0.5em; padding-bottom: 0.5em; border-bottom: 1px solid #ddd; }
.sidebar .widget_curators_list a.random-curator { display: block; font-weight: bold; margin-top: 0.5em; padding-top: 0.5em; border-top: 1px solid #ddd; }
.sidebar .author-widget-links {
	border-top:1px solid #ddd;
	margin-top:0.5em;
	padding-top:0.5em;
	font-size:1.1em;
}
.sidebar .widget_curators_list .author-widget-links a { font-size:1em; }

.sidebar #recent-activities h3 {
	color:#B9270D;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:3px;
	margin-bottom:0;
}
.sidebar #recent-activities .recent_activities_div {
	border-top:1px solid #ddd;
	padding:5px 0;
}
.sidebar .date { color:#ccc; font-size:0.8em; }

.sidebar #sidebar-login { border:0; padding-top:0; margin-top:-5px; }
.sidebar #sidebar-login a { color:#B9270D !important; }
.sidebar #sidebar-login h3 { display:none; }
.sidebar #registration-form h3 { display:none; }

.sidebar #login-form { margin-top:10px; }
.sidebar #registration-form { border-top:0; padding-top:0; }

.sidebar #registration-form p { margin:0; }
.sidebar #registration-form input { margin-bottom:0.5em; }

.sidebar #login-form p { margin-bottom:0.5em; }
.sidebar #login-form #login_error {
	background:#FFC7C7;
	color:#B9270D;
	font-size:0.9em;
	margin-bottom:0.5em;
	padding:0.5em;
}
.sidebar #login-form label.error,
.sidebar #registerform label.error {
	background:#FFC7C7;
	color:#B9270D;
	display:block;
	font-weight:bold;
	padding:0.25em;
	font-size:0.9em;
}

.sidebar .welcome-message {
	font-size:1.1em;
}
.sidebar .widget_alpha_categories h3 {
background:url(images/icon-ryeberg-green.png) top left no-repeat;
border-bottom:1px solid #ddd;
font-size:2em;
padding:5px 0 5px 35px;
margin-bottom:0.35em;
}
.sidebar .widget_alpha_categories a {
	font-size: 1.1em;
	color: #333;
}
.sidebar .widget_alpha_categories a:hover {
	color:#3B9896;
}
.sidebar .widget_alpha_categories .widgettitle {
	margin-bottom: 0.5em;
}

.sidebar li.recentcomments { margin-bottom: 0.5em; }

/* @Footer --------------------------- */
#footer {
	border-top:2px solid #000;
	background:url(images/icon-ryeberg-red-large.png) left 5px no-repeat;
	clear:both;
	color:#333;
	font-size:0.9em;
	min-height:35px;
	padding:10px 0 0 50px;
}
#footer #footer-nav { text-transform:uppercase; }
#footer #footer-nav li { display:  inline-block; }
#footer #footer-nav a { color:#333; }
#footer #footer-nav a:hover { color:#3B9896; }
#footer #footer-copyright { color:#666; }
#footer .meta-sep { padding:0 8px 0 5px; color:#B9270D; }
#footer #footer-copy-notice {
	background:url(images/cc.primary.srr.gif) no-repeat;
	float:right;
	overflow:hidden;
	height:31px;
	text-indent:-5000px;
	width:88px;
}
.menu {
	margin: 0;
	list-style: none;
}
.menu-item {
	display: inline;
}
#menu-footer-nav li:first-child span {
	display: none;
}

/* @Forms --------------------------- */
input, textarea, select {
	border:1px solid #ccc;
	font-size:1em;
	font-family:helvetica, arial, sans-serif;
	padding:5px;
	margin:0;
}
input.button {
	background:#B9270D;
	border:0;
	color:#fff;
	text-transform:uppercase;
}
input.button:hover { background:#f00; cursor:pointer; }

.gform_wrapper {
	font-size: 1.2em;
}
.gform_wrapper ul {
	list-style: none;
	margin: 0 0 1.5em;
}
.gform_wrapper .gfield {
	margin-bottom: 0.75em;
}
.gform_wrapper .gfield_label {
	display: block;
	margin-bottom: 0.25em;
}
.gform_wrapper .ginput_left,
.gform_wrapper .ginput_right {
	display: inline-block;
	margin: 0 1em 0 0;
}
.gform_wrapper .ginput_left label,
.gform_wrapper .ginput_right label {
	display: block;
	font-size: 0.8em;
	color: #999;
	font-weight: normal;
}
.gforms_confirmation_message {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
.gfield_required {
	color: #B9270D;
	padding: 0 2px;
}
.validation_error {
	margin-bottom: 1.5em;
	color: #B9270D;
}
.validation_message {
	color: #B9270D;
	font-size: 0.8em;
}

/* @Share --------------------------- */

.ss-share {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ss-share .ss-share-label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 24px;
	vertical-align: top;
}

.ss-share .ss-share-item {
	display: inline-block;
	padding: 0 3px;
}

.ss-share .ss-share-link {
	display: inline-block;
	text-indent: -999em;
	overflow: hidden;
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.ss-share .ico-facebook { background-position: 0 0;  }
.ss-share .ico-google { background-position: -32px 0; }
.ss-share .ico-twitter { background-position: -66px 0; }
