/*
Theme Name: SMOK
Theme URI: http://smok-mukachevo.com
Description: based on Starkers
Version: 1.0
Author: Project Studio
Author URI: http://e-project.com.ua
Tags: news, showcase, pages
*/

/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.5em;
	font-family: arial;
}

ol, ul {
	list-style: none;
}

/* End Reset */

body {
	text-align: center;
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; margin: 5px 20px 5px 0; }
.alignright { float:right;  margin: 5px 0 5px 20px; }
.size-full, .size-medium { border: 3px solid #ededed; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

.post {
	padding-left: 10px;
}

.post p {
	margin-bottom: 10px;
}

.post ul {
	margin: 15px;
	padding: 3px;
	list-style: disc;
	font-size: 14px;
	color: #666;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
}

/* Layouts */

#wrap {
	width: 85%;
	min-width: 1000px;
	max-width: 1200px;
	/* width: 1200px; */
	margin: 0 auto;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	border: 1px solid #d3d2d2;
}

/* Hack for min-width IE6 */

* html .minwidth {
	border-left:1000px solid #fff;/*min-width*/
	position:relative;
	float:left;
	z-index:1;
}

* html .minwidth2 {
	margin-left:-1000px; /*-min-width*/
	position:relative;
	float:left;
	z-index:2;
}

/* Hack for min-width IE6 */

#header {
	overflow: hidden;
	height: 409px;
	background: url(img/header_bg.jpg) no-repeat;
	/* background: url(img/header_bg.gif) no-repeat; */
	position: relative;
}

#info {
	overflow: hidden;
	height: 48px;
	margin-bottom: 22px;
}

#container {
	width: 100%;
	max-width: 1200px;
}

#content {
	float: left;
	/* width: 822px; */
	width: 75%;
	max-width: 822px;
}

#sidebar {
	display: inline;
	float: right;
	width: 23%;
	max-width: 306px;
	/* width: 306px; */
	/* margin-right: 35px; */
}

#footer {
	/* clear: both; */
	overflow: hidden;
	padding-top: 15px;
	padding-left: 16px;
	padding-right: 16px;
	height: 35px;
	background: url(img/footer_bg.jpg) repeat-x #f6f6f6;
	border-top: 1px solid #c9c9c9;
	color: #a9a9a9;
	font-size: 12px;
}

/* End Layouts */

/* Header */

.hMain {
	width: 100%;
}

.hLogo {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	
}

/* First Navigation */

.firstNavigation {
	float:right;
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 280px;
}

.hDL1 {
	width: 117px;
	overflow: hidden;
	position: absolute;
	left: 207px;
	top: 1px;	
}

.hDL2 {
	width: 120px;
	overflow: hidden;
	position: absolute;
	left: 37px;
	top: 74px;
}

.hDL3 {
	width: 127px;
	overflow: hidden;
	position: absolute;
	left: 272px;
	top: 135px;
}

.hDL4 {
	width: 108px;
	overflow: hidden;
	position: absolute;
	left: 110px;
	top: 193px;
}

.hDL5 {
	width: 109px;
	overflow: hidden;
	position: absolute;
	left: 409px;
	top: 59px;
}

.hDL6 {
	width: 134px;
	overflow: hidden;
	position: absolute;
	/* left: 460px; */
	left: 435px;
	top: 190px;
}

.hDL1 img, .hDL2 img, .hDL3 img, .hDL4 img, .hDL5 img, .hDL6 img {
	float: left;
	margin-right: 2px;
	margin-bottom: 20px;
}

.hLink1, .hLink2, .hLink3, .hLink4, .hLink5, .hLink6 {
	line-height: 18px;
	float: right;
}

.hLink1 a, .hLink2 a, .hLink3 a, .hLink4 a, .hLink5 a, .hLink6 a {
	display: block;
	padding: 0 5px 0 5px;
	background: #a8a8a8;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
}

.hLink1 a:hover, .hLink2 a:hover, .hLink3 a:hover, .hLink4 a:hover, .hLink5 a:hover, .hLink6 a:hover {
	background: #000000;
	text-decoration: none;
}

/* End Header */

/* Info */

.iMain {
	width: 100%;
	height: 48px;
}

.iNav {
	width: 75%;
	max-width: 822px;
	padding-left: 80px;
	/*
padding-right: 15px;
*/
	background: url(img/nav_bg.jpg) repeat-x;
	border-bottom: 1px solid #d3d2d2;
}

.iBlank {
	
}

.iSearch {
	width: 23%;
	max-width: 306px;
	text-align: center;
	background: #d6d6d6;
}

/* End Info */

/* Showcase */

.sHead {
	margin-bottom: 18px;
	background: #f9f6cc;
}

* html .sHead { /* Hack for IE6 */
	margin-top: 15px;
	height: 14px;
}

.sHead span {
	margin-left: 40px;
	padding: 5px 15px 5px 15px;
	background: #ffffff;
}

#showcase {
	overflow: hidden;
	margin-left: 8px;
	margin-bottom: 35px;
}

