/* Global Reset */
html {
    height: 100%;
}
body {
	font-family: Arial;
	font-size: 12px;
	line-height:16px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#d8d5ce;
	background:url(../../img/bodybg.gif) no-repeat center top #f6f3ec;
}
body.homepage{
	background:url(../../img/bodybg-home.gif) no-repeat center top #e2dcc9;
}
body.print-out{
	background:none;
}
html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin:0;
	padding:0;
	border:0;
	text-decoration: none;
}
button {
	background: none;
	cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
li {
	list-style:none;
	float:left;
}
a img {
	border:none;
}
a {
	cursor:pointer;
	outline:none;
}
/* Page Holder */
#fullWrapper {
    min-height: 100%;
	height: auto !important;
	height: 100%;
        margin: 0 auto -68px; /* the bottom margin is the negative value of the footer's height */
}
.container {
	padding: 0;
	margin: 0 auto;
	width: 1020px;
}
#footer .container {
    width:1092px;
}
/* General Styles */
.clear {
	clear:both;
	overflow:hidden;
	width:100%;
}
.fltlft {
	float:left;
}
.fltrt {
	float:right;
}
/* H1 to H6 type Styles */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
#header, #footer {
	width: 100%;
	text-align:left;

}
#header {
    margin-bottom: 27px;
    position: relative;
    z-index: 999;
    height: 117px;
}
#footer {
        clear:both;
	overflow:hidden;
}
#wrapper {
	width:1080px;
        padding-left: 120px;
	text-align:left;
        margin: 0 auto;
        overflow:hidden;
	/*background:url(../../img/wrappertop.png) no-repeat 56% bottom;*/
}
body.homepage #wrapper{
	float:none;
	min-height:955px;
	margin:0 auto;
	background:url(../../img/bg-homepage-new.jpg) 0 30px no-repeat;
        position: relative;
}
body.advice #wrapper {
    background: url(../../img/wrappertop.png) no-repeat 44% bottom;
}
body.showyourcolors #wrapper{
    width:963px;
}
#pagewrap {
	width: 100%;
	text-align:left;
	float:left;
	background:url(../../img/wrapper1.png) no-repeat center bottom;
}
body.homepage #pagewrap{
	background:none;
}
/* Header */
/* Header */
#header #logo {
	float:left;
	padding:9px 0 0 16px;
}
#header #top-nav {
	float:right;
	width:614px;
	border-bottom:1px solid #cccccc;
	padding:13px 0 10px 0;
	margin:0 9px 0 0;
}
#header #top-nav #toplinks {
	float:left;
	font-size:14px;
	line-height:27px;
}
#header #top-nav #toplinks span {
	color:#666666;
	padding:0 9px;
	color:#999933;
}
#header #top-nav #toplinks a {
	color:#999933;
}
#header #top-nav #facebook-icon {
	float:left;
	width:107px;
	margin:0 0 0 16px;
	height:27px;
	background:url(../../img/facebookicon.jpg) no-repeat left top;
}
#search {
	float:right;
	width:189px;
	height:20px;
	border:1px solid #b7b7b7;
	margin:2px 1px 0 0;
}
#search #tab1 {
	float:left;
	width:185px;
	background:#fff;
	padding:0 2px;
	border:none;
	height:20px;
	outline:none;
	font-size:14px;
	line-height:20px;
	color:#b2abaa;
}
/* Homepage */
#wrapper h1#slider {
    text-align: center;
    margin-left: -120px;
    font-family: Arvo;
    font-weight: bold;
    margin-top: 14px;
    color: #6b4787;
    padding: 8px;
}
#slideshow{
	height:552px;
}
#mylife{
    top: 473px;
    position: absolute;
    left: 105px;
}
#mylife h2{
	float:left;
	width:210px;
	height:114px;
	text-indent:-9999px;
	background:url(../../img/introducing.png) no-repeat;
	margin-top: 15px;
	margin-left: 21px;
}
#mylife p{
	float:left;
	width:305px;
	color:#634f3a;
	font-size:13px;
	padding-top:15px;
}
#mylife p a, #btm-cta div a{
	display:block;
	font-size:22px;
	color:#a19630;
	padding-top:10px;
	font-family: 'Zeyada', cursive;
}
#btm-cta div a img {
    margin-right: 15px;
}
#btm-cta{
    clear: both;
    top: 625px;
    left: 100px;
    position: absolute;
}
#btm-cta div.cta-inspiration, #btm-cta div.cta-advice, #btm-cta div.cta-blog{
	float:left;
	width:275px;
	height:298px;
	padding:30px 20px 0 20px;
	margin-right:5px;
	background:url(../../img/bg-home-bottom-container.png) no-repeat;
}
#btm-cta div h3{
	color:#6d4685;
	font-size:18px;
	font-family:'Arvo', serif;
	font-weight:700;
	margin-bottom:15px;
}
#btm-cta div p{
	color:#333;
	font-size:13px;
}
#btm-cta div p.quote{
	color:#a790b6;
	font-size:14px;
	font-weight:700;
	margin-bottom:8px;
	font-family:'Arvo', serif;
}
#btm-cta div p.meta{
	color:#000;
	font-size:12px;
	font-style:italic;
	margin-bottom:8px;
	font-family:Georgia, serif;
}
#btm-cta div p.meta span{
	color:#9e9013;
	font-weight:bold;
}
#btm-cta div p.writer{
	padding:0 20px 18px 0;
}
a.advice{
	height:34px;
	line-height:34px;
	display:block;
}
div.cta-advice a.advice img {
    padding:0;
}
a.advice.amber{
	background:url(../../img/bg-advice-amber.gif) left center no-repeat;
}
div.cta-advice img{
	float:right;
	padding:0 0 20px 10px;
}
div.cta-advice .advice span {
    float:left;
    display: block;
}
div.cta-advice a.advice img {
    float:left;
    display: block;
}

