/*   
Theme Name: KOSTÝMY.EU
Theme URI: http://www.kostymy.eu
Description: Šablona pro Kostýmy.EU
Author: Michal Čabala
Author URI: http://www.michalcabala.cz
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

/* COMMON */

body {
	margin:0 auto;
	background-color:#fffbe6;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img {
	border:none;
}
table {
	border:none;
	font-size:13px;
}
hr {
	color: #faefca;
	background-color: #faefca;
	border: 1px dotted #e7c86b;
	border-style: none none dotted;
}

/* LAYOUT */

#header-wrapper {
	width:100%;
	height:200px;
	background-color:#fffbe6;
	background-image:url(images/bg-top.png);
	background-repeat:repeat-x;
}
#content-wrapper {
	width:100%;
	min-height:600px;
	overflow:auto;
	background-color:#faefca;
	padding-bottom:25px;
}
#footer-wrapper {
	width:100%;
	min-height:100px;
	background-color:#fffbe6;
	background-image:url(images/bg-footer.png);
	background-repeat:repeat-x;
	
}
#header-container {
	width:960px;
	height:100%;
	margin:0 auto;
	background-image:url(images/logo.png);
	background-position:top center;
	background-repeat:no-repeat;

}
#content-container {
	width:960px;
	height:auto;
	margin:0 auto;
}
#footer-container {
	width:960px;
	height:auto;
	margin:0 auto;
	padding-top:10px;
}
#sidebar {
	width:210px;
	height:auto;
	float:left;
	padding:10px;
	padding-top:0px;
}
#content {
	width:710px;
	height:auto;
	float:left;
	padding:10px;
	padding-top:0px;
	margin-top:10px;
}

/* HEADER */
#logo {
	width:960px;
	height:120px;
}
#search {
	width:200px;
	height:30px;
	float:left;
	margin:10px;
	margin-top:20px;
}
#topmenu {
	width:960px;
	height:40px;
	float:left;
	margin-top:36px;
}

/* SEARCH */

#search input.search {
	width:160px;
	height:20px;
	background-color:#fcf4da;
	background-image:url(images/search.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #e7c86b;
	padding:5px;
	padding-left:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}

/* TOP MENU */

#topmenu ul {
	padding-left:10px;
	
}
#topmenu li {
	display:inline;
	color:#900;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
#topmenu li a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(images/tab-menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:inline;
	color:#900;
	text-decoration:none;
	border-left:solid #e7c86b 1px;
	border-right:solid #e7c86b 1px;
	border-top:solid #e7c86b 1px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
#topmenu li a:hover {
	background-image:url(images/tab-menu-hover.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#topmenu li.current_page_item a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(images/tab-active.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:inline;
	color:#000;
	border-left:solid #e7c86b 1px;
	border-right:solid #e7c86b 1px;
	border-top:solid #e7c86b 1px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
#topmenu li.current-menu-item a {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(images/tab-active.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:inline;
	color:#000;
	border-left:solid #e7c86b 1px;
	border-right:solid #e7c86b 1px;
	border-top:solid #e7c86b 1px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}


/* SIDEBAR */
#sidebar-heading-katalog {
	width:210px;
	height:40px;
	background-color:#ebdfc1;
	background-image:url(images/bg-sidebar-title.png);
	background-repeat:repeat-x;
	margin-top:70px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}
#sidebar-heading-kontakt {
	width:210px;
	height:40px;
	background-color:#ebdfc1;
	background-image:url(images/bg-sidebar-title.png);
	background-repeat:repeat-x;
	margin-top:20px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}	
#sidebar h2 {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	text-shadow: 0 -1px 0px #000000;
	padding-left:12px;
	padding-top:10px;
	margin:0px;
}
#sidebar-quick-kontakt {
	width:188px;
	min-height:150px;
	background-color:#fffbe5;
	border-left:solid #f0e094 1px;
	border-right:solid #f0e094 1px;
	border-bottom:solid #f0e094 1px;
	font-size:12px;
	padding-top:7px;
	padding:10px;
	padding-top:5px;
	padding-bottom:10px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}
