/*  
Theme Name: Craft
Theme URI: http://themetrust.com/themes/craft
Description: A Portfolio Blog Theme
Version: 1.1.1
Author: Theme Trust
Author URI: http://themetrust.com
Tags: portfolio, blog, clean, minimal, white, two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
13 - Backgrounds
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

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


table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {height: 101%;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}




/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 16px;
	font-family: Helvetica, arial, sans-serif;		
	width:auto; height:auto;	
	padding: 25px 0;
	margin: 0;
		color: #CCCCCC;	
		 color: #EBF0FE;
/*	background: #c7c7c7;	*/
}


a:link, a:active, a:hover {
font-size:16px;
}



body.custom-background {
    background-attachment: fixed;
    background-color: #000000;
    background-image: url("https://secure.realdoll.com//wp-content/uploads/2012/06/floor1dark1.jpg")!important;
    background-position: center top;
    background-repeat: repeat-y;
}




p {
	line-height: 1.7em;
	margin: 0 0 20px 0;	
}

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

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

.ui-tabs-panel h1, .ui-tabs-panel h2, .ui-tabs-panel h3, .ui-tabs-panel h4,  .ui-tabs-panelh5, .ui-tabs-panel h6 {
    color: #111111;
    font-weight: normal;
    margin: 0 0 15px;
}



h1 { font-size: 2.0em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }


blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="text"], textarea {
	background-color: #f1f1f1;
	border: none;
	padding: 10px;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;			
}

input[type="text"]:focus {outline: none; background: #f7f7f7;}
textarea:focus {outline: none; background: #f7f7f7;}

textarea { width: 500px; font-size: 13px;}



/* Clearfix ----------- */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.action {	
	font-style: italic;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}



/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 1020px;
	margin: 0 auto;	
	background: #fff;
	-moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);		
}




#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;	
}

#sidebar {
	width: 220px;
	float: right;
	margin: 0;
	padding: 0;		
}

#footer {
	width: 100%;
}

.oneFourth {
	width: 217px;	
}

.oneThird {
	width: 280px;	
}

.twoThird {
	width: 580px;	
}

.threeFourth {
/*	width: 700px; */
width:960px;
	
}

.full {
	width: 960px;
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
	width: 960px;
	margin: 0 auto;
	height:5px;
}

/*
#header {
    border-bottom: 2px solid #222222;
    margin-bottom: 20px;
    padding: 15px 0;
    position: relative;
    z-index: 0;
}
*/


#header{	
	padding: 0px 0 0px;
	position: relative;
	z-index: 2;	
/*	border-bottom: 1px solid #e3e3e3; */
border-bottom: 1px solid #222;
	margin-bottom: 0px;
		width: 960px;
	margin: 0 auto;
}





.home #header {
	border: none;
	margin-bottom: 0;
	padding: 10px 0 30px;
}

#logo {		
	float: left;	
	margin: 0px 25px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

#header h1 {
	font-size: 55px;	
	padding: 30px 0 20px 0;
	color: #575757;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	line-height: 1px;		
}

#header h1.logo {	
	padding: 0;
	margin: 0;	
}

#header h1 a, #header h1 a:hover{	
	color: #575757!important;	
}

/* Top level navigation */

#mainNav{	
	right: 5px;	
	position:absolute; top:50%; height:20px; margin-top:-10px;	
	font-size: 13px;
	font-family: Helvetica, arial, sans-serif;	
}

#mainNav li{
	margin: 0 0 0 25px;	
	display: inline-block;
	padding-top: 0;	
}

#mainNav ul a{
	line-height: 25px;	
	color: #9b9b9b;	
}

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}

#mainNav ul ul {
	background-image:none;
}


#mainNav ul li a:hover,
#mainNav ul li:hover,
#mainNav ul li.sfHover a,
#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #12aee8;	
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #dedede;	
}

#mainNav ul ul ul {
	margin-top: -20px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {	
	font-size: 13px;
	padding: 0px 0 10px 0;
	font-weight: normal;
}

#mainNav ul li.sfHover ul a { color: #9b9b9b!important; }

#mainNav ul li.sfHover ul a:hover { color: #707070!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display:		block;
	width: 100%;
	text-indent: 	-999em;
	overflow:		hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	background:	url('images/subnav_arrow.png') center bottom no-repeat;
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {
	background:	url('images/subnav_arrow_left.png') right 5px no-repeat;
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}



/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 20px 0px;					
}

#content.thumbs {
	width: 990px;
}

#content .post {
	margin: 0 10px 40px 0px;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;		
}

.page #content .post {
	margin: 0 20px 0px 0px;
	border: none;
}



.post .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;			
}

#content .post.withThumb .inside {
	margin-left: 130px;
}

#content .post .inside {
	margin-right: 20px;
}

#content .post.lastPost {
	border-bottom: none;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #696969 ;
	color: #FEF7F2;
	 color: #EBF0FE;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
/*	color: #7d7d7b ; */
	color: #C40000;
	text-decoration:underline;
}

#content .postThumb{
	position: absolute;
	left: 0 right: 0;
}

.moreLink {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
}



/*Portfolio Navigation------------------*/

#content #portfolioNav{
	padding: 0!important;
	margin: 0 0 20px 0!important;	
}

#content #portfolioNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 6px 6px 0;	
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}

#portfolioNav li a{
	font-size: 12px;	
	background: #f3f3f3;	
	display: inline-block;	
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
	color: #7d7d7d;	
}

#portfolioNav li a:hover {
	background: #6a6a6a;
	color: #fff;
}

#portfolioNav li.current-cat a {
	background: #12aee8;
	color: #fff;
}

/*Home Featured Carousel------------------*/

#homeCarousel{		
	margin-bottom: 15px;	
}

.homeFeature .titleBox{
	float: left;
	width: 217px;
}