#showcase li {
	float: left;
	display: block;
	width: 33%;
	max-width: 270px;
	/* width: 270px; */
	height: 270px;
	border-right: 1px solid #ff0000;
	text-align: center;
}

#showcase img {
	margin-top: 20px;
	margin-bottom: 15px;
}

.sTitle {
	margin-left: 2px;
	padding-top: 5px;
	height: 43px;
	background: url(img/hot_icon.jpg) no-repeat;
	text-align: left;
}

.sTitle h2 {
	margin-left: 48px;
	font-size: 12px;
	line-height: 14px;
}

.sTitle h2 a {
	color: #ff0000;
}

.sTitle h2 a:hover {
	text-decoration: none;
}

.sMeta {
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}

.sMore {
	float: left;
}

.sMore a {
	color: #ff0000;
}

.sPrice {
	float: right;
}

.sPrice span {
	display: block;
	width: 100px;
	background: #ff0000;
	color: #ffffff;
	font-family: "Times New Roman";
	font-weight: bold;
}

/* End Showcase */

/* Widgets */

/* Secondary Navigation */

.secondNavigation {
	overflow: hidden;
}

.secondNavigation li {
	float: left;
}

.secondNavigation li a {
	display: block;
	padding: 13px 15px 10px 15px;
	font-size: 14px;
}

.secondNavigation li a:hover,
body.home .secondNavigation li#home a,
body.page-id-46 .secondNavigation li#about a,
body.page-id-49 .secondNavigation li#services a,
body.page-id-51 .secondNavigation li#price a,
body.page-id-1098 .secondNavigation li#share a,
body.category-news .secondNavigation li#news a,
body.page-id-55 .secondNavigation li#warranty a,
body.page-id-57 .secondNavigation li#contact a {
	color: #343434;
	text-decoration: underline;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: url(img/nav_cur_bg.jpg) repeat-x;
}

/* End Secondary Navigation */

#credit {
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	padding-right: 10px;
	height: 77px;
	border: 1px solid #d9d8d8;
	background: url(img/credit.jpg) -5px 0 no-repeat;
}

#credit a {
	float: right;
	display: block;
	width: 250px;
	height: 75px;
	text-decoration: none;
}

#catalogue {
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #ebe7e7;
}

#catalogue div.catTitle {
	padding: 5px 5px 5px 35px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: url(img/catalogue_title.jpg) 3% 50% no-repeat #ff3131;
}

#catalogue div.catTitle div.catTitle1 {
	float: left;
}

#catalogue div.catTitle div.rssLink {
	float: right;
	height: 22px;
}

#catalogue ul li {
	padding: 5px 5px 5px 16px;
	font-size: 12px;
	background: url(img/catalogue_item.jpg) repeat-x;
	border-bottom: 1px solid #bfb7b7;
}

#catalogue ul li a {
	padding-left: 20px;
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	background: url(img/arrow_catalogue.jpg) 0 50% no-repeat;
}

#catalogue ul li ul.children li {
	margin-top: 2px;
	padding: 1px 1px 1px 10px;
	color: #505050;
	background: none;
	border-bottom: 1px dotted #bfb7b7;
}

#catalogue ul li ul.children li a {
	padding-left: 15px;
	color: #505050;
	background: url(img/arrow_catalogue_2.jpg) 0 50% no-repeat;
}

#catalogue ul li ul.children li ul.children li {
	margin-top: 2px;
	margin-bottom: 4px;
	padding-top: 0px;
	background: none;
	border: none;
	line-height: 14px;
}

#catalogue ul li ul.children li ul.children li a {
	background: url(img/arrow_catalogue_child.jpg) 15% 50% no-repeat;
}

.children {
	display: none;
}

.current-cat .children, .current-cat-parent .children {
	display: block;
}

#catalogue ul li ul.children li.current-cat, #catalogue ul li ul.children li.current-cat a  {
	color: #e80000;
}

#gifts {
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	padding-right: 10px;
	height: 77px;
	border: 1px solid #d9d8d8;
	background: url(img/gifts.jpg) 0 0 no-repeat;
}

#gifts a {
	float: right;
	display: block;
	width: 200px;
	height: 75px;
	text-decoration: none;
	background: url(img/gifts_button.jpg) 100% 95% no-repeat;
}

/* Subscribe Form */

#subscribeForm {
	clear: both;
	height: 142px;
	background: #f9f6cc;
}

.subImg {
	float: left;
	padding-top: 10px;
	margin-left: 10px;
}

.subText {
	float: left;
	margin-left: 15px;
	padding-top: 25px;
	color: #bbb64b;
	font-size: 14px;
	text-align: center;
}

.subButton {
	clear: both;
	text-align: center;
}

/* End Subscribe Form */

/* End Widgets */

/* Footer */

.copyright {
	float: left;
}

.developer {
	float: right;
}

.developer a {
	color: #a9a9a9;
	text-decoration: underline;
}

.developer a:hover {
	text-decoration: none;
}

/* End Footer */
