/* @override
	http://makeupgeek:8888/wp-content/themes/makeupgeek/css/screen.css
	http://mug.mattbrett.com/wp-content/themes/makeupgeek/css/screen.css
	http://www.makeupgeek.com/wp-content/themes/makeupgeek/css/screen.css
*/

/*
Theme Name: Makeup Geek
Theme URI: http://makeupgeek.com
Description: Spring 2011 Edition
Version: 2.4
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
================================================================================= */

/* @group reset */

/* RESET
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
================================================================================= */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

:focus {
	outline: 0;
}

/* @end */

/* @group structure */

/* STRUCTURE
================================================================================= */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #000;
	text-align: center;
	background: #000 url("../images/bg.jpg") repeat-y 50% 0;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#wrapper-inner {
	float: left;
	width: 100%;
	background: url("../images/wrapper-bg.jpg") repeat-y 0 0;
}

/* @end */

/* @group header */

/* HEADER
================================================================================= */

#header {
	float: left;
	width: 100%;
	height: 160px;
	margin-bottom: -5px;
	background: url("../images/header-bg.jpg") no-repeat 0 0;
}

#logo {
	position: relative;
	float: left;
	display: inline;
	width: 493px;
	height: 84px;
	font-size: 1.5em;
	margin: 19px 0 7px 32px;
	overflow: hidden;
}

#logo a span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/logo.jpg") no-repeat 0 0;
}

#logo a {
	color: #000;
	text-decoration: none;
}

/* @group nav */

/* NAV
================================================================================= */

#nav {
	float: left;
	display: inline;
	width: 930px;
	height: 67px;
	margin: 0 0 0 20px;
}

#nav ul {
	float: left;
	display: inline;
	width: 680px;
}

#nav ul li {
	position: relative;
	float: left;
	display: inline;
	height: 41px;
}

#nav ul li:hover ul, #nav ul li.hover ul {
	display: block;
}

#nav ul li a {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px 12px;
	color: #fffbd7;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
	text-transform: uppercase;
}

#nav ul li a:hover, #nav ul li:hover > a {
	color: #fff;
	text-decoration: none;
	background: url("../images/nav-hover.jpg") repeat-x 0 100%;
}

#nav ul li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0 0 4px;
	top: 40px;
	left: -4px;
	list-style-type: none;
	background: url("../images/subnav-bg.png") repeat-x 0 100%;
	min-width: 207px;
	width: auto !important;
	width: 207px;
	z-index: 9999;
}

#nav ul li ul li {
	height: auto;
	overflow: visible;
}

#nav ul li ul li a {
	display: block;
	width: 169px;
	padding: 5px 19px 10px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #fffbd7;
	background: transparent;
}

#nav li ul li a:hover {
	color: #fff;
	text-decoration: underline;
	background: transparent;
}

/* @end */

#header-right {
	float: right;
	display: inline;
	width: 400px;
	height: 74px;
	margin: 30px 28px 0 0;
	background: url("../images/subscribe-options-bg.png") no-repeat 80px 6px;
}

#subscribe-options {
	float: right;
	width: 234px;
	height: 34px;
	margin: 0 0 11px;
	padding: 0;
	list-style-type: none;
}

#subscribe-options li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subscribe-options a {
	float: left;
	height: 0;
	margin: 0 0 0 4px;
	width: 34px;
	padding: 34px 0 0 0;
	overflow: hidden;
}

#subscribe-feed a {
	background: url("../images/subscribe-options.png") no-repeat 0 0;
}

#subscribe-feed a:hover {
	background: url("../images/subscribe-options.png") no-repeat 0 -34px;
}

#subscribe-email a {
	background: url("../images/subscribe-options.png") no-repeat -40px 0;
}

#subscribe-email a:hover {
	background: url("../images/subscribe-options.png") no-repeat -40px -34px;
}

#subscribe-twitter a {
	background: url("../images/subscribe-options.png") no-repeat -80px 0;
}

#subscribe-twitter a:hover {
	background: url("../images/subscribe-options.png") no-repeat -80px -34px;
}

#subscribe-facebook a {
	background: url("../images/subscribe-options.png") no-repeat -120px 0;
}

#subscribe-facebook a:hover {
	background: url("../images/subscribe-options.png") no-repeat -120px -34px;
}

#subscribe-youtube a {
	background: url("../images/subscribe-options.png") no-repeat -160px 0;
}

#subscribe-youtube a:hover {
	background: url("../images/subscribe-options.png") no-repeat -160px -34px;
}

#subscribe-google a {
	background: url("../images/subscribe-options.png") no-repeat -200px 0;
}

#subscribe-google a:hover {
	background: url("../images/subscribe-options.png") no-repeat -200px -34px;
}

#usernav {
	clear: both;
	text-align: right;
	margin-right: -18px;
	padding: 9px 24px 0 0;
	font: bold 1.1em Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 -1px 1px #7f234a;
	text-transform: uppercase;
	background: url('../images/usernav-divider.png') no-repeat 100% 0;
}

#usernav a {
	margin: 0 0 0 15px;
	text-decoration: none;
	color: #fff;
}

#usernav a:hover, #usernav a:focus {
	border-bottom: 1px solid #edaecb;
}

#usernav span {
	margin: 0 0 0 5px;
	padding: 2px 5px;
	font-size: 1em;
	text-shadow: 0 1px 1px #fff;
	color: #7f234a;
	background: #fef6d1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjZkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY1YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fef6d1 0%, #fff5a3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef6d1), color-stop(100%,#fff5a3));
	background: -webkit-linear-gradient(top,  #fef6d1 0%,#fff5a3 100%);
	background: -o-linear-gradient(top,  #fef6d1 0%,#fff5a3 100%);
	background: -ms-linear-gradient(top,  #fef6d1 0%,#fff5a3 100%);
	background: linear-gradient(top,  #fef6d1 0%,#fff5a3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef6d1', endColorstr='#fff5a3',GradientType=0 );
	border-radius: 12px;
}

#search {
	float: right;
	display: inline;
	width: 229px;
	height: 25px;
	margin: 7px 11px 0 0;
}

#search #s {
	float: left;
	display: inline;
	width: 145px;
	height: 14px;
	padding: 6px 10px;
	font: bold 1.2em Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 3px #161616;
	background: transparent url("../images/search-input.jpg") no-repeat 0 0;
	border: none;
}

#search-submit {
	float: left;
	display: inline;
	width: 64px;
	height: 26px;
	background: transparent;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}

#announcements {
	clear: both;
	margin: 0 10px;
	padding: 17px 10px 5px 58px;
	background: url("../images/announcements-bg.jpg") no-repeat 0 0;
}

#announcements h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

#announcements p {
	font-size: 1.2em;
	color: #6b5346;
}

#announcements a {
	color: #d67121;
	text-decoration: none;
	border-bottom: 1px solid #f3be4e;
}

#announcements a:hover {
	color: #fff6a9;
	text-decoration: none;
	background: #d67121;
	border-bottom: 1px solid #d67121;
}

/* @end */

/* @group features */

/* FEATURES
================================================================================= */

#features {
	float: left;
	display: inline;
	width: 950px;
	height: 299px;
	margin-left: 10px;
	background: url("../images/features-bg.jpg") no-repeat 0 0;
}

.announcement #features {
	background: url("../images/features-bg-alt.jpg") no-repeat 0 0;
}

#slides {
	position: relative;
	float: left;
	display: inline;
	width: 570px;
	height: 240px;
	margin: 25px 0 0 25px;
	padding: 5px;
	background: url("../images/slides-bg.jpg") no-repeat 0 0;
}

#slides .next, #slides .prev {
	position: absolute;
	top: 103px;
	left: -15px;
	width: 20px;
	height: 34px;
	display: none;
}

.slides_container {
	width: 521px;
	height: 240px;
	margin-left: 49px;
	overflow: hidden;
	position: relative;
}

#slides .next {
	left: 575px;
}

.slide-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-shadow: 1px 1px 3px #000;
	background: url("../images/slideshow-details-bg.png") repeat-x 0 50%;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#slides a {
	color: #fefefe;
	text-decoration: none;
	font: bold 18px "Molengo", Arial, Helvetica, Geneva, sans-serif;
}

#slides .pagination {
	position: relative;
	margin: -245px 0 0 -5px;
	width: 54px;
}

#slides .pagination li a {
	display: block;
	padding: 5px 5px 0;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

#slides .pagination li:hover a {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}

#slides .pagination li.current a, #archived #idea-gallery-images a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#slides .pagination img {
	display: block;
}

#bigbox {
	float: right;
	display: inline;
	margin: 25px 25px 0 0;
}

/* @end */

/* @group secondary */

/* SECONDARY
================================================================================= */

#secondary {
	clear: both;
	float: left;
	display: inline;
	width: 950px;
	margin-left: 10px;
	background: url("../images/secondary-bg.jpg") repeat-y 0 345%;
}

#secondary.alt {
	height: 180px;
	background: url("../images/secondary-bg-alt.jpg") no-repeat 0 0;
}

#secondary h2 {
	margin: 0 0 20px 0;
	font: 400 2em/1em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px #be5380;
	text-transform: uppercase;
	color: #000;
}

#challenge {
	float: left;
	display: inline;
	margin-bottom: 30px;
}

#challenge h3 {
	clear: both;
	width: 145px;
}

#challenge p {
	padding-top: 3px;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #755e51;
}

#challenge p strong {
	font: 1.1em/1em "Molengo", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}

#challenge img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #ece7dc;
}

#challenge img:hover {
	padding: 4px;
	background: #fff;
	border: 1px solid #ece7dc;
}

.boxshadow #challenge img:hover {
	padding: 5px;
	border: 0;
	-moz-box-shadow: 0 0 3px #9a8477;
	-webkit-box-shadow: 0 0 3px #9a8477;
	box-shadow: 0 0 3px #9a8477;
}

#poll {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 20px;
}

#poll-tnail {
	float: left;
	display: inline;
	width: 128px;
	height: 128px;
	margin: 5px 20px 0 5px;
}

#poll h4 {
	color: #000;
	margin: -6px 0 10px 0;
	font: normal 1.4em "Molengo", Arial, Helvetica, Geneva, sans-serif;
}

#poll p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin: 15px 0 5px 0;
}

#poll ul {
	margin: 0;
}

#poll li {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #755e51;
	margin: 0 0 5px 0;
}

#poll li input {
	margin-right: 5px;
}

#poll li small {
	color: #867368;
}

#poll .pollbar {
	margin-bottom: -2px;
}

#poll a:link, #poll a:visited, #poll a:active {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #e7e4e0;
}

#poll a:hover {
	color: #fff;
	background: #932152;
	border-bottom: 1px solid #932152;
}

.button {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	overflow: hidden;
}

.button a {
	display: block;
	text-indent: -5000px;
	text-decoration: none;
}

#button-lotw-learn {
	margin-left: 5px;
}

#button-lotw-learn a {
	width: 162px;
	height: 21px;
	background: url("../images/button-lotw-learn.jpg") no-repeat 0 0;
}

#button-lotw-learn a:hover {
	background: url("../images/button-lotw-learn.jpg") no-repeat 0 -21px;
}

#button-lotw-learn a:active {
	margin-top: 1px;
	background: url("../images/button-lotw-learn.jpg") no-repeat 0 -42px;
}

#button-lotw-previous a {
	width: 113px;
	height: 21px;
	background: url("../images/button-lotw-previous.jpg") no-repeat 0 0;
}

#button-lotw-previous a:hover {
	background: url("../images/button-lotw-previous.jpg") no-repeat 0 -21px;
}

#button-poll, #button-poll-white {
	float: left;
	display: inline;
}

#button-poll a, #button-poll-white {
	width: 79px;
	height: 21px;
	background: url("../images/button-votenow.png") no-repeat 0 0;
	border: 0;
	filter: 0;
}

#button-poll a:hover {
	background: url("../images/button-votenow.png") no-repeat 0 -21px;
}

#button-poll-white {
	margin-right: 10px;
	text-indent: -5000px;
	background: url("../images/button-votenow.png") no-repeat 0 0;
	cursor: pointer;
}

#button-poll-white:hover {
	background: url("../images/button-votenow.png") no-repeat 0 -21px;
}

