/* GLOBAL */

* {
margin: 0;
padding: 0;
}

html {
  height: 100%;
}

body {  
	margin: 0;
	padding: 0;
	color: #5f0000;
	background-image:url('http://kina-ink.com/images/bgpaper.jpg');
	background-attachment:fixed;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#8a3d3d;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0px;
}

.clear {
  	clear: both;
}

.small {
  	font-size: 85%;
}

.big {
  	font-size: 125%;
}

.fl {
  	float: left;
}

p,h1,pre {
	margin:0px 10px 10px 10px;
}

h2 {
	margin:0px;
	padding: 10px 0 0 0;
	color:#444444;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h5 {
	margin:0px;
	padding: 5px;
	color:#444444;
	font-family: Helvetica, Arial, sans-serif;
  	background: url('http://kina-ink.com/images/transparent_white.png');
  	border: 1px solid #000;
  	font-size: 1.5em;
  	font-weight: normal;
}

#pagination {
	height: 100%;
  	font-size: 80%;
  	text-align: center;
	padding: 10px;
}



/* LAYOUT */

#frame {
	width : 828px;
	background-image : url('http://kina-ink.com/images/filler.png'); 
	background-repeat : repeat-y; 
	margin:0px auto;
	padding:0px;
	text-align:left;

}

#header {
  width: 828px;
  margin: auto;
  padding: 0;
  text-align: center;
  position: relative;
  top:0;
}

#header h1 {
	color:#000;
	text-align:left;
}

#header a:link, #header a:visited, #header a:hover, #header a:active {
	color:#605ca8;
	font: 1em/1.3em Helvetica, Arial, Sans-Serif;
	font-size: 200%;
  	text-decoration: none;
}

#footercontent {
	color:#999;
	width:828px;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border : none;
	font-size: 0.8em;

}

#footercontent a:link, #footercontent a:visited, #footercontent a:active {
  	color:#333333;
  	text-decoration: none;
}

#footercontent a:hover {
  	text-decoration: underline;
}

#footercontent li {
	display: inline;
	font-size: 90%;
	margin: 0 3px;
	line-height:24px;
}

#footer {
	color: #333;
  	clear: both;
  	text-align: center;
  	width:828px;
  	height:144px;
  	margin:auto; 
	font-size:80%;
	background : url('http://kina-ink.com/images/footer.gif') no-repeat top; 
}


#content {
	width: 828px;
	margin: auto;
	padding:30px 0 0 0;
	position:relative;
	overflow: visible;
	background-image : url('http://kina-ink.com/images/body.gif'); 
	background-repeat : no-repeat;
}

#menu {
	color: #FFF;	
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: -25px 0 10px 25px;
}

#menu a:link, #menu a:visited, #menu a:active {
        color:#FFF;
  	text-decoration: none;
}

#menu a:hover {
        color:#8681db;
  	text-decoration: overline underline;
}


#sidebar {
	width:200px;
	padding:0px 20px 0px 0px;
	float:right;
	margin: auto;
	border: none;
}

#contentcenter {
	width:760px;
	padding: 5px 0px 0px 28px;
	border: none;
}

#sidebarindex {
	width:275px;
	height: 440px;
	padding:10px 25px 0 10px;
	float:right;
	margin: 0 10px 0 0;
	border: none;
}

#newscontent {
	float:left;
	width:500px;
	height: 200px;
	margin: 4px 0px 0 0;
	border: 1px dotted black;
	background-color:#FFF;
	text-align:center;
}

#newscontent p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	text-indent: 2em;
	text-align:justify;
}


#newscontent h1{
	color:#033f8a;
	font-size: 1.3em;
	padding: 0;
	margin: 5px 0 0 5px;
}

#newscontent h2{
	color:#7f7f7f;
	font-size: 0.8em;
	margin: -5px 0 0 0;
	font-weight: normal;
}





