/*
Theme Name: Wilkintie
Theme URI: http://nails.net.au/
Description: Wilkintie
Version: 3.1
Author: Niels
Author URI: http://nielsoeltjen.com/

*/


/* ---------------------- Plugins, hacks, defaults ---------------------- */

a, a:hover, a:focus, a img {
 outline: none;
 border: 0 none;
}	

*, html, body {
	margin: 0; !important
	padding: 0; !important
	border: 0;
	outline: 0;
}

.clear {
 clear: both;
}




/* ---------------------- Warning and print specific ---------------------- */

/* Noscript warning */
#warning {
	background-color: white;
	background: url(/images/warning.gif)  no-repeat 10px 10px;
	border: 1px solid #00A0C6;
	border-top: 0;
	padding: 10px 10px 10px 30px;
	margin: 0 0 20px 0;
	color: #00A0C6;
}


/* General warnings */
.warning-notice {
 background: #CC6600;
	font-style: italic;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #FFFFFF;
}


.print-info {
 display:none;
}


/* ---------------------- Layout ---------------------- */

#wrapper {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}




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

body {
	background-color: #FFFF00;
	margin: 0 0 80px 0;
}

img {
 color: #999999;
	font-size: 7pt;
	text-align: center;
}


/* ---------------------- Typography ---------------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 10pt;
	line-height: 13pt;
	color: #8B5C29;
	text-decoration: none;
}


a {
 color: #990000;
 text-decoration: underline;
}

a:hover {
 color: #FF0000;
}

p {
margin: 0 0 3pt 0;
} 

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16pt;
	line-height: 18pt;
	color: #8B5C29;
	text-decoration: none;
	margin: 15px 0 4pt 0;
	padding: 0;
}

h1 {
 margin: 10pt 0 7pt 0;
	font-size: 13pt;
	font-weight: normal;
	color: #8B5C29;
	text-spacing: 1px;
}

h2 {
 padding: 0;
	margin: 8pt 0 0 0;
	font-size: 10pt;
	color: #8B5C29;
	font-weight: bold;
	font-style: normal;
}

h3 {
 padding: 0;
	margin: 0 0 3pt 0;
	font-size: 9pt;
	color: #CC6600;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-spacing: 1px;
}

.head-1 {
 margin: 0 0 20px 0;
	padding: 0;
	font-size: 15pt;
	font-weight: normal;
	color: #8B5C29;
}

.head-1 .head-by {
	font-style: italic;
	color: #8B5C29;
	font-size: 12pt;
}

.head-1 .head-name {
	font-style: normal;
	color: #8B5C29;
	font-size: 10pt;
	text-transform: uppercase;
	text-spacing: 1px;
}




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

#header {
 background: url(images/fringe-1.gif) no-repeat center bottom;
	margin: 0 0 40px 0;
	font-style: italic;
	padding: 0 0 10px 0;
}

#header-home {
	float: left;
}

#header-home a {
	display: block;
	text-indent: -500px;
	overflow: hidden;
	width: 500px;
	padding: 60px 0 60px 0;
}

#logo-home {
	background: url(images/header-1.gif) no-repeat 0 center;
}

#logo-not-home {
	background: url(images/header-2.gif) no-repeat 0 center;
}

#header-nav {
	float: left;
	padding: 53px 0 53px 40px;
}





/* ---------------------- Menu ---------------------- */

.jquerycssmenu{
}

.jquerycssmenu ul{
 margin: 0;
 padding: 0;
 list-style-type: none;
	position: relative;
}

.jquerycssmenu ul li{
 position: relative;
 /*display: inline;*/
 float: left;
}

.jquerycssmenu ul li a{
 display: block;
 background: #FFFFFF;
 padding: 5px 10px 5px 10px;
 margin-right: 20px; 
 text-decoration: none;
 border-radius: 8px;
 -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #FFFF00;
}

.jquerycssmenu ul li a:hover{
}
	
.jquerycssmenu ul li ul {
 position: absolute;
 left: 0;
	padding: 3px 0 3px 0;
 display: block;
 visibility: hidden;
 border-radius: 8px;
 -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
 background: #FFFFFF;
	border: 2px solid #FFFF00;
}

.jquerycssmenu ul li ul li{
 display: list-item;
 float: none;
	border: 0px;
	outline: 0px;
}


.jquerycssmenu ul li ul .current_page_item a {
 color: #CC6600;
	padding-left: 20px;
	background: url(images/arrow-left-1.gif) no-repeat 10px center;
}