#button-poll-white:active {
	background: url("../images/button-votenow.png") no-repeat 0 -42px;
}

#button-idea-gallery {
	clear: both;
	display: block;
	position: relative;
}

#button-idea-gallery a {
	width: 124px;
	height: 21px;
	margin-left: 72px;
	background: url("../images/button-visit-ideagallery.png") no-repeat 0 0;
}

#button-idea-gallery a:hover {
	background: url("../images/button-visit-ideagallery.png") no-repeat 0 -21px;
}

#button-idea-gallery a:active {
	background: url("../images/button-visit-ideagallery.png") no-repeat 0 -42px;
}

#button-visit-store a {
	width: 109px;
	height: 21px;
	background: url("../images/button-visit-store.png") no-repeat 0 0;
}

#button-visit-store a:hover {
	background: url("../images/button-visit-store.png") no-repeat 0 -21px;
}

#button-visit-store a:active {
	background: url("../images/button-visit-store.png") no-repeat 0 -42px;
}

#reviews {
	position: relative;
	float: left;
	display: inline;
	width: 940px;
	margin: 15px 0 0 5px;
}

#reviews h2 {
	margin-left: 20px;
}

#reviews .post {
	float: left;
	display: inline;
	width: 155px;
	margin: 0 31px 0 0;
}

#reviews .post:last-child {
	margin-right: 0;
}

#reviews .post img {
	float: left;
	display: inline;
	width: 145px;
	height: 82px;
	margin: 0 0 5px;
	border: 5px solid #efd5d8;
}

#reviews .post:hover img:hover {
	border: 5px solid #fff;
}

.boxshadow #reviews .post img {
	-moz-box-shadow: 0 0 4px #481228;
	-webkit-box-shadow: 0 0 4px #481228;
	box-shadow: 0 0 4px #481228;
}

.boxshadow #reviews .post img:hover {
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 5px #481228;
	-webkit-box-shadow: 0 0 5px #481228;
	box-shadow: 0 0 5px #481228;
}

#reviews .post h3, #challenge h3 {
	margin: 0 5px 5px;
	font: 1.4em/1.3em "Molengo", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 1px 1px 2px #481228;
}

#reviews .post h3 a {
	color: #fffad5;
	text-decoration: none;
	border-bottom: none;
}

#reviews .post h3 a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #be5380;
}

#reviews .post p {
	margin: 0 5px;
	font-size: 1.2em;
	color: #222;
}

#reviews-recent {
	position: relative;
	width: 903px;
	margin: -42px 0 0 17px;
	height: 205px;
	padding-top: 35px;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 25px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	display: none;
	background: #dde;
	position: relative;
}

.jspDrag {
	display: none;
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	float: left;
	width: 24px;
	height: 25px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	display: none;
}

.jspHorizontalBar .jspArrow.jspArrowLeft {
	background: url("../images/reviews-nav.png") no-repeat 0 0;
}

.jspHorizontalBar .jspArrow.jspArrowLeft:hover {
	background: url("../images/reviews-nav.png") no-repeat 0 -25px;
}

.jspHorizontalBar .jspArrow.jspArrowRight {
	background: url("../images/reviews-nav.png") no-repeat -24px 0;
}

.jspHorizontalBar .jspArrow.jspArrowRight:hover {
	background: url("../images/reviews-nav.png") no-repeat -24px -25px;
}

.jspHorizontalBar .jspArrow:active {
	margin: 1px 0 -1px;
}

/* @end */

/* @group archived */

/* ARCHIVED
================================================================================= */

#archived {
	clear: both;
	float: left;
	display: inline;
	width: 950px;
	margin-left: 10px;
}

#archived-inner {
	float: left;
	width: 100%;
	background: url("../images/archived-bg-top.jpg") no-repeat 0 0;
}

#archived h2, #sidebar h2 {
	margin: 0 0 5px 0;
	font: 400 2em/1em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
	color: #7a2046;
}

#archived h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}

#sidebar h2 {
	color: #000;
}

#archived .archive-list {
	position: relative;
	float: left;
	display: inline;
	width: 306px;
	margin: 12px 27px 7px 12px;
}

.archive-list-heading {
	padding: 4px;
	height: 43px;
	background: url("../images/archive-list-heading.png") no-repeat 0 0;
}

#archived .archive-list-heading h2, #sidebar .archive-list-heading h2 {
	padding-top: 3px;
	text-shadow: 0 1px 1px #be5380;
	color: #000;
}

.archive-list-bottom {
	width: 306px;
	height: 3px;
	margin-top: 376px;
	background: url("../images/archive-list-bottom.png") no-repeat 0 0;
}

#sidebar .archive-list-bottom {
	margin-top: auto;
	clear: both;
}

#archived .archive-list-heading h2, #sidebar .archive-list-heading h2 {
	margin: 5px 0 0 10px;
	padding-bottom: 0;
	background: transparent;
}

#articles-nav {
	margin: 9px 9px 0 0;
}

#sidebar .widget.archive-list {
	position: relative;
	width: 306px;
	margin: 0 0 30px 17px;
}

#wrapper .archive-list .post {
	float: left;
	width: 282px;
	margin: 0;
	padding: 10px 12px;
	background: url("../images/archive-list-item.png") no-repeat 0 0;
}

#wrapper .archive-list .post img {
	float: left;
	display: block;
	width: 98px;
	height: 98px;
	padding: 5px;
	background: #f0dde7;
}

#wrapper .archive-list .post img:hover {
	padding: 4px;
	background: #fff;
	border: 1px solid #f0dde7;
}

.boxshadow #wrapper .archive-list .post img:hover {
	padding: 5px;
	border: 0;
	-moz-box-shadow: 0 0 3px #9a8477;
	-webkit-box-shadow: 0 0 3px #9a8477;
	box-shadow: 0 0 3px #9a8477;
}

#wrapper .archive-list .post .post-info {
	float: right;
	display: inline;
	width: 159px;
}

#wrapper #sidebar .archive-list .post .post-info {
	width: 159px;
}

#wrapper .archive-list .post h3 {
	margin: 5px 0;
	color: #000;
	font: 1.6em "Molengo", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

#wrapper .archive-list .post h3 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ece7dc;
}

#wrapper .archive-list .post h3 a:hover {
	color: #fbfaf5;
	text-decoration: none;
	background: #000;
	border-bottom: 1px solid #000;
}

#wrapper .archive-list .post p {
	font-size: 1.1em;
	color: #6b5346;
}

#wrapper .archive-list .post p a {
	color: #6b5346;
	text-decoration: none;
	border-bottom: 1px solid #ece7dc;
}

#wrapper .archive-list .post p a:hover {
	color: #fbfaf5;
	text-decoration: none;
	background: #6b5346;
	border-bottom: 1px solid #6b5346;
}

.archive-nav {
	float: right;
	display: inline;
	width: 134px;
	height: 21px;
	margin-top: 2px;
	overflow: hidden;
}

.archive-nav div {
	float: left;
	display: inline;
}

.archive-nav a {
	float: left;
	display: block;
	height: 0;
	padding-top: 21px;
	overflow: hidden;
}

.archive-nav-recent a {
	width: 63px;
	background: url("../images/archive-nav.png") no-repeat 0 0;
}

.archive-nav-recent a:hover {
	background: url("../images/archive-nav.png") no-repeat 0 -21px;
}

.archive-nav-recent.current a {
	background: url("../images/archive-nav.png") no-repeat 0 -42px;
	cursor: default;
}

.archive-nav-popular a {
	width: 71px;
	background: url("../images/archive-nav.png") no-repeat -63px 0;
}

.archive-nav-popular a:hover {
	background: url("../images/archive-nav.png") no-repeat -63px -21px;
}

.archive-nav-popular.current a {
	background: url("../images/archive-nav.png") no-repeat -63px -42px;
	cursor: default;
}

.archive-nav-related a {
	width: 68px;
	background: url("../images/archive-nav.png") no-repeat -134px 0;
}

.archive-nav-related a:hover {
	background: url("../images/archive-nav.png") no-repeat -134px -21px;
}

.archive-nav-related.current a {
	background: url("../images/archive-nav.png") no-repeat -134px -42px;
	cursor: default;
}

#archive-articles, #archive-guides, #archive-popular, #archive-tutorials, #archive-related {
	position: absolute;
	top: 43px;
	left: 0;
}

#archive-popular {
	display: none;
}

#sidebar #archive-related, #sidebar #archive-popular {
	position: relative;
	top: auto;
	left: auto;
	display: block;
	margin-top: -8px;
}

#archived #idea-gallery {
	float: left;
	display: inline;
	width: 280px;
	margin: 26px 0 20px;
}

#archived #idea-gallery p {
	margin-bottom: 30px;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #6b5346;
	background: url("../images/divider.jpg") repeat-x 0 0;
}

#archived #idea-gallery-images {
	position: relative;
	float: left;
	width: 100%;
	height: 319px;
	margin-bottom: 10px;
	padding-top: 5px;
	background: #ece7dc;
}

#archived #idea-gallery-images:hover {
	-moz-box-shadow: 0 0 3px #9a8477;
	-webkit-box-shadow: 0 0 3px #9a8477;
	box-shadow: 0 0 3px #9a8477;
}

#archived #idea-gallery-images a {
	float: left;
	display: block;
	margin: 0 0 5px 5px;
}

#archived #idea-gallery-images a:hover {
	margin: -5px -5px 0 0;
	padding: 5px;
	background: #fff;
}

#archived #idea-gallery-images img {
	display: block;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}

#idea-gallery-nav {
	float: left;
	display: inline;
	width: 280px;
	height: 21px;
	margin-bottom: 10px;
	overflow: hidden;
}

#idea-gallery-nav div {
	float: left;
	display: inline;
}

#idea-gallery-nav a {
	float: left;
	display: block;
	height: 0;
	padding-top: 21px;
	overflow: hidden;
}

#idea-gallery-nav .current a {
	cursor: default;
}

.idea-gallery-nav-celebrity a {
	width: 93px;
	background: url("../images/idea-gallery-nav.png") no-repeat 0 0;
}

.idea-gallery-nav-celebrity a:hover {
	background: url("../images/idea-gallery-nav.png") no-repeat 0 -21px;
}

.idea-gallery-nav-celebrity.current a {
	background: url("../images/idea-gallery-nav.png") no-repeat 0 -42px;
}

.idea-gallery-nav-everyday a {
	width: 93px;
	background: url("../images/idea-gallery-nav.png") no-repeat -93px 0;
}

.idea-gallery-nav-everyday a:hover {
	background: url("../images/idea-gallery-nav.png") no-repeat -93px -21px;
}

.idea-gallery-nav-everyday.current a {
	background: url("../images/idea-gallery-nav.png") no-repeat -93px -42px;
}

.idea-gallery-nav-dramatic a {
	width: 94px;
	background: url("../images/idea-gallery-nav.png") no-repeat -186px 0;
}

.idea-gallery-nav-dramatic a:hover {
	background: url("../images/idea-gallery-nav.png") no-repeat -186px -21px;
}

.idea-gallery-nav-dramatic.current a {
	background: url("../images/idea-gallery-nav.png") no-repeat -186px -42px;
}

#idea-gallery-celebrity, #idea-gallery-everyday, #idea-gallery-dramatic {
	position: absolute;
}

#idea-gallery-celebrity, #idea-gallery-dramatic {
	display: none;
}

#archived #hot-products {
	float: right;
	display: inline;
	width: 266px;
	margin: 20px 20px 20px 0;
}

#sidebar #hot-products {
	float: left;
	display: inline;
	width: 300px;
	margin-bottom: 10px;
}

#hot-products .product {
	float: left;
	width: 100%;
	padding-top: 10px;
	background: url("../images/divider.jpg") repeat-x 0 0;
}

#hot-products h3 {
	padding: 5px 0;
	font: 1.5em/1.2em "Molengo", Arial, Helvetica, Geneva, sans-serif;
}

#hot-products h3 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ece7dc;
}

#hot-products h3 a:hover {
	color: #fbfaf5;
	text-decoration: none;
	background: #000;
	border-bottom: 1px solid #000;
}

#hot-products p {
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #6b5346;
}

#hot-products p a {
	color: #6b5346;
	text-decoration: none;
	border-bottom: 1px solid #ece7dc;
}

