@charset "UTF-8";
@import url(/Kari.css);
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700,400italic,700italic);

/* Base colors:
PINK: 	#b633a5
PURPLE:	#7433b6 
*/

/*** resets ***/

@import url(/normalize.css);
address,article,big,blockquote,body,button,canvas,caption,cite,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,label,li,nav,ol,optgroup,option,p,section,select,small,span,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul { margin: 0; padding: 0; border: none; outline: none; font-weight: 400; font-style: normal; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } 

img, object, embed, video, iframe {
	margin: 0; 
	padding: 0; 
	border: none; 
	outline: none; 
	line-height: 0px;
	max-width: 100%; }
	

/*** globals ***/

body {
	background: #7433b6;
	font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6em;
	color: #fff; }
	
a {
	color: #fff;
	text-decoration: none; }
	
a:hover { 
	text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { line-height: 1; }

h1 {
	font-size: 24px;
	margin: 0 0 9px 0;
	font-family: 'Kari', 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif; }
	
h2 {
	font-size: 21px;
	margin: 0 0 9px 0;
	font-family: 'Kari', 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif; }
	
h3 {
	font-size: 18px;
	margin: 0 0 9px 0; }
	
h4 {
	font-size: 16px;
	margin: 0 0 9px 0; }
	
p, ul, ol, table { margin: 0 0 18px 0; }

p:last-child { margin-bottom: 0; }

hr {
	display: block;
	margin: 0 0 18px 0;
	height: 1px; 
	background: #ccc; }

li { margin: 0 0 9px 36px; }

li:last-child { margin-bottom: 0; }
	
dt {
	clear: left;
	float: left;
	width: 20%;
	margin: 0 0 9px 0; }
	
dd { margin: 0 0 9px 22%; }
	
address { font-style: normal; }

section {
    position: relative;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	position: relative; }
	
.clearfix { display:inline-block; }

/* Hide from IE Mac \*/ .clearfix { display:block; } /* End hide from IE Mac */

span.qa {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    line-height: 1;
    text-indent: 9999px;
    background: url(/media/qa.png) 0 0 no-repeat;
    background-size: 14px auto;
}

span.qa:hover {
    cursor: pointer;
    background-position: 0 -14px;
}


/*** containers ***/

.container { 
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative; }
	
.white {
	background: #fff;
	color: #545861; }
	
.ltpurple {
	background: #f1eaf8;
	color: #545861;
	border-top: 1px dashed #7433b6; }

.ltpurple + .white {
    border-top: 1px dashed #7433b6;
}

.white a, .ltpurple a {
	color: #b633a5;
	text-decoration: none; }
	
.white a:hover, .ltpurple a:hover { 
	color: #7433b6; }

.overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 25px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: none;
}

.video {
	margin: 0 0 20px 0;
}
	

/*** header ***/

header {
	margin: 0;
	padding: 0;
	position: relative; }
	
header .main, header .sidebar { 
    padding: 9px 18px; 
    text-align: center;
}

header #logo {
    max-height: 60px;
}

header nav {
    display:  none;
}

header .filter {
    float: none !important;
    display: inline-block;
}
	
	
/*** navigation ***/

#menu { 
    display: block; 
    padding: 9px 18px;
	text-decoration: none;
}

#menu:hover {
    cursor: pointer;
}

#usercontrols nav { display: none; }
	
nav {
	margin: 0;
	padding: 0; }

nav ul  { 
	list-style: none;
	margin: 0;
	padding: 0; }
	
nav ul li {
	margin: 0;
	padding: 0; }

nav li a, #menu a {
	display: block;
	padding: 9px 18px;
	text-decoration: none; }
	
header nav li a { padding: 0 0 0 18px; }
	
#usercontrols nav li a:hover, #adminnav nav li a:hover { 
	text-decoration: none;
	color: #fff;
	background: #b633a5; }


/*** footer ***/

footer { 
    position: relative;
	text-align: left;
	font-size: 80%;
	padding: 18px; 
    text-align: center;
}

footer #copyright { clear: both; }

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0px;
}

footer li {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 9px;
    border-right: 1px solid #fff;
    font-size: 12px;
    line-height: 1;
}

footer li:last-child {
    border: none;
}

a#top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 9999;
    background: url(/media/up.png) 0 0 no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
}

a#top:hover {
    cursor: pointer;
}


/*** columns ***/

.main, .main2, .half, .sidebar { padding: 18px; }

.main .half, .main2 .half {
    padding: 18px 0;
}

.mainpic, .date, .rightpic, .leftpic { margin: 0 0 9px 0; }

.date { 
	color: #777;
	font-size: 90%; }

.sidebarpic { margin: 0 0 9px 0; }


/*** breadcrumbs ***/

ul.breadcrumbs, ol.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0; 
    font-size: 0px;
}

ul.breadcrumbs li, ol.breadcrumbs li { 
	display: inline-block;
	margin: 0 9px 18px 0;
	padding: 0; 
    font-size: 10px;
    line-height: 1;
}

ul.breadcrumbs li a span:after, ol.breadcrumbs li a span:after {
    content: '›';
    padding-left: 9px;
}

ul.breadcrumbs li:last-child a span:after, ol.breadcrumbs li:last-child a span:after {
    content: '';
}


/*** forms ***/

label, legend { display: block; }

legend {
    padding: 9px 0 0 0;
    margin: 0 0 9px 0;
    font-weight: bold;
}

legend:nth-of-type(1) {
    padding: 0;
}
	
input[type='text'], textarea, input[type='password'], input[type='number'] {
	margin: 0 0 9px 0;
	padding: 9px;
	border: 1px solid #ddd;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	max-width: 100%;
	font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif; 
    width: 85%;
}
	