#contentcenterindex {
	width:760px;
	padding: 12px 0 0 33px;
	border: none;
}

.leftcontent {
	width:470px;
	padding: 0 0 10px 0;
	margin: 0 0 0 -5px;
	float:left;
	border: none;
}

#contentcenter h2 {
  	font-weight: normal;
}

#shopping-cart {
  	height: 20px;
  	text-align: left;
  	padding-top:4px;
  	padding-left:10px;
	font-weight:bold;
	background-image:url(cart.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


/* PRODUCTS */

.product {
  	width: 159px;
	height: 161px;
  	padding: 0px;
  	text-align: center;
  	float: left;
	background: url('http://kina-ink.com/images/product-shadow.png') no-repeat bottom right;
  	border: none;
}

.product a:link, .product a:visited, .product a:active, .product a:hover {
        color:#444444;
  	text-decoration: none;
}

.product h3 {
  	font-weight: normal;
  	margin:0px;
	font-size:80%;
}


.product-image {
  	width: 150px;
	float: left;
  	margin: auto;
	padding: 0;
	background-color:#FFF;
	border: 1px solid #000;
}

.product-image img {
  	border: 5px solid white;
  	width :140px;
}

.original-price {
  	text-decoration: line-through;
  	font-size: 70%;
}

.money {
  	font-size: 70%;
  	text-align:center;
}



.coll-desc {
  	width: 610px;
  	clear:both;
  	font-size:80%;
  	background-color:#f9f9f9;
}

.coll-desc p {
	padding:5px;
}


/* SIDEBAR */

#sidebar a, #sidebar a:visited{
        color:#366da5;
}

#sidebar a:hover{
        color:#f5f5f5;
}

#sidebar h3{
	color:#000;
	text-align:center;
	padding:0px;
	margin:3px;
	font-size: 80%;
}

#sidelinks li {
	width: 170px;
 	margin: 3px 5px;
  	padding: 5px;
  	font-size:80%;
  	background: url('http://kina-ink.com/images/transparent_white.png');
  	border: 1px solid #a9a9a9;
}

#sidelinks ul {
  	list-style-type: none;
  	margin: 0px;
  	padding: 0;
}

#feature-sidebar {
	height: 100%;
	width: 170px;
  	margin: 3px 5px;
  	padding: 5px;
  	font-size:80%;
  	color: #000;
	background: url('http://kina-ink.com/images/transparent_white.png');
  	border: 1px solid #a9a9a9;
}

#feature-sidebar h3 {
  	font-size:100%;
	color:#000;
}

.featuring-image img {
	margin: 3px;
	padding: 5px;
  	background-color: #fff;
	border: 1px solid #999;
}

.search {
	width: 120px;
}

#searchbar {
	width: 170px;
  	margin: 5px;
  	padding: 5px;
  	text-align:center;
  	background: url('http://kina-ink.com/images/transparent_white.png');
  	border: 1px solid #a9a9a9;
}

#searchbar button{
	width:20px;
	height:20px;
	text-indent:-9999px;
	background:url(search.gif) 0 0 no-repeat;
	border:none;
	margin-left:2px;
	vertical-align:top;
	margin-top:2px;
}

#cartside {
	width: 170px;
	background-color:#fff;
  	background-image:url(cart.gif);
  	background-repeat:no-repeat;
  	margin: 5px;
  	padding: 5px;
  	border: 1px solid #999;
}

#cartside p {
	margin:0px;
	padding:0 0 0 50px;
	font-size:80%;
}


/* TAGS */

#tags {
	height: 100%;
  	width: 556px;
  	clear:both;
  	margin: 5px;
  	padding: 5px;
  	font-size:80%;
  	background-color:#f9f9f9;
}

#tags ul {
  	list-style-type: none;
  	padding: 0px;
  	margin: 0px;
}

#tags li {
  	display: inline;
  	padding: 0px 3px;
}

#tags a:link, a:visited {
  	text-decoration: none;
}

