/*
Theme Name: Temptalia 2012
Author: Shaun
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}
a { color: #ae4585; text-decoration: none; }
a:visited { text-decoration: underline; color: #6d3959; }
a:hover { text-decoration: underline; }
em { font-style: italic; } strong { font-weight: bold; }

html, body { height: 100%; font: normal 12px/1.3 Arial, Helvetica, sans-serif; }

/* Structure */
 
body { color: #333; background: #fefbf4 url(https://s3.amazonaws.com/temptalia_static/images/background.jpg) repeat-x top center fixed; }

#page {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_left { float: left; margin: 0px 12px 12px 0px; }
.img_right { float: right; margin: 0px 0px 12px 12px; }


/* Navigation */

#drop-down { width: 660px; height: 69px; overflow: hidden; float: left; }

#nav {
		background: #e76087;
		background: -moz-linear-gradient(top, #e76087 0%, #dd5c81 100%);
  		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #e76087), color-stop(1, #dd5c81));
		width: 980px;
		height: 69px;
		border-top-left-radius: 10px 5px;
		border-top-right-radius: 10px 5px;
		border-top: 1px solid #b11f48;
		margin: 0px auto 0px;
		position: relative;
}

#nav ul#topnav { height: 40px; width: 655px; position: relative; float: left; }
#nav ul#topnav li { border-right: 1px solid #cb4a6c; font-size: 16px; float: left; list-style: none outside; }
#nav ul#topnav li a.main { font: normal 16px/40px Arial, Helvetica, sans-serif; float: left; padding: 0px 15px; color: #fff; }
#nav ul#topnav li a.main:hover {
		text-decoration: none;
		background: #de4571;
		background: -moz-linear-gradient(top, #de4571 0%, #c1315b 100%);
  		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #de4571), color-stop(1, #c1315b)); 
}
#nav ul#topnav li.first a:hover { border-top-left-radius: 10px 5px; }

#nav ul#topnav li#current {
		text-decoration: none;
		background: #de4571;
		background: -moz-linear-gradient(top, #de4571 0%, #c1315b 100%);
  		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #de4571), color-stop(1, #c1315b)); 
}

#nav ul#topnav li span {
	width: 660px;
	height: 29px;
	padding-left: 10px;
	background: #be5372;
	border-top: 1px solid #b34f6e;
	margin: 0px auto;
	position: absolute;
	left: 0;
	top: 40px;
	display: none; /*--Hide by default--*/
	z-index: 2;
}
#nav #drop-area {
	width: 660px;
	height: 29px;
	background: #be5372;
	border-top: 1px solid #b34f6e;
	margin: 0px auto;
	overflow: hidden;
	left: 0;
	top: 40px;
	z-index: 2;
}
#nav ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
#nav ul#topnav li span { color: #fff; }
#nav ul#topnav li span a { display: inline; font: normal 12px/28px Arial, Helvetica, sans-serif; padding: 0px; color: #fff; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#nav ul#topnav li span a:hover { text-decoration: underline; }

#search-area { width: 319px; height: 69px; float: right; overflow: hidden; border-left: 1px solid #eb5c8d; position: absolute; right: 0; top: 0; background: #be2b55; background: -moz-linear-gradient(top, #c22b56 0%, #a92b50 100%); background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #c22b56), color-stop(1, #a92b50)); border-top-right-radius: 10px 5px; }

#searchSbox { clear: both; } 

#search-area .postform { width: 304px; height: 20px; position: absolute; top: 18px; right: 7px; font-size: 12px; }
#search-area span.searchText { font-size: 11px; font-weight: bold; color: #fff; position: absolute; top: 3px; left: 8px; }

.search-bar {
    background: #fff;
    height: 30px;
    margin: 5px 10px 0px 0px;
    padding: 0px;
    position: relative;
    width: 295px;
	float: right;
}

#search-area #s {
    background: #fffff;
    color: #333;
    font-size: 12px;
    position: absolute;
	top: 41px;
	left: 8px;
    width: 260px;
	height: 15px;
}

#search-area #sBtn { position: absolute; bottom: 4px; right: 5px; }