#hot-products p a:hover {
	color: #fbfaf5;
	text-decoration: none;
	background: #6b5346;
	border-bottom: 1px solid #6b5346;
}

#hot-products img {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	width: 128px;
	height: 128px;
	padding: 5px;
	background: #ece7dc;
}

#hot-products img:hover {
	padding: 4px;
	background: #fff;
	border: 1px solid #ece7dc;
}

.boxshadow #hot-products img:hover {
	padding: 5px;
	border: 0;
	-moz-box-shadow: 0 0 3px #9a8477;
	-webkit-box-shadow: 0 0 3px #9a8477;
	box-shadow: 0 0 3px #9a8477;
}

#archived #hot-products .button {
	margin-bottom: 10px;
}

#archived-right {
	float: right;
	display: inline;
	width: 280px;
	margin: 26px 20px 0 0;
}

/* @end */

/* @group tla */

/* TLA
================================================================================= */

#leaderboard {
	clear: both;
	float: left;
	display: inline;
	width: 950px;
	height: 112px;
	margin-left: 10px;
	text-align: center;
	background: url("../images/tla-bg.jpg") no-repeat 0 0;
	overflow: hidden;
}

#learderboard-inner {
	width: 728px;
	height: 90px;
	background: #fff;
	margin: 12px auto 0;
}

#archived #tla {
	padding-top: 10px;
	background: url("../images/divider.jpg") repeat-x 0 0;
}

#tla {
	clear: both;
	margin-bottom: -8px;
}

#tla ul {
	margin: 0;
}

#tla ul li {
	list-style-type: none;
	margin: 0 0 8px 5px;
	padding-left: 15px;
	background: url("../images/bullet-sidebar.jpg") no-repeat 0 4px;
	font-size: 1.2em;
	color: #6b5346;
}

#tla ul li a, #tla-sidebar ul li a, #tutorial-categories li a {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #ece7dc;
}

#tla ul li a:hover, #tla-sidebar ul li a:hover, #tutorial-categories li a:hover {
	color: #fbf8f1;
	text-decoration: none;
	background: #932152;
	border-bottom: 1px solid #932152;
}

#tla-sidebar, #tutorial-categories {
	clear: both;
}

#tla-sidebar ul {
	margin-bottom: -8px;
}

#tutorial-categories {
	margin-bottom: 20px;
}

#tutorial-categories ul {
	margin-bottom: 0;
	padding: 10px 0;
	background: url("../images/divider.jpg") repeat-x 0 0;
}

#tla-sidebar li, #tutorial-categories li {
	margin-bottom: 8px;
	padding-left: 15px;
	list-style-type: none;
	font-size: 1.2em;
	color: #6b5346;
	background: url("../images/bullet-sidebar.jpg") no-repeat 0 4px;
}

/* @end */

/* @group mid */

/* MID
================================================================================= */

#mid {
	float: left;
	display: inline;
	width: 950px;
	margin-left: 10px;
	background: url("../images/mid-bg.jpg") repeat-y 50% 0;
}

#mid #mid-inner {
	float: left;
	display: inline;
	width: 100%;
	background: url("../images/mid-post-top.jpg") no-repeat 0 0;
}

.announcement #mid #mid-inner {
	background: url("../images/mid-post-top-alt.jpg") no-repeat 0 0;
}

#mid.full-width {
	background: transparent;
}

#mid.full-width #mid-inner {
	background: transparent;
}

#mid.full-width #content {
	width: 940px;
	text-align: center;
	background: #fff;
}

#mid.full-width #content .post {
	margin: 0;
	text-align: left;
}

#mid.full-width #content .post-content {
	padding-bottom: 0;
}

#mid.full-width #content .post-header-inner {
	background: url("../images/post-header-top-full.jpg") no-repeat 0 0;
}

/* @end */

/* @group content */

/* CONTENT
================================================================================= */

#content {
	float: left;
	display: inline;
	width: 600px;
	margin: 5px 0 0 5px;
	overflow: hidden;
}

.content a:link, .content a:visited, .content a:active {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #e7e4e0;
}

.content a:hover {
	color: #fff;
	background: #932152;
	border-bottom: 1px solid #932152;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 2em;
}

.archive .post-content h1 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e4e0;
	font: 2.5em "Molengo", Arial, Helvetica, Geneva, sans-serif;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
	margin: 0 0 1em;
	font-family: "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	color: #583a2a;
}

.content h2 {
	margin: 2em 0 0;
	font-size: 1.8em;
	color: #a92d61;
}

.content h2:nth-child(1) {
	margin-top: 0;
}

.content h3 {
	margin: 2em 0 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e4e0;
	font-size: 1.5em;
}

.content h4 {
	font-size: 1.4em;
}

.content h5 {
	font-size: 1.3em;
}

.content h6 {
	font-size: 1.1em;
}

.content p {
	font-size: 1em;
	margin-bottom: 1.5em;
}

.content ul {
	margin: 0 0 15px 10px;
}

.content li ul, .content li ol {
	margin: 8px 0;
}

.content ul li {
	padding-left: 15px;
	list-style-type: none;
	background: url("../images/bullet-content.jpg") no-repeat 0 4px;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	font-size: 1em;
	margin-bottom: 8px;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.content img {
	display: block;
	max-width: 560px;
	padding: 4px;
	background: #fff;
	border: 1px solid #d0ccc9;
}

.content img:hover, .content .wp-caption:hover {
	border: 1px solid #000;
}

.boxshadow .content img {
	padding: 5px;
	background: #fff;
	border: 0;
	-moz-box-shadow: 0 1px 4px #aaa;
	-webkit-box-shadow: 0 1px 4px #aaa;
	box-shadow: 0 1px 4px #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.boxshadow .content img:hover, .boxshadow .content .wp-caption:hover {
	-moz-box-shadow: 0 1px 5px #666;
	-webkit-box-shadow: 0 1px 5px #666;
	box-shadow: 0 1px 5px #666;
}

.content img.wp-smiley, .content img.plain {
	display: inline;
	padding: 0;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}

.content img.aligncenter {
	margin: 0 auto 15px auto;
}

.content img.alignnone {
	margin: 0 0 15px 0;
}

.content .wp-caption {
	margin-bottom: 25px;
	border: 1px solid #d0ccc9;
}

.boxshadow .content .wp-caption {
	border: 0;
	-moz-box-shadow: 0 0 4px #aaa;
	-webkit-box-shadow: 0 0 4px #aaa;
	box-shadow: 0 0 4px #aaa;
}

.content .wp-caption img {
	padding: 5px;
	border: 0;
}

.boxshadow .content .wp-caption img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content .wp-caption p {
	margin: 0;
	padding: 5px 10px 10px;
	text-align: center;
	font-size: 12px;
	color: #583a2a;
}

.content table {
	width: 100%;
	margin: 0 0 15px 0;
}

.content table td {
	text-align: left;
	vertical-align: top;
}

.post-header {
	float: left;
	width: 100%;
	background: url("../images/post-header-bg.jpg") repeat-x 0 100%;
}

.post-header-inner {
	padding: 20px;
	background: url("../images/post-header-top.jpg") no-repeat 0 0;
}

.announcement .post-header-inner {
	background: url("../images/post-header-top-alt.jpg") no-repeat 0 0;
}

.post-content {
	clear: both;
	width: 560px;
	padding: 20px;
	font-size: 1.3em;
	line-height: 1.4em;
	background: url("../images/post-content-bg.jpg") repeat-x 0 0;
}

.post-header h1 {
	margin-bottom: 5px;
	font: 400 2.8em/1em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0 1px 1px #fff;
}

.post-date {
	margin-bottom: 5px;
	font: bold 1.4em "Molengo", Arial, Helvetica, Geneva, sans-serif;
	color: #932152;
	text-shadow: 0 1px 0 #fff;
}

.post-date a {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #cbacb2;
}

.post-date a:hover {
	color: #fbf3f0;
	text-decoration: none;
	background: #932152;
	border-bottom: 1px solid #932152;
	text-shadow: none;
}

.post-header-author {
	padding-top: 13px;
}

.post-header-avatar {
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
}

.post-header-avatar img {
	display: block;
	padding: 4px;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #ecd9d3;
	
}

.boxshadow .post-header-avatar img {
	padding: 5px;
	border: 0;
	-moz-box-shadow: 0 1px 4px #aaa;
	-webkit-box-shadow: 0 1px 4px #aaa;
	box-shadow: 0 1px 4px #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.post-header p, .bp .post-header p {
	margin: 0;
	font: 15px/1em "Molengo", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.4em;
	color: #b6708b;
	text-shadow: 0 1px 0 #fff;
}

.post-header p a {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #c69a9f;
}

.post-header p a:hover, .post-header p a:focus {
	text-shadow: none;
	color: #fff;
	background: #932152;
	border-bottom: 1px solid #932152;
}

.post-header .post-comments {
	float: right;
	display: inline;
	margin: 4px 0 15px 15px;
}

.post-header .post-comments a {
	display: block;
	width: 32px;
	height: 24px;
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #f6e3de;
	text-shadow: 0 -1px 0 #a60d67;
	background: url("../images/post-comments.jpg") no-repeat 0 0;
}

.post-header .post-comments a:hover {
	color: #fff;
	text-decoration: none;
}

.post-author-avatar {
	float: left;
	display: inline;
	width: 90px;
}

.post-author-avatar img {
	padding: 5px;
	background: #e7e4e0;
	border: 0;
}

.post-author-description {
	float: right;
	display: inline;
	width: 455px;
}

.post-author h3 {
	margin-bottom: 0;
	padding: 5px 0 0;
	font-size: 1.2em;
	border-bottom: 0;
}

.post-author p {
	font-size: .95em;
}

.notice {
	display: block;
	width: ;
	margin: 0 0 20px;
	padding: 15px 15px 15px 62px;
	font-size: .95em;
	line-height: 18px;
	text-shadow: 0 1px 1px #fdf7dd;
	color: #333;
	background: #fcf2c5 url('../images/icon-alert.png') no-repeat 15px 18px;
	border: 1px solid #f7dc64;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#mid .notice a {
	text-shadow: none;
	color: #333;
	border-bottom: 1px solid #f3be4e;
}

#mid .notice a:hover, #mid .notice a:focus {
	color: #fff;
	background: #d67121;
	border-bottom: 1px solid #d67121;
}

.archive .post {
	position: relative;
	float: left;
	display: none;
	width: 170px;
	margin: 0;
	padding: 0 25px 20px 0;
}

.archive .post.last {
	padding: 0 0 20px;
}

.archive .post.first {
	clear: left;
}

.archive .post-tnail {
	width: 168px;
	margin: 0 0 5px 0;
}

.archive .post-tnail img {
	padding: 5px;
	background: #fff;
}

.archive .post:hover img {
	margin: -3px 0 3px;
}

#sidebar .post:hover img {
	margin: 0;
}

.archive #idea-gallery .post:hover img {
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.archive .post img {
	background: #f5dde7;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.archive .post:hover img {
	background: #000;
}

.boxshadow .archive .post img {
	background: #fff;
	-moz-box-shadow: 0 0 4px #9a8477;
	-webkit-box-shadow: 0 0 4px #9a8477;
	box-shadow: 0 0 4px #9a8477;
}

.boxshadow .archive .post:hover img {
	background: #fff;
	-moz-box-shadow: 0 2px 6px #9a8477;
	-webkit-box-shadow: 0 2px 6px #9a8477;
	box-shadow: 0 2px 6px #9a8477;
}

.archive .post-content {
	min-height: 300px;
	font-size: 1em;
}

.archive .post h3 {
	margin: 5px 5px 0;
	font: 1.3em/1.4em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

.archive h3 a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
}

.archive h3 a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
	border-bottom: 1px solid #000;
}

.archive .post-date {
	margin-bottom: 5px;
	font: normal 1.5em "Molengo", Arial, Helvetica, Geneva, sans-serif;
	color: #932152;
	text-shadow: none;
}

.archive .post p {
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #b6708b;
}

.archive .post p a {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #e7e4e0;
}

.archive .post p a:hover {
	color: #fff;
	background: #932152;
	border-bottom: 1px solid #932152;
}