#tags a:hover {
  	text-decoration: underline;
}


/* INDEX.LIQUID */

# {
	height: 100%;
	width: 580px;
  	font-size:80%;
  	clear: left;
  	margin: 5px;
  	padding: 20px;
}


#h3 {
	padding:0px;
	margin:0px;
}



.article-body {
	margin:0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#articles {
	background: url('http://kina-ink.com/images/transparent_white.png');
}

#articles h3 {
	color: #CC6699;
}


/* PRODUCT.LIQUID */

#product-main {
	width:569px;
	text-align:center;
	border: 1px solid #a9a9a9;
	background: url('http://kina-ink.com/images/transparent_white.png');

}

#prod-img {
	width:500px;
  	margin: auto;
  	padding:10px;
  	text-align: center;
}

#prod-img img {
  	vertical-align: middle;
}

.prod-img-small {
  	width: 100px;
  	height: 100px;
  	margin: 8px 3px;
  	padding: 5px;
  	text-align: center;
  	border: solid 1px #999;
}

#prod-img-small img {
  	vertical-align: middle;
}


#variant-add {
	clear:both;
  	margin: 15px 0;
  	width:569px;
  	border: 1px solid #a9a9a9;
	background: url('http://kina-ink.com/images/transparent_white.png');
}

ul#variants {
  	list-style-type: none;
  	margin: 10px 0;
  	padding: 0;
  	float:left;
  	width:400px;
  	font-size:85%;
}


#description {
  	padding: 10px;
  	clear:both;
  	width:549px;
  	font-size:85%;
  	border: 1px solid #a9a9a9;
	background: url('http://kina-ink.com/images/transparent_white.png');
}

.addtocart {
	float:right;
	padding:15px 5px;
}

.selector-wrapper {
  margin: 10px 0 0 0;
}

input#add {margin: 15px 0 40px 0;}
input#add.disabled {
  -moz-opacity: 0.65;
	opacity:.65;
	filter: alpha(opacity=65);
}

#price-field {
  margin: 15px 20px 0 0;
  font-weight: bold;
  font-size: 14px;
  float: left;
}

#product label {
  font-weight: bold;
  display: block;
  margin: 15px 0 5px 0;
  font-size: 12px;
}





















/* CART.LIQUID */

#shoppingcart {
  	width: 200px;
  	margin: 4px;
  	padding: 5px;
  	text-align: center;
  	float: left;
  	border: 1px solid #000;
  	background-color:#fff;
}

#shoppingcart a:link, #shoppingcart a:visited, #shoppingcart a:active {
  	text-decoration: none;
  	color: #666;
}

#shoppingcart a:hover {
  	text-decoration: underline;
}

#shoppingcart h3 {
  	font-weight: normal;
  	margin:0px;
	font-size:80%;
  	
}

#shoppingcart select {
  	margin: 5px;
}

.shoppingcart-image {
  	width: 200px;
  	height: 120px;
  	margin: auto;
}

.shoppingcart-image img {
	border: 5px solid white;
  	height:100px;
}

.updater {
	font-size:70%;
	padding:5px;
}

.cart-update {
	width:30px;
}

.remove-cart {
	margin:8px;
}

.checkout {
	width: 610px;
  	margin: 5px;
  	padding: 15px;
  	text-align:center;
}

.total {
 	clear:both;
	font-size:100%;
	font-weight:bold;
  	margin: 0px;
  	padding: 5px;
  	text-align:center;
   	background: url('http://kina-ink.com/images/transparent_white.png');
  	border: 1px solid #000;
}

.additional-checkout-buttons {
  	text-align:center;
   	margin-top: 15px;
   	padding:5px;
   	background: url('http://kina-ink.com/images/transparent_white.png');
  	border: 1px solid #000;
}


/* PAGE.LIQUID */

.article {
	font-size:85%;
}

.article h3 {
  	padding: 3px 8px;
}



