/* @override http://minimaos.com/wp-content/themes/harrukritty/style.css */

/* @override http://minimaos.com/wp-content/themes/harrukritty/style.css */

/* @override http://minimaos.com/wp-content/themes/harrukritty/style.css */

/* @override http://minimaos.com/wp-content/themes/harrukritty/style.css */

/*  
Theme Name: Harru Kritti
Theme URI: -
Author: Haze Long
Description: Catalog blog shop
Version: 0.1
Author URI: http://blushberry.info/
*/
/* reset */
/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,em,strong,pre,code,table{
	padding: 0;
	margin: 0;
	border: 0;
}



table{
	border-spacing: 0;
	border-collapse: collapse;
	font-size: inherit;
	font : 100%
}

ul, ul li, li{
	list-style-type: none;
}

:link, :visited {
	text-decoration: none;
}


fieldset, img, a img, :link img, :visited img {
	border: 0;
}

p{
	margin: 1em 0;;
}

:focus {
	outline:0;
}

/* @end */

/* @group layout */

html,body,#wrap{
	height: 100%;
}

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color: #949494;
	font-family: Helvetica, Arial, Lucida Grande;
	font-size: 13px;
	color: #000000;
}

a:link, a:visited{
	color: #be3f8d;
	background-image: none;
}

a:hover{
	background-image: none;
	color: #f987da;
}

#wrap{
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 25px #333; 
	-moz-box-shadow: 0px 0px 25px #333;
	box-shadow: 0px 0px 25px #333; 
}

#header{
	background-color: #000;
	height: 61px;
	width: 100%;
}

#menu{
	background-color: #333;
	height: 31px;
	width: 100%;
	background-image: url(images/menubg.jpg);
}

#wrappie{
	width: 100%;
	float: left;
	background-color: #fff;
}

#left{
	float: left;
	width: 738px;
	min-height: 425px;
}

#widgets{
	float: left;
}

#right{
	float: right;
	width: 207px;
}

#right a:link,#right a:visited{
	color: #000;
}

#right a:hover{
	color: #f987da;
}

#right h2.widgettitle{
	font-size: 13px;
	text-transform: uppercase;
	color: #cbcbcb;
	font-weight: normal;
	margin: 5px 0px 8px;
}

table#widgetstable{
	width: 100%;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	
}

#footer{
	background-color: #000;
	color: #999;
	float: left;
	width: 100%;
	font-size: 11px;
	height: 30px;
}

/* @end */
/*logo*/
#text-3{
padding: 15px 15px 0px;	
}

/*menu*/
#text-4{
	padding: 7px 15px 0px;	
}

#menu a:link,#menu a:visited{
	color: #ffffff;
	text-transform: lowercase;
	background-image: url(images/link.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 35px;
}

#menu a:hover{
	color: #f987da;
}

/*rss*/
#text-5{
	text-transform: uppercase;
	font-size: 11px;
	margin: 13px 0px;
}

#text-5 a:link,#text-5 a:visited{
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

/*search*/
label.screen-reader-text{
	display: none;
}

#searchform input#s, #custom_cf7-3 input, input#rss{
	height: 22px;
	background-image: url(images/input.jpg);
	border: 1px solid #ddd;
	width: 130px;
	margin: 0px;
	
}



#searchform, #searchform div{
	height: 22px;margin: 0px;padding: 0px;
}


#searchform input#searchsubmit, input#submit{
	height: 22px;
	min-width: 60px;
	margin: 0px;
	padding: 0px 4px;
	border: 1px solid #999;
	text-transform: uppercase;
	font-size: 9px;
	background-color: #999;
	color: #333;
}
input#submit{
	margin-left: 3px;
}


#search-3{
	margin-bottom: 15px;
}

/*categories*/
#categories-3 ul{
	padding-left: 8px;
}
ul li{
	background-image: url(images/list.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 3px;
}

/*order*/
#custom_cf7-3{
	padding-top: 5px;
	font-size: 12px;

}

#custom_cf7-3 p{
	margin: 0px 0px 3px;
}

#custom_cf7-3 input{
	height: 22px;
	margin: 3px 0px 4px;
	background-image: url(images/input.jpg);
	border: 1px solid #ddd;
	width: 90%;
}

#custom_cf7-3 textarea{
	width: 90%;
	height: 80px;
	background-image: url(images/input.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ddd;
}


/*footer*/
#text-6{
	float: left;
	padding: 8px 15px;
}

#text-7{
	float: right;
	padding: 8px 15px;
}

/* @group content */
.entry, .single{
	padding: 15px;
}

div.navigation{
	width: 100%;
	float: left;
}



h1{
	padding-left: 15px;
	padding-top: 10px;
	font-size: 24px;
}