.archive .post-comments {
	float: right;
	display: inline;
	margin: 4px 0 15px 15px;
}

.archive .post-comments a {
	display: block;
	width: 32px;
	height: 24px;
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #f6e3de;
	text-shadow: 0 -1px 0 #a60d67;
	background: url("../images/post-comments-archive.jpg") no-repeat 0 0;
}

.archive .post-comments a:hover {
	color: #fff;
	text-decoration: none;
}

#banner {
	margin: 0;
	padding-top: 20px;
}

#idea-gallery-banner {
	display: none;
	margin: 0;
}

#content .wp-pagenavi {
	display: none;
	clear: left;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 1.1em;
	border-top: 1px dashed #e7e4e0;
}

#content .wp-pagenavi a {
	margin: 0 1px 0 0;
	padding: 8px 7px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #6b5346;
	background: #e7e4e0;
	border: none;
}

#content .wp-pagenavi a:hover {
	text-decoration: none;
	color: #fff;
	background: #6b5346;
}

#content .wp-pagenavi span.pages {
	float: right;
	display: inline;
	padding: 0;
	color: #6b5346;
	border: 0;
}

#content .wp-pagenavi span.current {
	margin: 0 1px 0 0;
	padding: 9px 7px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #932152;
	border: 0;
}

#content .wp-pagenavi span.extend {
	margin: 0 1px 0 0;
	padding: 10px 7px;
	background: #fff;
	color: #6b5346;
	border: 0;
}

#contactform .form_field {
	float: left;
	width: 250px;
}

#contactform .field_title {
	float: left;
	width: 175px;
	padding: 5px 0;
	color: #333;
}

#contactform .required {
	color: #932152;
}

#contactform input, #contactform textarea {
	margin: 0;
	padding: 5px;
	width: 373px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
	color: #666;
	background: #fff url("../images/form-input-bg.jpg") repeat-x 0 0;
	border: 1px solid #999;
}

#contactform input:focus, #contactform textarea:focus {
	color: #000;
	background: #fff;
	border: 1px solid #d74886;
}

#contactform #name_field, #contactform #email_field, #contactform #site_field {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#contactform textarea {
	clear: both;
	width: 548px;
	margin-bottom: 10px;
}

#contactform #submit {
	clear: both;
}

#contactform .info {
	margin-bottom: 15px;
}

#swatches {
	display: none;
	clear: both;
	width: 100%;
	padding-top: 20px;
	font-size: 12px;
}

#swatches th {
	padding: 0 0 10px;
	font: 400 1.3em/1em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #932152;
	border-bottom: 1px solid #e7e4e0;
}

#swatches td {
	padding: 10px 0 0;
	vertical-align: top;
}

#swatches td ul {
	margin-top: 15px;
}

#swatches img {
	display: block;
	padding: 0;
	background: transparent;
}

#swatches td table {
	margin-top: 10px;
}

#swatches td table td {
	vertical-align: middle;
}

#swatches td table td.swatch {
	width: 26px;
}

#swatches a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ece7dc;
}

#swatches a:hover {
	color: #fbfaf5;
	text-decoration: none;
	background: #000;
	border-bottom: 1px solid #000;
}

#breadcrumb {
	position: relative;
	clear: both;
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmVlZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6eeeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6eeeb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6eeeb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6eeeb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6eeeb 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6eeeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6eeeb',GradientType=0 );
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#breadcrumb a {
	float: left;
	display: inline;
	margin: 0;
	height: 11px;
	padding: 8px 30px 8px 10px;
	list-style-type: none;
	font-size: 10px;
	text-transform: uppercase;
	background: url("../images/breadcrumb-divide.jpg") no-repeat 100% 0;
}

#breadcrumb-home {
	display: block;
	width: 16px;
	height: 18px;
	margin: -4px 0 0 10px;
	background: url("../images/breadcrumb-home.jpg") no-repeat 0 50%;
}

#breadcrumb div {
	float: left;
	display: block;
	padding: 6px 25px 6px 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	font-weight: bold;
	text-decoration: none;
	color: #999;
	border-bottom: none;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #666;
	background: url("../images/breadcrumb-divide.jpg") no-repeat 100% 0;
	border-bottom: none;
}

#gallery {
	float: left;
	width: 580px;
	overflow: hidden;
}

#gallery-featured, #gallery-trending, #gallery-popular {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#gallery-everyday h2, #gallery-dramatic h2, #gallery-holiday h2, #gallery-featured h2, #gallery-popular h2, #gallery-trending h2, #gallery-recent h2 {
	display: none;
	clear: both;
	width: 560px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	color: #932152;
	font: normal 2em/1em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}

#gallery-featured h2, #gallery-trending h2, #gallery-popular h2, #gallery-recent h2 {
	color: #000;
}

#gallery-everyday h2 a, #gallery-dramatic h2 a, #gallery-holiday h2 a, #gallery-featured h2 a, #gallery-trending h2 a, #gallery-popular h2 a, #gallery-recent h2 a {
	float: right;
	display: inline;
	margin-top: 4px;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	color: #000;
	border-bottom: none;
}

#gallery-everyday h2 a:hover, #gallery-dramatic h2 a:hover, #gallery-holiday h2 a:hover, #gallery-featured h2 a:hover, #gallery-trending h2 a:hover, #gallery-popular h2 a:hover, #gallery-recent h2 a:hover {
	color: #000;
	text-decoration: underline;
	background: transparent;
}

/*#gallery .post {
	position: relative;
	float: left;
	display: inline;
	width: 173px;
	height: 165px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
	background: transparent;
}

#gallery .gallery-overlay {
	position: absolute;
	display: block;
	width: 173px;
	height: 118px;
	top: 0;
	left: 8px;
	background: url("../images/gallery-overlay.png") no-repeat 50% 0;
}

#gallery-everyday .gallery-overlay, #gallery-dramatic .gallery-overlay, #gallery-holiday .gallery-overlay {
	left: 0;
}

#gallery .gallery-title {
	display: none;
	position: absolute;
	width: 140px;
	top: 120px;
	left: 16px;
	font-size: 12px;
}

#gallery .post:hover .gallery-title {
	display: block;
}

#gallery .post a:link, #gallery .post a:hover {
	color: #000;
	text-decoration: none;
}

#gallery img, #gallery img:hover {
	padding: 0;
	background: transparent;
}*/

#content #gallery .wp-pagenavi {
	width: 560px;
	margin-bottom: 20px;
	font-size: 12px;
}

#content ul.wp-polls-ul {
	margin: 0 0 10px;
}

#content .wp-polls small {
	font-size: 12px;
	color: #6b5346;
}

#like {
	padding-top: 10px;
}

#like-facebook, #like-google, #like-twitter, .post-header #like-love {
	float: left;
	display: inline;
}

.post-header #like-love {
	margin-right: 14px;
}

#video-embed-show, #video-embed-hide {
	margin: -10px 0 10px;
	font-size: 11px;
	text-align: center;
}

#video-embed-hide {
	margin-top: 5px;
}

#video-embed-alt {
	margin: 0;
	text-align: center;
}

#video-embed-alt object {
	margin: 0 auto;
}

.post-author-index {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}

.post-author-index .post-author-avatar {
	float: right;
	display: inline;
	width: auto;
	margin: 0 0 20px 20px;
}

.post-author-index p {
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 18px;
}

.content .toggle h4 {
	margin: 0 0 15px;
}

.content .toggle h4 a {
	color: #932152;
	padding: 1px 0 1px 34px;
	background: url("../images/icon-plus.png") no-repeat 0 0;
	border-bottom: none;
}

.content .toggle h4.expand a {
	background: url("../images/icon-minus.png") no-repeat 0 0;
}

.content .toggle h4 a:hover {
	color: #000;
	text-decoration: underline;
}

.content .toggle ul {
	margin: 0 0 20px;
}

.content .toggle div {
	margin-left: 34px;
}

.content .toggle h4.icon-email a, .content .toggle h4.icon-email.expand a {
	background: url("../images/icon-email.png") no-repeat 0 0;
}

.gallery {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #e7e4e0;
}

.gallery dl {
	float: left;
	width: 176px;
	padding: 20px 10px 20px 0;
	text-align: center;
	font-size: 12px;
	color: #583a2a;
	border-top: 1px dashed #e7e4e0;
}

.gallery dl:nth-of-type(4),
.gallery dl:nth-of-type(7),
.gallery dl:nth-of-type(10),
.gallery dl:nth-of-type(13),
.gallery dl:nth-of-type(16),
.gallery dl:nth-of-type(19),
.gallery dl:nth-of-type(22),
.gallery dl:nth-of-type(25),
.gallery dl:nth-of-type(28),
.gallery dl:nth-of-type(31),
.gallery dl:nth-of-type(34),
.gallery dl:nth-of-type(37),
.gallery dl:nth-of-type(40) {
	clear: left;
}

.gallery dl img {
	margin: 0 auto 5px;
}

.gallery br {
	display: none;
}

#loading {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

/* @end */

/* @group products */

/* PRODUCTS
================================================================================= */

.products-mentioned {
	margin: 0 0 20px;
}

.archive .products-mentioned {
	margin: 0 0 20px;
}

.products-mentioned h3 {
	margin: 0;
	border-bottom: 1px solid #f6e7e2;
}

.products-mentioned h4 {
	padding-bottom: 5px;
	margin: 0;
	font-size: 2em;
	border-bottom: 1px solid #f6e7e2;
}

.products-mentioned h5 {
	margin: 0;
}

.products-mentioned a {
	border-bottom: none;
}

.products-mentioned table {
	width: 100%;
	margin: 0;
}

.products-mentioned th, .products-mentioned td {
	border-bottom: 1px dashed #f6e7e2;
}

/*.products-mentioned tr:nth-child(odd) {
	background: #fdf8f5;
}*/

.products-mentioned th {
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

.products-mentioned td {
	padding: 10px;
	font-size: 12px;
}

.products-mentioned td.product-image {
	width: 48px;
	padding: 10px 0;
}

#content .products-mentioned td.product-image img {
	width: 48px;
	height: 48px;
	padding: 0;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.products-mentioned td.product-details {
	padding-top: 15px;
	line-height: 15px;
}

.products-mentioned span.product-type {
	display: block;
	font-size: 11px;
	color: #666;
}

.products-mentioned span.product-stores {
	display: block;
	padding: 4px 0 0 18px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	background: url("../images/icon-cart-grey.png") no-repeat 0 4px;
}

.products-mentioned span.product-type a {
	color: #c69a9f;
}

.products-mentioned span.product-type a:hover {
	color: #fff;
}

.products-mentioned span.product-stores a {
	color: #333;
}

.products-mentioned span.product-stores a:hover {
	color: #fff;
	background: #000;
	border-bottom-color: #000;
}

.product-type-single {
	margin: 5px 0 15px 0;
}

.product-single .product-type-single {
	margin: 5px 0 3px 0;
}

.product-type-single span {
	margin: 0 5px;
	color: #b2b2b2;
}

.product-details .post-ratings span {
	display: none;
}

.product-description {
}

.product-description h2 a:link, .product-description h2 a:visited, .product-description h2 a:active {
	font-size: .85em;
	color: #583a2a;
	text-decoration: none;
	border-bottom: 1px solid #e7e4e0;
}

.product-description h2 a:hover {
	color: #fff;
	background: #000;
	border-bottom: 1px solid #000;
}

.product-description h6 {
	margin-bottom: 2px;
}

#mid .post-ratings {
	position: relative;
	float: left;
	display: inline;
	width: auto;
	height: 12px;
	margin: 0;
	padding: 3px 0 3px 4px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efcbda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efcbda));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efcbda',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#efcbda 100%);
	border: 1px solid #e995b7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

#mid .post-ratings:hover {
	border: 1px solid #d74886;
}

.post-ratings span.post-ratings-count {
	float: left;
	display: block;
	margin: 0 6px 0 4px;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.post-ratings span em {
	font-style: normal;
}

.post-ratings span strong {
	color: #cc427d;
	margin-right: 4px;
}

.post-ratings span.post-ratings-count {
	color: #932152;
}

#mid .post-ratings img, #mid .post-ratings-loading img, #mid .post-ratings-image img, #mid .post-ratings img:hover {
	position: relative;
	float: left;
	display: block;
	width: 13px;
	height: 12px;
	margin: -4px -60px -4px -4px !important;
	padding: 4px 60px 3px 4px !important;
	background: transparent;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#product-categories {
	float: left;
	display: inline;
	width: 280px;
}