/* BLOG.LIQUID */

#page {
  	padding: 15px 0;
}

.headline {
  	margin: 24px 0;
  	color: #333;
}

.headline h3 {
  	float: left;
  	font-size: 125%;
  	margin: 10px 5px 5px 25px;
  	padding-bottom: 5px;
}

.title {
  	background: #fff url('headline.gif') top right no-repeat;
	height: 48px;
}

.date {
  	height: 48px;
  	width: 100px;
  	float: left;
  	text-align: center;
  	background: #fff url('date.gif') top left no-repeat;
  	color: #EA96AA;
}

.date h4 {
  	margin-top: 10px;
  	color: #EA96AA;
}


/* ARTICLE.LIQUID */


.article-details {
font-size: 85%;
margin: 0px;
}

#comments {

}

#comments h3 {
	color: #366da5;
}

#comment-form {
	font-size:85%;
}

#comment-form h3 {
	font-size:85%;
	color: #366da5;
	font-size:100%;
	padding-top: 10px;
}

#comment-form dl {
	background-color: #f9f9f9;
	padding: 5px;
	width:550px;
}

#comment-form dt {
	padding: 10px 0px 3px 40px;
}
.comment-details {
	font-size:75%;
	margin-left:10px;
}

#comment-list {
	margin:0px;
}

#comment-list li {
	list-style-type: none;
	background-color: #f9f9f9;
	padding: 5px;
	width:500px;
	font-size:85%;
	margin: 5px;
}
.notice, .hint {
	color: #AC2F59;
}

/* SEARCH PAGE */

#searchresults form {
	padding-top: 50px;
	padding-bottom:120px;
}


#searchresults {
	width:580px;
	background:url(searchbk.gif) no-repeat;
}










/*RSS*/

#rss {
	color:#333;
	width:220px;
	height: 184px;
	position: relative;
	float: right;
	padding: 10px;
	margin: 6px 0 0 0;
	border: none;
	background-color: #FFF;
}

#rss ul {
	font-size: 0.7em;
  	list-style-type: none;
  	padding: 5px 0 0 0px;
  	margin: 0px;
}

#rss li {
	color:#C09;
  	padding: 0 0 5px 0;
}

#rss a:link, a:visited {
  	text-decoration: none;
	color:#099;
}

#rss a:hover {
  	text-decoration: underline;
}

div.one-image {
	background-color:#FFF;
	border: none;
	text-align:center;
	
}

div.one-image img{
border: 4px solid #FFF;
text-align:center;
}

#recentimage {
	position: absolute;
	top: 496px;
	right: 335px;
	width: 158px;
	height: 170px;
	background:#fff;
	border: 1px solid #000;
	text-align:center;
}

#recentimage h1{
	color:#000;
	text-align:center;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #fff;
	position: absolute;
	bottom: -10px;
	left: 12px
}
#randomimage {
	position: absolute;
	top: 496px;
	right: 165px;
	width: 158px;
	height: 170px;
	background:#fff;
	border: 1px solid #000;
	text-align:center;
}

#randomimage h1{
	color:#000;
	text-align:center;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #fff;
	position: absolute;
	bottom: -10px;
	left: 12px
}

#onlinestatus {
	position: absolute;
	top: 496px;
	right: 50px;
	width: 100px;
	height: 170px;
	text-align:center;
	border: 1px dotted #666;
	background: url('http://kina-ink.com/images/transparent_white.png');
}

#onlinestatus h1{
	color:#000;
	text-align:center;
	font-size: 14px;
	font-weight: normal;
}

#onlinestatus h2{
	color:#666;
	text-align:center;
	font-size: 10px;
	font-weight: normal;
}

#followme {
	position: absolute;
	top: 679px;
	right: 30px;
	width: 465px;
	height: 127px;
	background: url('http://kina-ink.com/images/followme.png');
}

#buttons {
	width: 760px;
	margin: 0 0 0 0;
	border: none;
	text-align:center;
}