div.cta-inspiration p{
	padding:10px 10px 5px 0;
}
img.cta-latest{
	float:left;
	padding:0 15px 20px 0;
        width: 40%;
}
div.cta-blog p.clear{
	width:auto;
	padding:0 20px 5px 0;
}
#cta-blog-left {
    float:left;
    width: 50%;
}
/* Footer */
#footer, .push {
        clear: both;
	height: 68px; /* .push must be the same height as .footer */
}
#footer {
	background:url(../../img/footerbg.png) repeat-x left top;
	height:68px;
}
#footer #footerlogo {
	float:left;
	height:58px;
	padding:0 0 0 10px;
}
#copyrights {
	color: #333;
	/*color:#a19630;*/
	padding:38px 0 0 19px;
	display:block;
	float:left;
	font-size: 11px;
}
.powered_by {
	color: #333;
	/*color:#a19630;*/
	padding:38px 0 0 13px;
	display:block;
	float:left;
	font-size: 11px;
}
.follow_facebook {
	/*color:#a19630;*/
	color: #6b4787;
	padding:18px 30px 0 0;
	display:block;
	float:right;
	font-size: 11px;
}
.follow_facebook_text {
	/*color:#a19630;*/
	color: #6b4787;
	padding:38px 0 0 115px;
	display:block;
	float:left;
	font-size: 11px;
}
/* Content */
#wrapper .container {
	padding:46px 0 0 0;
}
#wrapper .container #sidebarleft {
	float:left;
	width:264px;
	z-index:0;
	padding:150px 0 0 0;
}
#wrapper .container #sidebarleft h1 {
	clear:both;
	background:#ede8dc;
	width:252px;
	height:59px;
	color:#6b650e;
	line-height:59px;
	font-weight:bold;
	font-size:18px;
	padding:0 0 0 12px;
}
#wrapper .container #sidebarleft #contributors {
	float:left;
	width:264px;
}
#wrapper .container #sidebarleft #contributors li {
	width:250px;
	height:85px;
	font-size:14px;
	padding:23px 0 0 14px;
	display:block;
	float:none;
	line-height:60px;
	background:url(../../img/libg.jpg) no-repeat left bottom;
}
#wrapper .container #sidebarleft #contributors li .img {
	background:url(../../img/imgborder.png) no-repeat left top #000;
	width:56px;
	height:56px;
	padding:2px;
	float:left;
}
#wrapper .container #sidebarleft #contributors li a {
	float:left;
	width:160px;
	margin:0 0 0 9px;
	text-align:left;
	color:#8b8781;
}
#wrapper .container #sidebarleft #contributors li a:hover {
	color:#9b9800;
	text-decoration:underline;
}
#wrapper .container #sidebarleft #contributors li:hover, #wrapper .container #sidebarleft #contributors li.select, #wrapper .container #sidebarleft #contributors li.select a {
	background:#fff;
	color:#9b9800;
}
#wrapper .container #sidebarleft #contributors li.last {
	background:#f6f3ec;
}
#wrapper .container #sidebarleft #contributors li.last:hover {
	background:#fff;
}
#wrapper .container #sidebarleft #contributors li.last:hover a {
	text-decoration:underline;
	color:#9b9800;
}
#vewall {
	float:left;
	color:#9b9800;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 45px 14px;
}
.options {
	clear:both;
	width:238px;
	padding:10px 0 55px 12px;
	line-height:24px;
	color:#9b9800;
	font-weight:bold;
}
#wrapper .container #content {
	float:right;
	width:667px;
	padding:0 23px 130px 23px;
	background:url(../../img/contentbg.png) repeat-y left top;
	margin:0 0 0 -42px;
	z-index:99999;
}
#content-title {
	float:left;
	margin:53px 0 0 260px;
	width:356px;
	height:116px;
}
#wrapper .container #content #contentheader {
	float:left;
	width:917px;
	height:243px;
	margin:0 -116px;
	background:url(../../img/contentheader.png) no-repeat left top;
}
#social-icons {
	float:left;
	width:651px;
	margin:-35px 0 0 0;
	padding:10px 16px 31px 0;
	text-align:right;
	background:url(../../img/social-iconbg.png) no-repeat left top;
	height:39px;
}
#social-icons a {
	margin:0 0 0 5px;
}
.contentblogs {
	float:left;
	width:645px;
	padding:0 0 40px 21px;
}
.contentblogs .contentimg {
	float:left;
	width:152px;
	margin:0 29px 0 0;
}
.contentblogs .contentimg .schemes {
	float:left;
	width:152px;
	height:134px;
	background:url(../../img/contentimgbg.png) no-repeat left bottom;
	padding:0 0 10px 0;
}
.contentblogs .leftcontent {
	float:left;
	width:420px;
	position:relative;
	font-size:14px;
	color:#333333;
}
.contentblogs .leftcontent h2 {
	float:left;
	width:420px;
	background:url(../../img/h2bg.jpg) no-repeat left bottom;
	height:40px;
	font-size:20px;
	color:#6b4787;
	line-height:30px;
}
.contentblogs .leftcontent span {
	color:#9b9800;
}
.topdate {
	float:left;
	padding:15px 0 28px 0;
}
.topdate span {
	color:#9b9800;
}
#commentsblog {
	float:left;
	width:595px;
}
.topdate strong {
	color:#444444;
}
.schemestxt {
	float:left;
	width:382px;
}
.schemestxt a {
	color:#9b9800;
	text-decoration:underline;
}
.schemestxt a:hover {
	text-decoration:none;
}
.colors {
	float:left;
	width:152px;
	padding:2px 0 0 0;
}
.colors #color1 {
	float:left;
	width:16px;
	height:16px;
	background:#8b1c2f;
}
.colors #color2 {
	float:left;
	width:16px;
	height:16px;
	background:#c2b459;
	margin:0 2px;
}
.colors #color3 {
	float:left;
	width:16px;
	height:16px;
	background:#d6d6c7;
}
.colors #color4 {
	float:left;
	width:16px;
	height:16px;
	background:#aa4644;
}
.colors #color5 {
	float:left;
	width:16px;
	height:16px;
	margin:0 2px;
	background:#fec8d7;
}
.colors #color6 {
	float:left;
	width:16px;
	height:16px;
	background:#fbf4ce;
}
.colors #color7 {
	float:left;
	width:16px;
	height:16px;
	background:#6782b9;
}
.colors #color8 {
	float:left;
	margin:0 2px;
	width:16px;
	height:16px;
	background:#c2b459;
}
.colors #color9 {
	float:left;
	width:16px;
	height:16px;
	background:#d6d7c7;
}
.colors #color10 {
	float:left;
	width:16px;
	height:16px;
	background:#70993e;
}
.colors #color11 {
	float:left;
	width:16px;
	height:16px;
	margin:0 2px;
	background:#c1b459;
}
.colors #color12 {
	float:left;
	width:16px;
	height:16px;
	background:#d7d7c7;
}
.colors #color13 {
	float:left;
	width:16px;
	height:16px;
	background:#97455c;
}
.colors #color14 {
	float:left;
	width:16px;
	height:16px;
	background:#ef6929;
	margin:0 2px;
}
.colors #color15 {
	float:left;
	width:16px;
	height:16px;
	background:#b1a46f;
}
.savethis {
	float:left;
	width:70px;
	background:url(../../img/saveicon.jpg) no-repeat left top;
	text-decoration:underline;
	color:#a19630;
	padding:0 0 0 16px;
	margin:0 0 0 11px;
	font-size:11px;
}
.savethis:hover {
	text-decoration:none;
}
#gotoup {
	position:absolute;
	width:44px;
	height:44px;
	background:url(../../img/up.jpg) no-repeat left top;
	right:-80px;
	top:100px;
}
#pagenation {
	float:left;
	width:645px;
	margin:0 0 0 2px;
	border-top:1px solid #dddddd;
	padding:14px 0 0 18px;
}
#pagenation a {
	float:left;
	width:30px;
	height:30px;
	background:url(../../img/pagenation.jpg) no-repeat left top;
	color:#999999;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0 0 0 4px;
	line-height:30px;
}
#pagenation a.activepage, #pagenation a:hover {
	background:url(../../img/pagenation-active.jpg) no-repeat left top;
	color:#fff;
}
#pagenation a.pagenation-next {
	width:30px;
	height:30px;
	background:url(../../img/pagenation-next.jpg) no-repeat left top;
}
/*inner1*/
#innercontent {
	float:left;
	width:622px;
	padding:0 0 0 26px;
	line-height:18px;
}
.topdate2 {
	float:left;
	padding:15px 0 0 45px;
}
#innercontent-photo {
	width:602px;
	background:url(../../img/photobg.png) no-repeat left top;
	height:350px;
	float:left;
	padding:17px 0 38px 20px;
}
.topdate2 span {
	color:#9b9800;
}
#content h3 {
	color:#6b4787;
	width:579px;
	float:left;
	font-size:28px;
	height:45px;
	margin:40px 0 0 42px;
	font-weight:bold;
	background:url(../../img/headingbg.png) no-repeat left bottom;
}
#coloroptions {
	float:left;
	padding:12px 0 0 0;
}
#coloroptions span {
	float:left;
	width:100px;
	padding:5px 0 0 0;
}
#coloroptions #coloroption1 {
	width:37px;
	height:37px;
	background:#9f3644;
	float:left;
}
#coloroptions #coloroption2 {
	width:37px;
	height:37px;
	background:#6b640e;
	margin:0 7px;
	float:left;
}
#coloroptions #coloroption3 {
	width:37px;
	height:37px;
	background:#e5dbc2;
	float:left;
}
.closer, .email-closer {
	cursor: pointer;
}

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 101;
}
.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 102;
	background: #fff;
	border: solid 8px #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.close-window {
	position: absolute;
	width: 47px;
	height: 47px;
	right: -23px;
	top: -23px;
	background: transparent url(http://mycolortopia.com/images/close-button.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}



/* Slide initial positions */
#slide_0{
	z-index:4;
	position:absolute;
	top:0px;
	left:305px;
}
#slide_1{
	z-index:3;
	position:absolute;
	top:0px;
	left:410px;
}
#slide_2{
	z-index:2;
	position:absolute;
	top:0px;
	left:220px;
}
#slide_3{
	z-index:1;
	position:absolute;
	top:0px;
	left:140px;
}
#slides_container{
	padding-left:300px;
}