input[type='text']:focus, textarea:focus, input[type='password']:focus, input[type='number']:focus { background: #ebd7f0; }

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

select {
    border: 1px solid #ccc;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    display: inline-block;
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    line-height: 1;
    padding: 9px 20px 9px 9px;
    margin: 0 0 9px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(/media/select-arrow.png) 97% 3px no-repeat;
    background-size: 10px auto;
    width: 85%;
}

select:focus {
    background-position: 97% -23px;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
	
textarea { 
	width: 100%;
	height: 9em; }

textarea#scentnotes {
    height: 4em;
}
	
input[type='radio'], input[type='checkbox'] { margin: 0 0 9px 0; }
	
button, a.button, input[type='submit'] {
    display: inline-block;
    line-height: 1;
	background: #7433B6;
	color: #fff;
	text-align: center;
	width: auto;
	padding: 10px 18px 6px 18px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    font-size: 18px;
	box-shadow:  1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:  1px 1px 1px rgba(0, 0, 0, 0.3);
	font-family: 'Kari', 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif; }
	
button:hover, a.button:hover, input[type='submit']:hover { 
    background: #b633a5; 
    color: #fff;
    text-decoration: none;
}

button.cancel, a.button.cancel {
    background: #ccc;
    color: #545861;
    margin-right: 9px;
}

.close {
	font-size: 18px;
	color: #545861;
	position: absolute;
	top: 33px;
	right: 33px;
	cursor: pointer;
}

.definenew { display: none; }

input[type='file'] {
	margin: 0 0 18px 0;
}


/*** faq ***/
	
h1.faqtitle { margin-bottom: 20px; }
	
a.toplink {
	font-size: .8em;
	float: right; }
	
div.faqs {
	margin: 10px 0;
	padding: 20px 0 30px;
	border-bottom: 1px solid #eee; }
	
div.faqs:last-child { 
	margin-bottom: 0;
	padding-bottom: 0;
	border: none; }
	
	
/*** archive ***/

h2.archive {
	border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

#years { font-size: .9em }

#years .ui-icon { display: none; }

#years h2, #years h3, #years h4 { 
	outline: none;
	cursor: pointer;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #e6e4df;
	background: url(/media/tab-closed.png) 100% 50% no-repeat;
	background-size: 11px auto; 
	font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
	font-weight: normal;
}

#years h3 { font-size: 18px; }

#years .ui-state-default, #years .ui-state-active {
    border: none;
    border-radius: 0px !important;
    color: #545861;
}

#years .ui-widget-content {
    background: none;
    border: none;
    border-radius: 0px;
}

#years .ui-accordion-content { padding: 0; }
	
#years h2.last, #years h3.last { border-bottom: 1px solid #e6e4df; } 

#years h2.ui-state-active, #years h3.ui-state-active, #years h4.ui-state-active { 
	background: url(/media/tab-open.png) right no-repeat;
	background-size: 11px auto; }

#years h2.last.ui-state-active, #years h3.last.ui-state-active, #years h4.last.ui-state-active {
	padding-bottom: 0;
	border-bottom: none; }
	
#years li { 
	padding: 0 20px 10px 0;
	font-size: 110%; }

#years h4 { 
	font-size: 16px;
	padding: 10px 30px; 
	font-weight: 300;
}

.archive {
	font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}
	
.months, .months .archive { 
    margin: 0 0 0 20px; 
}

.months ul { border-bottom: 1px solid #e6e4df; }

.months li { background: none; }

.months li:last-child { margin-bottom: 10px; }

.months ul:last-child { border-bottom: none; }
	
.months h4 {
	outline: none;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	background: url(/media/tab-closed.png) 100% 50% no-repeat;
	background-size: 11px auto; 
	font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
}

.months h4.ui-state-active { 
	background: url(/media/tab-open.png) right no-repeat;
	background-size: 11px auto; }


/*** base ***/

h1 .viewtotals {
    font-weight: 400;
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif; 
    font-size: 14px;
}

.listamts { 
	width: 40px !important;
	text-align: right; 
}

.listamts.inactive {
	border: none;
	box-shadow: none;
	background: none; }
	
.listamts:focus { 
    background: #fff !important; 
}

.wishany-placeholder {
    display: inline-block;
    padding: 0 9px;
    font-style: italic;
}

.checkbox.wishany:checked + label {
    font-style: italic;
}

.hidden {
    display: none;
}

.deletex { background: url(/media/delete-x.png) 0 0 no-repeat; }

.move { background: url(/media/move-arrow.png) 0 0 no-repeat; }

.deletex, .move {
    display: inline-block;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: 9999px;
}

.deletex:hover, .move:hover {
    background-position: 0 -32px;
    cursor: pointer;
}

.move-options, .dupecheck, .delete-option, .correction, .confirm, .message, .pass, .crop {
    display: none;
    margin: 0 auto;
    padding: 25px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
}

table.list .scentname {
    display: block;
}

table.list.tablesorter td.samounts, table.list.tablesorter th.samounts { 
	width: 3%;
	text-align: right; }

table.list.tablesorter td.samounts.any, table.list.tablesorter th.samounts.any { 
    width: auto; 
    white-space: nowrap;
}

table.list tr.filters { display: none; }

th.fave, td.fave {
    width: 16px !important;
    font-size: 0px;
}

th.stars, td.stars, th.brand, td.brand, th.category, td.category, .samounts, .wsize {
    display: none;
}

.samounts.delete {
    display: table-cell;
}

.mobrow {
    display: block;
}

div.fave {
	display: block;
	width: 16px;
	height: 16px;
	min-height: 2em;
	position: relative;
	margin: 0 9px 0 0;
    padding: 0; 
}
	
.favorite, #profiletabs .favorite:hover {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	width: 16px;
	height: 16px;
	background: url(/media/heart.png) 0 -16px no-repeat;
	background-size: 16px auto; 
    cursor: default;
}
	
.favorite:hover {
	background: url(/media/heart.png) 0 -32px no-repeat;
	background-size: 16px auto;
    cursor: pointer;
}
	
