/*
Theme Name: Inkart
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous Kubrick.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Times New Roman, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff;
	color: #333;
	text-align: left;
	}


a:link {
        color: af0b0b; text-decoration: none;
}
a:visited {
        color: #780c0c; text-decoration: none;
}
a:active {
        color: #af0b0b; text-decoration: none;
}
a:hover {
        color: #af0b0b; text-decoration: underline;
}

a.ratelink:link {margin: 3px 0px 3px 5px; padding: 5px; color:#ffffff; background: #ffb14c; text-decoration: none;}
a.ratelink:visited {margin: 0px 20px 3px 5px;  padding: 5px; color:#ffffff; background: #ffb14c; text-decoration: none;}
a.ratelink:active {margin: 0px 20px 3px 5px; padding: 5px; color:#ffffff; background: #ffb14c; text-decoration: none;}
a.ratelink:hover {margin: 0px 20px 3px 5x;  padding: 5px;color:#ffffff; background: #ffe44c; text-decoration: none;}



#page {
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
	}

#header {
	background: #f0e6ca url(http://www.inkarttattoos.com/images/header-bg.jpg);
	}

#headerimg 	{
	margin:0px auto;
	height: 155px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.4em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #ede0c0;
	border: none;
	}

small {
	font-family: Georgia, Times New Roman, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, Times New Roman,'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.1em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
        text-transform:uppercase;
        letter-spacing: 2px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Georgia, Times New Roman, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #780c0c;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: none;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Georgia, Times New Roman, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #af0b0b;
	text-decoration: none;
	}

a:hover {
	color: #af0b0b;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 965px;
	border: 0px solid #959596;
	}

#header {
	background-color: #f0e6ca;
	padding: 0;
	margin: 20 auto;
	height: 155px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 10px 20px 0px;
	margin: 0px 0 0;
	width: 628px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: left;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: left;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#fa {
   width:100%;
   background: #ede0c0;
   height:420px;
   float:left;
   
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}




/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 5px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 250px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}
#centerheader {
        padding: 0;
        margin: 0 auto;
        width: 965px;
}

#logo {
  float:left;
}

#search {
  padding-top: 10px;
  padding-right: 45px;
  float:right
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px 0px 0px 10px;
	margin-left: 22px;
	width: 300px;
	float:left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #b6a79d;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #b6a79d;
	text-align: left;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#coolsites {
       width: 590px;
       padding-left: 10px;
       border-top: 1px solid #b6a79d;
       border-bottom: 1px solid #b6a79d;
       float: left;
}

#coolsites p {
        letter-spacing: 1px;
	text-align: justify;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
}


#navbar {
    background: #000000;
    height: 27px;
    width: 100%;
}


#jsddm
{	
   margin: 0px auto;
   padding: 0;
   width:930px;
	}

	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Georgia, Tahoma, Arial;
                font-weight:bold;
}

	#jsddm li a
	{	display: block;
		margin-right:15px;
		background: #000000;
		padding: 5px 12px;
		text-decoration: none;
		color: #EAFFED;
		text-transform:uppercase;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #000000;
                Color: #cccccc;
}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			width: 125px;	
			border-top: 0px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	padding: 5px 5px;
                        width: auto;
			background: #861010}
		
		#jsddm li ul li a:hover
		{	background: #c11717}



.cb {
  float:left;
  width:585px;
  height:20px;
  margin:0px;
  padding:0px;


}

#content .block .thumb{
   margin-right:5px;
   float:left;
   width:140px;
}

#content .block .thumb label a{
  color:#990000;
  font-size:14px;
  font-weight:bold;
}
#content .block .thumb label a:hover{
  text-decoration:none; 
}


#content .block-tattoo {
   margin-bottom:10px;
   padding-bottom: 8px;
   padding-top: 5px;
   border-bottom: 1px solid #b6a79d;
   border-top: 1px solid #b6a79d;
   float:left;
   margin-top:0px;
  /* width:600px;*/
}
#content .block-tattoo h2{
  margin:0px;
  padding:0px;
  font-size:18px;
  margin-bottom:2px;
}
#content .block-tattoo h2.small{
  margin:0px;
  padding:0px;
  font-size:20px;
  margin-bottom:2px;
}
#content .block-tattoo .thumb{
   margin-right:10px;
   padding-right: 0px;
   float:left;
   width:140px;
}