.next, .prev {
	cursor:pointer
}
p.prev, p.next{
	display:block;
	width:22px;
	height:60px;
	text-indent:-9999px;
	background:url(../../img/img-arrow-left.png) no-repeat;
}
p.next{
	background:url(../../img/img-arrow-right.png) no-repeat;
}
#slides_container{
	height:552px;
	top:55px;
	left:-50px;
	position:absolute;
}
.slide{
	width: 668px;
	padding: 0px;
	margin: 0px;
	height: 390px;
	position:absolute;
}
.slide img{
	width:100%;
}
.slide h1.debug{
	color: white;
	font-size: 191px;
	position: relative;
	top: 400px;
	left: 50px;

}
#controls{
	z-index: 5;
	width: 1051px;
	position: absolute;
	top: 150px;
	left: 100px;
}
.prev {
float: left;
}
.next {
float: right;
}
.hidden{
	display:none;
}
.heading h3{
	color:#9474A0;
	margin:0px;
}
.heading p{
	font-size: 12px;
	margin: 0;
	font-weight:bold;
        color: #6d4685;
}
.heading{
	position:relative;
	/*top:-75px;*/
	top:-15%;
	left:50px;
}

/* About Page */
body.about #wrapper, body.contact #wrapper {
    padding-left: 0px;
    background: none;
}
#aboutOuter {
    background: url('../../img/aboutBkg.png') no-repeat;
    margin-bottom: 30px;
}
#contactOuter {
    background: url('../../img/contactBkg.png') no-repeat;
    min-height: 832px;
    padding-top: 50px;
}
#contactFoot {
    background: url('../../img/aboutBkgFoot.png') no-repeat;
    height: 30px;
    width: 100%;
    margin-left: 63px;
    margin-bottom: 30px;
}
#aboutInner, #contactInner {
    width: 953px;
    margin: 0px auto;
}
#aboutInner #topHeader {
    padding-top: 75px;
    width: 40%;
    padding-left: 57px;
    height: 290px;
}
#aboutInner h2 {
    color: #6b4787;
    font-weight: bold;
    font-family: 'Arvo';
    font-size: 22px;
    margin-bottom: 10px;
    padding: 2px 0px;
}
#aboutInner p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
}
#aboutInner a {
    color: #9baa75;
    font-weight: bold;
}
#aboutInner #contribs {
    overflow: hidden;
    background: white;
    padding: 0px 50px 30px 50px;
}
#aboutInner #contribs li {
    width: 100%;