.post { 
	width: 700px;
	margin : auto;
	margin-bottom: 30px; 
	margin-top: 30px;
	padding : 0 20px 10px 10px;
	text-align : justify; 
	background: url('http://kina-ink.com/images/transparent_white.png');
	border : 1px solid #a9a9a9; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
} 


.post ul, ol{ 
	margin: 0 0 0 75px;
	
} 

.post li{ 
	margin: 0 0 20px 0;
	
} 

.post p{ 
	text-indent: 20px;
} 

.post a:link, a:visited {
	color:#009999;
}

.post a:hover {
  	text-decoration: underline;
}

.backtotop {
	font-size: 0.8em;
	text-align:right;
	padding-bottom: 20px;
}


hr {
	margin: 0 0 10px 0;
	border-top: 1px solid #666;
	border-bottom: none;
	
}

.post-image {
	border: 1px solid #000;
	padding: 0;
	margin: 0 5px 0 0;
	float:left;
}

.post-image img {
  	border: 5px solid white;
}






.links { 
	width: 700px;
	margin : auto;
	margin-bottom: 30px; 
	margin-top: 30px;
	padding : 0 20px 10px 10px;
	text-align : left; 
	background: url('http://kina-ink.com/images/transparent_white.png');
	border : 1px solid #a9a9a9; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
} 


.links ul, ol{ 
	margin: 0 0 0 0;
	list-style:none;
} 

.links li{ 
	margin: 0 0 0 0;
	
} 

.links a:link, a:visited {
	color:#009999;
}

.links a:hover {
  	text-decoration: underline;
}









/*THUMBNAILS*/
.thumbnails {
	text-align: center;
	margin:auto;
	}

.thumbnails img{
	margin: 1px 1px 1px 1px; 
	padding: 1px; 
	border: 1px solid #000;
}


.index-thumbs{
	background-image:url(images/transparent_black.png); 
	height:170px; 
	width:740px; 
	margin:auto; 
	visibility:visible; 
	padding:10px;
	}

.index-thumbs img{
	margin: 1px 1px 1px 1px; 
	padding: 1px; 
	border: 1px solid #fff;
}






/*LYTEBOX*/
#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 200px; }
	#lbOverlay.kina { background-color: #000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: 1px solid #333333; }

#lbOuterContainer { position: relative; background: #FFF; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.kina { border: 1px solid #000; }


#lbDetailsContainer { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	background: #FFF; 
	width: 100%; 
	line-height: 3.5em;	
	overflow: auto; 
	margin: 0 auto; 
}
	#lbDetailsContainer.kina { border: 1px solid #000; border-top: none; }


#lbImageContainer, #lbIframeContainer { padding: 12px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(http://kina-ink.com/images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.kina:hover, #lbPrev.kina:visited:hover { background: url(http://kina-ink.com/images/lytebox/prev.gif) left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url(http://kina-ink.com/images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.kina:hover, #lbNext.kina:visited:hover { background: url(http://kina-ink.com/images/lytebox/next.gif) right 15% no-repeat; }
	
	#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.kina, #lbNext2.kina, #lbSpacer.kina { color: #c8c8c8; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.kina, #lbNext2_Off.kina { color: #CCCCCC; }
		
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.kina { color: #666666; }
	
#lbDetails { width: 100%; float: left; text-align: left; }
#lbCaption { line-height: 95%; display: block; font-weight: normal; }
#lbNumberDisplay { font-weight: bold; float: left; display: block; padding-bottom: 0.1em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 0.1em; }

#lbClose { width: 65px; height: 30px; float: right; margin-bottom: 0px; }
	#lbClose.kina { background: url(http://kina-ink.com/images/lytebox/close.gif) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.kina { background: url(http://kina-ink.com/images/lytebox/play.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.kina { background: url(http://kina-ink.com/images/lytebox/pause.png) no-repeat; }
	
	