#content .block-tattoo .row{
   margin-top:15px;
   float:left;
}
#content .block-tattoo .first{
   margin:0px;
}

#content .block-tattoo .thumb label a{
  color:#861010;
  font-size:14px;
  font-weight:bold;
}
#content .block-tattoo .thumb label a:hover{
  text-decoration:none; 
}

#sharelinks {
      width: 580px;
      background: #f9f2dd;
      padding: 10px;
      border: solid 1px #b6a79d;
      margin-bottom: 15px;
}

#sharelinks h2 {
      color: #a3270f;
      text-transform:uppercase;
      letter-spacing: 3px;
      font-family: Georgia, Times New Roman;
      padding-top: 0px;
      margin-top: 0px;
}

#posttags {
        width: 580px;
        padding: 2px 10px 2px 10px;
        margin-bottom: 15px;
        border: solid 1px #b6a79d;
        color: #333333;
        text-transform:uppercase;
        line-height: 18px;
        letter-spacing: 2px;
        font-family: Georgia, Times New Roman;
	font-weight: bold;
}

#morecat {
        color: #333333;
        text-transform:uppercase;
        line-height: 16px;
        font-size: 11px;
        letter-spacing: 2px;
        font-family: Georgia, Times New Roman;
	font-weight: bold;
}

#posttags a {
        color: af0b0b; text-decoration: none;
}

#posttags a:visited {
        color: #780c0c; text-decoration: none;
}
#posttags a:active {
        color: #af0b0b; text-decoration: none;
}
#posttags a:hover {
        color: #af0b0b; text-decoration: underline;
}

.source {
	color: #f49538!important; }

#blocks {
  width:945px;
  height:388px;
  margin:0px auto;
  padding-top:22px;
  text-align: left;
 
}  
#blocks .block-1 {
   width:243px;
   height:323px;
   padding:20px 25px;
   float:left;
   background-color:#FFFFFF;
   border:1px solid #b6a79d;
   margin-right:25px;
}
#blocks .block-1 {
   width:243px;
   height:323px;
   padding:20px 25px;
   float:left;
   background-color:#FFFFFF;
   border:1px solid #b6a79d;
   margin-right:25px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
#blocks .block-1 h2{
  font-size:18px;
  margin:0px;
  padding:0px;
  padding-bottom:5px;
  margin-bottom:15px;
  border-bottom:1px solid #b6a79d;
}
#blocks .block-1 a{
 color:#990000;
 font-size:13px;
 font-weight:bold;
 margin:0px;
 margin-bottom:10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 clear:both;
 display:block;
 
 

}
#blocks .block-2 {
   width:243px;
   height:323px;
   padding:20px 25px;
   float:left;
   background-color:#FFFFFF;
   border:1px solid #b6a79d;
   margin-right:25px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
#blocks .block-2 h2{
  font-size:18px;
  margin:0px;
  padding:0px;
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px solid #b6a79d;
}
#blocks .block-2 a{
 color:#990000;
 font-size:12px;
 font-weight:bold;
 margin:0px;
 margin-bottom:1px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 clear:both;
 display:block;
 
 

}

#blocks .block-2 .col-left{
   width:140px;
   float:left;
   
}

#blocks .block-2 .col-right{
   width:100px;
   float:left;
}

#blocks .block-3 {
   width:243px;
   height:323px;
   padding:20px 25px;
   float:left;
   background-color:#FFFFFF;
   border:1px solid #b6a79d;
}
#blocks .block-3 h2{
  font-size:18px;
  margin:0px;
  padding:0px;
  padding-bottom:5px;
  margin-bottom:15px;
  border-bottom:1px solid #b6a79d;
}


#blocks .block-3 a{
 color:#990000;
 font-size:12px;
 font-weight:bold;
 margin:0px;
 margin-bottom:1px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 clear:both;
 display:block;
} 

#content .block {
   margin-bottom:20px;
   float:left;
  /* width:600px;*/
}
#content .block h2{
  margin:0px;
  padding:0px;
  font-size:24px;
  margin-bottom:2px;
}
#content .block h2.small{
  margin:0px;
  padding:0px;
  font-size:22px;
  margin-bottom:2px;
}
#content .block .thumb{
   margin-right:15px;
   float:left;
   width:140px;
}