.homeFeature .titleBox h4{
	font-size: 18px;
	margin-bottom: 10px;
	/*
	font-family: "Lobster", Georgia, Times, "Times New Roman", serif; */
	font-family:"Julius Sans One",arial,sans-serif;
}

.carouselThumbs {
	float: right;
	width: 711px;
	overflow: hidden;	
}

#content .carouselThumbs ul{	
		
}

#content .carouselThumbs ul li{
	float: left;
	width: 247px;
	margin: 0!important;	
}

.homeFeature .titleBox .projectNav {
	padding-top: 10px;
}

/*Home Featured Posts------------------*/

#featuredPosts{
	padding-top: 30px;	
	border-top: 1px solid #e3e3e3;
}

#featuredPosts .posts{
	float: right;
/*	width: 741px;	*/
	padding: 0!important;
}

#featuredPosts .posts .post .thumb{
	margin-bottom: 15px;
}

#featuredPosts .posts .post h1{
	font-size: 20px;
}

#featuredPosts .posts .post p{	
	margin: 0;
	padding: 0;			
}

.metaCat {
	text-transform: uppercase;
	margin-bottom: 5px;
}


/*Projects------------------*/

#content #projectGrid {
    width: 990px;
	margin: 0px 0 0 0;
	padding: 0;
    clear:both;
	display: none;
}

#projects {	
	list-style: none;
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small{
	float: left;
	padding: 0;
	display: block;	
	margin: 0 30px 20px 0;	
}

.tax-portfolio .project.small {
	display: none;
}

.project.small h1  {
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size: 14px;	
	padding-top: 10px;	
	margin: 0 10px 10px 0px;
}

.project .left {
	float: left;
	width: 220px;	
}

.project .right {
	float: right;
	width: 700px;	
	padding: 0px 0 0 0;		
}

.project .right .inside {
	margin-bottom: 30px;
}

.project .right h1{
	font-size: 30px;
	margin-bottom: 15px;
}

.single-projects #slideshow {
	margin-left: 0px;
	margin-bottom: 60px;
}

#content .portfolioList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}




.portfolioList li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 5px 0 0 !important;	
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
}

.portfolioList li a{
	font-size: 12px;	
	background: #f3f3f3;	
	display: inline-block;	
	text-decoration: none;
	position: relative;		
	padding: 0 6px 0 !important;	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;			
}

.portfolioList li a:hover {
	color: #fff !important;
	background: #6d6d6d;
}

.single-projects #content {
	width: 960px;
}

.projectNav {
	margin: 0 0 30px 0;	
	padding-top: 30px;
}

.projectNav a{
	display: block!important;
	width: 28px;
	height: 28px;
	text-indent: -9999px;	
}

.projectNav div {
	float: left;
	margin-right: 10px;
	width: 28px;
	height: 28px;
}

.projectNav .next a{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .next a:hover {	
	background-position: 0 0;
}

.projectNav .next.inactive{
	background: transparent url(images/project_nav_arrow_right.png) no-repeat;
	background-position: 0 -56px;
}

.projectNav .previous a{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -28px;
}

.projectNav .previous a:hover {	
	background-position: 0 0;
}

.projectNav .previous.inactive{
	background: transparent url(images/project_nav_arrow_left.png) no-repeat;
	background-position: 0 -56px;
}


/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{	
	margin:  0 0 25px 20px;
	list-style-type: disc;	
}

#content ul li{	
	margin: 0 0 10px 0;		
	line-height: 1.4em;		
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#slideshow {	
	background: transparent;	
	position: relative;	
	z-index: 1;	
	margin-bottom: 40px;
	margin: 0 30px 30px 30px;	
}

#slideshow #slider a{	
	display: block;
}

#slideshow img {
  display: block;
}

#slideshowNav {
	position: absolute;
	bottom: 40px;
	right: 0px;
	z-index: 10;	
}

#slideshowNavPager {
	float: left;	
}

#slideshowNav a {
	width: 10px;
	height: 10px;
	background: transparent url(images/slideshow_nav.png) no-repeat;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	background: transparent url(images/slideshow_nav_active.png) no-repeat;
}

#slideshowNav a:focus { outline: none; }

/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {	
	font-size: 12px;
	background: #12aee8 url(images/btn_bkg.png) repeat-x;	
	display: inline-block;	
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 5px;
	border: 1px solid rgba(0,0,0,.2);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 0 0;	
	line-height: normal !important;
}

a.button, #footer a.button {
	padding: 6px 15px 5px;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #1096c8;
	color: #fff;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	margin: 0 0 0 0;	
}

.sidebarBox {	
	position: relative;
	margin: 0 0 40px 0;	
}

#sidebar p {
	line-height: 1.5em;
	margin-bottom: 12px;
}

.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	margin-bottom: 20px;
	font-size: 14px !important;
	line-height: 1.2em;
	font-size: 11px;	
	letter-spacing: 1px;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;	
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;	
}

#sidebar ul, #footer ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;	
	line-height: 1em;
	background: none;
	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}

/*Search------------------*/

.widget_search {
	background-color: #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 0 !important;
	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 5px 10px 5px 10px !important;
	line-height: normal!important;	
	background: none;
	border: none;
	height: 20px;
	width: 120px;
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
	
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 15px 0 !important;
	display: block;
	padding: 0px 0 0 0;	
}

#sidebar .ttrust_recent_posts h2,
#footer .ttrust_recent_posts h2 {	
	font-size: 13px !important;
	margin-bottom: 5px;
}

.ttrust_recent_posts .firstPost p{	
	margin-bottom: 10px;
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}



/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
	background: #7a7a7a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}

#sidebar .widget_tag_cloud a{
	background: #f3f3f3;
}

#footer .widget_tag_cloud a{
	background: #e5e5e5;
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;	
}

.twitterLink a{		
	font-style: italic;
}



/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}




