/**
  * Kanchan Couture - kanchancouture.com
  *
  * @copyright       ©2009
  * @author          uforepublic
  * @version         1.0.1
  *
  * @lastmodified    2009-10-23
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);


 /**
  * @section body default
  */
body {
	background-color: #fff;
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size: 12px;
}


 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	margin: 0 auto 0 auto;	/* centering the site */
	width: 720px;
	background-color: #ccc;
	background: transparent url(images/bg-content-repeat.jpg) repeat-y top left;
}

#wrapper-inner {
	background: transparent url(images/kc_background_header.jpg) no-repeat;
	padding: 29px 34px 20px 34px;
	position: relative;
}

#header * {
	margin-bottom: 0;	/* reset the default 18px margin-bottom to 0px for all header elements */ 
}

#header {
	background-color: #FFF;
	padding: 30px 0 35px 0;
}

#header h1 {
	text-align: center;
}

#top-container {
	position: relative;
	height: 276px;
	/*border: 1px solid red;*/
}

#corner-right {
	background: transparent url(images/kc_papierschnipsel_nav.png) no-repeat;
	width: 111px;
	height: 79px;
	position: absolute;
	top: 20px;
	right: -126px;
	z-index: 50;
}

#media-box {
	background: transparent url(images/kc_small_book.png) no-repeat;
	width: 354px;
	height: 276px;
	position: absolute;
	top: 0px;
	left: 325px;
	/*top: -75px; */
	margin-top: 0px;
	/*border: 1px solid green;*/
	z-index: 60;
}

#media-box-video {
	background: transparent url(images/video_bg.png) no-repeat;
	width: 354px;
	height: 276px;
	position: absolute;
	top: 0px;
	left: 325px;
	/*top: -75px; */
	margin-top: 0px;
	/*border: 1px solid green;*/
	z-index: 60;
}

#video {
	/*background-color: #000;*/
	width: 286px;
	height: 216px;
	position: absolute;
	left: 33px;
	top: 30px; 
	/*margin-top: -75px;*/
}

#media-img {
	position: absolute;
	left: 1px;
	top: 1px;
	/*bottom: 0;*/
	/*margin-top: -10px;*/
	/*border: 1px solid red;*/
}

#media-map {
	position: absolute;
	left: 34px;
	top: 40px;
}


#content {
	/*position: relative;*/
	/*border: 1px solid red;*/
}

#sidebar {}

#footer {
	margin: 0 auto 0 auto;	/* centering the site */
	width: 720px;
	height: 88px;
	background: transparent url(images/bg-footer.jpg) no-repeat;
	padding-bottom: 25px;
}

#credits {
	margin: 0 auto 0 auto;
	width: 720px;
	height: 18px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 9px;
}

#credits p {
	text-align: center;
}

 /**
  * @section navigation styles
  *
  * All style used for navigation
  */

#navigation {
	width: 127px;
	height: 120px;
	/*float: left;*/
	position: absolute;
	top: -7px;
	left: 8px;
	/*margin: 0 85px 20px 0;*/
}

#navigation ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	width: 127px;
	height: 120px;
	position: relative;
	left: -17px;
}

#navigation li {
	list-style: none;
	height: 20px;
	width: 127px;
}

#navigation li span {
	position: absolute;
	left: -10000px;
}

#navigation li a {
	display: block;
	height: 20px;
	width: 127px;
}

/* hover effect for navigation */
#navigation #collections a 		{background: url(images/kc_navigation.gif) 9px 260px;}
#navigation #accessories a 		{background: url(images/kc_navigation.gif) 9px 240px;}
#navigation #projects a 	{background: url(images/kc_navigation.gif) 9px 220px;}
#navigation #events a {background: url(images/kc_navigation.gif) 9px 200px;}
#navigation #press a 	{background: url(images/kc_navigation.gif) 9px 180px;}
#navigation #about a 	{background: url(images/kc_navigation.gif) 9px 160px;}