#product-brands {
	float: right;
	display: inline;
	width: 280px;
}

#product-categories ul, #product-brands ul {
	margin: 0 0 30px;
}

#product-categories ul li, #product-brands ul li {
	margin: 0;
	padding: 5px;
	background: transparent;
	border-bottom: 1px solid #f6e7e2;
}

#product-categories ul li:nth-child(odd), #product-brands ul li:nth-child(odd) {
	background: #fdf8f5;
}

.product-single {
	padding-top: 20px;
	border-top: 1px dashed #e7e4e0;
}

/* @end */

/* @group consultations */

/* CONSULTATIONS
================================================================================= */

#consultants {
	float: left;
	width: 100%;
}

.consultant {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e7e4e0;
}

.consultant-details {
	float: right;
	display: inline;
	width: 390px;
}

.content .consultant-details h5 {
	margin: 0;
	font-size: 1.6em;
	color: #932152;
}

.content .consultant-details h6 {
	margin: 0 0 5px;
	font-size: 1.2em;
	color: #6B5346;
}

.content .consultant-details p {
	font-size: .95em;
	line-height: 1.5em;
}

#consultations-faq {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dashed #e7e4e0;
	border-bottom: 1px dashed #e7e4e0;
}

#consultations-tab {
	position: fixed;
	width: 49px;
	height: 220px;
	top: 39%;
	right: -10px;
	text-indent: -5000px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#consultations-tab:hover {
	right: 0;
}

#consultations-tab a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/consultations-tab.png') no-repeat 0 0;
}

.consultations-button {
	clear: both;
	position: relative;
	width: 200px;
	height: 35px;
	margin: 0 auto 40px;
	text-indent: -5000px;
}

.content .consultations-button a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/consultations-button.png') no-repeat 0 0;
	border-bottom: none;
}

.consultations-button a:hover {
	background: url('../images/consultations-button.png') no-repeat 0 -35px;
}

.consultations-button a:active {
	background: url('../images/consultations-button.png') no-repeat 0 -70px;
}

#consultation-01, #consultation-02 {
	display: none;
}

/* @end */

/* @group idea gallery */

/* IDEA GALLERY
================================================================================= */

#idea-gallery {
	float: left;
	width: 560px;
}

#idea-gallery .post {
	float: left;
	display: none;
	width: 170px;
	padding: 0;
	margin: 0 25px 20px 0;
	background: #f5dde7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#idea-gallery .post:hover {
	background: #000;
}

#idea-gallery .idea-gallery-tnail {
	float: left;
	width: 160px;
	height: 160px;
	padding: 5px;
}

#idea-gallery .idea-gallery-tnail img {
	display: block;
	margin-bottom: 5px;
}

#idea-gallery .post.last {
	margin-right: 0;
}

#idea-gallery .post.first {
	clear: left;
}

#idea-gallery .idea-gallery-details {
	float: left;
	width: 160px;
	margin: 0 0 5px 5px;
}

#idea-gallery .mosaic-block {
	float: left;
	position: relative;
	overflow: hidden;
}

#idea-gallery .mosaic-backdrop {
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	height: 160px;
	width: 160px;
}

#idea-gallery .mosaic-backdrop img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#idea-gallery .mosaic-overlay {
	z-index: 5;
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 160px;
	height: 160px;
	text-align: center;
}

#idea-gallery .fade .mosaic-overlay {
	background: url('../images/bg-black.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
	opacity: 0;
}

#idea-gallery .post a {
	text-decoration: none;
	border-bottom: 0;
}

#idea-gallery .post h4 {
	clear: both;
	margin: 20px 10px 10px;
	font: 1.6em "Molengo", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 1px 1px 3px #000;
	color: #fff;
}

#idea-gallery .post h4 a:link, #idea-gallery .post h4 a:visited, #idea-gallery .post h4 a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #e7e4e0;
}

#idea-gallery .post h4 a:hover {
	color: #fff;
	background: #000;
	border-bottom: 1px solid #000;
}

#idea-gallery .idea-gallery-author {
	font-size: 12px;
	margin: 2px 0 1px;
	font-weight: bold;
	color: #333;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#idea-gallery .post:hover .idea-gallery-author {
	color: #f5dde7;
}

#idea-gallery .post p strong {
	font-weight: normal;
	color: #583a2a;
}

#idea-gallery .idea-gallery-avatar {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 45px;
	height: 45px;
}

#idea-gallery .idea-gallery-avatar img {
	display: block;
	width: 45px;
	height: 45px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.idea-gallery-love {
	float: left;
	width: 560px;
	margin: 0;
	padding: 10px 20px;
	background: #313332;
	background: -moz-linear-gradient(top, #313332 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313332), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #313332 0%,#000000 100%);
	background: -o-linear-gradient(top, #313332 0%,#000000 100%);
	background: -ms-linear-gradient(top, #313332 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313332', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #313332 0%,#000000 100%);
	border-top: 1px solid #000;
}

.idea-gallery-love p {
	float: left;
	display: inline;
	margin: 0;
	padding: 3px 0 0 15px;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000;
	color: #777;
}

.idea-gallery-love p strong {
	display: block;
	color: #999;
}

#mid .idea-gallery-love .post-ratings {
	margin: 0;
}

#mid .idea-gallery-love .post-ratings {
	position: relative;
	float: left;
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 0 5px 7px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efcbda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efcbda));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efcbda',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#efcbda 100%);
	border: 1px solid #e995b7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

#mid .idea-gallery-love .post-ratings:hover {
	border: 1px solid #d74886;
}

#mid .idea-gallery-love .post-ratings span.post-ratings-count {
	float: left;
	display: block;
	margin: 6px 8px 0 6px;
	padding: 0;
	font-size: 16px;
	line-height: 11px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

#mid .idea-gallery-love .post-ratings span strong {
	color: #cc427d;
	margin-right: 4px;
}

#mid .idea-gallery-love .post-ratings span.post-ratings-count {
	color: #932152;
}

#mid .idea-gallery-love .post-ratings img, #mid .idea-gallery-love .post-ratings-loading img, #mid .idea-gallery-love .post-ratings-image img, #mid .idea-gallery-love .post-ratings img:hover {
	width: 26px;
	height: 23px;
	margin: -4px -70px -4px -4px !important;
	padding: 5px 70px 3px 4px !important;
}

#idea-gallery-love {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#idea-gallery-hero {
	display: none;
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#idea-gallery-thumbnails {
	display: none;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#idea-gallery-thumbnails a {
	float: left;
	display: block;
	margin-right: 42px;
	border-bottom: none;
}

#idea-gallery-thumbnails a.last {
	margin-right: 0;
}

#idea-gallery-content {
	display: none;
	clear: both;
	margin-bottom: 15px;
	padding: 10px 10px 0;
	border-bottom: 1px solid #d0ccc9;
	border-right: 1px solid #d0ccc9;
	border-left: 1px solid #d0ccc9;
}

#idea-gallery-content p {
	margin-bottom: 10px;
}

#idea-gallery-description, #idea-gallery-products, #idea-gallery-author {
	position: relative;
}

#idea-gallery-description, #idea-gallery-author {
	display: none;
}

#idea-gallery-author .avatar {
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}

#idea-gallery-tabs {
	display: none;
}

#idea-gallery-tabs ul {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d0ccc9;
}

#idea-gallery-tabs ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent;
}

#idea-gallery-tabs ul li a {
	float: left;
	display: block;
	margin-right: 10px;
	padding: 10px 11px;
	font-weight: bold;
	border: none;
	background: #f7f4ef;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#idea-gallery-tabs ul li a:hover, #idea-gallery-tabs ul li a:focus {
	color: #333;
	background: #e8e5e0;
}

#idea-gallery-tabs ul li a.current {
	margin-bottom: -1px;
	padding: 9px 10px 11px;
	color: #333;
	border-top: 1px solid #d0ccc9;
	border-right: 1px solid #d0ccc9;
	border-left: 1px solid #d0ccc9;
	background: #fff;
	cursor: default;
}

#idea-gallery-description table {
	width: 100%;
	margin: 15px 0 0 0;
}

#idea-gallery-description table td {
	padding: 10px 0 10px 0;
	border-top: 1px dashed #e7e4e0;
}

#idea-gallery-description table td.idea-gallery-heading {
	width: 75px;
	font-weight: bold;
}

#idea-gallery-description ul.idea-gallery-colors, #gallery-colors ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#idea-gallery-description ul.idea-gallery-colors li, #gallery-colors ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent;
}

#gallery-colors ul li.neutral {
	clear: left;
}

#idea-gallery-description ul.idea-gallery-colors li.hide {
	display: none;
}

#idea-gallery-description ul.idea-gallery-colors li a, #gallery-colors ul li a {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border: 3px solid #e7e4e0;
	text-decoration: none;
}

.boxshadow #idea-gallery-description ul.idea-gallery-colors li a, .boxshadow  #gallery-colors ul li a {
	border: 3px solid #fff;
	-moz-box-shadow: 0 1px 3px #9a8477;
	-webkit-box-shadow: 0 1px 3px #9a8477;
	box-shadow: 0 1px 3px #9a8477;
}

.boxshadow #idea-gallery-description ul.idea-gallery-colors li a:hover, .boxshadow #gallery-colors ul li a:hover {
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	box-shadow: 0 1px 4px #333;
}

#sidebar #gallery-colors.list ul li a {
	width: 26px;
	height: 26px;
	margin-right: 5px;
	border: 3px solid #e7e4e0;
}

.boxshadow #sidebar #gallery-colors.list ul li a {
	border: 3px solid #fff;
}

#idea-gallery-description ul.idea-gallery-colors li.pink a, #sidebar #gallery-colors.list ul li.pink a {
	background: #dd6a9b;
}

#idea-gallery-description ul.idea-gallery-colors li.purple a, #sidebar #gallery-colors.list ul li.purple a {
	background: #c066d4;
}

#idea-gallery-description ul.idea-gallery-colors li.blue a, #sidebar #gallery-colors.list ul li.blue a {
	background: #6688d4;
}

#idea-gallery-description ul.idea-gallery-colors li.teal a, #sidebar #gallery-colors.list ul li.teal a {
	background: #66d4b3;
}

#idea-gallery-description ul.idea-gallery-colors li.green a, #sidebar #gallery-colors.list ul li.green a {
	background: #b0de6b;
}

#idea-gallery-description ul.idea-gallery-colors li.yellow a, #sidebar #gallery-colors.list ul li.yellow a {
	background: #edd972;
}

#idea-gallery-description ul.idea-gallery-colors li.orange a, #sidebar #gallery-colors.list ul li.orange a {
	background: #eda772;
}

#idea-gallery-description ul.idea-gallery-colors li.red a, #sidebar #gallery-colors.list ul li.red a {
	background: #ed7b72;
}

#gallery-colors ul li.red-2 a {
	margin-right: 0;
}

#idea-gallery-description ul.idea-gallery-colors li.neutral a, #sidebar #gallery-colors.list ul li.neutral a {
	background: #d2af7f;
}

#idea-gallery-description ul.idea-gallery-colors li.copper a, #sidebar #gallery-colors.list ul li.copper a {
	background: #b48f58;
}

#idea-gallery-description ul.idea-gallery-colors li.brown a, #sidebar #gallery-colors.list ul li.brown a {
	background: #604e36;
}

#idea-gallery-description ul.idea-gallery-colors li.grey a, #sidebar #gallery-colors.list ul li.grey a {
	background: #444;
}

#idea-gallery-description ul.idea-gallery-colors li.black a, #sidebar #gallery-colors.list ul li.black a {
	background: #000;
	margin-right: 0;
}

#idea-gallery-description .idea-gallery-difficulties a.hide {
	display: none;
}

.gform_wrapper ul {
	margin: 0;
	padding: 0;
	width: 560px;
}

.gform_wrapper ul li {
	margin: 0 0 15px;
	padding: 0;
	background: transparent;
}