#content .block .thumb label a{
  color:#990000;
  font-size:15px;
  font-weight:bold;
}
#content .block .thumb label a:hover{
  text-decoration:none; 
}

#b-menu {
  width:935px;
  height:40px;
  padding-top:18px;
  margin:0px auto;
}
#b-menu a{
  color:#FFFFFF;
  font-family: Arial, sans-serif;
  font-size:17px;
  font-weight:normal;
  margin:0px 18px;
}
#b-menu a:hover{
   text-decoration:none;
}

#footer-search-box ul {
  margin:0px;
  padding:0px;
  float:left;
 
}

#footer-search-box ul {
  margin:0px;
  padding:0px;
 
}

#footer-search-box ul li{
  list-style-type:none;
}

#footer-search-box {
   font-size:15px;
}
#footer-social-box {
  margin:0px;
  padding:0px;
  margin-top:20px;
  float:left;
  width:240px;
}
#footer-social-box ul {
  margin:0px;
  padding:0px;
}
#footer-social-box ul li{
  list-style-type:none;
}

#wpsb_email {
  width:180px;
  border:1px solid #999;
  height:20px; 
  padding:0px 3px;
  padding-top:4px;
  color:#666;
  float:left;
 
}
#emimg {
  float:left;
  width:51px;
  cursor:pointer;
}
#emfo {
  margin-top:10px;
}
.cb {
  float:left;
  width:585px;
  height:20px;
  margin:0px;
  padding:0px;


}

#sidebar .widget_stags_cloud h2.widgettitle {
  background-color:#000000;
  color:#FFFFFF;
  padding:2px;
  margin:0px;
  margin-bottom:5px;
  float:left;
  width:296px;
}

#sidebar .widget_stags_cloud a:link {
  color:#990000;
}
#sidebar .widget_stags_cloud a:visited {
  color:#990000;
}
#sidebar .widget_stags_cloud a:active {
  color:#990000;
}
#sidebar .widget_stags_cloud a:hover {
  color:#990000;
}
.cb20 {
  clear:both;
  height:20px;
}
#content .block {
   margin-bottom:20px;
   float:left;
  /* width:600px;*/
}
#content .block h2{
  margin:0px;
  padding:0px;
  font-size:24px;
  margin-bottom:2px;
}
#content .block h2.small{
  margin:0px;
  padding:0px;
  font-size:22px;
  margin-bottom:2px;
}
#content .block .thumb{
   margin-right:10px;
   float:left;
   width:140px;
}

#content .block .thumb label a{
  color:#990000;
  font-size:15px;
  font-weight:bold;
}
#content .block .thumb label a:hover{
  text-decoration:none; 
}

#content .block-costume {
   margin-bottom:20px;
   float:left;
   margin-top:0px;
  /* width:600px;*/
}
#content .block-costume h2{
  margin:0px;
  padding:0px;
  font-size:24px;
  margin-bottom:2px;
}
#content .block-costume h2.small{
  margin:0px;
  padding:0px;
  font-size:20px;
  margin-bottom:2px;
}
#content .block-costume .thumb{
   margin-right:15px;
   float:left;
   width:140px;
}
#content .block-costume .row{
   margin-top:15px;
   float:left;
}
#content .block-costume .first{
   margin:0px;
}

#content .block-costume .thumb label a{
  color:#990000;
  font-size:13px;
  font-weight:bold;
}
#content .block-costume .thumb label a:hover{
  text-decoration:none; 
}


#pci h2 {
  background-color:#990000;
  float:left;
  width:565px;
  color:#FFFFFF;
  padding:2px 10px;
  margin:0px;
  margin-bottom:5px;
}
#pci .thumb img{
   border:1px solid #151515;
}
#pci .thumb {
   width:90px;
   float:left;
   margin-right:9px;
}
#pci .last {
   margin:0px;
}
#pci .thumb label a{
  color:#990000;
  font-size:14px;
  
}
#pci {
  width:585px;
  float:left;
  margin-bottom:20px;
}
#pci .row {
   float:left;
   margin-bottom:12px;   
}

#pci .more-gold {
   text-align:right;
   float:left;

   width:100%; 
}