.favorite.active { 
	background: url(/media/heart.png) 0 0 no-repeat;
	background-size: 16px auto; 
}
	
table.list.tablesorter th, #profiletabs table.list th {
	padding: 3px 9px;
	border: none;
	background: #7433B6;
	color: #fff;
	cursor: pointer;
	margin-left: 1px; }
		
ul.sortlinks {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
	float: right; }
	
ul.sortlinks li {
	display: inline-block;
	margin: 0 0 0 18px; 
	padding: 0 14px 0 0; }
	
table.list.tablesorter th.tablesorter-headerAsc, ul.sortlinks li.sortDown, #profiletabs table.list th.tablesorter-headerAsc { 
	background: #7433B6 url(/media/arrow-down.png) 95% 50% no-repeat;
	background-size: 11px auto; }

table.list.tablesorter th.tablesorter-headerDesc, ul.sortlinks li.sortUp, #profiletabs table.list th.tablesorter-headerDesc { 
	background: #7433B6 url(/media/arrow-up.png) 95% 50% no-repeat;
	background-size: 11px auto; }
	
table.list tbody tr:hover { background: #ebd7f0; }
	
	
/*** scents ***/

.scentname {
	font-size: 110%;
	font-weight: bold; }

.scentname a {
    color: #545861;
}

tr:hover .scentname a {
    color: #b633a5; 
}
	
.type, .product {
	font-size: 90%; }

.scent-details span, .mytotals span {
    display: block;
}

.mytotals {
    margin-bottom: 18px;
}

.mytotals label {
    width: 70px;
    margin: 0 9px 0 0;
    font-weight: bold;
}

h2.noteheader {
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.mynotes {
    font-style: italic;
    margin-bottom: 18px;
}

.myedit {
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url(/media/icon_edit.png) 0 0 no-repeat;
    background-size: 11px auto;
    padding: 0;
    line-height: 1;
    overflow: hidden;
    text-indent: 9999px;
}

.myedit:hover {
    cursor: pointer;
    background-position: 0 -13px;
}

.noteseditor {
    display: none;
    margin: 0 0 9px 0;
}

#savenotes {
    margin-top: 9px;
}

.wishstatus.inactive, .friendstatus.inactive, .basestatus.inactive, .stashstatus.inactive, .swapstatus.inactive {
    background: url(/media/plus.png) 0 0 no-repeat;
    background-size: 14px auto;
}

.wishstatus.active, .friendstatus.active, .basestatus.active, .stashstatus.active, .swapstatus.active {
    background: url(/media/check.png) 0 -14px no-repeat;
    background-size: 14px auto;
    color: #b633a5;
}

.wishstatus.active:hover, .friendstatus.active:hover, .blockstatus.inactive:hover, .blockstatus.active:hover, .stashstatus.active:hover, .swapstatus.active:hover {
    background-position: 0 -28px;
    cursor: pointer;
    color: #7433B6;
}

.wishstatus.inactive:hover, .friendstatus.inactive:hover, .basestatus.inactive:hover, .stashstatus.inactive:hover, .swapstatus.inactive:hover {
    background-position: 0 -14px;
    cursor: pointer;
    color: #b633a5;
}

.wishstatus, .friendstatus, .basestatus, .stashstatus, .swapstatus {
    display: inline-block;
    line-height: 1;
    width: auto;
    padding-left: 20px;
    margin-right: 9px;
}

.friendstatus.hidden {
    display: none;
}

.blockstatus {
    background: url(/media/delete-x.png) 0 0 no-repeat;
    background-size: 14px auto;
    display: inline-block;
    line-height: 1;
    width: auto;
    padding-left: 20px;
    margin-left: 18px;
}

.blockstatus.active {
    background-position: 0 -14px;
    color: #b633a5;
}

.useractions {
    margin: 0 0 18px 0;
}

.comments {
    padding: 30px 0;
}

.comments h3, .recommended h3 {
    font-family: 'Kari', 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    border-bottom: 1px dashed #7433b6;
    margin: 0 0 18px 0;
    padding: 0 0 4.5px 0;
}

.comments ul {
    list-style: none;
    margin: 0 0 9px 0;
    padding: 0;
}

.comments li {
    margin: 0;
    padding: 4.5px 9px;
    background: #fff;
}

.comments li:nth-of-type(even) {
    background: #f0f4fa;
}

.comments li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	position: relative;
    line-height: 0px;
}

.comments li ul {
	margin: 0 -9px -9px 20px;
}

.comments li li {
	background: url(/media/arrow-reply.png) 0 0 no-repeat !important;
	background-size: 15px auto !important;
	padding-left: 20px;
}

.comments .profilepic {
    float: left;
    margin: 0 9px 4px 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 50px;
}

.add-comment {
    float: right;
}

.add-comment:hover {
    color: #b633a5;
    cursor: pointer;
}

.reply, .like {
	float: right;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	position: relative;
	margin-left: 9px;
}

.reply {
	cursor: pointer;
}

.reply:hover {
	color: #AD3E97;
}

.like .icon {
	display: inline-block;
	background: url(/media/heart.png) 0 -12px no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	cursor: pointer;
}

.like .icon.active {
	background-position: 0 0;
}

.like .icon:hover {
	background-position: 0 -24px;
}

.like .likecount {
	display: inline-block;
	min-width: 4px;
	color: #AD3E97;
	cursor: pointer;
}

.like .likelist {
	display: none;
	margin: 0;
	padding: 0 0 10px 0;
	position: absolute;
	z-index: 1000;
	right: -46px;
	bottom: 18px;
	font-size: 14px;
}

.arrow {
    position: absolute;
    bottom: 0;
    right: 39px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #DDAED1;
    z-index: 0;
}

.like .likelist ul {
	list-style: none;
	margin: 0;
	padding: 9px;
	background: #DDAED1;
	text-align: left;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}

.like .likelist li {
	background: none !important;
	margin: 0 0 9px;
	padding: 0;
	white-space: nowrap;
}