.jquerycssmenu ul li ul li ul{
top: 0;
}

.jquerycssmenu ul li ul li a{
 width: 140px;
 background: white;
 padding: 3px 10px 3px 10px;
 margin: 0;
 border: 0px none;
	font-style: normal;
}

.jquerycssmenu ul li ul li a:hover{ 
color:#FF0000;
}


.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}




/* ---------------------- Layout ---------------------- */

#content-wrap {
 margin: 0;
	padding: 0;
}

#column-content {
 width: 700px;
 float: left;
}

#column-sidebar {
 width: 180px;
 float: right;
}



/* ---------------------- Mini Item list ---------------------- */

.item-list-mini {
 list-style-type: none;
	width: 740px;
}

.item-list-mini li {
 float: left;
}

.item-box-mini {
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 33px 30px 0;
}

.item-new {
 position: absolute;
	z-index: 3;
 top: -2px;
 left: -2px;
}

.item-new span {
	z-index: 3;
	display: block;
 width: 80px;
 height: 80px;
 background: url(images/new-ribbon-1.gif) no-repeat 0 0;
	text-indent: -300px;
	overflow: hidden;
}

.item-bg-mini {
 position: relative;
 top: 0px;
 left: 0px;
	background: url(images/fringe-2.gif) repeat-x 0 bottom #FFFFFF;
	padding: 20px;
	width: 170px;
}

.item-image {
	height: 170px;
	width: 170px;
	margin: 0 0 10px 0;
}

.item-title {
	padding: 0 0 2px 0;
	text-align: center;
}
	
.item-artist {
 font-style: italic;
	padding: 0 0 2px 0;
}

.item-artist span {
 text-transform: uppercase;
 font-size: 8pt;
	font-style: normal;
}

.item-link {
 color: #990000;
	font-size: 8pt;
	padding: 0 0 0 0;
}







/* ---------------------- Maxi Item List ---------------------- */

#item-wrap-maxi {
 float: left;
	width: 700px;
}

.item-box-maxi {
	margin: 0 0 20px 0;
	padding: 20px 20px 40px 20px;
	background: url(images/fringe-2.gif) repeat-x 0 bottom #FFFFFF;
}

.item-box-maxi img {
	margin: 0 0 20px 0;
}

.item-box-maxi ul {
	margin: 0 0 0 20px;
}

.item-box-maxi ul li {
	padding: 4px 0 4px 10px;
	list-style-position: outside;
}

.item-new-maxi {
 color: #CC6600;
	font-style:italic;
}

.item-maxi-table {
 border: 0px;
}

.item-maxi-table tbody td {
 vertical-align: top;
}


.split {
 border-top: 1px dotted #8B5C29;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
}

.news-meta {
 float: right;
	font-size: 8pt;
	color: #CC6600;
}


/* ---------------------- Category Item List ---------------------- */

.item-cat-list {
 list-style-type: none;
 padding: 0;
 margin: 0;
 text-indent: 0px;
}
	
.item-cat-list li {
padding: 0 0 20px 0;
border-botton: 1px dotted;
margin: 0 0 20px 0;
	}
	
.item-cat-left {
 float: left;
	width: 170px;
	}
	
.item-cat-center {
 float: left;
	padding: 0 20px 0 20px;
	width: 200px;
	}
	
	.item-cat-right {
 float: left;
	padding: 0 20px 0 20px;
	width: 100px;
	}

.item-cat-new {
 position: absolute;
	z-index: 3;
 top: -2px;
 left: -2px;
}

.item-cat-new span {
	z-index: 3;
	display: block;
 width: 80px;
 height: 80px;
 background: url(images/new-ribbon-1.gif) no-repeat 0 0;
	text-indent: -300px;
	overflow: hidden;
}



/* ---------------------- Precede ---------------------- */


#precede-wrap {
 margin: 0 0 50px 0;
}

#precede {
 font-size: 18pt;
	line-height: 22pt;
 text-shadow:0 1px 0 #FFFF00;
	color: #8B5C29;
}

#precede span{
 color: #5A3D1C;
}

.precede-more {
	margin: 30px 0 0 0;
	overflow: hidden;
}

.precede-more ul {
	list-style-type: disc;
	margin: 20px 0 20px 0;
}

.precede-more ul li  {
	padding: 2px 5px 2px 5px;
}

.precede-more-close {
 width: 100%;
	background: url(images/line-1.gif) repeat-x 0 center;
}