.gform_wrapper ul li.gsection {
	margin-top: 25px;
	padding: 20px 0 0;
	border-top: 1px dashed #ebe7dc;
	border-bottom: none;
}

.gform_wrapper ul li.gsection:first-child {
	margin-top: 0;
	padding: 0;
	border-top: none;
}

.gform_wrapper ul li.gfield_error {
	width: 560px;
	margin-left: -10px;
	padding: 10px;
	background: #f4e3e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.gform_wrapper h2 {
	margin: 0;
	padding: 0;
	font: normal 2em/1em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
}

.gform_wrapper .gfield_radio input,
.gform_wrapper .gfield_checkbox input {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

.gform_wrapper .gfield_radio label,
.gform_wrapper .gfield_checkbox label {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
}

.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
	margin: 0 0 10px 0;
	overflow: visible;
}

.gform_wrapper #input_1_26.gfield_checkbox {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.gform_wrapper #input_1_26.gfield_checkbox input {
	margin: 0;
}

.gform_wrapper #input_1_26.gfield_checkbox label {
	display: none;
}

.gform_wrapper #input_1_26.gfield_checkbox li {
	float: left;
	display: inline;
	padding: 14px !important;
	margin: 0 1px 0 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_1 {
	background: #dd6a9b;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_2 {
	background: #c066d4;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_3 {
	background: #6688d4;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_4 {
	background: #66d4b3;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_5 {
	background: #b0de6b;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_6 {
	background: #edd972;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_7 {
	background: #eda772;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_8 {
	background: #ed7b72;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_9 {
	background: #d2af7f;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_11 {
	background: #b48f58;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_12 {
	background: #604e36;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_13 {
	background: #444;
}

.gform_wrapper #input_1_26.gfield_checkbox li.gchoice_26_14 {
	background: #000;
}

.gform_wrapper .gform_footer {
	clear: both;
	margin: 0;
	padding: 10px 0 20px;
}

.content h3.gf_progressbar_title {
	margin-top: 0;
}

.gf_progressbar {
	width: 560px;
	height: 20px;
	margin-bottom: 15px;
	background: url('../images/progress-bar-bg.png') repeat-x 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.gf_progressbar_percentage {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 -1px 1px #9a2b56;
	color: #fff;
	background: url('../images/progress-bar-percentage.png') repeat-x 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.gform_wrapper .gform_previous_button {
	margin-right: 5px;
}

.gform_wrapper img {
	padding: 0;
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gform_edit_link {
	padding-top: 15px;
}

#sidebar #gallery-share {
	display: none;
	margin-bottom: 30px;
}

#sidebar .list ul {
	margin-bottom: 15px;
}

#sidebar #gallery-colors.list ul {
	margin-bottom: 5px;
}

#sidebar .list ul li {
	margin-bottom: 8px;
	font-size: 1.2em;
	color: #7a6746;
}

#sidebar .list ul li a {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #e7e4e0;
}

#sidebar .list ul li a:hover, #sidebar .list ul li a:focus {
	color: #fff;
	background: #932152;
	border-bottom: 0;
}

#sidebar .list ul li .count {
	float: right;
}

#sidebar .widget.list h2 {
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: url("../images/divider.jpg") repeat-x 0 100%;
}

#sidebar .widget.list p {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #755e51;
	border-bottom: 1px dashed #e7e4e0;
}

#sidebar .widget a.button {
	float: left;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #cc427d;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efcbda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efcbda));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efcbda',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#efcbda 100%);
	border: 1px solid #e995b7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

#sidebar .widget a:hover.button, #sidebar .widget a:focus.button {
	color: #932152;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efcbda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efcbda));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efcbda',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#efcbda 100%);
	border: 1px solid #d74886;
}

/* @end */

/* @group login/register forms */

.gform_body, .gform_page_footer {
	clear: both;
	padding-top: 15px;
}

#gform_wrapper_2 .gform_body {
	padding-top: 0;
}

.gform_wrapper .gsection {
	clear: both;
}

.login {
	position: relative;
}

.login form {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ebe7dc;
}

.login form.lost-password {
	padding-bottom: 20px;
}

.login p {
	width: 100%;
	margin: 0 0 15px;
}

.login label {
	float: left;
	width: 175px;
	padding: 5px 0;
	color: #333;
}

.gform_wrapper label {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	color: #000;
	font-weight: bold;
}

.gform_wrapper .gfield_description {
	margin: 0;
	padding: 5px 0 0;
	font-size: 12px;
	color: #666;
}

.gform_wrapper span.ginput_full {
	display: inline;
}

.gform_wrapper .gfield_required {
	padding-left: 5px;
	font-weight: bold;
	color: #b6261d;
}

.login .input,
.login textarea,
.gform_wrapper #input_1_1,
.gform_wrapper #input_2_1,
.gform_wrapper #input_2_5,
.gform_wrapper #input_2_7,
.gform_wrapper textarea {
	margin: 0;
	padding: 5px;
	width: 373px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
	color: #666;
	background: #fff url("../images/form-input-bg.jpg") repeat-x 0 0;
	border: 1px solid #999;
}

.login .input:focus,
.login textarea:focus,
.gform_wrapper #input_1_1:focus,
.gform_wrapper #input_2_1:focus,
.gform_wrapper #input_2_5:focus,
.gform_wrapper #input_2_7:focus,
.gform_wrapper textarea:focus {
	color: #000;
	background: #fff;
	border: 1px solid #d74886;
}

.gform_wrapper #input_1_1,
.gform_wrapper #input_2_1,
.gform_wrapper #input_2_7,
.gform_wrapper textarea {
	width: 548px;
}

.gform_wrapper #input_2_5 {
	width: auto;
}

.gform_wrapper li#field_2_3,
.gform_wrapper li#field_2_4,
.gform_wrapper li#field_2_5 {
	clear: none;
	float: left;
	display: inline;
	width: 170px;
	margin-right: 20px;
}

.gform_wrapper li#field_1_25 {
	clear: none;
	float: left;
	display: inline;
	width: 260px;
	margin-right: 20px;
}

.gform_wrapper li#field_1_26 {
	clear: both;
}

.gform_wrapper li#field_1_27 {
	margin-bottom: 0;
}

.gform_wrapper li#field_2_5 {
	margin-right: 0;
}

.gform_wrapper select {
	width: auto !important;
}

.lost-password input#user_login {
	margin-bottom: 10px;
}

.login input.user-submit {
	margin-left: 175px;
}

#theme-my-login input#rememberme {
	margin: 7px 0 0 0;
}

#theme-my-login #facebook-btn-wrap {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e7e4e0;
}

.login ul {
	margin: 0 0 20px;
}

.login ul li {
	margin: 0 0 10px;
	padding: 0;
	background: transparent;
}

#theme-my-login table {
	width: 100%;
}

#theme-my-login #your-profile table th,
#theme-my-login #your-profile table td {
	padding: 0 0 15px;
}

#theme-my-login #your-profile table th {
	width: 175px;
	color: #333;
}

#theme-my-login #your-profile td span,
#your-profile p.description {
	display: block;
	margin: 0;
	line-height: 14px;
	color: #999;
}

.screen-reader-text,
#pass-strength-result {
	display: none;
}

#lostpasswordform {
	padding-top: 20px;
	border-top: 1px dashed #e7e4e0;
}

#theme-my-login .error,
.gform_wrapper .validation_message,
.gform_wrapper .validation_error {
	color: #b6261d;
}

.gform_wrapper .validation_message,
.gform_wrapper .validation_error {
	padding-top: 5px;
	font-weight: bold;
}

input#wp-submit,
input#signup_submit,
#commentform #submit,
#comments .reply a:link,
#comments .reply a:visited,
#comments .reply a:active,
#comments .cancel-comment-reply a:link,
#comments .cancel-comment-reply a:visited,
#comments .cancel-comment-reply a:link {
	width: auto;
	margin: 0;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #cc427d;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efcbda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efcbda));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efcbda',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#efcbda 100%);
	border: 1px solid #e995b7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

input#wp-submit:hover,
input#wp-submit:focus,
input#signup_submit:hover,
input#signup_submit:focus,
#commentform #submit:hover,
#commentform #submit:focus,
#comments .reply a:hover,
#comments .reply a:focus,
#comments .cancel-comment-reply a:hover,
#comments .cancel-comment-reply a:focus {
	color: #932152;
	border: 1px solid #d74886;
}

#mid #signup_form .fbLoginButton {
	margin-bottom: 15px;
	padding: 5px 0 20px;
	border-bottom: 1px dashed #e7e4e0;
}

/* @end */

/* @group forums */

/* FORUMS
================================================================================= */

#full {
	float: left;
	display: inline;
	width: 950px;
	margin-left: 10px;
	background: url("../images/full-bg.jpg") repeat-y 50% 0;
}

#full-top {
	float: left;
	width: 100%;
	background: url("../images/full-top.jpg") no-repeat 50% 0;
}

.announcement #full-top {
	background: url("../images/full-top-alt.jpg") no-repeat 50% 0;
}

#full-inner {
	margin: 20px 20px 0;
}

#full #content {
	width: 100%;
	margin: 0;
}

#wrapper .bbp-template-notice {
	padding: 0 10px;
}

#wrapper .bbp-template-notice.info {
	display: none;
	background: #ecf7e5;
	border: 1px solid #bdd9aa;
}

#wrapper .bbp-breadcrumb {
	margin: 0 0 15px;
	padding: 9px 10px;
	color: #666;
	background: #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wrapper .bbp-breadcrumb a {
	padding: 0 5px;
	color: #000;
	text-decoration: none;
}

#wrapper .bbp-breadcrumb span {
	padding: 0 5px;
}

#wrapper .bbp-breadcrumb a:hover,
#wrapper .bbp-breadcrumb a:focus {
	color: #000;
	text-decoration: underline;
}

#wrapper .bbp-breadcrumb p {
	margin: 0 !important;
}

.bbPress table {
	width: 100%;
	margin-bottom: 20px;
}

.bbPress table thead th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.bbPress table thead th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.bbPress table tfoot th:first-child {
	-moz-border-radius-bottomleft: 3px;
		-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.bbPress table tfoot th:last-child {
	-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.bbPress table thead th,
.bbPress table tfoot th {
	padding: 15px !important;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 1px 1px #faebf2;
	text-transform: uppercase;
	color: #b13267;
	background: #f0adca;
	background: -moz-linear-gradient(top, #f0dde7 0%, #f0adca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0dde7), color-stop(100%,#f0adca));
	background: -webkit-linear-gradient(top, #f0dde7 0%,#f0adca 100%);
	background: -o-linear-gradient(top, #f0dde7 0%,#f0adca 100%);
	background: -ms-linear-gradient(top, #f0dde7 0%,#f0adca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0dde7', endColorstr='#f0adca',GradientType=0 );
	background: linear-gradient(top, #f0dde7 0%,#f0adca 100%);
	border-bottom: 1px solid #fff;
}

.bbPress table thead th span {
	font-size: 1em;
	font-weight: normal;
	text-shadow: none;
	text-transform: none;
	color: #b13267;
}

.bbPress table thead th span#favorite-toggle {
	margin-right: 5px;
}

.bbPress table thead th span#subscription-toggle a {
	margin-left: 5px;
}

.bbPress table thead th a {
	color: #333;
	text-decoration: none;
}

.bbPress table thead th a:hover,
.bbPress table thead th a:focus {
	color: #000;
	text-decoration: underline;
}

#wrapper table.bbp-forums tr.odd td,
#wrapper table.bbp-topics tr.odd td {
	background: #faebf2;
	border-bottom: 1px solid #fff;
}

#wrapper table.bbp-forums tr.even td,
#wrapper table.bbp-topics tr.even td {
	background: #f0dde7;
	border-bottom: 1px solid #fff;
}

#wrapper table.bbp-forums a.bbp-forum-title,
#wrapper table.bbp-topics .bbp-topic-title a {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	color: #b13267;
	text-decoration: none;
}

#wrapper table.bbp-topics-front tr.super-sticky td,
#wrapper table.bbp-topics tr.super-sticky td,
#wrapper table.bbp-topics tr.sticky td,
#wrapper table.bbp-forum-content tr.sticky td {
	font-size: 1em;
	background: #fefacd !important;
}

.bbPress table .bbp-topic-freshness a,
.bbPress table .bbp-forum-freshness a {
	color: #333;
	text-decoration: none;
}

#wrapper table.bbp-forums a:hover.bbp-forum-title,
#wrapper table.bbp-forums a:focus.bbp-forum-title,
#wrapper table.bbp-topics .bbp-topic-title a:hover,
#wrapper table.bbp-topics .bbp-topic-title a:focus,
#wrapper table.bbp-topics .bbp-topic-title .bbp-topic-started-by a:hover,
#wrapper table.bbp-topics .bbp-topic-title .bbp-topic-started-by a:focus,
.bbPress table .bbp-topic-freshness a:hover,
.bbPress table .bbp-topic-freshness a:focus,
.bbPress table .bbp-forum-freshness a:hover,
.bbPress table .bbp-forum-freshness a:focus {
	color: #000;
	text-decoration: underline;
}

#wrapper table.bbp-topics .bbp-topic-title .bbp-topic-started-by {
	font-size: 1.1em;
}