/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 30px 0 30px 0px;
	width: 700px;		
	padding: 30px 0 0 0;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm h3 {
	font-size: 19px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {
	font-size: 16px;
	margin: 0 0 0 80px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 80px;	
	display: block;
	color: #a5a5a2;
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
	font-style: italic;		
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 690px;
	padding: 0 0 20px;	
	clear: both;	
	margin: 0 0 15px 0;	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/



#footer {	
	border-top: 1px solid #f3f2f2;
	color: #a2a2a2;
	background: #faf9f9;	
}

#footer .widgetBox h3{	
	color: #a2a2a2;		
}

#footer .meta {
	color: #cccccc;	
}

#footer .main{	
	padding: 35px 0 0px 0;	
	margin: 0 0 0 0px;	
}

.footerBox{
	margin: 0 0 10px 30px;	
	float: left;
	position: relative;	
}

.footerBox p{			
	padding: 0;	
}



#footer .secondary {		
	margin: 0 30px 0;
	padding: 30px 0 30px;
	font-style: italic;
	border-top: 1px solid #e4e4e4;	
	font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif;
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

/*//////////////////////////////////////////////////////////////////// 
//  13 - Backgrounds
////////////////////////////////////////////////////////////////////*/

body.bkgGrid {
	background: #dadbdb url(images/bkg_grid.gif);
	background-attachment: fixed;
}

body.bkgConcrete {
	background: #dadbdb url(images/bkg_concrete.jpg);
	background-attachment: fixed;
}

body.bkgDiagonal {
	background: #dadbdb url(images/bkg_diagonal.png);
	background-attachment: fixed;
}



#ttrust_twitter-2 {
    width: 230px;
background-color:#111;
border:1px solid #000;
padding:10px;
margin-left:-20px;
}

#ttrust_twitter-2 h3 {
	font-size:16px !important;
}


/*//////////////////////////////////////////////////////////////////// 
//  CUSTOM CSS 
////////////////////////////////////////////////////////////////////*/



.home #slideshow {
    border-bottom: 8px solid #222222;
    margin: 0 0 0%;
width:962px;
width:1020px;
margin-left:0px;
background-color:#000000;
z-index:99;
border-left: 0px solid #000000;
border-right: 0px solid #000000;
padding-bottom:0px;
margin-bottom:30px;
margin-top:-158px;
}


.flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #CCCCCC;
    display: inline-block;
    font-size: 0.9em !important;
    left: 0;
    line-height: 1.3em;
    padding: 2%;
    position: absolute;
    width: auto;
background-image:url('images/semitp.png');
width:924px;
}

#content #filterNav li.allBtn { display:none;
}

/*
.wpcofavoritewrap {
clear:both;
padding-top:20px;
}
*/

.wpcoproduct .productform .wpcobuttonwrap  {
clear:both;
width:100%;
padding-bottom:5px;
}

.wpcooptionslink a:link {
clear:both;
padding-top:20px;
}



.productinfoholder .favoritesubmit {
    float: left;
    margin-left: 0px;
    width: auto;
margin-top:10px;
}



.projectNav {
    margin: 0 0 0px;
    margin-top: 0px;
padding-top:0px;
}

.nivo-slice img { width:1029px !important; }

#slider .clearfix .nivoSlider { width:1020px !important; }

<!--// TOP STUFF -->


#pageHead {
    border-bottom: 4px solid #222222;
    border-top: 0px solid #D4D4D4;
    padding: 14px 0 10px;	
	padding: 0px 0 10px 0;	
	margin: 0 30px 30px 30px;	
margin-left:30px;
margin-top:0px;
padding-top:0px;
}


#pageHead h1 {	
color:#CCCCCC;
font-size: 38px;
/*	line-height: 1.2em; */
padding-bottom: 0px;
font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
/* font-weight:bold; */
/* text-decoration:underline; */
margin-left:30px;
margin-top:0px;
padding-top:0px;
}


#content .post h1 {	
color:#CCCCCC;
font-size: 32px;
/*	line-height: 1.2em; */
padding-bottom: 0px;
padding-top:14px;
font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
/* font-weight:bold; */
text-decoration:none;
margin-left:0px;
}


#container, #mainNav ul ul {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


#featuredPosts  .titleBox {
    float: left;
    width: 217px;
width:1px; 
display:none;
visibility:hidden;
}

.oneFourth {
  /*  width: 290px; */
text-align:justify;
}


#container {
    background: none repeat scroll 0 0 #111111;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    width: 1020px;
}

#footer {
    background: none repeat scroll 0 0 #111111;
    border-top: 2px solid #222222;
    color: #A2A2A2;
}

#footer .secondary {
    border-top: 0px solid #E4E4E4;
	font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
    font-style: normal;
    margin: 0 30px;
    padding: 30px 0;
}



#featuredPosts .posts {
    float: right;
    padding: 0 !important;
    width: 971px;
}

#featuredPosts .posts .post .thumb {
 width:272px;
height:408px;
}

/*
.front-excerpt { height:820px;
 }
*/

#featuredPosts .posts .post, .home4{
	float: left;
	margin: 0;
	padding: 0;
	margin: 0 0 30px 30px;
	border: none;		
}

.home4, .home4 p {
	text-align:justify;
    line-height: 1.5em;
	letter-spacing:normal;
	font-size:0.9em;
}



<!--- TEMPLATE -->


#mainNav {
    font-size: 0.75em;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 4%;
    text-transform: uppercase;
 /*   top: 50%; */ top: 30px;
}




#logomenu {
width:1020px;

/*
position:absolute;
left:50%;
margin-left: -510px;
*/
height:80px;
margin:0 auto;
}


.home.blog .slideshow {
    border-bottom: 5px solid #111111;
    margin: 0 0 0%;
width:962px;
margin-left:-2px;
margin-top:-70px;
margin-top:-30px;
background-color:#000000;
z-index:99;
border-left: 2px solid #000000;
border-right: 1px solid #000000;
padding-bottom:2px;
margin-bottom:10px;
}

.flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #CCCCCC;
    display: inline-block;
    font-size: 0.9em !important;
    left: 0;
    line-height: 1.3em;
    padding: 2%;
    position: absolute;
    width: auto;
background-image:url('images/semitp.png');
width:924px;
}

#content #filterNav li.allBtn { display:none;
}




.wpcoproduct .productform .wpcobuttonwrap  {
clear:both;
width:100%;
padding-bottom:5px;
}


<!--- CART CUSTOM CSS -->

div.wpcoproduct { 
padding:20px;
width:920px !important;
min-height:1000px;
color: #CCCCCC;
 }


.productslist .productdetails {
    color: #CCCCCC;
    text-align: left;
}


.productslistitem { min-width:900px;
border-bottom:0px;
}

.productslist ul li {
    border-bottom: 1px solid #333333;
    float: left;
    list-style: none outside none;
    margin: 0 0 24px;
    padding: 0 0 20px;
    width: 100%;
}




.colorbox .cboxElement a:link {
    border: 2px solid #333333;
}

.colorbox .cboxElement a:hover {
    border: 2px solid #CCCCCC;
}


div.wpcoproduct a img {
margin-bottom:10px;
margin-left:5px;
margin-right:10px;
}

fieldset.wpcovariation .wpcostyle_radio input, .check-column input {
    border: 0 none;
    float: left;
    width: 20px;
padding-right:10px;
}

.wpcofavoritewrap {
width:400px;
height:40px;
margin-top:40px;
margin-bottom:20px;
clear:both;
}
.wpcofavoritewrap .favoritesubmit {
margin-left:-50px;
}

.wpcobuttonwrap {
border:0px solid #FFF;
clear:both;
height:20px;
margin-bottom:20px;
margin-top:0px;
}

.ui-tabs {
    padding: 0.2em;
background-color:#111;
}

.ui-tabs .ui-tabs-panel {
/*    background: none repeat scroll 0 0 #F8F8F8; */
/* background-image:url('images/woodbkg.jpg');
background-repeat:repeat; 
*/
background-color:#F8F8F8;

font-size:14px;
}

div.wpcoproduct div.wpcoimages {
    float: left;
    padding-right: 20px;
margin-bottom:20px;
    width: auto;
}
#featuredPosts .posts .post h1 a {
display:none;
}

.productslist .productsoptions {
    background: none repeat scroll 0 0 #333333;
    border-radius: 5px 5px 5px 5px;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    padding: 2%;
    width: 96%;
}


fieldset.wpco legend {
    color: #333333;
    font-style: normal;
    font-weight: bold;
    padding: 0;
padding-bottom:10px;
    text-align: left;
}

label.wpcostyle_radio, label.wpcostyle_checkbox {
    display: block;
padding-bottom:10px;
}

#mainNav ul ul {
    background: none repeat scroll 0 0 #111111;
    border: 2px solid #000000;
    margin-top: 0px;
    padding: 20px 20px 20px !important;
}

#mainNav ul ul a {
	    background: none repeat scroll 0 0 #111111;
}

#footer img { margin-right: 5px; }

#footer-thankyou {
display:none;
visibility:hidden;
}
#mainNav ul ul {
	background-image:none;
}


#mainNav ul ul a {
	background-image:none;
padding-top:5px;
}



#mainNav ul a {
/*	color: #862F13;
	color:#ECEDEF;
	color:#D4D4D4;
	color: #000;
	*/
		color: #7d7d7b;	
    line-height: 25px;
padding:2px 6px 2px 6px;
-moz-border-radius: 4px;
border-radius: 4px;
    background-color: #222222;
    background-image: url("images/grad.png");
}

#mainNav ul a:hover, #mainNav ul a:active  {
		color:#C40000;
}


.gallery {
    border-left: 2px dashed #222;
}

.linebreak { height:10px; border-top: 2px dashed #222; width:100%; }

#content .post {
    border-bottom: 1px solid #E3E3E3;
	border-bottom: 2px dashed #222222;
    margin: 0 10px 40px 0;
    padding-bottom: 15px;
    position: relative;
}






a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #12aee8;	
}

a:hover {
	color: #1096c8;	
	color:#C4000;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{	
	color: #696969;	
	color: #888888;
	margin: 0 0 15px 0;
	font-weight: normal;
}

h3 {
color:#EEEEEE;
}

.qa-faq-title a:hover {
	color:#C40000!important;
	font-weight:900;
	font-size:16px;
}

.qa-faq-title a:link {
	color:#CCCCCC!important;
	font-weight:900;
	font-size:16px;
}

#content h3.qa-faq-title a:hover, #content h3 a:hover {
/*	color:#7D7D7B!important; */
	text-decoration:underline;
}

.collapsible .qa-faq-answer {
	border-bottom: 1px solid #333333;
	padding:10px;
	margin-bottom:20px;
	font-size: 14px;
    line-height: 22px;
}

.post-248 .wpcosteps {
	display:none;
}

.featuredpromo {
	float:left;
	margin-left:7px;
	margin-top:0px;
/*	width:480px; */
	max-width: 50%;
}
.mlistbutton {
/*	background: url('https://secure.realdoll.com//wp-content/uploads/2013/03/mailinglistbutton.png');
	background-repeat:no-repeat; */
	width:450px;

	position:relative;
	float:left;
	vertical-align:top;
	text-align:center;
	padding-top:0px;
	margin-left:5px;
}

.mlistbutton a:link {
	font-family:"Julius Sans One",arial,sans-serif;
font-size:2em;
}




.mlistbutton a:hover {
	color:#C40000!important;
}

.front-excerpt p {
	max-width:200px;
}

.front-excerpt img {
	border:4px solid #000000;
	max-width:200px;

}