#navigation #collections a:hover 		{background: url(images/kc_navigation.gif) 139px 260px;}
#navigation #accessories a:hover 		{background: url(images/kc_navigation.gif) 139px 240px;}
#navigation #projects a:hover 	{background: url(images/kc_navigation.gif) 139px 220px;}
#navigation #events a:hover {background: url(images/kc_navigation.gif) 139px 200px;}
#navigation #press a:hover 	{background: url(images/kc_navigation.gif) 139px 180px;}
#navigation #about a:hover 	{background: url(images/kc_navigation.gif) 139px 160px;}

/* highlight active navigation */
#navigation #collections a.navhighlight 		{background: url(images/kc_navigation.gif) 139px 260px;}
#navigation #accessories a.navhighlight 		{background: url(images/kc_navigation.gif) 139px 240px;}
#navigation #projects a.navhighlight 	{background: url(images/kc_navigation.gif) 139px 220px;}
#navigation #events a.navhighlight 	{background: url(images/kc_navigation.gif) 139px 200px;}
#navigation #press a.navhighlight 	{background: url(images/kc_navigation.gif) 139px 180px;}
#navigation #about a.navhighlight 	{background: url(images/kc_navigation.gif) 139px 160px;}


/* Contact Button right corner */

#contact {
	width: 15px;
	height: 52px;
	position: relative;
	left: 12px;
	top: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#contact ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	width: 15px;
	height: 52px;
}

#contact a {
	display: block;
	width: 15px;
	height: 52px;
}

#contact a 			{background: url(images/contact-button.png) 0px 0px;}
#contact a:hover 	{background: url(images/contact-button.png) 15px 0px;}


 /**
  * @section sub navigation
  *
  * all styles sub navigation
  */

#subnavigation {
	position: absolute;
	top: 250px;
	left: 11px;
	font-size: 13px;
/*	float: left;*/
}

#subnavigation ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	width: 284px; /* specify width cause every item is different width in subnav */
}

#subnavigation div {
	float: left;
	list-style: none;
	height: 20px;
	/*width: 127px;*/
	margin: 0 10px 0 0;
	/*display: inline;*/
}

#subnavigation a {
	display: block;
	height: 20px;
	/*width: 127px;*/
	text-decoration: none;
	color: #000;
	padding: 0px 3px 0 3px;
	font-size: 14px;
}

#subnavigation a span {
	position: absolute;
	left: -10000px;
}

#subnavigation a:hover,
#subnavigation-2 a:hover {
	background-color: #FF99CC;
}

#subnavigation .highlight,
#subnavigation-2 .highlight {
	background-color: #FF99CC;
}

#subnavigation-2 ul {
	list-style-type: none;
}

#subnavigation-2 a {
	text-decoration: none;
	color: #000;
	padding: 0px 3px 0 3px;
	font-size: 12px;
}


/* hover effect for navigation */
/* #subnavigation #demi 		{ width: 110px; }
#subnavigation #couture 	{ width: 63px; }
#subnavigation #wedding 	{ width: 67px; }

#subnavigation #belts 		{ width: 55px; }
#subnavigation #skirts 		{ width: 53px; }
#subnavigation #jewels	 	{ width: 63px; }

#subnavigation #demi a 		{background: url(images/kc_navigation.gif) 9px 100px;}
#subnavigation #couture a 		{background: url(images/kc_navigation.gif) 160px 140px;}
#subnavigation #wedding a 	{background: url(images/kc_navigation.gif) 100px 140px;}

#subnavigation #belts a {background: url(images/kc_navigation.gif) 9px 60px;}
#subnavigation #skirts a 	{background: url(images/kc_navigation.gif) 213px 60px;}
#subnavigation #jewels a 	{background: url(images/kc_navigation.gif) 160px 60px;}

#subnavigation #demi a:hover 		{background: url(images/kc_navigation.gif) 9px 120px;}
#subnavigation #couture a:hover 		{background: url(images/kc_navigation.gif) 160px 100px;}
#subnavigation #wedding a:hover 	{background: url(images/kc_navigation.gif) 100px 80px;}

#subnavigation #belts a:hover {background: url(images/kc_navigation.gif) 9px 40px;}
#subnavigation #skirts a:hover 	{background: url(images/kc_navigation.gif) 213px 40px;}
#subnavigation #jewels a:hover 	{background: url(images/kc_navigation.gif) 160px 40px;} */