#wrapper table.bbp-topics .bbp-topic-title .bbp-topic-started-by a {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}

.bbPress table .bbp-topic-freshness .bbp-topic-freshness-author,
.bbPress table .bbp-forum-freshness .bbp-topic-freshness-author {
	display: block;
	padding-top: 2px;
	font-size: 1.1em;
}

#wrapper table.bbp-forums tfoot tr td,
#wrapper table.bbp-topics tfoot tr td {
	background: #f0adca;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#wrapper table.bbp-forums .bbp-forum-info ul {
	margin: 5px 0;
	padding: 0 0 0 10px;
	border-left: 3px solid #f0adca;
}

#wrapper table.bbp-forums .bbp-forum-info ul li {
	display: block;
	line-height: 1.8em;
}

#wrapper table.bbp-forums .bbp-forum-info ul li a {
	color: #b13267;
	text-decoration: none;
}

#wrapper table.bbp-forums .bbp-forum-info ul li a:hover,
#wrapper table.bbp-forums .bbp-forum-info ul li a:focus {
	color: #000;
	text-decoration: underline;
}

#wrapper #new-post fieldset.bbp-form {
	margin-bottom: 30px;
	padding: 20px 20px 10px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wrapper #new-post fieldset.bbp-form legend {
	margin-left: -10px;
	padding: 8px 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wrapper #new-post fieldset.bbp-form label {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #333;
}

#wrapper .bbp-topic-form #new-post p:nth-of-type(2) label {
	display: none;
}

#wrapper .bbp-reply-form #new-post p:nth-of-type(1) label {
	display: none;
}

#wrapper #new-post fieldset.bbp-form p {
	margin-bottom: 20px;
}

#wrapper #new-post fieldset.bbp-form input,
#wrapper #new-post fieldset.bbp-form textarea {
	margin: 0;
	padding: 10px;
	width: 645px;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
	color: #666;
	background: #fff url("../images/form-input-bg.jpg") repeat-x 0 0;
	border: 1px solid #999;
}

#wrapper #new-post fieldset.bbp-form input[type="file"] {
	margin-bottom: 10px;
	padding: 0;
	background: transparent;
	border: none;
}

#wrapper #new-post fieldset.bbp-form textarea {
	width: 667px;
	height: 250px;
}

#wrapper #new-post fieldset.bbp-form input:focus,
#wrapper #new-post fieldset.bbp-form textarea:focus {
	color: #000;
	background: #fff;
}

#wrapper #new-post fieldset.bbp-form input#bbp_topic_subscription {
	width: auto;
	margin-right: 5px;
	padding: 0;
	background: transparent;
	border: 0;
}

#wrapper div.bbp-submit-wrapper {
	float: none;
}

#wrapper fieldset.bbp-form .button {
	width: auto;
	margin: 0 0 10px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #cc427d;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efcbda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efcbda));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efcbda',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#efcbda 100%);
	border: 1px solid #e995b7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

#wrapper fieldset.bbp-form .button:hover,
#wrapper fieldset.bbp-form .button:focus {
	color: #932152;
	border: 1px solid #d74886;
}

#wrapper fieldset.bbp-form p a.d4p-attachment-addfile {
	font-size: 1.1em;
	color: #b13267;
	text-decoration: none;
}

#wrapper fieldset.bbp-form p a:hover.d4p-attachment-addfile,
#wrapper fieldset.bbp-form p a:focus.d4p-attachment-addfile {
	color: #000;
	text-decoration: underline;
}

#wrapper fieldset.bbp-form .bbp-admin-links {
	float: right;
	color: #eee;
}

#wrapper fieldset.bbp-form .bbp-admin-links a {
	margin: 0 5px;
	color: #999;
	text-decoration: none;
}

#wrapper fieldset.bbp-form .bbp-admin-links a:hover,
#wrapper fieldset.bbp-form .bbp-admin-links a:focus {
	color: #000;
	text-decoration: underline;
}

#wrapper fieldset.bbp-form .bbp-template-notice {
	display: none;
}

#wrapper .bbp-topic-tags {
	padding-top: 10px;
	color: #666;
}

#wrapper .bbp-topic-tags a {
	color: #bd3267;
}

#wrapper .bbp-topic-tags a:hover,
#wrapper .bbp-topic-tags a:focus {
	color: #000;
}

#wrapper .bbp-pagination {
	width: auto;
	float: right;
	margin: 10px 5px;
	font-size: 1.2em;
}

#wrapper .bbp-pagination-count {
	margin-right: 15px;
}

#wrapper .bbp-pagination-links {
	font-weight: bold;
}

#wrapper table.bbp-replies {
	margin-bottom: 20px;
}

#wrapper table.bbp-replies tbody tr.bbp-reply-header td {
	padding: 10px;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	background: #f0dde7;
	border-bottom: 1px solid #fff;
}

#wrapper table.bbp-replies tbody td.bbp-reply-author {
	padding: 20px 0;
	background: #faebf2;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#wrapper table.bbp-replies tbody td.bbp-reply-content {
	padding: 20px;
	background: #fcf8fa;
	border-bottom: 1px solid #fff;
}

#wrapper table.bbp-replies .bbp-admin-links {
	float: right;
	color: #f0aeca;
}

#wrapper table.bbp-replies .bbp-admin-links a {
	margin: 0 5px;
	color: #b13267;
	text-decoration: none;
}

#wrapper table.bbp-replies .bbp-admin-links a:hover,
#wrapper table.bbp-replies .bbp-admin-links a:focus {
	color: #000;
	text-decoration: underline;
}

#wrapper table.bbp-replies tbody tr.bbp-reply-header a.bbp-reply-permalink {
	color: #333;
	text-decoration: none;
}

#wrapper table.bbp-replies tbody tr.bbp-reply-header a:hover.bbp-reply-permalink {
	color: #000;
	text-decoration: underline;
}

#wrapper table.bbp-replies p {
	margin: 0 0 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}

#wrapper table.bbp-replies ul {
	list-style-type: square;
}

#wrapper table.bbp-replies ol {
	list-style-type: decimal;
}

#wrapper table.bbp-replies ul, #wrapper table.bbp-replies ol {
	margin: 0 0 1.5em 30px;
}

#wrapper table.bbp-replies li {
	margin: 0 0 .5em;
	font-size: 1em;
	line-height: 1.5em;
}

#wrapper table.bbp-replies blockquote {
	margin: 0 15px 15px;
	padding-left: 15px;
	font-style: italic;
	border-left: 3px solid #f0aecb;
}

#wrapper table.bbp-replies a {
	color: #b13267;
}

#wrapper table.bbp-replies a:hover,
#wrapper table.bbp-replies a:focus {
	color: #000;
}

#wrapper table.bbp-replies tbody tr.hentry td.bbp-reply-author a {
	color: #b13267;
}

#wrapper table.bbp-replies tbody tr.hentry td.bbp-reply-author a:hover,
#wrapper table.bbp-replies tbody tr.hentry td.bbp-reply-author a:focus {
	color: #000;
}

#wrapper table.bbp-replies .bbp-author-ip {
	display: block;
	padding-top: 5px;
	font-weight: normal;
	color: #c688a0;
}

#wrapper table.bbp-replies .bbp-author-avatar img {
	display: block;
	margin: 0 auto;
	padding: 5px;
	background: #fff;
	-moz-box-shadow: 0 1px 4px #999;
	-webkit-box-shadow: 0 1px 4px #999;
	box-shadow: 0 1px 4px #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#wrapper .bbp-attachments {
	padding: 0;
	border-top: none;
}

#wrapper .bbp-attachments h6 {
	display: none;
}

#wrapper .bbp-attachments ol.with-icons {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#wrapper .bbp-attachments ol.with-icons li {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
}

#wrapper .bbp-attachments ol.with-icons li a {
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#wrapper .bbp-attachments ol.with-icons li a:hover,
#wrapper .bbp-attachments ol.with-icons li a:focus {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#wrapper .activity-content .bbp-attachments br {
	display: none;
}

#wrapper .activity-content .bbp-attachments p {
	float: left;
	width: 100%;
}

#wrapper .activity-content .bbp-attachments a {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0;
}

#wrapper .activity-content .bbp-attachments a:last-child {
	margin-right: 0;
}

#wrapper .activity-content .bbp-attachments a img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#wrapper .bbp-pagination {
	color: #333;
}

#wrapper .bbp-pagination a {
	color: #bd3267;
}

#wrapper .bbp-pagination a:hover,
#wrapper .bbp-pagination a:focus {
	color: #000;
}

#wrapper .bbp-pagination .current {
	font-weight: bold;
}

#wrapper .bbp-topic-pagination {
	display: block;
	margin: 5px 0 5px;
}

#wrapper .bbp-topic-pagination a {
	font-size: 10px;
	line-height: 10px;
	padding: 2px 5px;
	border: 1px solid #f0adca;
	text-decoration: none;
}

#wrapper #content p.bbp-topic-meta img.avatar,
#wrapper #content ul.bbp-reply-revision-log img.avatar,
#wrapper #content ul.bbp-topic-revision-log img.avatar,
#wrapper #content div.bbp-template-notice img.avatar,
#wrapper #content .widget_display_topics img.avatar,
#wrapper #content .widget_display_replies img.avatar,
#wrapper #content p.bbp-topic-meta img.avatar,

#wrapper #main ul.bbp-reply-revision-log img.avatar,
#wrapper #main ul.bbp-topic-revision-log img.avatar,
#wrapper #main div.bbp-template-notice img.avatar,
#wrapper #main .widget_display_topics img.avatar,
#wrapper #main .widget_display_replies img.avatar,
#wrapper #main p.bbp-topic-meta img.avatar,

#wrapper #container ul.bbp-reply-revision-log img.avatar,
#wrapper #container ul.bbp-topic-revision-log img.avatar,
#wrapper #container div.bbp-template-notice img.avatar,
#wrapper #container .widget_display_topics img.avatar,
#wrapper #container .widget_display_replies img.avatar {
	float: none;
	margin-bottom: -7px;
	padding: 3px;
	background: #fff;
	border: 0;
}

#forums-footer {
	float: left;
	width: 100%;
}

#forums-footer h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font: 400 2em/1em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #eae7de;
}

#forums-footer .widget li a {
	color: #b13267;
	text-decoration: none;
}

#forums-footer .widget li a:hover,
#forums-footer .widget li a:focus {
	color: #000;
	text-decoration: underline;
}

#forums-footer #bbp_topics_widget-3 {
	float: right;
	width: 370px;
	margin-bottom: 20px;
}

#forums-footer #bbp_topics_widget-3 li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	border-bottom: 1px dashed #eae7de;
}

#forums-footer #bbp_replies_widget-3 {
	float: left;
	width: 510px;
	margin-bottom: 20px;
}

#forums-footer #bbp_replies_widget-3 li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	color: #444;
	border-bottom: 1px dashed #eae7de;
}

#forums-footer #bbp_replies_widget-3 li img {
	float: left;
	margin-right: 5px;
}

#forums-footer #bp_core_members_widget-3 {
	float: left;
	width: 100%;
	clear: both;
}

#forums-footer #bp_core_members_widget-3 .item-options {
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #fff;
}

#forums-footer #bp_core_members_widget-3 .item-options a {
	color: #b73267;
	text-decoration: none;
}