.front-excerpt a:link img {
	border:4px solid #000000;
	
}


.front-excerpt a:hover img {
	border:4px solid #CCCCCC;
	
}

.front-excerpt2 img {
	border:4px solid #000000;
}

.front-excerpt2 a:link img {
	border:4px solid #000000;
}


.front-excerpt2 a:hover img {
	border:4px solid #CCCCCC;
}


.post-4912 a:link {
	color:#56A6E3;
}

.post-4912 a:hover {
	color:#C40000;
	text-decoration:underline;
}


.overs a:link img {
margin:0px;
padding:0px;
border:2px solid #000000;
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.overs a:hover img, .overs a:visited:hover img {
padding:0px;
margin:0px;
border:2px solid #CCCCCC;
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.overs a:visited img {
    border: 2px solid #000000;
    margin: 0;
    opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
    padding: 0;
}


#tabs12-3 h3:after,  /* feet */
#tabs48-3 h3:after, /* torso */
#tabs127-3xxxxx h3:after, /* torso */

 /* female dolls */
#tabs1-3 h3:after, 
#tabs2-3 h3:after,
#tabs3-3 h3:after,
#tabs4-3 h3:after,
#tabs5-3 h3:after,
#tabs6-3 h3:after,
#tabs7-3 h3:after,
#tabs8-3 h3:after,
#tabs9-3 h3:after,
#tabs10-3 h3:after,
#tabs68-3 h3:after,
#tabs69-3 h3:after,
#tabs70-3 h3:after,
#tabs71-3 h3:after,
#tabs72-3 h3:after,
#tabs73-3 h3:after,
#tabs74-3 h3:after,
#tabs75-3 h3:after,
#tabs76-3 h3:after,
#tabs77-3 h3:after,
#tabs78-3 h3:after,
#tabs79-3 h3:after,
#tabs80-3 h3:after,
#tabs81-3 h3:after,
#tabs82-3 h3:after,
#tabs83-3 h3:after,
#tabs84-3 h3:after,
#tabs85-3 h3:after,
#tabs89-3 h3:after,
#tabs90-3 h3:after,
#tabs91-3 h3:after,
#tabs92-3 h3:after,
#tabs93-3 h3:after,
#tabs94-3 h3:after,
#tabs95-3 h3:after,
#tabs96-3 h3:after,
#tabs97-3 h3:after,
#tabs98-3 h3:after,
#tabs99-3 h3:after,
#tabs100-3 h3:after,
#tabs101-3 h3:after,
#tabs102-3 h3:after,
#tabs103-3 h3:after,
#tabs104-3 h3:after,
#tabs105-3 h3:after,
#tabs106-3 h3:after,
#tabs107-3 h3:after,
/* male dolls */
#tabs88-3 h3:after,  
#tabs108-3 h3:after, 
#tabs109-3 h3:after, 
#tabs110-3 h3:after, 
#tabs111-3 h3:after, 
#tabs112-3 h3:after, 
#tabs113-3 h3:after, 
#tabs126-4 h3:after, 
#tabs128-4 h3:after,
#tabs129-4 h3:after
{
content:" - (click on thumbnail images for larger view)";
} 


table.productinfocart {
    border-bottom: 0 none;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 0;
    width: auto;
	text-align:left;
}

.ui-tabs-panel, #tabs5-3, #tabs6-3, #tabs50-4, #tabs7-5, #tabs8-4, #tabs47-5 {
	min-height:300px; 
	height: auto;
	color:#111111;
    font-size: 14px;
}

.ui-tabs-panel .productslist .producttitle a:link, .ui-tabs-panel .productslist .productprice {
	color:#111111 !important;
}


.category-testamonials .post .meta  {
	display:none !important;
}


/* PRODUCT ITEM PHOTO BLURBS */


.product-options-description {
	width:600px;
	height:20px;
	color:#CCC;
	margin-bottom:20px;
	    width: 100%;
		border-bottom: 0px dashed #000000;
}

/*.product-options-description:after,*/


/* RDC DOLLS */
.post-4019 .product-options-description:after,
.post-4044 .product-options-description:after,
.post-4120 .product-options-description:after,
.post-4168 .product-options-description:after,
.post-4197 .product-options-description:after,
.post-4205 .product-options-description:after,
.post-3407 .product-options-description:after,
.post-4352 .product-options-description:after,
.post-4130 .product-options-description:after,
.post-4219 .product-options-description:after,
.post-4240 .product-options-description:after,
.post-4254 .product-options-description:after,
.post-3403 .product-options-description:after,
.post-3404 .product-options-description:after,
.post-3405 .product-options-description:after,
.post-4309 .product-options-description:after,
.post-4312 .product-options-description:after,
.post-4083 .product-options-description:after,
.post-4096 .product-options-description:after,
.post-4108 .product-options-description:after,
.post-3333 .product-options-description:after,
.post-3334 .product-options-description:after,
.post-3335 .product-options-description:after,
.post-3959 .product-options-description:after,
.post-4000 .product-options-description:after,
.post-4292 .product-options-description:after,
.post-3374 .product-options-description:after,
.post-3387 .product-options-description:after,
.post-4059 .product-options-description:after,
.post-3855 .product-options-description:after,
.post-3377 .product-options-description:after,

/* RD2 MALE */

.post-4675 .product-options-description:after,
.post-4708 .product-options-description:after,
.post-5453 .product-options-description:after,
.post-5458 .product-options-description:after,
.post-5467 .product-options-description:after,
.post-5498 .product-options-description:after,
.post-4737 .product-options-description:after,
.post-4949 .product-options-description:after,
.post-4963 .product-options-description:after,



/* RD2 DOLLS */
.post-4580 .product-options-description:after,
.post-4592 .product-options-description:after,
.post-4390 .product-options-description:after,
.post-4409 .product-options-description:after,
.post-4424 .product-options-description:after,
.post-4437 .product-options-description:after,
.post-4551 .product-options-description:after,
.post-4492 .product-options-description:after,
.post-4503 .product-options-description:after,
.post-4616 .product-options-description:after,
.post-4542 .product-options-description:after,
.post-4458 .product-options-description:after, 
.post-4468 .product-options-description:after, 
.post-4605 .product-options-description:after, 
.post-4608 .product-options-description:after, 
.post-4566 .product-options-description:after, 
.post-4610 .product-options-description:after {
content:"Default options below reflect the photos above (unless otherwise indicated in the details tab)";
font-weight: bold;
font-size:16px;
padding-bottom:16px;
 color: #EBF0FE;
 color:#FFFFFF;
/* text-transform:uppercase; */
}
/*
.post-382 .product-options-description:after {
content:"(Default Option Settings Below Based on Pink Outfit Photos)";
}

.post-414 .product-options-description:after {
content:"(Default Option Settings Below Based on Red Outfit Photos)";
}

.post-431 .product-options-description:after {
content:"(Default Option Settings Below Based on Mouse Ears Photo Set)";
}
*/

.project-details {
	font-size:14px;
	line-height:20px;
}

/*
.page-id-5961 h1 {
	display:none;
}
*/

#content .portfolioList, .portfolioList .meta .clearfix {
	display:none;
	visibility:hidden;
}