#sidebar-quick-kontakt a {
	text-decoration:none;
	color:#C00;
}
#sidebar-quick-kontakt a:hover {
	text-decoration:underline;
}
/* CONTENT */

#content h1 {
	color:#900;
	font-size:30px;
	font-style:italic;
}
#content h2 {
	color:#900;
	font-size:22px;
	font-style:italic;
}
#content p {
	color:#000;
	font-size:13px;
}
#content a {
	text-decoration:none;
	color:#C00;
}
#content a:hover {
	text-decoration:underline;
}

/* SUBCATEGORIES LIST */
#subcategories ul {
}
#subcategories li {
	list-style:none;
	width:200px;
	margin:10px;
	padding:10px;
	background-color:#fcf4da;
	border-right:solid #f0e094 1px;
	border-bottom:solid #f0e094 1px;
}
#subcategories li a {
	font-size:18px;
	color:#C00;
	text-decoration:none;
	padding:10px;
}
#subcategories li a:hover {
	color:#000;
	text-decoration:underline;
}

/* NEWS LIST */

#news-list {
	width:710px;
	min-height:80px;
	float:left;
	background-color:#fcf4da;
	border-right:solid #f0e094 1px;
	border-bottom:solid #f0e094 1px;
	margin-bottom:20px;
}
#news-list-date {
	width:130px;
	height:60px;
	padding:10px;
	float:left;
	text-align:center;
}
#news-list-nazev {
	width:540px;
	padding-top:10px;
	float:right;
}
#news-list-content {
	width:525px;
	min-height:65px;
	padding-right:15px;
	float:right;
}
span.news-nazev {
	font-size:20px;
	color:#900;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
span.news-date-day {
	font-size:20px;
	color:#C00;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
span.news-date-year {
	font-size:36px;
	color:#C00;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

/* PRODUCT LIST */

#produkt-list {
	width:710px;
	min-height:250px;
	float:left;
	background-color:#fcf4da;
	border-right:solid #f0e094 1px;
	border-bottom:solid #f0e094 1px;
	margin-bottom:20px;
}
#produkt-list-foto {
	width:150px;
	height:250px;
	float:left;
	text-align:center;
}
#produkt-list-nazev {
	width:540px;
	padding-top:10px;
	float:right;
}
#produkt-list-popis {
	width:525px;
	min-height:220px;
	padding-right:15px;
	float:right;
}
#produkt-list-cena {
	width:129px;
	background-color:#900;
	color:#fff;
	text-shadow: 0 -1px 0px #000000;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	border-right:#600 1px solid;
	border-bottom:#600 1px solid;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
#produkt-list-popis p {
	font-size:13px;
	padding:0px;
	overflow:hidden;
}
a.produkt-nazev {
	font-size:20px;
	color:#900;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
	padding-right:20px;
	background-image:url(images/produkt-detail.png);
	background-position:top right;
	background-repeat:no-repeat;
}
a.produkt-nazev:hover {
	color:#000;
	text-decoration:underline;
	background-image:url(images/produkt-detail-hover.png);
	background-position:top right;
	background-repeat:no-repeat;
}

/* PRODUCT PAGE */

#product-image {
	width:300px;
	min-height:300px;
	float:left;
	text-align:center;
}
#product-info {
	width:390px;
	height:280px;
	float:left;
	padding:10px;
}
span.price {
	color:#c00;
	font-size:28px;
	font-weight:bold;
}
#tabs {
	width:690px;
	min-height:180px;
	float:left;
	margin-top:15px;
	padding:10px;
}
table.produkt-info {
	font-size:13px;
}

/* BREADCRUMBS */
#crumbs a {
	text-decoration:none;
	color:#C00;
}
#crumbs a:hover {
	text-decoration:underline;
}

/* FORM */

.form-label{
        width:150px !important;
    }
    .form-label-left{
        width:150px !important;
    }
    .form-line{
        padding-top:10px;
        padding-bottom:10px;
    }
    .form-label-right{
        width:150px !important;
    }
    .form-all{
        width:650px;
        color:#000000 !important;
        font-family:'Georgia';
        font-size:12px;
    }

/* FOOTER */

#footer-left {
	width:750px;
	float:left;
	font-size:12px;
	color:#cb9b68;
}