#forums-footer #bp_core_members_widget-3 .item-options a:hover,
#forums-footer #bp_core_members_widget-3 .item-options a:focus {
	color: #000;
	text-decoration: underline;
}

#forums-footer #bp_core_members_widget-3 .item-options a.selected,
#forums-footer #bp_core_members_widget-3 .item-options a:hover.selected,
#forums-footer #bp_core_members_widget-3 .item-options a:focus.selected {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	cursor: default;
}

#forums-footer #bp_core_members_widget-3 ul {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#forums-footer #bp_core_members_widget-3 ul li {
	position: relative;
	float: left;
	display: inline;
	width: 80px;
	margin: 0 12px 0 0;
	padding: 0;
	text-align: center;
	border-bottom: none;
	overflow: hidden;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#forums-footer #bp_core_members_widget-3 ul li:hover,
#forums-footer #bp_core_members_widget-3 ul li:focus {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#forums-footer #bp_core_members_widget-3 ul li:nth-child(10) {
	margin-right: 0;
}

#forums-footer #bp_core_members_widget-3 ul li .item-title {
	width: 100%;
	margin-bottom: 10px;
	font-size: 11px;
}

#forums-footer #bp_core_members_widget-3 ul li .item-title a {
	color: #000;
	text-decoration: none;
}

#forums-footer #bp_core_members_widget-3 ul li .item-title a:hover {
	text-decoration: underline;
}

#forums-footer #bp_core_members_widget-3 ul li .activity {
	margin: 0 auto;
	padding: 5px;
	font-size: 11px;
}

#forums-footer #bbpress_search-2 {
	clear: both;
	float: left;
	width: 890px;
	margin-bottom: 20px;
	padding: 10px;
	background: #faebf2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#forums-footer #bbpress_search-2 h2 {
	display: none;
}

#forums-footer #bbpress_search-2 div {
	float: left;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}

#forums-footer #bbpress_search-2 select {
	float: left;
	display: inline;
	width: 200px !important;
	height: 30px;
	margin: 10px 10px 0 0;
}

#forums-footer #bbpress_search-2 input#s.s {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 10px;
	width: 558px;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
	color: #666;
	background: #fff url("../images/form-input-bg.jpg") repeat-x 0 0;
	border: 1px solid #e995b7;
}

#forums-footer #bbpress_search-2 input#s.s:focus {
	color: #000;
	background: #fff;
	border: 1px solid #d74886;
}

#forums-footer #bbpress_search-2 input#searchsubmit {
	float: left;
	display: inline;
	margin: 0;
	padding: 12px 15px;
	font-size: 1.2em;
}

#content #post-toolbar {
	margin-bottom: -12px;
}

.ie #content #post-toolbar {
	margin-bottom: -13px;
}

#content #post-toolbar .panel {
	width: 645px;
	min-height: 0;
	margin: 0;
	padding: 10px 10px 0;
	border: solid 1px #999;
	border-top: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#content #post-toolbar .panel p a {
	color: #b13267;
}

#content #post-toolbar .panel p a:hover,
#content #post-toolbar .panel p a:focus {
	color: #000;
}

#content #post-toolbar a.smiley {
	margin-bottom: 10px;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

#content #post-toolbar a.smiley:hover {
	border-bottom: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#content #post-toolbar span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
}

#content #post-toolbar #post-toolbar-item-8 span {
	margin-bottom: 0;
}

#content #post-toolbar input {
	width: 280px !important;
	margin: 0 10px 10px 0 !important;
}

#content #post-toolbar .toolbar-apply,
#content #post-toolbar .qq-upload-button {
	width: auto;
	margin: 0 !important;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #cc427d;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efcbda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efcbda));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efcbda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efcbda',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#efcbda 100%);
	border: 1px solid #e995b7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

#content #post-toolbar .toolbar-apply {
	margin: 0 0 10px !important;
}

#content #post-toolbar .toolbar-apply:hover,
#content #post-toolbar .toolbar-apply:focus,
#content #post-toolbar .qq-upload-button:hover,
#content #post-toolbar .qq-upload-button:focus {
	color: #932152;
	border: 1px solid #d74886;
}

#content #post-toolbar ul.qq-upload-list {
	margin: 10px 0 0;
}

#content #post-toolbar ul.qq-upload-list li {
	list-style-type: none;
	margin-bottom: 10px;
}

#content #post-toolbar .qq-upload-file {
	margin: 0;
	font-weight: bold;
}

#content #post-toolbar .qq-upload-failed-text {
	display: none;
}

.ie #post-form-image-uploader,
#post-form-image-uploader-error {
	display: none;
}

.ie #post-form-image-uploader-error {
	display: block;
	margin-bottom: 10px;
}

#content #post-toolbar #buttons {
	width: 665px;
	border: solid 1px #999;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#content #post-toolbar #buttons li {
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

#content #post-toolbar #buttons li a {
	width: auto;
	height: auto;
	padding: 5px;
}

#content #post-toolbar #buttons li a:hover,
#content #post-toolbar #buttons li a:focus {
	background: #fff;
}

#content #post-toolbar #buttons li.right-button {
	display: none;
}

#post-form-image-uploader-error {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 1.5em;
	color: #a71a1a;
	background: #facdcd;
	border: 1px solid #f17070;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#post-form-image-uploader-error a {
	font-weight: bold;
	color: #a71a1a;
	text-decoration: underline;
}

#post-form-image-uploader-error a:hover,
#post-form-image-uploader-error a:focus {
	color: #000;
	text-decoration: underline;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
================================================================================= */

#sidebar {
	float: right;
	display: inline;
	width: 340px;
	margin: 5px 5px 0 0;
	padding-top: 20px;
}

#sidebar .widget {
	float: left;
	width: 300px;
	margin: 0 20px 20px;
}

#sidebar .widget img {
	display: block;
}

#local-guides {
	margin-top: -8px;
	padding: 10px 10px 5px;
	background: url("../images/archive-list-item.png") no-repeat 0 0;
}

.dmcontent_body {
	overflow-y: auto;
	text-align: left;
	width: 283px;
	height: 65px;
}

.dmcontent_body a {
	padding: 0 10px 5px 5px;
	display: block;
	font: bold 12px/18px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #932152;
}

.dmcontent_body a:hover {
	text-decoration: underline;
}

/* @end */

/* @group comments */

/* COMMENTS
================================================================================= */

#comments {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
	text-shadow: 0 1px 1px #fff;
	background: #f0dde7;
}

#comments .commentlist {
	clear: both;
	margin: 0 0 20px;
	padding: 0;
	border-top: 1px solid #fff;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 20px 0;
	list-style: none;
	font-size: 12px;
	background: transparent;
	border-bottom: 1px solid #fff;
}

#comments .commentlist li.thread-even {
	background: #faebf2;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0;
	border-left: 1px solid #972956;
}

#comments .commentlist .children li {
	padding: 0 0 0 20px;
	background: url("../images/comment-bg.gif") no-repeat 0 20px;
}

#comments .commentlist li.depth-1 {
	margin: 0;
	padding-bottom: 10px;
}

#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	border-bottom: 0;
}

.commentlist p {
	margin: 10px 0;
	font-size: 1.2em;
	line-height: 16px;
	color: #333;
}

.commentlist #respond p {
	font-size: 12px;
}

#comments a:link, #comments a:visited, #comments a:active {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #f1b2d3;
}

#comments a:hover {
	color: #fff;
	background: #932152;
	text-shadow: none;
	border-bottom: 1px solid #932152;
}

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 4px;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
}

#comments .bypostauthor > div > div > .avatar {
	background: #000;
}

#comments h2 {
	margin: 0 20px 15px;
	padding: 0 0 5px;
	color: #583a2a;
	font: 400 1.8em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #f4dadd;
}

#comment-form h2 {
	margin: 0 0 1em;
	padding: 0 0 5px;
	color: #583a2a;
	font: normal 2em "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #f4dadd;
}

.commentlist p {
	clear: left;
	margin: 10px 0;
	font-size: 12px;
	line-height: 1.6em;
}

#comments .navigation {
	display: none;
}

#commentform p {
	margin: 0;
	padding: 0 0 15px;
}

#commentform p small {
	font-size: 11px;
	line-height: 1.3em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -2px 0 0;
	display: block;
	font-size: .95em;
}

#comments .comment-author cite {
	display: block;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	padding: 4px 0 5px;
}

#comments .comment-author .says {
	display: none;
}

#comments .comment-author {
	color: #932152;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active {
	color: #932152;
	text-decoration: none;
	border-bottom: 1px solid #f1b2d3;
}

#comments .comment-author a:hover {
	color: #fff;
	background: #932152;
	border-bottom: 1px solid #932152;
}

#comment-form-inner {
	padding: 0 20px;
}

#commentform {
	margin: 0;
}

#commentform p {
	font-size: 1.2em;
}

#commentform label {
	float: right;
	text-align: left;
	width: 285px;
	padding-top: 6px;
	color: #932152;
}

.commentlist #commentform label {
	float: none;
	display: block;
	padding: 0 0 5px;
	color: #932152;
}

#commentform label small {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#commentform label small span {
	font-size: 10px;
	filter: alpha(opacity=35);
	-moz-opacity: .35;
	opacity: .35;
}

#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	outline: none;
	color: #666;
	background: #fff url("../images/form-input-bg.jpg") repeat-x 0 0;
	border: 1px solid #999;
}

#commentform input:focus, #commentform textarea:focus {
	color: #000;
	background: #fff;
	border: 1px solid #d74886;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 250px;
	margin-right: 5px;
}

#commentform textarea {
	width: 550px;
	margin-bottom: -5px;
}

.commentlist #commentform textarea {
	width: 450px;
}

#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

#commentform p.subscribe-to-comments label {
	float: none;
}

#commentform #submit {
	margin-bottom: 10px;
}

#comments .reply a {
	position: absolute;
	top: 15px;
	right: 15px;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
	-moz-transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

#comments .comment-body:hover .reply a {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#comments .commentlist .children li .reply a {
	right: 0;
}

#comments .cancel-comment-reply {
	margin: 15px 0;
}

#mid .fbLoginButton {
	display: block;
	margin-bottom: 10px;
}

#mid .fbLoginButton a, #mid .fbLoginButton a:hover, #mid .fbLoginButton a:focus {
	background: #1a356e url('http://static.ak.fbcdn.net/rsrc.php/v1/zL/r/FGFbc80dUKj.png') no-repeat 0 -188px;
	border: none;
}

#mid .fbLoginButton a:active {
	background: #1a356e url('http://static.ak.fbcdn.net/rsrc.php/v1/zL/r/FGFbc80dUKj.png') no-repeat 0 -210px;
}

/* @end */

/* @group forums */

/* FORUMS
================================================================================= */



/* @end */

/* @group footer */

/* FOOTER
================================================================================= */

#footer {
	clear: both;
	float: left;
	display: inline;
	width: 950px;
	height: 47px;
	margin-left: 10px;
	background: url("../images/footer-bg.jpg") no-repeat 0 0;
}

#footer-credits {
	float: left;
	display: inline;
	width: 430px;
	margin: 15px 0 0 25px;
}

#footer-meta {
	float: right;
	display: inline;
	width: 430px;
	text-align: right;
	margin: 15px 25px 0 0;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #6b5346;
	text-decoration: none;
	border-bottom: 1px solid #d2c3b0;
}

#footer a:hover {
	color: #f8ecd4;
	text-decoration: none;
	background: #6b5346;
	border-bottom: 1px solid #6b5346;
}

#footer p {
	font-size: 1.2em;
	color: #6b5346;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	font-size: 1.2em;
	color: #6b5346;
}

#footer ul li span {
	margin: 0 5px;
	color: #cfae9e;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
================================================================================= */

.clear {
	clear: both; .p
	line-height: 1;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

/* @end */

/* @group iPhone */

/* IPHONE
================================================================================= */

@media all and (max-device-width: 480px) {

html {
	-webkit-text-size-adjust: none;
}

}

/* @end */

/* @group iPad */

/* IPAD
================================================================================= */

@media all and (min-device-width: 481px) and (max-device-width: 1024px) {

html {
	-webkit-text-size-adjust: none;
}

}

/* @end */