a:link, a:active, a:hover {
font-size:16px;
}


#footer a {
	/* color: #797979; */
	color: #C40000;
}

#footer a:hover {
/*	color: #5b5b5b;	 */
color: #C40000;
text-decoration:underline;

}


#gallerylist {
border:0px;
border-top:1px dashed #ccc; width:100%; color:#000; background-color:#111;
padding-bottom:20px;
}
#dashed-hr {
border:0px;
border-top:1px dashed #ccc; width:100%; color:#000; background-color:#111;
padding-bottom:5px;
}

#solid-hr {
border:0px;
border-bottom:3px solid #222222; width:100%; color:#000; background-color:#111;
padding-bottom:0px;
}

#logomenu #dashed-hr {
	width:1020px;
}

#featuredPosts {
   border-top:6px solid #222222;
    padding-top: 30px;
}

#solid-hr2 {
border:0px;
border-top:0px solid #111111; width:100%; color:#111111; background-color:#111;
padding:0px;
margin:0px;
height:4px;
}

.vertdots {
    border-top: 2px dashed #666666;
    margin-left: 25px;
    margin-top: 0px;
    padding-bottom: 10px;
padding-top: 10px;
    width: 100%;
}
.vertdots2 {
    border-top: 2px dashed #666666;
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
padding-top: 0px;
    width: 100%;
}


#topmenu {
margin-left: 0px;
text-align:center;
z-index:999;

}


#topmenu a img {
padding:0px; margin:0px; margin-left:-6px;
}

#logo {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0px 0 0;
	text-align:center;
}

#Logo a img {
	margin-left:0px;
}


.toptextnav {
	font-size:10pt !important;
text-decoration:none;
font-weight:lighter;
margin-left:0px;
color:#444444;
text-align:center;
border-bottom: 0px solid #222222;
z-index: 1999 !important;
}

.toptextnav a {
 font-family: 'Julius Sans One', arial, sans-serif;
/* font-size:12.7pt !important; */
font-size:11.4pt !important;
color: #F2E3DE;
color: #FEF7F2;
 color: #EBF0FE;
text-decoration:none;
font-weight:normal;
z-index: 1999 !important;
}

.toptextnav a:hover {
/*	color: #5b5b5b;	 */
/* font-size:12.7pt !important; */
font-size:11.4pt !important;

 color: #DF37DB!important;
text-decoration:underline !important;
}



.footernav {
text-align:center;
color: #444444;
border-bottom: 1px solid #222222;
font-size:10pt !important;
text-decoration:none;
font-weight:lighter;
padding-bottom:14px;
margin-top: -20px;
}

.footernav a, #footer a {
 font-family: 'Julius Sans One', arial, sans-serif;
color: #C40000;
color: #F2E3DE;
color: #FEF7F2;
 color: #EBF0FE;
/* font-size:12.7pt !important; */
font-size:11.4pt !important;
text-decoration:none;
}



#main {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;		
		border-top:6px solid #333333;
	padding-top:20px;
}

#main.full {
	background: none;
}



.home #main {
	border-top:0px !important;
	padding-top:0px;
}

.carouselThumbs br {
display:none;
}



.wpcofavoritewrap {
width:400px;
height:40px;
margin-top:40px;
margin-bottom:20px;
clear:both;
}
.wpcofavoritewrap .favoritesubmit {
margin-left:-50px;
}

.wpcofavoritewrap {
	display:none !important;
}


.post-3160 .wpcooptionslink a:link:before, .post-5617 .wpcooptionslink a:link:before, .post-2796 .wpcooptionslink a:link:before {
content:"Click here or select the options tab below to build your Real Doll from the ground up";
}

.wpcooptionslink a:link {
    clear: both;
    float: left;
    font-size: 210%;
    padding-top: 20px;
/* text-transform:lowercase; */
}


.wpco a:link {
 color: #CCC;
 color:#1982D1;
 	 color: #FC0;
}
 

.wpco a:hover {
    color: #C40000;
	 color: #FC0;
	 text-decoration:underline;
}


.productslist .productdetails {
    color: #EBF0FE!important;
    text-align: left;
height:30px;
}

.productslist .producttitle a:link {
font-size:26px !important;
/* color: #58A8E5 !important; */
color: #EBF0FE !important;
font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
text-decoration:none !important;
}
.productslist .producttitle a:hover {
/* color: #D40088 !important; */
color: #C40000 !important;
text-decoration:underline !important;
}