/* highlight active navigation */
/* #subnavigation #demi a.navhighlight 		{background: url(images/kc_navigation.gif) 9px 120px;}
#subnavigation #couture a.navhighlight 		{background: url(images/kc_navigation.gif) 150px 140px;}
#subnavigation #wedding a.navhighlight 	{background: url(images/kc_navigation.gif) 139px 220px;}

#subnavigation #belts a.navhighlight 	{background: url(images/kc_navigation.gif) 139px 200px;}
#subnavigation #skirts a.navhighlight 	{background: url(images/kc_navigation.gif) 139px 180px;}
#subnavigation #jewels a.navhighlight 	{background: url(images/kc_navigation.gif) 139px 160px;}
 */



 /**
  * @section Direct Elements
  *
  * all styles for direct elements in general content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 36px; 
	line-height: 72px;
	margin-bottom: 18px; 
}

h2 { 
	font-size: 28px; 
	line-height: 30px; 
	margin-bottom: 18px;
	color: #e6048c;
	font-weight: bold;
}
h3 { 
	font-size: 12px; 
	line-height: 18px; 
	font-weight: bold;
	margin-bottom: 9px;
}

h4 {}

h5 {}

h6 {}

div {
	/* margin-bottom: 18px; */
}

p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul {}

ol {}

li {}

a {
	color: #e6048c;
}

h2 a {
	text-decoration: none;
}

a:hover {
	color: #000;
	background: #e6048c;
}

#header a {
	padding: 10px;
	color: none;
}

#header a:hover {
	padding: 10px 10px 0px 10px;
	background: #f9c7e5;
}

pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: "Andale Mono";
}

em {
	font-style: italic;
}

 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */




 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.no-list-style {
	list-style-type: none;
	list-style-position: outside;
}