.like .likelist li:last-child {
	margin: 0;
}

.new-comment {
    display: none;
}

.new-comment label, .new-comment textarea {
    width: 100%;
}

.recommended {
	padding: 30px 0;
}

.recommended ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

.recommended ul li {
	display: block;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0;
}
 
#scent .edit {
    display: inline-block;
    width: 16px;
    height: 18px;
    float: right;
    background: url(/media/icon_edit.png) 0 0 no-repeat;
    background-size: 16px auto;
    padding: 0 0 0 21px;
    line-height: 1;
    overflow: hidden;
    text-indent: 9999px;
}

#scent .edit:hover {
    cursor: pointer;
    background-position: 0 -37px;
}

ul.tags {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0px;
}

ul.tags li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0;
}

ul.tags li a {
    border: 1px solid #D499C4;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    display: block;
    padding: 2.5px 5px;
    text-decoration:none;
    background: #ddaed1;
    color: #AD3E97;
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    font-size:13px;
}

ul.tags li a:hover {
    border: 1px solid #A280BA;
    background: #bea6cf;
}


/*** star ratings ***/

.rating {
    font-size: 0px;
    white-space: nowrap;
    line-height: 1;
    padding: 5px 0 7px 0;
}

input[type='radio'].star { 
	display: inline-block;
	width: auto;
	margin: 0 0 15px 0; 
}
	
input[type='radio'].star {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
 	text-overflow: "";
	border: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: none;
	position: absolute;
	left: -9999px; 
}
	
label.star, span.star, #profiletabs .star:hover {
    display: inline-block;
	background: url(/media/star.png) left no-repeat;
	background-size: 16px auto;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    overflow: hidden;
	padding: 0;
	margin: 0; 
    text-indent: -9999px;
    cursor: default;
}
	
label.star.active, span.star.active {
	background-position: 0 -16px;
}

label.star:hover, label.star.active:hover, span.star:hover, span.star.active:hover, span.star.hovered, label.star.avg:hover, span.star.avg:hover, label.star.avg.hovered, span.star.avg.hovered { 
    cursor: pointer; 
    background-position: 0 -32px;
}

label.star.avg, span.star.avg {
    background-position: 0 -48px;
}

label.remove-star, span.remove-star {
    display: inline-block;
	background: url(/media/delete.png) left no-repeat;
	background-size: 16px auto;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    overflow: hidden;
	padding: 0;
	margin: 0 3px 0 0; 
    text-indent: -9999px;
}

label.remove-star:hover, span.remove-star:hover { 
    cursor: pointer; 
    background-position: 0 -18px;
}

label.star.disabled:hover, span.star.disabled:hover, label.remove-star.disabled:hover, span.remove-star.disabled:hover {
    background-position: 0 0 !important;
    cursor: default;
}

label.star.avg.disabled:hover, span.star.avg.disabled:hover {
    background-position: 0 -48px !important;
    cursor: default;
}

del {
    text-decoration: none;
    display: inline-block;
    width: auto;
    background: rgba(161,0,0,0.50);
}

ins {
    text-decoration: none;
    display: inline-block;
    width: auto;
    background: rgba(22,255,0,0.80);
}
	
	
/*** search ***/

input.search, input.search:focus { 
	color: #888;
	background: #fff url(/media/magnifying-glass.png) 3px 50% no-repeat;
	background-size: 12px;
	padding-left: 19px; }
	
.filter { 
	width: auto;
	float:right; 
    max-width: 50%;
}

header .filter {
    max-width: 100%;
}

header .filter input.search {
    width: 100%;
}

.filter input {
	padding: 4px 9px 4px 19px;
}

.filter #clear {
    display: none;
}
	
#usercontrols .filter { 
    margin: 6px 0 -1px 0; 
}
	
.filter button { 
	margin: 0 0 9px 9px;
	padding: 6px 18px 1px;
}
	
ul.searchresults { 
	margin: 0;
	padding: 0;
	list-style: none; }
	
ul.searchresults li {
	margin: 0;
	padding: 0 0 27px 0; }

ul.pagination {
    clear: both;
	list-style: none;
	margin: 0 0 36px 0;
	padding: 0;
	text-align: center; }
	
ul.pagination li {
	display: inline-block;
	margin: 0 2px;
	padding: 0; }
	
ul.pagination li a { 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 32px;
	height: 32px;
	background: #C769BD; 
	color: #fff; 
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
	
ul.pagination li a.text { 
	width: auto;
	padding: 0 5px; }
	
ul.pagination li a:hover { 
	background: #B633A5;
	text-decoration: none;
    color: #fff;
}
	
ul.pagination li a.current, ul.pagination li a.current:hover { 
    background: #7433B6; 
    color: #fff;
}

#search .wishstatus.inactive, #search .basestatus.inactive, #home .wishstatus.inactive, #home .basestatus.inactive, .recommended .basestatus.inactive, .recommended .wishstatus.inactive {
    background-size: 11px auto;
}

#search .wishstatus.active, #search .basestatus.active, #home .wishstatus.active, #home .basestatus.active, .recommended .basestatus.active, .recommended .wishstatus.active {
    background: url(/media/check.png) 0 -11px no-repeat;
    background-size: 11px auto;
}

#search .wishstatus.active:hover, #home .wishstatus.active:hover, .recommended .wishstatus.active:hover {
    background-position: 0 -22px;
}

#search .wishstatus.inactive:hover, #search .basestatus.inactive:hover, #home .wishstatus.inactive:hover, #home .basestatus.inactive:hover, .recommended .basestatus.inactive:hover, .recommended .wishstatus.inactive:hover {
    background-position: 0 -11px;
}

#search .wishstatus, #search .basestatus, #home .wishstatus, #home .basestatus, .recommended .basestatus, .recommended .wishstatus {
    display: inline-block;
    padding-left: 15px;
    margin-right: 9px;
    font-size: 11px;
    line-height: 1;
}