a, #mainNav ul li a:hover, #mainNav ul li:hover, #mainNav ul li.sfHover a, #mainNav ul li.current a, #mainNav ul li.current-cat a, #mainNav ul li.current_page_item a, #mainNav ul li.current-menu-item a, #mainNav ul li.current-post-ancestor a, #mainNav ul li.current_page_parent a, #mainNav ul li.current-category-parent a, #mainNav ul li.current-category-ancestor a, #mainNav ul li.current-portfolio-ancestor a, #mainNav ul li.current-projects-ancestor a {
color: #EBF0FE!important;
}


#mainNav ul li a:hover, #mainNav ul li:hover, #mainNav ul li.sfHover a {
color: #EBF0FE!important;
text-decoration:underline;
}

.subtext {
	padding-top:10px;
	margin-top:10px;
	clear:both;
	padding-bottom:5px;
font-size:12px;
}

a:hover {
	text-decoration:underline;
}

.ui-tabs li.ui-state-default a {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #1982D1!important;
}

hr.variations {
border:0px;
border-top: 1px dashed #EEEEEE;
    color: #000000;
    height: 1px;
    width: 100%;

}


.config-header {
    color: #DF37DB;
    font-family: 'Great Vibes',arial,sans-serif;
    font-size: 37pt;
    padding: 10px 10px 0 0;
	line-height:36pt;
    text-decoration: none;
}

.dollname{
    color: #DF37DB;
    font-family: 'Great Vibes',arial,sans-serif;
    font-size: 36pt;
}

del {
    color: #DF37DB;
	text-decoration: /*line-through*/ none;


}



#project-price {
font-size: 20px;
font-weight:bold;
  font-family: 'Julius Sans One',arial,sans-serif;

}




.gallerynav a:link {
	font-family: 'Julius Sans One',arial,sans-serif;
    font-size: 17pt !important;
    font-weight: normal;
    text-decoration: none;
    z-index: 1999 !important;
}


.gallerynav a:active, .gallerynav a:hover {
	color: #DF37DB!important;
	text-decoration:underline;
}

.gallerynav {
    float: left;
z-index:999;
padding-right:20px;
}

.full-head {
	display:none;
}

.page-id-2796 .full-head {
	display:block;
}

.homeFeature .titleBox .projectNav .next:after {
	display:block;
	width:140px;
	float:left;
	font-size:12px; margin-left:40px; margin-top:-25px;
	content:"Click arrows to view the latest configurations";
}



.purplelink {
	color: #DF37DB !important;
}

.bluelink {
	color: #0099FF !important;
}

.footernav a:link, .toptextnav a:link {
color: #EBF0FE !important;
}

h1 a:hover, .footernav a:hover, .toptextnav a:hover {
	  color: #DF37DB !important;
}

a[rel=author] {
display:none;
}
a[rel=category] {
display:none;
}

/*
html[xmlns] .category-blog .clearfix {
    display: none;
}
*/

.mlfront {
	font-weight:900;
  width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
}
.dd-option {
    border-bottom: 1px solid #DDDDDD;
    color: #FFF !important;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 5px;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out 0s;
}

.dd-container, .dd-option-text, .dd-selected {
	color: #000 !important;
}


.dd-container a {
    color: #000 !important;
}

.dd-container a:hover {
	color: #0099ff !important;
	background-color: #CCC;
}
.dd-option a:hover {
	color: #0099ff !important;
	background-color: #CCC;
}

.dd-desc {
    color: #F90 !important;
    display: block;
    font-weight: normal;
    line-height: 1.4em;
    overflow: hidden;
}







/* BTD CODE */

.post-10159 .wpcoproduct .productform .wpcobuttonwrap, .post-10159 #mailorder, .post-10199 .wpcoproduct .productform .wpcobuttonwrap, .post-10199 #mailorder, .post-10256 .wpcoproduct .productform .wpcobuttonwrap, .post-10256 #mailorder {
display: none!important;
visibility: hidden!important;
}

.post-10159 .ordernow, .post-10199 .ordernow, .post-10256 .ordernow {
	display: none;
	visibility: hidden;
}

.post-10159 #BTD, .post-10159 .pricewrap {
	width: 100%;
}

.post-10199 #BTD, .post-10199 .pricewrap {
	width: 100%;
}

.post-10256 #BTD, .post-10256 .pricewrap {
	width: 100%;
}


.post-10159 #BTD:after, .post-10199 #BTD:after, .post-10256 #BTD:after {
content: "To Order Please See Description";
color: #CCCCCC;
    font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
    font-size: 32px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 14px;
    text-decoration: none;
}

.post-10159 .vertdots, .post-10199 .vertdots, .post-10256 .vertdots {
	margin-top: 20px;
}

.postid-10159 .productinfoholder:before, .postid-10199 .productinfoholder:before, .postid-10256 .productinfoholder:before {
content: ' (Configuration options below are shown for info only. To order this doll, please see the description below).';
text-align: center;
font-size: 18px;
font-weight: 500;
}


.post-10159 .wpcoproduct .productform .wpcobuttonwrap, .post-10199 .wpcoproduct .productform .wpcobuttonwrap, .post-10256 .wpcoproduct .productform .wpcobuttonwrap {
display: none;
visibility: hidden;
}




/* CODE FOR EACH BTD PRODUCT */


/* 10357 */
.post-10357 .wpcoproduct .productform .wpcobuttonwrap, .post-10357 #mailorder, .post-10357 .ordernow, .post-10357 .mailorder {
display: none!important;
visibility: hidden!important;
}

.post-10357 #BTD, .post-10357 .pricewrap {
	width: 100%;
}

.post-10357 #BTD:after {
content: "To Order Please See Description";
color: #CCCCCC;
    font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
    font-size: 32px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 14px;
    text-decoration: none;
}

.post-10357 .vertdots {
	margin-top: 20px;
}