margin: 12px 0px;
}
#aboutInner #contribs img {
    padding: 2px;
    border: 2px solid #a5a5a5;
}
#contactHead {
    margin-left: 42px;
    margin-bottom: 20px;
    width: 870px;
}
#contactHead h1 {
    color: #6b4787;
    font-family: "Arvo";
    font-size: 30px;
    font-weight: bold;
    border-bottom: double #a5a5a5;
    padding-bottom: 12px;
}
#contactHead p {
    font-size: 14px;
    padding: 8px 0px;
}
#contactHead a {
    color: #6b640e;
    font-weight: bold;
}
#contactForm {
    background: #f0ede3;
    width: 85%;
    margin: 0 auto;
    padding: 32px;
}

#contactForm legend {
    color: #93739c;
    font-weight: bold;
    font-family: Arial;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 8px;
}
#contactForm div.input {
    overflow:hidden;
    padding: 25px 0px;
    clear:both;
}
#contactForm label {
    font-weight: bold;
    font-family: "Myriad Pro", Arial;
    font-size: 14px;
    width: 100px;
    float: left;
    display: block;
}
#contactForm input#ContactEmail, #contactForm input#ContactOtherTopic {
    height: 20px;
    width: 200px;
}
#contactForm textarea {
    width: 500px;
    height: 300px;
    overflow:scroll;
}
#contactForm .submit {
    margin-left: 77px;
}
#contactForm #flashMessage {
    text-align: center;