.precede-more-close a {
 margin: 20px auto 20px auto;
 width: 15px;
	height: 15px;
	display: block;
	text-indent: -100px;
	overflow: hidden;
	background: url(images/button-close-3.gif) no-repeat 0 0;
}

.precede-more-close a:hover {
	background: url(images/button-close-3.gif) no-repeat 0 -15px;
}








/* ---------------------- mini-cart ---------------------- */

.mini-cart {
 margin: 0 0 40px 0;
	background:url(images/mini-cart-middle-1.gif) repeat-y 0 0;
}
.mini-cart-totals {
 margin: 0 0 20px 0;
}

.mini-cart-top {
 background: url(images/mini-cart-top-1.gif) no-repeat 0 0;
	height: 16px;
}

.mini-cart-middle {
	padding: 0 20px 0 20px;
}

.mini-cart-bottom {
 background: url(images/mini-cart-bottom-1.gif) no-repeat 0 0;
	height: 16px;
}

.mini-cart-link {
	display: block;
}

.mini-cart-row {
 padding: 0 0 3px 0;
	border-bottom: 1px dotted #8B5C29;
	margin: 0 0 3px 0;
}

.mini-cart-row span {
 display: block;
	float: right;
}




/* ---------------------- Post icons ---------------------- */

.icons {
 width: 700px;
}

.icons-wrap {
	width: 150px;
	background: url(images/shadow-1.gif) no-repeat right 20px;
	padding: 0 20px 20px 0;
}

.icons ul {
 list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.icons ul li {
	float: left;
	width: 170px;
	padding: 0px;
	margin: 0px;
}

.icons ul li a {
 display: block;
}

.icons ul li a img {
 margin: 0px;
	padding: 0 20px 10px 0;
	width: 150px;
	height: 150px;
}

.icons-title {
	padding: 0 0 2px 0;
		text-align: center;
}

.icons-link {	
 text-align: center;
	font-size: 8pt;
	padding: 0 0 0 0;
}


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

.sidebar-cart {
 margin: 0 0 35px 0;
}

.sidebar-div {
 margin: 0 0 35px 0;
}

#column-sidebar h1 {
 margin: 0 0 7pt 0;
	font-size: 13pt;
	font-weight: normal;
	color: #8B5C29;
	text-spacing: 1px;
	text-transform: uppercase;
}

.sidebar-div ul {
 list-style-type: none;
	padding:0px;
	margin:0px;
}

#social-wrap ul {
 list-style-type: none;
}

#social-wrap ul li {
 float: left;
	width: 100px;
	padding: 0 20px 0 0;
}


/* ---------------------- Contact form ---------------------- */

.contact-form {
	background: url(images/email.gif) no-repeat 0 0;
	padding: 20px 0 0 110px;
	margin: 20px 0 0 0;
}
.your-name input, .your-email input, .your-message textarea {
 width: 300px;
}


/* ---------------------- Paging ---------------------- */

#paging {
 width: 100%;
 margin: 0 0 50px 0;
	width: 700px;
}

.paging-left {
 float: left;
}

.paging-left a {
 float: left;
	display: block;
	background: url(images/pointer-left.gif) no-repeat left center;
	text-align: left;
	padding: 15px 0 15px 70px;
	color: #8B5C29;
	text-decoration: none;
}

.paging-left a:hover {
	color: #FF0000;
}


.paging-right {
 float: right;
}

.paging-right a {
 float: right;
	display: block;
	background: url(images/pointer-right.gif) no-repeat right center;
	text-align: right;
	padding: 15px 70px 15px 0;
	color: #8B5C29;
	text-decoration: none;
}

.paging-right a:hover {
	color: #FF0000;
}



/* Footer */

#footer {
 font-family: Helvetica, Arial, sans-serif;
 background: url(images/fringe-1.gif) no-repeat center top;
	font-size: 9pt;
	padding: 40px 0 0 0;
}

#footer ul {
 list-style-type: none;
}

#footer ul li {
 float: left;
}

#footer ul li span {
 font-size: 8pt;
	text-transform: uppercase;
	text-spacing: 1px;
}

#footer ul li a {
 text-decoration: underline;
	color: #AF7235;
}

#footer ul li a:hover {
	color: #FF0000;
}

.footer-cards {
 background: url(images/cards-1.gif) no-repeat left center;
	padding: 10px 30px 10px 218px;
		float: left;
}

.footer-wp {
 background: url(images/wp-1.gif) no-repeat left center;
	padding: 10px 0 10px 40px;
	float: right;
}