.postid-10357 .productinfoholder:before {
content: ' (Configuration options below are shown for info only. To order this doll, please see the description below).';
text-align: center;
font-size: 18px;
font-weight: 500;
}
/* END 10357 */



/* 10624 */
.post-10624 .wpcoproduct .productform .wpcobuttonwrap, .post-10624 #mailorder, .post-10624 .ordernow, .post-10624 .mailorder {
display: none!important;
visibility: hidden!important;
}

.post-10624 #BTD, .post-10624 .pricewrap {
	width: 100%;
}

.post-10624 #BTD:after {
content: "To Order Please See Description Below";
color: #CCCCCC;
    font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
    font-size: 32px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 14px;
    text-decoration: none;
}

.post-10624 .vertdots {
	margin-top: 20px;
}

.postid-10624 .productinfoholder:before {
content: ' (Configuration options below are shown for info only. To order this doll, please see the description below).';
text-align: center;
font-size: 18px;
font-weight: 500;
}
/* END 10624 */


/* 10595 */
.post-10595 .wpcoproduct .productform .wpcobuttonwrap, .post-10595 #mailorder, .post-10595 .ordernow, .post-10595 .mailorder {
display: none!important;
visibility: hidden!important;
}

.post-10595 #BTD, .post-10595 .pricewrap {
	width: 100%;
}

.post-10595 #BTD:after {
content: "To Order Please See Description Below";
color: #CCCCCC;
    font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
    font-size: 32px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 14px;
    text-decoration: none;
}

.post-10595 .vertdots {
	margin-top: 20px;
}

.postid-10595 .productinfoholder:before {
content: ' (Configuration options below are shown for info only. To order this doll, please see the description below).';
text-align: center;
font-size: 18px;
font-weight: 500;
}
/* END 10595 */


/* 10620 */
.post-10620 .wpcoproduct .productform .wpcobuttonwrap, .post-10620 #mailorder, .post-10620 .ordernow, .post-10620 .mailorder {
display: none!important;
visibility: hidden!important;
}

.post-10620 #BTD, .post-10620 .pricewrap {
	width: 100%;
}

.post-10620 #BTD:after {
content: "To Order Please See Description Below";
color: #CCCCCC;
    font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
    font-size: 32px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 14px;
    text-decoration: none;
}

.post-10620 .vertdots {
	margin-top: 20px;
}

.postid-10620 .productinfoholder:before {
content: ' (Configuration options below are shown for info only. To order this doll, please see the description below).';
text-align: center;
font-size: 18px;
font-weight: 500;
}
/* END 10620 */



/* 10622 */
.post-10622 .wpcoproduct .productform .wpcobuttonwrap, .post-10622 #mailorder, .post-10622 .ordernow, .post-10622 .mailorder {
display: none!important;
visibility: hidden!important;
}

.post-10622 #BTD, .post-10622 .pricewrap {
	width: 100%;
}

.post-10622 #BTD:after {
content: "To Order Please See Description Below";
color: #CCCCCC;
    font-family: 'Julius Sans One','Droid Serif',Georgia,Times,'Times New Roman',serif;
    font-size: 32px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 14px;
    text-decoration: none;
}

.post-10622 .vertdots {
	margin-top: 20px;
}

.postid-10622 .productinfoholder:before {
content: ' (Configuration options below are shown for info only. To order this doll, please see the description below).';
text-align: center;
font-size: 18px;
font-weight: 500;
}
/* END 10622 */



/* END BTD CODE */



#featuredPosts .posts .post, .home4 {
    border: medium none;
    float: left;
    margin: 0 0 0px 0px;
    padding: 0;
}

#dolls-home {
width:100%;

	height:350px;
	text-align: center;
	border: 0px solid #222;
	padding-left:10px;
}

/*

#dolls-home img {
	width: 161px!important;
}

#dolls-home .home4 .front-excerpt img {
    width: 161px !important;
}
*/
.centercontent {
width:100%; border-bottom:0px dashed #EEE; margin-left:0px;
}
.centercontent #dolls-home img {
	width:186px;
}



.dollname {
 font-family: 'Great Vibes', arial, sans-serif;
    border-bottom: 0px solid #222222;
    border-top: 0 solid #D4D4D4;
 /* margin: 0 1% 0px;  */
    padding: 0px 0 0px;
padding-right:10px;
padding-top:10px;
/*
font-size:34pt;
color:#DDDDDD; */
text-decoration:none;
}

.dollname1 {
 font-family: 'Niconne', arial, sans-serif;
    border-bottom: 0px solid #222222;
    border-top: 0 solid #D4D4D4;
    margin: 0 3.6458% 10px;
    padding: 14px 0 10px;
font-size:38pt;
color:#DDDDDD;
text-decoration:none;
}

.dollname2 {
 font-family: 'Italianno', arial, sans-serif;
    border-bottom: 0px solid #222222;
    border-top: 0 solid #D4D4D4;
    margin: 0 3.6458% 10px;
    padding: 14px 0 10px;
font-size:36pt;
color:#DDDDDD;
text-decoration:none;
}

h1, h2, h4, h5, h6 {
 font-family: 'Julius Sans One', arial, sans-serif;
    border-bottom: 0px solid #222222;
    border-top: 0 solid #D4D4D4;
/*    margin: 0 3.6458% 10px; */
/*    padding: 14px 0 10px; */
/*font-size:30pt; */
color:#DDDDDD;
text-decoration:none;
}



/* Mobile Style Sheet */
@media handheld {
    #social-tabs, .social-tabs {
        display:none!important;
		visibility:hidden!important;
    }
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
      #social-tabs, .social-tabs {
        display:none!important;
		visibility:hidden!important;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
      #social-tabs, .social-tabs {
        display:none!important;
		visibility:hidden!important;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
      #social-tabs, .social-tabs {
        display:none!important;
		visibility:hidden!important;
}