font-weight: bold;
color: #C00;
}
#contactForm .hiddenfield {
    display: none;
}
#showYourColorThanksBody{

    min-height:500px;
    float:left;
}
#showYourColorThanksHeader{
    margin-top:10px;
    margin-bottom:15px;
    color:#551A8B;
    font-weight:bold;
    font-family:arvo;
}
#showYourColorThanksBody #showYourColorThanksInner h1{

}
#showYourColorThanksBodyInner{
    padding:30px;
    width:885px;
    background-color:#fff;
    box-shadow:0 0 7px #ccc;
}
#showYourColorThanksBodyInner label{
    float:left;
    width:220px;
    text-align:right;
    padding-right:20px;
}

#showYourColorBody{
    min-height:800px;
    float:left;
    width:470px;
}

#showYourColorBodyEdit{
    min-height:800px;
    float:left;
}
#showYourColorsHeader{
    margin-top:10px;
    margin-bottom:15px;
}
#showYourColorsHeader h1{
    height:75px;
    width:30%;
    float:left;
}
#showyourColorBody label{

}
#showYourColorsCancel{
    display: block;
    margin: 15px 0 0 10px;
    float: left;
    font-size: 20px;
    font-style: normal;
    color: #CCC;
}
#showYourColorBodyInner{
    width:945px;
    background-color:#fff;
    /* did this because of some funky layout issue..... a transparent border is still a border according to CSS */
    border:1px solid transparent;
    box-shadow:0 0 7px #ccc;
    font-size:12px;
    font-style:italic;
    font-weight:normal;
    color:#ccc;
}
#showYourColorBodyInner label{
    float:left;
    width:220px;
    text-align:right;
    padding-right:20px;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    color:#000;
}
#showYourColorBodyFooter{
    height:18px;
    clear:both;
    background:url(../../img/longshadow.png);
}
#showYourColorBodyInner input, #showYourColorBodyInner select{
}