.hide,
.hidden { 
	display:none;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.no-margin-right {
	margin-right: 0;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-27 {
	margin-bottom: 27px;
}

.margin-bottom-36 {
	margin-bottom: 36px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-54 {
	margin-bottom: 54px;
}




 /**
  * @section image gallery
  *
  * styles definitions for displaying image thumbsnails as a gallery
  */

.image-gallery {
	width: 550px;	/* width of the image gallery */
}

.image-gallery-item {
	float: left;
	width: 165px;
	height: 115px;
	overflow: hidden;
	border: 5px solid #EAEAE8;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;	
	background-color: #EAEAE8;
}




 /**
  * @section Tables
  *
  */

table {}

tr {}

th {}

td {}



 /**
  * @section Forms
  *
  */

fieldset {
	width: 450px;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset label {
	width: 120px;
	float: left;
	clear: left;
}

fieldset label.error {
	float: none;
	padding-left: 5px;
	font-size: 10px;
	color: red;
}

fieldset input {
	width: 250px;
	padding: 2px;
}

fieldset input.medium {
	width: 195px;
}

fieldset input.small {
	width: 45px;
}

fieldset input.button {
	width: auto;
}

fieldset textarea {
	width: 254px;
	height: 100px;
	padding: 2px;
}

fieldset {
	border: 1px solid #dedddd;
	background-color: #fff;
	padding: 0.5em;
	margin-bottom: 2em;
	clear: both;
}

legend {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 0 1em 0 1em;
}

fieldset select {
}

fieldset p.smallrequired {
	font-size: 10px;
}

.spamschutzfield {
	position: absolute;
	left: -10000px;
}

.spamschutzfield input {
	background-color: red;
}






 /**
  * @section DIFFERENT PAGES
  *
  * elements that are used on more than one page 
  */




/* box with background color */
.bg-box-col {
	background-color: #f7f7f3;
	padding: 10px;
}

/* box without background color */
.bg-box {
	padding: 10px;
}


 /**
  * @section PAGES
  *
  * elements that are used on various content pages
  */
.content-left-box {
	width: 285px;
	float: left;
}

.content-right-box {
	width: 275px;
	float: right;
	margin-right: 10px;
	/*
position: absolute;
	top: 0;
	left: 355px;
*/
}

/*
.content-right-box-top {
	width: 265px;
	position: absolute;
	top: -200px;
	left: 355px;
}
*/

.content-right-box-tn {
	width: 290px;
	/*
position: absolute;
	top: 0;
	left: 340px;
*/
	float: right;
}


.box {
	padding-right: 150px;
}


 /**
  * @section START PAGE
  *
  * elements that are only used on start page 
  */

#preload {
	position: absolute;
	top: 0; 
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}




 /**
  * @section COLLECTIONS PAGE
  *
  * elements that are only used on Collections page 
  */

.thumbnails {
	float: left;
}

.thumbnails a:hover {
	background: none;
}






 /**
  * @section ACCESSORIES PAGE
  *
  * elements that are only used on Accessories page 
  */

/* border-bottom for H elements */
.border-bottom {
	border-bottom: 1px solid #ccc;
	padding-bottom: 9px;
}


/* Color Range */

div.colorrange {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 25px;
	margin-bottom: 18px;
}

.green {
	background-color: #43b13b;
}	

.pink {
	background-color: #e46abd;
}

.blue {
	background-color: #3b73b1;
}




 /**
  * @section PROJECTS PAGE
  *
  * elements that are only used on Projects page 
  */

#page-projects #content {
	clear: left;
}

#page-projects .content-left-box {
	width: 285px;
	margin-top: 0px;
}

#page-projects .content-right-box-top {
	width: 275px;
	float: right;
	margin-top: -258px;
	margin-right: 10px;
}


.project-box {
	border-bottom: 1px solid #ccc;
	margin-top: 18px;
	padding-bottom: 9px;
	position: relative; 
	z-index: 100;
}

.project-box .image-box {
	float: left;
	width: 97px;
	height: 97px;
	overflow: hidden;
	margin-right: 9px;
	margin-bottom: 9px;
}

.project-box .we-text {
	width: 165px;
	float: left;
}

/* .project-box img {
	float: left;
	padding-right: 9px;
	padding-bottom: 9px;
}
 */
.project-box h2 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 0px;
	margin-bottom: 9px;
}

 /**
  * @section EVENTS PAGE
  *
  * elements that are only used on Events page 
  */

#page-events h2 a {
	/* padding-top: 10px; */
	line-height: 30px;
}

.eventpos {
	/*margin-top: 0px;*/
}

.border-box {
	border-bottom: 1px solid #ccc;
	margin-bottom: 18px;
	padding-bottom: 18px;
	padding-right: 150px;
}

#postit {
	position: absolute;
	top: 150px;
	right: 30px;
	z-index: 100;
}



 /**
  * @section PRESS PAGE
  *
  * elements that are only used on Press page 
  */

#page-press .bg-box-col {
	padding-left: 0px;
	padding-right: 0px;
}

#page-press .box {
	padding: 0 10px 10px 10px;
	margin-bottom: 40px;
}

#page-press .image-box-wrapper * {
	text-align: center;
}

#page-press .image-box-wrapper {
	width: 196px;
	height: 350px;
	float: left;
	margin: 10px;
	/* background-color: #e7e7e7; */
	overflow: hidden;
}

#page-press .image-box {
	width: 190px;
	height: 253px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	background-color: #FFF;
}



 /**
  * @section ABOUT PAGE
  *
  * elements that are only used on About page 
  */