.more-blue {
   text-align:right;
   float:right;

   width:185px;
   height:23px;
   padding-top:2px;
   background-image:url(../../../wp-content/themes/inkart/images/more-blue.jpg);
   background-repeat:no-repeat;
   background-position:100% 0%;


  
   
}
.prev-blue {
   text-align:left;
   float:left;

   width:145px;
   height:23px;
   padding-top:2px;
   padding-left:40px;
   background-image:url(../../../wp-content/themes/inkart/images/prev-blue.jpg);
   background-repeat:no-repeat;
   background-position:0% 0%;
  
  
}
.more-blue a, .prev-blue a{
   color:#FFFFFF;
   text-transform:uppercase;
   font-size:18px;
   margin-right:30px;
  
}
.more-blue a:hover, .prev-blue a:hover{
   text-decoration:none;
}
#pci .more-gold a{
  color:#990000;
   font-size:18px;
   font-weight:bold;
   text-transform:uppercase;
}
#pci .more-gold a:hover{
  text-decoration:none;
}


#content .post-costume {
   float:left;
   margin:0px;
   padding:0px;
   color:#000000;
   
}
#content .post-costume .entry{
  line-height:18px;
  margin:0px;
  padding:0px;

  float:left;
  
}
#content .post {
 
  margin:0px;
}
#content .post-costume h1{
   /*float:right;*/
   /*width:350px;*/
   margin:0px;
   padding:0px;
   font-size:22px;
/*border:1px solid #ff0000;*/

}
#content {
 /* border:1px solid #ff0000;*/
width:600px;
}
#content .post h1{
   float:left;
   margin:0px;
   padding:0px;
   font-size:22px;
   margin-bottom:10px;
   width:585px;
}
#content .post-costume h1 a{
   float:left;
   margin:0px;
   padding:0px;
   font-size:22px;
   color:#000000;
  
}
#content .post h1 a{
   float:left;
   margin:0px;
   padding:0px;
   font-size:22px;
   color:#000000;
  
}
#content .post-costume .pic{
   float:left;
   margin:0px;
   padding:0px;
   width:200px;
   
   margin-right:15px;
  
}
#content .post-costume .pic img{
   float:left;
}
#price {
  float:left;
  width:370px;
  margin:15px 0px 25px 0px;
   font-size:18px;
   padding-left:215px;
}
#price img{
  margin-left:90px;
}
#content .border-box {
  border:1px solid #ccc;
  float:left;
  background-image:url(../../../wp-content/themes/inkart/images/border-box.gif);
  background-repeat:repeat-y;
  margin-top:25px;
  margin-bottom:25px;
  padding:0px;
}

#content .postmetadata-costume {
   float:left;
   padding:20px;
   width:384px;
   
   color:#990000
}
#content .postmetadata-costume a{
   color:#990000;
   line-height:16px;
}

#content .postmetadata-costume label{
   display:block;
   font-size:22px;
   color:#000000;
}

#content .postmetadata {
   float:left;
   padding:20px;
   width:384px;
   
}
#content .postmetadata a{
   color:#990000;
   line-height:16px;
   text-decoration:underline;
}
#content .postmetadata a:hover{
   text-decoration:none;
}

#content .postmetadata label{
   display:block;
   font-size:22px;
   color:#000000;
}

#content .share {
  float:left;
  width:173px;

  border-left:none;
  padding-bottom:5px;
}
#content .share label{
  display:block;
  height:22px;
  padding-top:3px;
  width:173px;  
  background-color:#ccc;
  text-align:left;
  font-size:14px;
  font-weight:bold;
}
#content .share .row{
  margin:5px 5px 2px 27px;
  float:left;
 
}
#content .share img{
  margin-top:1px;
  float:left;
}
#content .share a{
  text-transform:uppercase;
  font-size:13px;
  color:#000000;
  font-weight:bold;
  margin-left:5px;
  
}

.mtop-none {
  margin-top:0px;
}

.post h2 {
  font-size:18px;
  margin:15px 0px;
}

#content .textwidget {
�� color:#999;
}

/* ------- */