h5{
	padding-left: 15px;
	font-size: 13px;
	margin-top: -10px;
	font-weight: normal;
	font-style: italic;
}
.entry h2, .entry h2 a, .entry h2 a:visited, .single h2, .single h2 a, .single h2 a:visited{

	font-size: 24px;
	color: #000;
	padding-bottom: 10px;
}

.entry h2 a:hover, .single h2 a:hover{
	color: #f987da;
}

.mouseover-gallery img.replaced{
	max-height: 420px;
	width: auto;
	max-width: 300px;
}

.mouseover-gallery span.caption{
	display: none;
}

.mouseover-gallery{
	margin-bottom:15px ;
	width: 700px;
}

div.left_part, div.wrapper{
	min-width: 300px;
	width: 300px;
	max-width: 300px;
}

div.right_part{
	width: 380px;
	padding: 0px;
	margin: 0;
}

div.mo-gbackgr{
	margin: 0;
}

.mouseover-gallery li{
	background-image: none;
	padding: 0;
	padding-right: 3px;
}

.mouseover-gallery img.thumb{
	max-height: 200px;
	border: none;
	padding: 0px;
	
}

/* My Comment */
.entry ul, .entry ul li {
	list-style-type: disc;
	margin-left: 10px;
}
.entry ol, .entry ol li {
	list-style: decimal;
	margin-left: 10px;
}

#productcat{
	padding-left: 15px;
	display: inline-table;
	padding-top: 15px;
	padding-right: 20px;
	width: 206px;
	padding-bottom: 15px;
}

#productcat img{
	max-width: 206px;
	height: auto;
	max-height: 280px;
	
}

#featuredimage{
	

}

#productcat h2, #productcat h2 a, #productcat h2 a:visited{
	color: #000000;
	font-size: 14px;
	padding-top: 10px;
}

#productcat p{
	margin: 0px;
}

p.postmetadata{
	padding-top: 5px;
}

p.postmetadata a:link, p.postmetadata a:visited{
	color: #be3f8d;
}


p.postmetadata a:hover{
	color: #f987da;
}

#status{
	background-color: #be3f8d;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px;
}

#status a:link, #status a:visited{
	color: #ffffff;
}


/* @end */



/* @group comments */

.commentbubble {
	margin:0;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	width:179px;
	height:21px;
	background-image:url(images/commentbub.png);
	background-repeat:no-repeat;
}

.commentauth {
	font-size:9pt;
	margin:0;
	text-align:right;
	padding-right:25px;
	width:167px;
	height:15px;
	background-image:url(images/commauth.png);
	background-repeat:no-repeat;
	background-position:top;
}

ol.commentlist, ol.tblist { list-style:none; margin:0; padding:0; text-indent:0; }
li{list-style:none; margin:0; padding:0; text-indent:0;}
ul{list-style:none; margin:0; padding:0; text-indent:0;} /* Unordered list. Your 'text' widget is built on an unordered list */
ul li.widget{list-style:none; margin:0; padding:0; text-indent:0;} /* In this list item all further content is displayed. */
h2.widgettitle{list-style:none; margin:0; padding:0; text-indent:0;} /* The h2 heading the widget use to display the title of your widget */
div.textwidget{} /* The div all of our widget content is displayed */
ul.popular{list-style:none; margin:0; padding:0; text-indent:0;} /* In this 'text' widget, I have used a unordered list with class Popular to display our content */
ul.popular li{list-style:none; margin:0; padding:0; text-indent:0;} /* List item inside the content */
ul.popular li a {list-style:none; margin:0; padding:0; text-indent:0;}

/* Comments Styling */
ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li {  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; font-style:none;}
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { -style:normal; font-style:none; }
ol.commentlist li div.vcard cite.fn a.url { color:#99cccc; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { text-decoration:underline; }
ol.commentlist li div.vcard img.avatar { border:5px solid #fff; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#555; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
.reply a{
	border: 0;
}
ol.commentlist li div.reply:hover { background:#99cccc;   }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; font-style: italic;font-family: Georgia;font-weight: normal;font-size: 12px; }
.reply a:hover{
	text-shadow:#333 1px 1px 2px;
}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#ddd; }
ol.commentlist li.odd { background:#aaa; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

		.input{
background-color:#fff;
border: 1px solid #c3c3c3;

}
		.button {
background-color:#f2f2f2;
	border:1px solid #c3c3c3;
	color:#555;
	font-weight:bold;

		}
#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



textarea#comment {

	width: 95%;

	padding: 2px;

	}
#respond a:link{
	color: #333;
}

#commentform #submit {

	margin: 0;
background-color:#f2f2f2;
	border:1px solid #c3c3c3;
	color:#555;
	font-weight:bold;
	float: right;

	}

.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

/* @end */


