/*
Theme Name: Kikko by NetGains
Theme URI: http://www.netgains.com.au/
Description: Custom Kikko Bags Wordpress Theme
Version: 0.1
Author: Stephan Carydakis (original theme by Ian Chia)
Author URI:

	*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background: #000000 url('images/bg.gif') repeat top left;
	color: #333;
	text-align: center;
	}

#page
{
	/*border: 1px solid #959596;*/
	text-align: left;
	margin: 0 auto 0 auto;
	padding:0;
	background:#ffffff;
}


#header {
	background:#D6D6D6 url('images/header_bg.gif') repeat-x top left;
	width:952px;
	height:102px;
	margin:0;
	padding:0;
}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer
{
	background: #eee ;
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .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: #8C0029;
	text-decoration: none;
}

h2 a:hover, h3 a:hover
{
	text-decoration: underline;
}

a:hover
{
	color: #8C0029;
	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: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body
{
	margin: 0 0 20px 0;
	padding: 0;
}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn
{
	float:left;
	/*
		SC: this adjusts the width of the middle column (main content) for kikko
	*/
	width:588px;
	padding:10px 0px 20px 0px;
	margin:0;
}

.narrowcolumn .post
{
	padding:0 0 0 10px;
}


.widecolumn
{
	float:left;
	padding:0;
	margin:0;
	width:788px;
	background:#000000;
}

.home #page
{
	background:#000000;
}

.home .widecolumn h2
{
	margin:0;
	padding:0;
}

.post
{
	margin:0;
	text-align: justify;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer
{
	padding: 0;
	margin: 0 auto;
	width: 952px;
}


.footerNavContainer
{
	float:left;
	width: 952px;
	background-color:#000000;
}

.footerNavContainer .navItem a
{
	display:block;
	width:100%;
	font-family:verdana;
	color:#CECECE;
}

.footerNavContainer .navItem span
{
	display:block;
	padding:6px 20px;
}

.footerNavContainer .navItem
{
	float:left;
	width:16%;
	background-color:#000000;
	/*border-bottom:1px solid #FFFFFF;
	border-right:1px dotted #FFFFFF;*/
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}

/* End Structure */



/*	Begin Headers */
h1, h2, h3
{
	color:#8C0029;
	font-family:Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1
{
	margin:0 0 15px 0;
	font-size: 2em;
	text-align: center;
}

h2
{
	margin:0 0 15px 0;
	font-size:1.5em;
}

h2.pagetitle {
	text-align: center;
}

h3
{
	margin:0 0 15px 0;
	font-size:1.2em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
h4
{
	font-size:1em;
}

/* End Headers */



/* Begin Images */


/*	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 ul li:before
{
	content: "\00BB \0020";
}

.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;
	}

ol li
{
	list-style: decimal outside;
}
*/
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select
{
	width:180px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	padding:0;
	margin:0;
	width:164px;
	background:#474747;
}

#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: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#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 #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.prodtext
{
	padding:0px;
	margin:0px;
}


/*
	BEGIN: TOP NAV styles
*/

.topNavContainer
{
	float:right;
	position:relative;
	top:15px;
}

.topNavContainer .navItem
{
	float:left;
	background:transparent url('images/topnav_bg.gif') no-repeat top right;
}

.topNavContainer .navItem a
{
	display:block;
	float:left;
	height:20px;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	padding:8px 28px 0 18px;
}

.topNavContainer .navItem a:hover
{
	text-decoration:none;
	background:transparent url('images/topnav_bg_on.gif') no-repeat top right;
}
/*
	END: TOP NAV styles
*/

#header .phoneNum
{
	float:right;
	padding:5px 40px 0 0;
}

#header .phoneNum, #header .phoneNum a, #header .phoneNum a:visited
{
	text-decoration:none;
	font-family:Verdana;
	font-size:22px;
	font-weight:bold;
	color:#000000;
}

#header .info
{
	float:right;
	padding:10px 40px 0 0;
}

#header .phoneNum a:hover
{
	text-decoration:underline;
}


/*
	HACK ATTACK: limit width of product text so it doesn't make the cart summary wrap.
	yeah sure, table-less web sites rule - NOT!
*/
/*.productdisplay .textcol { width:624px; } /*

/*
	CUSTOMISATION: Stephan Carydakis 27/11/2008
	category navigation icons
	use the category id to hook into the individual nav item
*/
#SC_cat_3 a { background:transparent url('images/catnav_icon_tote.gif') no-repeat center left; }
#SC_cat_3 a:hover, #SC_cat_3_on a { background:#8C0029 url('images/catnav_icon_tote_on.gif') no-repeat center left; }

#SC_cat_4 a { background:transparent url('images/catnav_icon_satchel.gif') no-repeat center left; }
#SC_cat_4 a:hover, #SC_cat_4_on a { background:#8C0029 url('images/catnav_icon_satchel_on.gif') no-repeat center left; }

#SC_cat_5 a { background:transparent url('images/catnav_icon_briefcase.gif') no-repeat center left; }
#SC_cat_5 a:hover, #SC_cat_5_on a { background:#8C0029 url('images/catnav_icon_briefcase_on.gif') no-repeat center left; }

#SC_cat_6 a { background:transparent url('images/catnav_icon_handbag.gif') no-repeat center left; }
#SC_cat_6 a:hover, #SC_cat_6_on a { background:#8C0029 url('images/catnav_icon_handbag_on.gif') no-repeat center left; }

#SC_cat_7 a { background:transparent url('images/catnav_icon_clutch.gif') no-repeat center left; }
#SC_cat_7 a:hover, #SC_cat_7_on a { background:#8C0029 url('images/catnav_icon_clutch_on.gif') no-repeat center left; }

#SC_cat_8 a { background:transparent url('images/catnav_icon_travelwallet.gif') no-repeat center left; }
#SC_cat_8 a:hover, #SC_cat_8_on a { background:#8C0029 url('images/catnav_icon_travelwallet_on.gif') no-repeat center left; }

#SC_cat_9 a { background:transparent url('images/catnav_icon_evening.gif') no-repeat center left; }
#SC_cat_9 a:hover, #SC_cat_9_on a { background:#8C0029 url('images/catnav_icon_evening_on.gif') no-repeat center left; }

#SC_cat_11 a { background:transparent url('images/catnav_icon_belts.gif') no-repeat center left; }
#SC_cat_11 a:hover, #SC_cat_11_on a { background:#8C0029 url('images/catnav_icon_belts_on.gif') no-repeat center left; }

#SC_cat_12 a { background:transparent url('images/catnav_icon_belts.gif') no-repeat center left; }
#SC_cat_12 a:hover, #SC_cat_12_on a { background:#8C0029 url('images/catnav_icon_belts_on.gif') no-repeat center left; }


input.wpsc_buy_button
{
	width:118px;
	height:26px;
	background:transparent url('images/button_addtocart.gif') no-repeat 50% 50%;
	border:none;
	padding-left:17px;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#8C0029;
	cursor:hand;
	cursor:pointer;
}
/*
	END CUSTOMISATION
*/

/*
	CUSTOMISATION: Stephan Carydakis
	various stylings

*/
.rightCol
{
	float:right;
	width:190px;
}

#sideshoppingcart
{
	float:left;
	width:100%;
}

#shoppingcartcontents
{
	padding:10px 0 10px 0;
}

.cattitles
{
	font-size:15px;
}

/* Media Gallery */
.mediaGalThumb
{
	width:33%;
	text-align:center;
}

.mediaGalDesc
{
	padding:10px;
	font-size:11px;
	line-height:12px;
	vertical-align:top;
}

.mediaGalThumb img { padding:2px; margin:0 auto 0 auto; background:#ffffff}
.mediaGalThumb a:hover img { border:1px solid #8C0029; background:#8C0029; }
.mediaGalThumb a img { padding:2px; border:1px solid #000000; }

/* End Media Gallery */

/* Products Category Thumbnails */
.prodThumbsGalContainer { width:100%; margin-bottom:20px; }
.prodThumbsGalContainer .prodGalThumb { width:25%; text-align:center; }
.prodThumbsGalContainer .prodGalThumb img { padding:2px; margin:0 auto 0 auto;  background:#ffffff;}
.prodThumbsGalContainer .prodGalThumb a:hover img { border:1px solid #8C0029; background:#8C0029; }
.prodThumbsGalContainer .prodGalThumb a img { padding:2px; border:1px solid #000000; }

/* End Products Category Thumbnails */


/* SLIDER */
#slider { display:none; font-size:12px; color:#cccccc; margin:0 2px 0 2px; }
#slider .header {  height:18px; border:1px solid #999999; padding:2px; font-weight:bold; cursor:pointer; background:#333333 url('images/slider_header_bg.gif')}
#slider .header:hover, #slider .header.on { background:#8C0029 url('images/slider_header_bg_over.gif') }
#slider .content { overflow:hidden; }
#slider .text { text-align:justify;  border:2px solid #999999; background:#000000; border-top:none; padding:15px;}
/* END SLIDER */