#search-area #searchSubmit {
    position: absolute;
    right: 6px;
    top: 35px;
}

/* Mid */

#mid { width: 984px; height: 190px; background: url(https://s3.amazonaws.com/temptalia_static/images/mid-bg.png) no-repeat; padding: 10px 0px 0px 16px; }

/* Header */

#logo { position: relative; left: 5px; }
#headerAd { margin: 10px 0px 0px; text-align: center; line-height: 0; font-size: 0px; }
#glamAnimDiv { width: 970px; height: auto; margin: 0px auto; padding: 12px 0px 12px; }
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#mini-nav { position: absolute; left: 795px; top: 146px; }

/* Wrapper */

#wrapper { width: 1000px; background: url(https://s3.amazonaws.com/temptalia_static/images/main-bg.png) repeat-y 50% 0 transparent; overflow: hidden; }

/* Content */

#content {
	width: 630px;
	margin-left: 10px;
	float: left;
}
#content input { border: 1px solid #ccc; padding: 2px; }

span.twitter { float: right; position: relative; right: -5px; top: 3px; }

.entry-header { background: #ffe5f5; position: relative; }
.entry-search { background: #ffe5f5; }
.entry-search h2.entry-title { font: normal 18px Arial, Helvetica, sans-serif; padding: 10px 0px 10px 10px; float: none; }

h1.entry-title, h2.entry-title { font: normal 24px Arial, Helvetica, sans-serif; padding: 10px 0px 10px 10px; float: left; }
h1.entry-title a, h1.entry-title a:active, h1.entry-title a:visited, h2.entry-title a, h2.entry-title a:active, h2.entry-title a:visited { color: #333; display: block; width: 550px; }

h1.entry-title-page { font: normal 24px  Arial, Helvetica, sans-serif; padding: 10px 0px 10px 10px; background: #ffe5f5; margin-bottom: 15px; }
h1.entry-title-page a { color: #333; display: block; width: 620px; overflow: auto; }

h1.page-title { font: normal 24px Arial, Helvetica, sans-serif; color: #fff; margin-bottom: 5px; text-shadow: 1px 1px 1px #000; padding: 10px 0px 10px 10px; background: #cd9ab8; margin-bottom: 15px; }

.entry-header .comment a {
		background: url(https://s3.amazonaws.com/temptalia_static/images/comment.png) no-repeat scroll 0 0 #e25e84;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		height: 33px;
		line-height: 26px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		right: 0;
		text-align: center;
		text-decoration: none;
		top: 10px;
		right: 5px;
		width: 37px;
}

.entry-header .comment a:hover { background-color: #61d5d2; }

.entry-header .entry-meta { padding: 5px 10px; clear: both;  border-top: 1px solid #afafaf; }
.entry-header .entry-meta span.facebook { line-height: 0; }
.entry-header .entry-meta span.twitter { line-height: 0; }
.entry-header .cats-author { font-size: 11px; color: #666; padding: 5px 10px; background: #fff0f9; clear: both; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; }
.entry-header .cats-author span.author { float: right; }

.entry-content { padding: 15px 10px 0px 10px; }
.entry-content h2 { font-size: 18px; color: #31c2bd; font-weight: bold; margin: 0px 0px 12px; }
.entry-content h3 { font-size: 16px; color: #d49abc; font-weight: bold; margin: 0px 0px 12px; }
.entry-content h4 { font-size: 16px; color: #c873a7; font-weight: bold; margin: 0px 0px 20px; }
.entry-content h5 { font-size: 14px; color: #d49abc; font-weight: bold; margin: 0px 0px 12px; }
.entry-content h6 { font-size: 14px; font-style: italic; font-weight: bold; color: #9d4b7b; margin: 0px 0px 12px; }
.entry-content p { font: 13px Arial, Helvetica, sans-serif; margin-bottom: 15px; }
.entry-content strong { font-weight: bold; }
.entry-content blockquote { background: #e9f9f8; margin: 10px 10px 15px; padding: 10px 10px 0px; border: 5px double #ffe5f5; -moz-box-shadow: 1px 1px 3px #333; -webkit-box-shadow: 1px 1px 3px #333; box-shadow: 1px 1px 3px #333; }
.entry-content blockquote p { font: normal 12px Georgia, "Times New Roman", Times, serif; color: #333; }

.entry-content ul, .entry-content ol { font-size: 13px; margin: 6px 15px 10px 35px; border-top: 1px dotted #CCC; }
.entry-content ul li { padding: 5px 0px; border-bottom: 1px dotted #CCC; list-style-image: url(https://s3.amazonaws.com/temptalia_static/images/bullet.png); }
.entry-content ol li { padding: 5px 0px; border-bottom: 1px dotted #CCC; list-style: decimal; }

.ads-horiz { clear: both; height: 60px; margin: 20px auto; width: 468px; }

.shadereview { color: #b868ad; font-weight: bold; }
.largetextid { color: #b868ad; font-size: 14px; font-weight: bold; }

.postRate { background: #fae1f1; border-top: 1px solid #999; }
.postRate .noRate, .postRate .rate { position: relative; top: -11px; }
.postRate .iLikeImages { padding: 10px 10px 1px; font-size: 15px; clear: both; color: #333; }
.postRate .iLike { padding: 5px 10px; font-size: 15px; clear: both; color: #333; }
.postRate .iLike .counter, .postRate .iLikeImages .counter { color: #842f60; font-size: 18px; font-weight: bold; font-style: italic; }
.postRate .iLike .counterNeg, .postRate .iLikeImages .counterNeg { color: #842f60; font-size: 18px; font-weight: bold; font-style: italic; }

.entry-footer { font-size: 12px; background: #fff1fa; clear: both; border-top: 1px solid #afafaf; margin: 0px 0px 15px; }
.entry-footer p.cat-links { border-bottom: 1px solid #ccc; padding: 5px 10px; }
.entry-footer p.tag-links { border-bottom: 1px solid #ccc; padding: 5px 10px; }

/* Footer */

#footer {
	clear: both; 
	display: block; 
	width: 970px;
	background: url(https://s3.amazonaws.com/temptalia_static/images/footer-bg.png) no-repeat;
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
	text-align: right;
	font-size: 12px;
}

#footer-wide {
	width: 970px;
	background: url(https://s3.amazonaws.com/temptalia_static/images/footer-stretch-bg.png) no-repeat;
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
	text-align: right;
}

#site-generator {
	margin: 20px 0px 10px 0px;
}

p.glamstyle { float: left; }
p.footerNav { text-align: right; font-weight: bold; margin-bottom: 4px; }
p.copyright { text-align: right; }
#footer-ad {  margin: 20px 0px 0px; padding-bottom: 10px; border-bottom: 1px solid #ccc; text-align: center; line-height: 0; font-size: 0px; clear: both; }

/* Archive */

.page-header { position: relative; }
.page-header span#cat-sort { position: absolute; float: right; top: 14px; right: 5px; font-weight: bold; color: #333; font-size: 16px; }

/* Page Navi */

.wp-pagenavi { margin: 10px 5px; text-align: center; }

.ns_content_container {
  margin: 20px auto 0px;
  border: 1px solid #edd1e0;
  width: 330px;
  height: 125px;
  background-color:#f8e9f1;
}

.ns_content_title {
  text-align: left;
  font:18px/28px Arial,Helvetica,sans-serif;
  color: #ffffff;
  width:330px;
  height:30px;
  border-bottom:1px solid #edd1e0;
  background-color:#c977a2;
  text-transform:uppercase;
}

.ns_content_body {  
  line-height:18px;
  float: left;
  overflow-y: auto;
  text-align: left;
  margin-right: auto;
  width:330px;
  height:95px;
}

.ns_content_body a:hover {  text-decoration:underline; color: #bd3a80;
}

.ns_content_link {  text-decoration: none;
  font: 12px Arial,Helvetica,sans-serif;
  color: #bd3a80;
  font-weight:bold;
}

/* Index */

#breakingNews { display: block; padding: 10px; background: #fff6b5;
background: -moz-linear-gradient(top,  #fff6b5 0%, #f9dd52 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff6b5), color-stop(100%,#f9dd52));
background: -webkit-linear-gradient(top,  #fff6b5 0%,#f9dd52 100%);
background: -o-linear-gradient(top,  #fff6b5 0%,#f9dd52 100%);
background: -ms-linear-gradient(top,  #fff6b5 0%,#f9dd52 100%);
background: linear-gradient(top,  #fff6b5 0%,#f9dd52 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6b5', endColorstr='#f9dd52',GradientType=0 );
margin: 0px 0px 5px;
position: relative;
}
#breakingNews p { font-weight: bold; font-size: 14px; }
#breakingNews .close { position: absolute; width: 22px; height: 22px; background: url(https://s3.amazonaws.com/temptalia_static/images/closeBtn.png) no-repeat; float: right; top: 7px; right: 10px; cursor: pointer; }

/* Review */

#review { margin: 10px -10px; }
#review .title { background: #fb659e; padding: 6px 8px; width: 375px; color: #fff; font: normal 22px Arial, Helvetica, sans-serif; text-shadow: 1px 1px 1px #000; text-align: right; margin-bottom: -25px; position: relative; -moz-box-shadow: 1px 1px 2px #333; -webkit-box-shadow: 1px 1px 2px #333; box-shadow: 1px 1px 2px #333; }
#review .review-content { background: #ffd9e7; overflow: auto; padding: 25px 0px 10px; z-index: 0; }
#review .grades { margin: 5px 0px 0px; float: left; width: 300px; }
#review .grades .tier { font-size: 14px; padding: 4px 0px 6px 5px; font-weight: bold; color: #d55498; border-bottom: 1px solid #c96f9f; }
#review .grades span.num-grade { float: right; padding: 3px 5px; margin-top: -3px; background: #f285ae; color: #fff; font-size: 15px; font-style: italic; }
#review .thoughts { font-size: 12px; line-height: 1.2; float: right; margin: 5px 0px 0px; padding: 10px; width: 300px; background: #ffebf2; color: #333; }
#review .thoughts h3 { margin-bottom: 5px; font-size: 14px; font-weight: bold; color: #d55498; }
#review .overall { width: 145px; height: 23px; padding: 5px 10px 4px 10px; background: #fb87b3; color: #fff; font-size: 19px; float: right; margin: -20px 0px 10px 0px; position: relative; clear:both; -moz-box-shadow: 0px 1px 2px 0px #333; -webkit-box-shadow: 0px 1px 2px 0px #333; box-shadow: 0px 1px 2px 0px #333; }
#review span.overall-grade { background: #fb659e; float: right; height: 23px; padding: 5px 10px 4px 12px; margin: -5px -10px 0px 0px; font-weight: bold; color: #fff; text-shadow: 1px 1px 2px #000; }
span.pinkrev { color: #c9639f; font-weight: bold; font-size: 14px; }

/* Awards */

#awardsHeader { width: 980px; height: 281px; background: url(https://s3.amazonaws.com/temptalia_static/images/awardsHeader.jpg) no-repeat; margin: -20px -10px 10px; }

#awardsHeaderEditor { width: 980px; height: 281px; background: url(https://s3.amazonaws.com/temptalia_static/images/awardsHeaderEditor.jpg) no-repeat; margin: -20px -10px 10px; }

.linkArea1 { overflow: auto; clear: both; border-top: 1px solid #ccc; padding: 15px 0px; }
.linkArea2 { overflow: auto; clear: both; border-top: 1px solid #ccc; padding: 15px 0px; }
.linkArea3 { overflow: auto; clear: both; border-top: 1px solid #ccc; padding: 15px 0px; }
.linkArea4 { overflow: auto; clear: both; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 15px 0px; margin-bottom: 50px; }

.linkArea2-readers { overflow: auto; clear: both; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 15px 0px; margin-bottom: 50px;  }

h3.linkArea { font-size: 14px; font-weight: bold; color: #333; }

.column1 { float: left; margin-right: 15px; width: 215px; }
.column2 { border-left: 1px solid #ccc; float: left; padding-left: 15px; margin-right: 15px; width: 215px; }
.column3 { border-left: 1px solid #ccc; float: left; padding-left: 15px; margin-right: 15px; width: 215px; }
.column4 { border-left: 1px solid #ccc; float: left; padding-left: 15px; width: 215px; }

.award .awardTop { width: 50px; height: 25px; background: url(https://s3.amazonaws.com/temptalia_static/images/awardsTop.png); position: absolute; bottom: -5px; right: 15px; }

#awards { }
#awards .logoOdd { position: absolute; width: 460px; height: 288px; background: url(https://s3.amazonaws.com/temptalia_static/images/awards2012odd.png) no-repeat; top: -50px; left: -250px; z-index: 1; }
#awards .logoEven { position: absolute; width: 460px; height: 288px; background: url(https://s3.amazonaws.com/temptalia_static/images/awards2012even.png) no-repeat; top: -50px; left: -250px; z-index: 1; }
#awards .logoEditorOdd { position: absolute; width: 460px; height: 288px; background: url(https://s3.amazonaws.com/temptalia_static/images/awards2012Editorodd.png) no-repeat; top: -50px; left: -250px; z-index: 1; }
#awards .logoEditorEven { position: absolute; width: 460px; height: 288px; background: url(https://s3.amazonaws.com/temptalia_static/images/awards2012Editoreven.png) no-repeat; top: -50px; left: -250px; z-index: 1; }
#awards .award {
	width: 760px;
	min-height: 200px;
	padding: 10px 0px;
	position: relative;
	float: right;
	display: block;
	margin: 0px 20px 20px 0px;
}

#awards .award .content { width: 90%; float: right; }
#awards .award .content .awardImg { float: left; padding: 0 10px 0 0; z-index: 2; }
#awards .award .content h2.awardTopic { font-size: 24px; display: block; background: #fff; color: #bc2c5e; padding: 5px; width: 95%; margin: 10px 0 0; }
#awards .award .content .text { background: #fff; padding: 10px;
 width: 70%; float: right; margin: 10px 25px 0 0; }
#awards .award .content .text p { font-size: 11px; margin-bottom: 12px; }
#awards .award .content .text strong { font-weight: bold; color: #bc2c5e; }
#awards .award .content .text h3 { font-size: 16px; font-weight: bold; color: #31c2c6; }
#awards .award ul.links { font-size: 11px; position: absolute; top: 165px; left: 75px; z-index: 3; width: 125px; }
#awards .award ul.links a { font-weight: bold; color: #bc2c5e; }

#awards .even { 
	background: #a7dede;
	background: -moz-linear-gradient(top,  #a7dede 0%, #82d1d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7dede), color-stop(100%,#82d1d2));
	background: -webkit-linear-gradient(top,  #a7dede 0%,#82d1d2 100%);
	background: -o-linear-gradient(top,  #a7dede 0%,#82d1d2 100%);
	background: -ms-linear-gradient(top,  #a7dede 0%,#82d1d2 100%);
	background: linear-gradient(top,  #a7dede 0%,#82d1d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7dede', endColorstr='#82d1d2',GradientType=0 );
}

#awards .odd { 
	background: #ffb3cc;
	background: -moz-linear-gradient(top,  #ffb3cc 0%, #ff95b8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb3cc), color-stop(100%,#ff95b8));
	background: -webkit-linear-gradient(top,  #ffb3cc 0%,#ff95b8 100%);
	background: -o-linear-gradient(top,  #ffb3cc 0%,#ff95b8 100%);
	background: -ms-linear-gradient(top,  #ffb3cc 0%,#ff95b8 100%);
	background: linear-gradient(top,  #ffb3cc 0%,#ff95b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb3cc', endColorstr='#ff95b8',GradientType=0 );
}

/* Contact */

#contact { width: 565px; padding: 20px 10px; margin: 0px auto; background: #f8ebf3; }

#contact ul { border: none; margin: 0px; padding: 0px; }
#contact li { font-size: 14px; border: none; display: inline; padding-right: 5px; }
#contact li a { background: #9d4b7b; color: #fff; font-weight: bold; padding: 5px; }

#contact #siteIssuesDrop { display: none; margin: 10px 0px; padding: 10px 0px; }
#contact #feedbackDrop { display: none; margin: 10px 0px; padding: 10px 0px; }
#contact #advertisingDrop { display: none; margin: 10px 0px; padding: 10px 0px; }
#contact #businessDrop { display: none; margin: 10px 0px; padding: 10px 0px; }
#contact #recsDrop { display: none; margin: 10px 0px; padding: 10px 0px; }
#contact #licenseDrop { display: none; margin: 10px 0px; padding: 10px 0px; }

/* Features */

#features { background: #ffe4fd; width: 980px; margin: 0px 0px 0px -10px; }
#featuresContent { margin-bottom: 15px; padding: 10px 30px 10px 10px; overflow: auto; }
h1.makeupDupe { font-size: 22px; font-weight: normal; margin: 12px 0px; padding: 10px 0px 0px; color: #333; }
#features p { font-size: 12px; color: #333; }
#features .dupeListImg { width: 250px; height: 190px; padding: 0px 10px 0px 20px; float: left; }
.featuresUpdates p { font-size: 12px; color: #333; margin: 8px 0px; }
.featuresUpdates blockquote { background: #ffe4fd; padding: 10px; font-size: 12px; margin: 10px 20px; border: 1px dotted #ccc; }
.featuresUpdates blockquote h3 { margin: 6px 0px; }
.featuresUpdates blockquote ul { margin-left: 25px; }

/* Page */

#wrapper-wide { width: 1000px; background: url(https://s3.amazonaws.com/temptalia_static/images/main-stretch-bg.png) repeat-y 50% 0 transparent;  }

.full-width { padding: 20px; }


/* Foundation Matrix */

#foundationMatrixSelect { background: #f8ebf3; border: 3px solid #e4bad3; margin: 10px 10px 20px 10px; padding: 10px 10px 0px; -moz-box-shadow: 3px 3px 4px #ccc; -webkit-box-shadow: 3px 3px 4px #ccc; box-shadow: 3px 3px 4px #ccc; }
#foundationMatrixSelect h2 { color: #333 !important; }
#foundationMatrixSelect strong.headers { font-size: 16px; color: #d35d9a; }
#foundationMatrixSelect .textInput { font-size: 18px; width: 200px; float: right; border: 1px solid #ccc; }
#foundationMatrixSelect p.selectionInput { font-size: 12px; font-weight: bold; text-align: right; position: relative; top: -30px; }
#foundationMatrixSelect p.submit { text-align: right; position: relative; top: -30px; }

/* Sidebar */

#sidebar { width: 350px; float: right; margin-right: 10px; }

#social { background: #e5bed5; padding: 10px 10px 0px 10px; margin: 0px 0px 10px 0px; }
#getEmail { background: #e5bed5; padding: 10px; margin: 10px 0px 10px 0px; }
#social h2, #getEmail h2 { font: normal 24px Arial, Helvetica, sans-serif; color: #fff; margin-bottom: 5px; text-shadow: 1px 1px 1px #000; border-bottom: 2px dotted #fff; }
#social h2.follow { margin-top: 10px; }
#social p { padding: 5px; margin: 0px -10px; }
#social p.social { background: #d49abc; margin: 10px -10px 0px; padding: 4px 10px 1px; overflow: hidden; }
#social p.social-btns { background: #d49abc; text-align: right; margin-top: 5px; }
#social p.social-btns span.pinterest { position: relative; top: -2px; }

#getEmail .emailBox { width: 250px; color: #999; padding: 5px; }
.submitBox { padding: 3px 5px; }

#nyfw { background: #e5bed5; margin: 0px 0px 10px; padding: 5px 5px 0px; text-align: center; }

#box-ad { background: #b2e9e7; height: 250px; line-height: 0; margin: 0px auto 10px; padding: 10px 15px; width: 300px; }
#box-ad2 { background: #b2e9e7; height: 250px; line-height: 0; margin: 10px auto 0px; padding: 10px 15px; width: 300px; }
#skyscraper-ad { float: left; width: 160px; height: 600px; font-size: 0; line-height: 0; margin: 0px 10px 0px 10px; overflow: hidden; }
#skyscraper-ad2 { width: 160px; height: 600px; font-size: 0; line-height: 0; overflow: hidden; }

.img { clear: both; overflow: hidden; margin: 10px auto; width: 330px; }

#tabbed { clear: both; overflow: hidden; margin: 10px auto; width: 330px; }
#tabbed2 { clear: both; overflow: hidden; margin: 20px auto; width: 330px; }

ul.tabs, ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 330px;
}
ul.tabs li, ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a, ul.tabs2 li a {
	text-decoration: none;
	color: #b92b55;
	display: block;
	font-size: 12px;
	padding: 0 5px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-weight: bold;
}
ul.tabs li a:hover, ul.tabs2 li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs2 li.active, html ul.tabs2 li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container, .tab_container2 {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 328px;
	background: #fff;
}
.tab_content, .tab_content2 {
	padding: 0px 20px;
	font-size: 13px;
}

.tab_content ul, .tab_content2 ul { list-style: none; margin: 0px -20px; }
.tab_content ul li a, .tab_content2 ul li a { border-bottom: 1px solid #ccc; display: block; padding: 5px 10px; }
.tab_content ul li a:hover, .tab_content2 ul li a:hover { text-decoration: none; background: #b2e9e7; }

p.networks { text-align: center; margin-top: 5px; }

#nav-below {
	padding: 10px 10px 0px;
}

#tab2, #tab3, #tab5, #tab6 { display: none; } 

/* Single Page */

p#breadcrumbs { font-size: 11px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 5px; }

#slidebox {
  width:400px;
  right: -430px;
  padding:5px;
  background-color:#fff;
  border-top:3px solid #c02b55;
  position:fixed;
  bottom:20px;
  box-shadow:-2px 0px 5px #aaa;
  -moz-box-shadow:-2px 0px 5px #aaa;
  -webkit-box-shadow:-2px 0px 5px #aaa;
  box-shadow:-2px 0px 5px #aaa;
  transition: right 100ms linear;
  -moz-transition: right 100ms linear;
  -webkit-transition: right 100ms linear;
  z-index: 150;
}

#slidebox.open { 
  transition: right 300ms linear;
  -moz-transition: right 300ms linear;
  -webkit-transition: right 300ms linear;
  right: 0px; 
}

#slidebox h2 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing:1px;
    margin: 0;
    margin-bottom: 0.5em;
  }

#slidebox h3 {
  font-size: 14px;
  margin:0;
}
#slidebox a.close{
  width:14px;
  height:14px;
  position:absolute;
  top:10px;
  right:10px;
  cursor: pointer;
}
#slidebox a.close:hover {
  background-position:0px -13px;
}
#slidebox p.desc {
  margin: 0;
}

.entry-footer { margin: 0px; }

/* Disclosure */

#single_ft_disc { 	
	margin: 0px auto 0px; 
	padding: 0px 0px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #CCC;
	background: #e1e1e1;
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #e1e1e1 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#f6f6f6 100%);
	background: linear-gradient(top,  #e1e1e1 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f6f6f6',GradientType=0 ); }
#single_ft_disc h2 { margin: 25px 0px 8px 15px; font-size: 24px; color: #333; border-bottom: 1px solid #ccc; }
#single_ft_disc p { margin: 0px 15px 8px; }

/* Related Posts */

#related-posts { 
	margin: 0px auto 0px; 
	padding: 0px 0px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #CCC;
	background: #e1e1e1;
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #e1e1e1 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#f6f6f6 100%);
	background: linear-gradient(top,  #e1e1e1 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f6f6f6',GradientType=0 );
}

#related-posts h2 { margin: 25px 0px 8px 15px; font-size: 24px; color: #333; border-bottom: 1px solid #ccc; }
#related-posts ul { margin-bottom: 12px; font-size: 13px; padding: 0px 0px 0px 25px; }
#related-posts ul li { border-bottom: 1px dotted #CCC; list-style-image: url(https://s3.amazonaws.com/temptalia_static/images/bullet.png); }
#related-posts ul li a { display: block; padding: 5px 0px 5px 5px; }
#related-posts ul li a:hover { text-decoration: none; background: #ccc; color: #fff; }

/* Post FAQ */

#postFaq { margin: 0px auto 10px; 
	padding: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top,  #e5e5e5 0%, #f9f9f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e5e5e5 0%,#f9f9f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e5e5e5 0%,#f9f9f9 100%); /* IE10+ */
background: linear-gradient(top,  #e5e5e5 0%,#f9f9f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
 }
#postFaq h2 { margin: 25px 0px 8px 15px; font-size: 24px; color: #333; border-bottom: 1px solid #ccc; }
#postFaq p { margin: 0px !important; padding: 0px !important; }

.postFaqQ { font-size: 14px; color: #666; font-weight: bold; padding: 8px 15px; background: #e5bed5; }
.postFaqA { font-size: 12px; padding: 8px 15px; }

h2.faqHead { margin: 10px 0px; font-size: 18px; }

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin: 0px 10px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h2#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h2#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 20px;
	margin: 0px;
	padding: 0 0 0 56px;
	position: relative;
	border-top: 3px solid #ccc;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p { margin-bottom: 12px; padding-right: 5px; }
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist .thread-odd { background: #fbecf5; }
.commentlist .thread-even { }
.commentlist .children .odd, .commentlist .children .even { border-top: 3px solid #ccc; }
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
	margin-left: 5px;
	-moz-box-shadow: 1px 1px 3px #999; -webkit-box-shadow: 1px 1px 3px #999; box-shadow: 1px 1px 3px #999;
}
.commentlist .vcard { padding-top: 5px; }
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #ccc;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #5ed5d1;
}
.commentlist .bypostauthor { border-top: 3px solid #da426e !important; }
.commentlist .bypostauthor > div > .comment-meta { }
.commentlist .bypostauthor { 
		background: -moz-linear-gradient(top, #fbcfea, rgba(255,224,243,0));
  		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fbcfea), color-stop(1, #fefbf4)); 
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
	font-weight: bold;
}
.reply a,
a.comment-edit-link {
	color: #d63e6b;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #5ed5d1;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
.comment-notes {
	margin: 15px 10px;
}
.comment-notes p {
	margin-bottom: 15px;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
	padding: 2px;
	border: 1px solid #999;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

#livefyre { margin: 30px 10px !important; }
#livefyre .lf_action_bar { }

.glossover {
}

.glossover .head {
	border-top: 5px solid #000;
	border-bottom: 1px solid #cecece;
	position: relative;
}

.glossover .head .grade {
	background: #be2b55;
	border: 1px solid #cecece;
	width: 106px;
	height: 106px;
	position: absolute;
	right: 20px; 
	top: -20px;
}

.glossover .head .grade .inner {
	border: 10px solid #fff;
	width: 86px;
	height: 86px;
	text-align: center;
	font: 63px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

.glossover .head h2 {
	font: bold 24px/1.25em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #333;
	border: none;
	padding: 20px 0;
	margin: 0;
}


.glossover .inner-content {
	background: #f9f9f9;
	border-bottom: 1px solid #cecece;
	overflow: auto;
	padding: 20px;
}

.glossover .inner-content p {
	margin: 0;
	font: 16px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: italic;
}

.glossover .tiers {
	border-bottom: 1px solid #cecece;
	overflow: auto;
	margin: 0 0 20px 5px;
}

.glossover .tiers h3 {
	text-transform: uppercase;
	font: bold 13px/1.25em Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
}

.glossover .tiers p {
	font: 16px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #c02b55;
	font-weight: bold;
	margin: 0;
}

.glossover .tiers .tier {
	border-right: 1px solid #a3a3a3;
	float: left;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
}

.glossover .tiers .tier.first {

}

.glossover .tiers .tier.last {
	border: none;
	padding-right: 0;
}