#showYourColorBodyInner .input,#showYourColorBodyInner .fakesubmit{
    margin:20px 0;
    clear:both;
}
#showYourColorBodyInner .fakesubmit .unsubmit{
/*margin-bottom:20px;*/
}
#showYourColorBodyInner .label{
    float:left;
    margin-right:20px;
}
#showYourColorBodyInner .label a{
    background: url(../../img/btn_uploadphotos.png) no-repeat;
    height:44px;
    width:166px;
    display:block;
    font-size:18px;
    border:1px solid #333;
    color:#333;
    font-family:sans-serif;
    display:block;
    float:left;
    border:none;
    text-indent:-10000px;
}
.agree{
    background:#A1AD66;
    float:left;
    padding:3px 10px 3px 3px;
}
#ShowYourColorAgree{
    margin:0 10px;
}
#showYourColorBodyInner .label a.editphotos{
    margin-left:53px;
    margin-top:15px;
    width:160px;
    background: url(../../img/btn_editphotoselection.png) no-repeat;
}
#showYourColorBodyInner .preview {
    background: url(../../img/btn_preview.png) no-repeat;
    width: 134px;
    display: block;
    float: left;
    height: 37px;
    text-indent: -10000px;
}
#showYourColorBodyInner div.submit input{
    background: url(../../img/btn_submitmyentry.png);
    border:none;
    width:166px;
    height:44px;
    /*text-indent:-10000px;*/
    margin-bottom: 20px;
    font-size:0px;
    color:transparent;
    cursor:pointer;
}
#showYourColorBodyInner div.submit{
    display:none;
}
.unsubmit{
    background: url(../../img/btn_submitmyentry.png);
    float:left;
    opacity:.5;
    filter: alpha(opacity=50);
    border:none;
    width:166px;
    height:44px;
    text-indent:-10000px;
}
.realsubmit{
    margin-top:7px !important;
}
.realsubmit .submit{
    float:left;
    border:none;
    width:166px;
    height:44px;
    background: url(../../img/btn_submitmyentry.png);
    margin-top:7px;
    cursor:pointer;
}
.ghost {
    opacity:.5;
    -moz-opacity:.5;
    -webkit-opacity:.5;
}
#showYourColorBodyInner .label button a{
    color:black;
}
#showYourColorsHeader h1{
    float:left;margin-top:15px;text-indent:-10000px;width:260px;height:80px;background:url(../../img/showyourcolors.png) no-repeat;
}
#showYourColorsHeader div{
    font-size:17px;
}
#showYourColorsSidebar{
    float:right;
    margin-right:0px;
}
#showYourColors-outer p{
    padding:0 15px;
}
#showYourColors-header{
    background:#aaa;
}
#trash, #items, .item {
    height: 50px;
    width: 50px;
}

#trash {
    color: #354e62;
}

#items {
    margin-top: 10px;
    width: 100%;
}

.item {
    background: #cdcdcd;
    color: #3b3b3b;
    float: left;
    margin-right: 10px;
}

.over {
    background-color: #cedae3;
}