.submit-blue {
   text-align:right;
   float:left;

   width:585px;
   height:23px;
   padding-top:2px;
   background-image:url(../../../wp-content/themes/inkart/images/more-blue.jpg);
   background-repeat:no-repeat;
   background-position:100% 0%;
  
   
}
.submit-blue a{
   color:#FFFFFF;
   text-transform:uppercase;
   font-size:18px;
   margin-right:24px;
  
}

#sht {
  width:100%;
  float:left;
  margin-top:15px;
  float:left;
  
 /* border:1px solid #FF0000;*/
  
}

#sht .row{
  float:left;
  clear:both;
  width:100%;
  
  margin-bottom:15px;
  
}
#sht .label{
  float:left;
  width:180px;
  color:#990000;
  font-size:13px;
  font-weight:bold;
  text-align:right;
  margin-right:20px;
  padding-top:6px;
  
   /* border:1px solid #990000;*/
}
#sht .box{
  float:left;
  width:390px;
  margin:0px;
  padding:0px;
  
  /*border:1px solid #000099;*/
}
#sht input, #sht textarea{
  border:1px solid #333;
}
#sht input.text{
   width:195px;
   font-size:14px;
   padding:5px;
}
#sht input.file{
   width:195px;
   font-size:14px;
   padding:5px;
   margin-right:10px;
}
#sht textarea{
   width:355px;
}

#two-column {
  float:left;
  width:355px;
  margin:0px;
  padding:0px;
  
}
#two-column .box{
   margin-bottom:8px;
   width:155px;
}
#two-column .column-one {
  float:left;
  width:170px;
  
  
}
#two-column .column-one input.text{  
  width:160px;
}
#two-column .column-two input.text{  
  width:160px;
}
#two-column .column-two {
  float:right;
  width:170px;
  margin-left:0px;
  
  
 
}

#sht input.check {
 border:none;
}
#sht .ch {
  line-height:18px;
}

.errors {
	color: #CC3333;
}
#sht sup{
	color: #CC3333;
}

img.alignleft {
  
}
img.aligncenter {
   /*float:left;*/
  /* margin:0px auto;*/
  
}
img.alignright {
  
}

.post-gallery .entry p {
   /*border:1px solid #ff0000;*/
width:600px;
float:left;
}




#content .block-partner {
   margin-bottom:20px;
   float:left;
   margin-top:0px;
  /* width:600px;*/
}
#content .block-partner h2{
  margin:0px;
  padding:0px;
  font-size:24px;
  margin-bottom:2px;
}
#content .block-partner h2.small{
  margin:0px;
  padding:0px;
  font-size:20px;
  margin-bottom:2px;
}
#content .block-partner .thumb{
   margin-right:10px;
   float:left;
   width:110px;
}
#content .block-partner .row{
   margin-top:15px;
   float:left;
}
#content .block-partner .first{
   margin:0px;
}

#content .block-partner .thumb label a{
  color:#000000;
  font-size:12px;
  font-weight:bold;
}
#content .block-partner .thumb label a:hover{
  text-decoration:none; 
}

#poptags table td {
	vertical-align: top; }	
	#poptags table td.poptags {
        background-color: #ede0c0;
	text-align: left;
        padding-left: 5px;
        padding-right: 5px;
        }	
	#poptags table td.poptags-banner {
	text-align: right;
        padding-left:10px;
        }
	
	#poptags li { margin-bottom: 1px!important; }
 
	#poptags h2 {
		background-color: #000000;
		color: #f5ecd6;
		font-weight: bold;
                text-transform: none;
		font-size: 18px;
                letter-spacing: 1px;
		font-family: Georgia, Times New Roman, Arial, Helvetica, sans-serif;
		padding: 3px 6px 3px 6px;
                margin-bottom: 5px;
		/*width: 120px;*/ }
 
	#poptags img {
	/*	float: right;*/
		margin-left: 5px; }
.wp-tag-cloud a {
	color: #631111;
        font-family: Georgia, Times New Roman;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px!important; }


/*
playback timings (ms):
  LoadShardBlock: 151.232 (3)
  esindex: 0.022
  captures_list: 175.191
  CDXLines.iter: 10.803 (3)
  PetaboxLoader3.datanode: 112.537 (4)
  exclusion.robots: 0.396
  exclusion.robots.policy: 0.38
  RedisCDXSource: 10.061
  PetaboxLoader3.resolve: 22.493
  load_resource: 75.065
*/




























































