/*
2. Copy for Users of Jimdo Goodies Shop
Janina Christiansen
23-11-2012
#A85A1D
*/

.clear      { clear: both; }

/* Elements */
.body {
	text-align:center;
}

#tp-container-wrapper {
	max-width: 600px;
	margin:0 auto;
	text-align: left;
	padding:0px 0px !important;
	min-height: 100%;
	height: 100%;
}

#tp-container {
	width: 600px;
	text-align:left;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.7);
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,.8);
	border-radius: 4px;
}
#content_area,
#tp-sidebar-wrapper .tp-gutter-content.tp-gutter {
	padding: 0 10px;
}
#tp-header {
    padding: 0;
    width: 200px;
    float: left;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.7);
	min-height: 100%;
	height: 100%;
	border-top-left-radius: 4px;
}

#tp-header a { color: white !important; } 

#tp-main-nav {
	margin-top: 0px;
	overflow: hidden;
	border-bottom: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#tp-sub-nav,
#tp-sub-nav3 {
	background-color: #b56628;
}
#tp-container:after,
#tp-main-nav:after,
.tp-gutter:after,
ul.mainNav1:after,
ul.mainNav2:after,
ul.mainNav3:after {
    content: "";
    display: table;
    clear: both;
    *zoom: 1;
}

#tp-sidebar-wrapper {
	background-color: #A85A1D;
	width: 400px;
	border-bottom-right-radius: 4px;
}

/* emotion header */
#tp-emotionheader{
	overflow: hidden;
	max-width: 600px;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.8);
}
#emotion-header {
	text-align:left;
}
#tp-content {
	margin-bottom: 0px;
	float: left;
	width: 400px;
	box-shadow: -2px 0 2px rgba(0,0,0,.5);
}
#tp-content > .tp-gutter-content {
	background-color: white;
	border-top-right-radius: 4px;
}
/* Footer */
.tp-gutter {
	max-width: 600px;
	text-align: left;
}
#tp-footer {
	max-width: 600px;
	padding: 0;
 	background-color: transparent;
 	padding-bottom: 70px;
 	clear: both;
}

/* ShoppingCart  in the Sidebar*/
div.cc-sidecart-calculation span.cc-sidecart-calculation-price {
  display: inline-block !important;
  margin: 0 5px;
}

div.cc-sidecart-calculation {
  padding: 5px;
  text-align: right !important;
}

#tp-footer div.cc-sidecart-header { margin-top: 0px; }

#tp-footer #cc-sidecart-wrapper {background: white;}
#tp-footer #cc-sidecart { padding: 0px 11px; }
#tp-footer div.cc-sidecart-header { border-top: 11px solid white; }
#tp-footer div.cc-sidecart-footer { border-bottom: 11px solid white; margin-bottom: 0px; }

/* Emotion HEader
*/

@media (max-width: 977px) {
	div#emotion-header {
		width: 100% !important;
	}
	div#emotion-header img#emotion-header-img {
		width: 100%  !important;
	}
	strong#emotion-header-title {
		white-space: pre-wrap !important;
	}
}

@media (max-width: 800px) {
	#tp-container-wrapper {
		padding:0 0px !important;
	}
}
@media (max-width: 650px) { 
	#tp-header {
		position: relative !important;
	}
}

@media (max-width: 700px) {
	#tp-container-wrapper {padding:0 0px !important;}
	div.cc-shop-product-img { float: none !important; }
	div.cc-shop-product-size-3 div.cc-shop-product-desc,
	div.cc-shop-product-size-2 div.cc-shop-product-desc,
	div.cc-shop-product-size-1 div.cc-shop-product-desc {
		clear: both;
		margin-left: 0px !important;
		padding-top: 20px;
	}
}

@media (max-width: 550px) {
	#tp-container-wrapper .cc-m-hgrid-column {
    	float: none;
    	padding: 20px 0;
    	width: 100% !important;
    }
 	#tp-main-nav { margin-top: 0px !important;}
 	strong#emotion-header-title {
 		position: absolute !important;
 		top: 10% !important;
 		left: 0 !important;
 	}
}


/*  Main Navigation
----------------------------------------------- */
ul.mainNav1 {
	margin: 10px 20px;
	padding:0;
	text-align: left;
}

ul.mainNav2 {
	margin: 0 0 0 10px;
	padding:0;
	text-align: left;
}

ul.mainNav3 {
	margin: 0 0 0 10px;
  	text-align: left;
  	padding:0;
}



ul.mainNav1 li,
ul.mainNav2 li,
ul.mainNav3 li {
	display:block;
	margin:0;
	padding:0;
}
ul.mainNav1 li a,
ul.mainNav1 li a:link
ul.mainNav1 li a:visited {
	display:block;
	white-space:nowrap;
	text-decoration:none;
	font-size:16px;
	font-weight: normal;
	margin:0;
	text-align: left;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.8);
	line-height: 2.5em;
}

ul.mainNav2 li a, ul.mainNav2 li a:visited {
	display:block;
	white-space:nowrap;
	text-decoration:none;
	margin:0;
	background: transparent;
	font-size: 16px;
	line-height: 2.5em;
}

ul.mainNav2 li:last-child a { border:0px; }

/* 3. ebene */
ul.mainNav3 li a, ul.mainNav3 li a:visited {
	display:block;
	white-space:nowrap;
	text-decoration:none;
	margin:0;
	font-size: 90%;
 	padding: 0px 10px;
}
/* HOVER and CURRENT*/
ul.mainNav1 li a:hover { text-decoration: underline; }

ul.mainNav1 li a.parent,  ul.mainNav1 li a.parent:visited,
ul.mainNav1 li a.current, ul.mainNav1 li a.current:visited { text-decoration: underline; }

ul.mainNav2 li a:hover,
ul.mainNav3 li a:hover { text-decoration: underline; }

ul.mainNav2 li a.parent,  ul.mainNav2 li a.parent:visited,
ul.mainNav2 li a.current, ul.mainNav2 li a.current:visited {
  text-decoration: underline;
}

ul.mainNav3 li a.current, ul.mainNav3 li a.current:visited { text-decoration: underline; }