.searchtips ol, .searchtips ul {
    margin: 0 0 18px 0;
}

.searchtips li {
    margin: 0 0 18px 16px;
}

.searchtips h3 {
    margin-bottom: 18px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
}


/*** brands ***/

ul.brands, ul.social {
    list-style: none;
    margin: 0 0 18px 0;
    padding: 0;
}

ul.brands {
    margin-bottom: 36px;
}

ul.brands li {
    margin: 0 0 9px 0;
    padding: 0;
}

ul.anchors {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}

ul.anchors li {
    margin: 0 9px 0 0;
    padding: 0;
    display: inline-block;
    color: #AD3E97;
}

ul.anchors li:hover {
    cursor: pointer;
    color: #6F469C;
}
	
	
/*** dashboard ***/

ul.updatelist { list-style: none; }

ul.updatelist li {
	margin: 0 0 9px 0;
	padding: 0; }


/*** profile ***/

#profile img.profilepic {
    float: left;
    max-width: 25%;
    border-radius: 500px;
    margin: 0 18px 9px 0;
}

#profile h1 {
    margin: 0;
    padding: 18px 0 0 0;
    line-height: 1;
}

#profile .location {
    display: block;
    margin: 0 0 18px 0;
}

ul.tabs {
    display: block;
    position: relative;
    z-index: 2;
    margin: 18px -16px -18px -16px;
    padding: 0;
    font-size: 0px;
}

ul.tabs li {
    display: inline-block;
    margin: 0 ;
    padding: 9px 14px;
    font-size: 16px;
    background: #F1EAF8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

ul.tabs li:hover {
    background: #b633a5;
    color: #fff;
    cursor: pointer;
}

ul.tabs li.active, ul.tabs li.active:hover {
    background: #fff;
    color: #545861;
    border-top: 1px dashed #7433b6;
    border-right: 1px dashed #7433b6;
    border-left: 1px dashed #7433b6;
    margin-bottom: -1px;
    padding-bottom: 10px;
    cursor: default;
}

ul.friends {
    list-style: none;
    margin: 0 0 36px 0;
    padding: 0;
}

ul.friends li {
    margin: 0;
    padding: 4.5px 9px;
    background: #fff;
}

ul.friends li:nth-of-type(even) {
    background: #EBEFF5;
}

ul.friends li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	position: relative;
    line-height: 0px;
}

ul.friends .profilepic {
    float: left;
    margin: 0 9px 4px 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 50px;
}

ul.updates {
    list-style: none;
    margin: 0 0 18px 0;
    padding: 0;
}

ul.updates li {
    margin: 0 0 18px 0;
    padding: 0;
}


/*** social ***/

ul.social {
    display: block;
    width: auto;
    font-size: 0px;
}

ul.social li {
    display: inline-block;
    width: auto;
    margin: 0 9px 0 0;
    padding: 0;
}

ul.social li a.fb {
    background: url(/media/facebook.png) 0 0 no-repeat;
    background-size: auto 48px;
    width: 14px;
}

ul.social li a.twit {
    background: url(/media/twitter.png) 0 0 no-repeat;
    background-size: auto 48px;
    width: 29px;
}

ul.social li a.insta {
    background: url(/media/instagram.png) 0 0 no-repeat;
    background-size: auto 48px;
    width: 24px;
}

ul.social li a.url {
    background: url(/media/home.png) 0 0 no-repeat;
    background-size: auto 48px;
    width: 29px;
}

ul.social li a.etsy {
    background: url(/media/etsy.png) 0 0 no-repeat;
    background-size: auto 48px;
    width: 23px;
}

ul.social li a {
    display: inline-block;
    height: 24px;
    font-size: 14px;
    text-indent: 9999px;
    overflow: hidden;
}

ul.social li a:hover {
    background-position: 0 -24px;
}


/*** account ***/

#account input[type='text'], #account input[type='password'], #account select {
	width: 85%;
}

#account .threefourths {
	float: left;
	width: 75%;
	padding-right: 18px;;
}

#account .onefourth {
	float: left;
	width: 25%;
	font-size: 0px;
	line-height: 1;
}

.changepass {
    display: block;
    background: url(/media/icon_edit.png) 0 0 no-repeat;
    background-size: 12px auto;
    padding-left: 17px;
    line-height: 1;
}

.changepass:hover {
    background-position: 0 -14px;
    color: #b633a5;
    cursor: pointer;
}

.check {
    display: inline-block;
}

.check.valid {
    width: 12px;
    height: 12px;
    background: url(/media/check.png) 0 -12px no-repeat;
    background-size: 12px auto;
    padding-left: 17px;
    line-height: 1;
}

#account .profilepic {
	width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
	font-size: 0px;
	line-height: 1;
	text-align: center; 
}
	
.profilepic .frame {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center; 
    background: url(/media/profile-frame.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
	
.profilepic .frame #loading {
	max-width: 80%;
	margin-top: 47.5%; }
	
.profilepic .upload {
	display: none;
	position: absolute;
	z-index: 95;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	background: rgba(235, 235, 235, 0.5); 
}

.profilepic:hover {
    cursor: pointer;
}
	
.profilepic:hover .upload, .profilepic:hover #add_photo { 
    display: block; 
}

.profilepic #PhotoData { display: none; }

#add_photo {
    display: none;
	width: 30px;
    height: 26px;
	background: url(/media/icon_camera.png) left no-repeat;
	background-size: 30px auto;
	color: #fff; 
    position: absolute;
    z-index: 125;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -15px;
    line-height: 1;
}


/*** home ***/

.sidebar form + h1 {
    margin-top: 36px;
}

#home .main2 h1 {
    margin: 0 0 30px;
}

#home h2 {
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

ul.blog {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

ul.blog li {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
}

ul.blog li .date {
    font-size: 13px;
}

#home .comments .slinks {
    font-style: italic;
    font-size: 85%;
    line-height: 1.3;
}