.out {
    background-color: #a6bcce;
}
.previewImage{
    width:450px;
}
#previewImage-outer{
    padding:10px;
    background:white;
    box-shadow:0 0 7px #ccc;
}
#previewImage-inner{
    background:white;
    width:450px;
}
h2#previewImageTitle{
    color:#936FAF;
    font-size:26px;
    margin-bottom:10px;
    margin-top:10px;
    line-height:26px;
}
.blackDot {
    border-radius:100%;
    background:url(../../img/emptycircle.png) no-repeat;
}
#previewImage-inner h1{
    text-align:center;
}
.whiteDot {
    border-radius:100%;
    background:url(../../img/filledcircle.png) no-repeat;
}
.dot{
    width:20px;
    float:left;
    height:10px;
}
#dotDiv{
    width:80px;
    margin:0px 41%;
    height:10px;
    margin-top:-70px;
    position: relative;
}
#triangle-left {
    position:absolute;
    width: 21px;
    height: 43px;
    left:-180px;
    top:-161px;
    /*border-top: 8px solid transparent;
    border-right: 10px solid white;
    border-bottom: 8px solid transparent;*/
    background:url(../../img/leftArrow.png);
}
#triangle-right {
    position:absolute;
    width: 21px;
    height: 43px;
    left:233px;
    top:-161px;
    /*border-top: 8px solid transparent;*/
    /*border-left: 10px solid white;*/
    /*border-bottom: 8px solid transparent;*/
    background:url(../../img/rightArrow.png);

}
#showYourColorsNavBar{
    margin:10px 0px 63px;
    width:949px;
}
#showYourColorsNavBar .submit ,#showYourColorsNavBar .input{
    float:left;
    margin: 0 10px 0px 5px;;
}
#showYourColorsGetColors{
    padding-top:10px;
    height:25px;
}
#showYourColorsGetColors img{
    float:right;
}
#showYourColorsGreenThumb{
    background: url(../../img/thumbsup.png) no-repeat right;
    height:21px;
    text-align:right;
    color:white;
    padding-right:10px;
    padding-top:3px;
}
#showYourColorsGetColors a{
    color:#A1AD66;
    background: url(../../img/colorstool.png) no-repeat;
    padding-left:20px;
}
#showYourColorsNavBar .navBar{
    background:#A1AD66;
    padding:7px;
    color:white;
    width:100%;
    float:left;
    margin-top:6px;
    height:20px;
}
.navBar{
    color:white;
}
#showYourColorsNavBar span a, #showYourColorsNavBar span{
    /*background:url(../../img/btn_submityourbeforeandafter.png);*/
    /*display:block;*/
    /*float:left;*/
    /*height:47px;*/
    /*text-indent:-10000px;*/
    /*width:245px;*/
}
#showYourColorsSidebar .image-cropper{
    height:150px;
    width:203px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:none;
    background:#000;
}
.magic{
    float:right;
}
#showYourColorsSidebar .image-wrapper-inner{
    color:rgb(147,111,175);
    padding:10px;
    box-shadow:0 0 7px #ccc;
    margin-bottom:20px;
    width:203px;
    background:white;
}
#showYourColorsSidebar .image-wrapper-outer{
    float:left;
    margin-left:15px;
    height:210px;
}
#showYourColorsSidebar .image-wrapper-footer{
    background:url(../../img/smallshadow.png);
    margin-top:-20px;
    height:13px;
    width:224px;
}
#showYourColorsSidebar .image-wrapper-inner p{
    padding:5px 0 0;
}

#showYourColorsSidebar .imageBox{
    width:480px;
}
.previewImage-outer-footer{
    background:url(../../img/largeshadow.png);
    height:13px;
}
#previewImage-inner p.beforeafter{
    position:relative;
    color:white;
    font-size:20px;
    top:-32px;
    text-indent:-10000px;
    height:25px;
}
#previewImage-inner p.Before{
    background: url(../../img/before.png) no-repeat;
}
#previewImage-inner p.After{
    background: url(../../img/after.png) no-repeat;
}
#TB_window #TB_close{
left: 454px;
}
.pageIndex{
    font-size:14px;
    float:left;
    display:block;
    width:18px;
    height:18px;
    background:url(../../img/page_off.png) white;
    margin-right:3px;
    text-align:center;
    border-radius:3px;
    padding-top:2px;
}
.pageIndex a{
    color:rgb(147,111,175);
}
.pageIndex.current{
    background:url(../../img/page_on.png) purple;
}
.addColor{
    background:url(../../img/btn_submityourbeforeandafter.png) no-repeat;
    text-indent:-10000px;
    height:60px;
    float:left;
    width:251px;
    margin-top:20px;
}

.thumbButton{
    padding-top:1px;
    display:block;
    float:right;
    width:50px;
    margin-right:-11px;
    height:19px;
    padding-right:11px;
    color:white;
}
.addthis_toolbox{
    margin-top:5px;
}
.addthis_toolbox a{
    margin-right:5px;
}
.fb-comments{
    margin-top:20px;
}
#fb-root{
    width:450px;
}
#previewImage-outer{
    width:450px;
}
.show-your-colors-image-wrapper h3{
    margin-top:10px;
    margin-bottom:10px;
}
.show-your-colors-image-wrapper{
    height:100%;
}