#home .comments li {
    padding: 9px;
}

.suggest-accepted, .reply-alert, .like-alert {
    position: relative;
    border: 1px solid #C3D941;
    background: #D1E26E;
    padding: 10px 20px;
    margin: -20px 0 20px 0;
    font-style: italic;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.suggest-accepted + .suggest-accepted, .suggest-accepted + .reply-alert, .suggest-accepted + .like-alert, .reply-alert + .reply-alert, .reply-alert + .like-alert, .like-alert + .like-alert {
	margin-top: -10px;
}

.suggest-accepted .delete, .reply-alert .delete, .like-alert .delete {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #AAC026;
    line-height: 1;
    cursor: pointer;
}

.suggest-accepted .delete:hover, .reply-alert .delete:hover, .like-alert .delete:hover {
    color: rgba(84,88,97,0.5);
}

/*** share ***/

ul.share {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0px;
	line-height: normal; }
	
ul.share li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0; }
	
ul.share li a {
	display: block;
	padding: 3px 5px 1px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #AD3E97;
	font-size: 12px; }
	
ul.share li a:hover { background: #7433B6; }

ul.share li a img { height: 15px; }

#home .comments .name {
    font-size: 16px;
    font-weight: bold;
}


/*** help***/

#help h2.ui-accordion-header, #help h3.ui-accordion-header {
    background: url(/media/tab-closed.png) 0 50% no-repeat;
    background-size: 16px auto;
    margin: 0;
    padding: 15px 15px 15px 36px;
    border: none;
    border-radius: 0px;
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

#help h2.ui-accordion-header {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

#help h2.ui-accordion-header.ui-state-active, #help h3.ui-accordion-header.ui-state-active {
    background: url(/media/tab-open.png) 0 50% no-repeat;
    background-size: 16px auto;
}

#help h3.ui-accordion-header {
    font-size: 18px;
}

#help h2.ui-accordion-header:last-of-type {
    border: none;
}

#help .ui-accordion-content {
    padding: 36px;
}

#help .ui-state-active, #help .ui-state-default {
    color: #545861;
}

#help .ui-widget-content {
    background: none;
    border: none;
    font-family: 'Quattrocento Sans', 'Lucida Grande', Helvetica, sans-serif;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

#help .ui-accordion-content .ui-accordion-content {
    padding: 0 36px 36px 36px;
}

#help .accordion li {
    margin: 0;
    padding: 0;
}

#help .accordion li .ui-widget-content, #help .accordion .ui-widget-content:last-of-type {
    border: none;
}

#help .accordion .ui-widget-content ol, #help .accordion .ui-widget-content ul {
    margin: 0;
    padding: 0;
}

#help .accordion .ui-widget-content ol li, #help .accordion .ui-widget-content ul li {
    margin: 0 0 15px 1em;
    padding: 0;
}

#help .accordion .ui-widget-content ul li {
    list-style: disc;
}

#help .accordion li p {
    font-size: 15px;
    line-height: 1.6em;
}

#help .accordion li p a, #help .accordion li li a {
    color: #AD3E97;
}


/*** tabs ***/
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}


/*** friends of ScentBase ***/
.sbfriends, .sbfpreview {
	text-align: center;
	margin-bottom: 30px;
}

.sbfriends p.info, .sbfpreview p.info {
	font-size: 85%;
	font-style: italic;
	margin: 0 0 6px 0;
}

.mbonly {
	display: block;
}

.dtonly {
	display: none;
}

#brands .sbfriends {
	margin-bottom: 40px;
}

.sbfriends.photocopy img, .sbfpreview.photocopy img {
	display: block;
	margin: 0 0 10px 0;
}
	
	
@media only screen and (min-width: 769px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	/*** globals ***/
	
	header, footer, section, #usercontrols nav, #adminnav nav {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto; }
		
		
	/*** header ***/
	
	#logo { max-height: 60px; }
	
	header .main { 
        width: 33.333%; 
        text-align: left;
    }

	header .sidebar { 
        width: 66.666%;
		display: block;
		text-align: right; }
		
	header h2, header .filter {
		position: absolute;
		right: 18px;
		bottom: 0; }
		
	
	/*** navigation ***/
	
	#menu { display: none; }
	
	#usercontrols nav { display: block; }
	
	#usercontrols nav { padding: 0 9px; }
	
	#usercontrols nav li a { padding: 9px 18px; }
    
    header nav {
        display: block;
    }
	
	header nav:after {
		content:".";
		display:block;
		height:0;
		clear:right;
		visibility:hidden; }
	
	header nav ul { 
		width: auto;
		float: right; }
    
    nav ul {
        font-size: 0px;
    }
		
	nav li {
		display: inline-block;
		width: auto;
        font-size: 14px;
    }

	nav li ul {
		position: absolute;
		z-index: 1000;
		display: block;
		left: -999em;
		margin: 0; }
	
	nav li li {
		float: none;
		background: none; }
	
	nav li li a { }
		
    nav li:last-child {
        float: right;
    }
    
    #adminnav nav li:last-child {
        float: none;
    }
	
	nav li:hover ul ul, nav li:hover ul ul ul { left: -999em; }
	
	nav li:hover ul, nav li li:hover ul, nav li li li:hover ul { left: auto; }
	
	
	/*** columns ***/
		
	.main {
		float: left;
		width: 61%;
		padding: 18px 40px 18px 18px; }
		
	.sidebar {
		float: left;
        width: 39%;
		padding: 18px 18px 18px 40px; }
		
    .onethird {
        float: left;
        width: 33.333%;
        padding: 0 40px 0 0;
    }
    
    .twothirds {
        float: left;
        width: 66.666%;
        padding: 0 40px 0 0;
    }
    
    .onethird:nth-of-type(3n+2) {
        padding: 0 20px;
    }
    
    .onethird:nth-of-type(3n) {
        padding: 0 0 0 40px;
    }
    
    .twothirds + .onethird, .onethird + .twothirds {
        padding: 0 0 0 40px;
    }
		
	.half {
		float: left;
		width: 50%; }
    
    .main .half:nth-of-type(odd), .main2 .half:nth-of-type(odd) {
        padding: 18px 18px 18px 0;
    }
    
    .main .half:nth-of-type(even), .main2 .half:nth-of-type(even) {
        padding: 18px 0 18px 18px;
    }
    
    .half + .half.hidden {
        width: 100%;
    }
	
	.onefourth {
		float: left;
		width: 25%;
	}
	
	.onefouth:nth-of-type(4n+1) {
		padding: 0 27px 0 0;
	}
	
	.onefouth:nth-of-type(4n+2) {
		padding: 0 18px 0 9px;
	}
	
	.onefouth:nth-of-type(4n+3) {
		padding: 0 9px 0 18px;
	}
	
	.onefouth:nth-of-type(4n) {
		padding: 0 0 0 27px;
	}
		
		
	/*** forms ***/
		
	label {
		display: inline-block;
		width: 25%; 
        margin: 0 9px 9px 0;
    }
		
	label.checkbox, label.radio {
		display: inline-block;
		float: none;
		width: auto; }
    
    input + label {
        width: auto;
        margin: 0 0 9px 9px;
    }
		
	button, a.button, input[type='submit'], input[type='radio'], input[type='checkbox'], select { margin: 0 0 9px 0; }
    
    input[type='text'], input[type='password'], select {
        width: 200px;
    }
		
	input#securityq, .changepass { margin-left: 26%; }
    
    label[for='description'] {
        float: left;
        margin-right: 0;
    }
    
    label[for='description'] + .instructions {
        display: inline-block;
        float: left;
        width: 75%;
        padding-left: 9px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    #newbrand{
        padding-left: 14px;
        margin: 0 0 -1.1em 25%;
    }
    
    table.list select { margin: 0 0 9px 0; }
    
    .move-options, .delete-option, .correction, .pass {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 700px;
        height: auto;
        max-height: 90%;
    }
    
    .move-options label, .delete-option label {
        width: auto;
    }
    
    .pass {
        min-width: 400px;
    }
    
    .pass label {
        width: 150px;
    }
    
    
    /*** base ***/
    
    .mobrow {
        display: none;
    }
    
    th.stars, td.stars, th.brand, td.brand, th.category, td.category, .samounts, .wsize {
        display: table-cell;
    }
    
    th.basics, td.basics, th.brand, td.brand, th.category, td.category {
        width: 28%;
    }
    
    th.stars, td.stars {
        width: 135px;
    }
    
    .filter #clear {
        display: inline-block;
    }
    
    
    /*** scents ***/
    
    .recommended ul li {
		display: inline-block;
		width: 25%;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
	
	.recommended ul li:nth-of-type(4n+1) {
		padding: 0 30px 0 0;
	}
	
	.recommended ul li:nth-of-type(4n+2) {
		padding: 0 20px 0 10px;
	}
    
    .recommended ul li:nth-of-type(4n+3) {
        padding: 0 10px 0 20px;
    }

	.recommended ul li:nth-of-type(4n) {
 		padding: 0 0 0 30px;	
	}
    
    .scent-details img {
        max-height: 134px;
        width: auto;
    }
    
    
    /*** images ***/
    
    .rightpic {
        float: right;
        margin: 0 0 9px 18px;
    }
    
    .leftpic {
        float: left;
        margin: 0 18px 9px 0;
    }
    
    
    /*** profile ***/
    
    ul.tabs {
        margin: 18px 0 -18px 0;
    }
    
    ul.tabs li {
        padding: 9px 18px;
        margin: 0 3px;
        font-size: 18px;
    }
    
    .confirm, .message, .crop {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
    }
    
    .crop {
        width: 400px;
    }
    
    .useractions {
        position: absolute;
        right: 18px;
        top: 18px;
    }
    
    
    /*** account ***/
    
    #account input[type='text'], #account input[type='password'], #account select {
    	width: 200px;
    }
    
    
    /*** home ***/
    
    #home .sidebar {
        float: right;
    }
    
    #home .sidebar input[type='text'], #home .sidebar input[type='password'] {
        width: 190px;
    }
    
    
    /*** social ***/
    
    #profile ul.social {
        position: absolute;
        z-index: 3;
        bottom: -15px;
        right: 18px;
    }
    
    ul.social li {
        display: inline-block;
        margin: 0 0 0 9px;
    }
	
	/*** friends of ScentBase ***/
	#scent .main2 .sbfriends {
		margin: 0 auto;
		width: 75%;
	}
	
	.dtonly {
		display: block;
	}
	
	.mbonly {
		display: none;
	}
	
		
}

@media only screen and (max-width: 958px) {
	
	header, footer, section, #usercontrols nav, #adminnav nav {
		width: 95%; }
	
}

@media only screen and (max-width: 908px) {
	
	header, footer, section, #usercontrols nav, #adminnav nav { width: 100%; }
    
    #usercontrols nav li a { padding: 9px 14px; }
    
    #scent .half {
        float: none;
        width: 100%;
        padding: 18px 0;
    }
    
    .recommended ul li {
        width: 50%;
        padding: 0;
    }
    
    .recommended ul li:nth-of-type(odd) {
        padding: 0 20px 36px 0;
    }
    
    .recommended ul li:nth-of-type(even) {
        padding: 0 0 36px 20px;
    }
	
}

/*** admin styles - DO NOT REMOVE! ***/

.alert { color: #C00; }

.instructions { 
	font-size: 90%;
	font-style: italic; }
	
table.list { width: 100%; }

table.list tr { vertical-align: middle; }
	
table.list td, table.list th {
	padding: 9px;
	border-bottom: 1px solid #ccc;
	text-align: left; }
	
ul.list, ul.sblist, ul.sublist, ul.photolist, ul.slidelist, ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none; }
	
ul.sublist { margin: 0 0 0 36px; }
	
ul.list li, ul.sublist li, ul.sblist li {
	margin: 0;
	padding: 0; }
	
ul.list li, ul.sblist li { border-bottom: 1px solid #ccc; }
	
ul.sublist li { border: none; }

ul.list li a, ul.sublist li a, ul.sblist li a { 
	display: block;
	padding: 10px; }

ul.list li a:hover, ul.sublist li a:hover, ul.sblist li a:hover { 
	background: #ebd7f0;
	text-decoration: none; }
	
ul.list li a.published, ul.list li a.unpublished {
	float: left;
	width: 80px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	color: #fff;
	margin: 4px 10px 0 0;
	padding: 6px;
	border: none; }
	
ul.list li a.published { background: #d2d3da; }
	
ul.list li a.unpublished { background: #ccc; }
	
ul.photolist li {
	display: block;
	width: 200px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin: 0 20px 20px 0; }
	
ul.photolist li img { width: 200px; }

ul.slidelist li {
	display: block;
	width: auto;
	height: 100px;
	float: left;
	overflow: hidden;
	margin: 0 18px 18px 0;
	text-align: center; }
	
ul.slidelist li img { height: 100px; }

ul.list li .date { float: right; }
	
ul.gallery li {
	width: 173px;
	margin: 0 18px 18px 0;
	padding: 0;
	text-align: center;
	font-size: 90%;
	line-height:140%; }
	
ul.gallery.last li { margin: 0 18px 0; }
	
ul.gallery li img { 
	width: 173px;
	margin: 0; }
	
.thumb, .dirthumb, .filethumb {
	float: left;
	width: 200px;
	height: 220px;
	margin: 0 1em 1em 0;
	text-align: center;
	overflow: hidden; }
	
.thumb img, .filethumb img { 
	max-width: 200px;
	max-height: 150px; }

.dirthumb { 
	background: url(/media/cammycms_folder.png) center no-repeat;
	background-size: 200px; }
	
.thumb button, .dirthumb button, .filethumb button { margin: 0; }
	
a>.dirthumb { color: #71747C; }

.currentmainpic { max-width: 500px; }

.slidethumb {
	float: left;
	max-height: 200px;
	margin: 0 18px 9px 0; }

#pagelink, #prettyurlname, #aliaslink { text-transform: lowercase; }

#response, .response {
	margin: 0 0 18px 0;
	padding: 10px;
	border: 1px solid #C3D941;
    background: #D1E26E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-style:italic;
	display: none; 
    max-width: 100%;
}

.response.error {
    background: #D7595B;
}

#cammy { 
	float: right;
	text-align: right; }
	
#cammy img { 
	margin-top: 1em;
	height: 30px; }

#cammy #version {
	font-size: 80%;
	font-style: italic; }

a.add {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/media/icon_add.png) 0 0 no-repeat;
	background-size: auto 36px;
	text-indent: -9999px;
    overflow: hidden;
	margin-left: 5px;
	position: relative;
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
	
a.add:hover {
	background: url(/media/icon_add.png) 0 -18px no-repeat;
	background-size: auto 36px; }
	
a.edit {
	display: inline-block;
	width: 18px;
	height: 20px;
    padding: 0;
	background: url(/media/icon_edit.png) 0 0 no-repeat;
	background-size: auto 40px;
	text-indent: -9999px;
    overflow: hidden;
	margin-left: 5px;
	position: relative;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
	
a.edit:hover {
	background: url(/media/icon_edit.png) 0 -20px no-repeat;
	background-size: auto 40px; 
}
	
a.settings {
	display: inline-block;
    float: right;
	width: 18px;
	height: 18px;
    padding: 0;
    line-height: 1;
	background: url(/media/icon_gear.png) 0 0 no-repeat;
	background-size: auto 36px;
	text-indent: -9999px;
    overflow: hidden;
	margin-left: 5px;
	position: relative;
	border: none; 
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
	
a.settings:hover {
	background: url(/media/icon_gear.png) 0 -18px no-repeat;
	background-size: auto 36px;
	border: none; }

.button.edit, .button.add {
	margin: 0 0 0 9px;
	float: right;
	font-size: 100%;
	padding: 0; }
	
label.radio, label.checkbox, input[type='checkbox'].checkbox, #login button, #register button, input[type='radio'].star { 
	display: inline;
	float: none;
	margin-left: 0; }

#passreset, #reset-response, #verify {
    display: none;
    margin-bottom: 18px;
}

.success {
    color: #068A06;
}

#help:hover {
    cursor: pointer;
}

#adminmain .profilepic {
    float: left;
    margin: 0 18px 9px 0;
    max-width: 20%;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
}

p.restotal {
    text-align: center;
}

p.restotal .next {
    float: right;
}

p.restotal .prev {
    float: left;
}

#actionbar {
    text-align: right;
}

#actionbar .edit {
    float: none;
    margin-left: 10px;
}

#actionbar .deletex {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
    margin-left: 10px;
}

#actionbar .publish {
    margin-left: 10px;
}

#actionbar #estatus {
    float: left; 
}

.publish {
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: 9999px;
    background: url(/media/check.png) 0 0 no-repeat;
    background-size: 18px auto;
    cursor: pointer;
}

#actionbar .deletex:hover, #actionbar .publish:hover {
    background-position: 0 -36px;
}

ul.admin_subnav {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 0px;
	float: right;
}

ul.admin_subnav li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1;
	border-left: 1px solid #ccc;
}

ul.admin_subnav li:first-child {
	padding-left: 0;
	border: none;
}

ul.admin_nav li:last-child {
	padding-right: 0;
}

#ad_banners, #ad_pcs, #ad_videos, #ad_slides, .ad_options {
	display: none;
}

	