/*
Theme Name: Kindle
Theme URI: http://wpmix.com/
Description: Stylish 2 column Kindle Wordpress theme.
Author: andrej
Author URI: http://wpmix.com/
*/

body {
	margin: 0; padding: 0 0 15px 0;
	background: #b1b1b1 center top repeat-y url(../images/bck.png);
	/* background: url(../images/washers.jpg); */
	font-family: Verdana, Geneva, sans-serif; font-size: 14px;
	color: #000;
}
h1 {
    	font-size: 130%;
	color: #98968D;
}
h2 {
    	font-size: 120%;
	color: #98968D;
}
img {
	border: 1px thin #736F6E;
box-shadow:5px 5px 5px #595454;
-webkit-box-shadow:5px 5px 5px #595454;
-moz-box-shadow: 5px 5px 5px #595454;
}
td {
	vertical-align: top;
}
label {
	cursor: pointer;
}
input, textarea, select {
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif; font-size: 12px;
	color: #000;
}
input[type="text"], input[type="password"] {
	padding: 2px;
	background-color: #fff !important;
	border: #c8c7c5 1px solid;
}
textarea, select {
	padding: 2px;
	background-color: #fff !important;
	border: #c8c7c5 1px solid;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
#container:after, #content .item .entry:after, #content .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto;
	width: 875px;
}
#header {
	position: relative;
	padding: 8px;
	height: 160px;

	/* background: no-repeat url(../images/header-background.jpg); */
	/* background-color:#600000; */
	background-color: #98968D;
}
#header .title {
	margin: 0 0 0 60px;
	/* margin: 0 260px 0 0; */
	text-align:left;
	/* text-align: right; */
	font-size: 30px; font-weight: bold;
}
#header .title a {
	color: #000;
	text-decoration: none;
}
#header .description {
	margin: 0 0 0 260px;
	/* margin: 0 60px 0 0; */
	text-align:left;
	/* text-align: right; */
	font-size: 18px;
	color: #fff;
}
#header .navigation {
	position: absolute;
	top: 160px; left: 55px;
	margin: 0; padding: 5px;
	list-style-type: none;
	width: 475px; height: 25px;
	overflow: hidden;

    background-color: #b1b1b1;
    /* background: transparent; */
    border: 1px solid #F0F0F0;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 11px 3px;

    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;

	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*old netscape*/
	-khtml-opacity: 0.80; /*old safari*/
	opacity: 0.80; /*current web standard*/

}
#header .navigation ul {
	display: none;
}
#header .navigation li {
	display: inline;
	margin: 0 15px 0 0;
	line-height: 25px;
	font-size: 16px;
	/* text-shadow: 0 1px 0 #787878; */
}
#header .navigation a {
	color: #000;
	text-decoration: none;
}
#headerx .navigation a:hover, #header .navigation .current-menu-item a {
	color: #827d75;
}
#header .navigation a:hover {
	color: #FFFFFF;
}
#header .navigation .current-menu-item {
	color: #827d75;
}
#header .search {
	position: absolute;
	top: 190px; right: 55px;
	margin: 0;
}
#header .search input {
	vertical-align: middle;
	border: 0;
}
#header .search .text {
	padding: 3px 5px;
	width: 105px;
	background: no-repeat url(../images/bckheadersearchtext.png);
}
#header .search .submit {
	padding: 0;
	background-color: transparent;
	font-size: 16px;
	cursor: pointer;
}
#header .login {
	float:right;
	display:inline;
	padding: 5px 8px;
	text-align: center;
	color: #F0F0F0;
	text-decoration: none;
	font-size: 12px;
    background-color: #b1b1b1;
    border: 1px solid #A0A0A0;
    border-radius: 4px 4px 4px 4px;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*old netscape*/
	-khtml-opacity: 0.75; /*old safari*/
	opacity: 0.75; /*current web standard*/
}
#header .login a {
	color: #F0F0F0;
	text-decoration: none;
}
#header .login a:hover, {
	color: #827d75;
}
#container {
	padding: 20px 0;
	min-height:400px;
	background: 635px top repeat-y url(../images/bckcontainer.png);
}
#content {
	float: left;
	padding: 0 35px;
	width: 565px;
    margin-top: 0px;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
}
#content a {
	color: #827d75;
	text-decoration: none;
}
#content .item {
	margin: 0 0 30px 0;
}
#content .item .title {
	margin: 0;
	font-size: 18px; font-weight: bold;
}
#content .item .meta {
	font-size: 11px;
}
#content .item .entry {
	margin: 15px 0 0 0;
	width: 100%;
	text-align: justify;
}
#content .item .entry img.centered {
	display: block;
	margin: 0 auto;
}
#content .item .entry img.alignright {
	display: inline;
	margin: 0 0 5px 10px; padding: 5px;
}
#content .item .entry img.alignleft {
	display: inline;
	margin: 0 10px 5px 0; padding: 5px;
}
#content .item .entry .wp-caption {
	margin: 10px; padding: 5px 0 0 0;
	text-align: center;
	border: #c8c7c5 1px solid;
}
#content .item .entry .wp-caption p {
	margin: 0; padding: 0 5px 5px 5px;
}
#content .item .count {
	margin: 15px 0 0 0;
	width: 125px;
	text-align: center; line-height: 25px;
	background: no-repeat url(../images/bckcontentitemcount.png);
	font-size: 12px;
}
#content .item .count a {
	color: #000;
}
#content .navigation {
	width: 100%;
	font-weight: bold;
}
#content .comments .message {
	margin: 0 0 10px 0;
}
#content .comments .heading {
	margin: 0 0 10px 0;
	font-weight: bold;
}
#content .comments .navigation {
	margin: 15px 0;
}
#content .comments .cancel {
	margin: 0 0 10px 0;
	font-weight: bold;
}
#content .comments form {
	margin: 0;
}
#content .comments .reply {
	margin: 0 0 10px 0;
}
#content .comments .field {
	margin: 0 0 10px 0;
}
#content .comments .field input {
	display: block;
	margin: 5px 0 0 0; padding: 2px;
	background-color: #fff !important;
	border: #c8c7c5 1px solid;
}
#content .comments .field textarea {
	display: block;
	margin: 5px 0 0 0;
}
#content .comments .commentlist, #content .comments .children {
	margin: 0; padding: 0;
	list-style-type: none;
}
#content .comments .children {
	margin: 10px 0 0 10px;
}
#content .comments .comment {
	margin: 0 0 15px 0; padding: 5px;
	background-color: #eee;
	border: #c8c7c5 1px solid;
}
#content .comments .avatar {
	float: right;
	margin: 0 0 5px 5px;
	border: #c8c7c5 1px solid;
}
#content .product {
	width:225px;
	margin:8px;
	padding:8px;
	text-align:center;
	font-size:90%;
}
#content .product img {
	margin-top:5px;
}
#sidebar {
	float: left;
	margin: 0; padding: 0 20px;
	list-style-type: none;
	width: 200px;
}
#sidebar .heading {
	margin: 0 0 15px 0; padding: 0 0 0 10px;
	line-height: 25px;
	background: no-repeat url(../images/bcksidebarheading.png);
	font-size: 16px; font-weight: bold;
	color: #827d75;
}
#sidebar a {
	color: #000;
}
#sidebar ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar ul ul {
	margin: 0 0 0 10px;
}
#sidebar li {
	margin: 0 0 25px 0;
}
#sidebar li li {
	/* margin: 0; */
	margin: 0 0 25px 0;
}
#sidebar li li a {
	text-decoration: none;
}
#sidebar li li a:hover {
	text-decoration: underline;
}
#sidebar .info {
	font-size:80%;
	line-height:1.5;
}
#sidebar .action {
	float:right;
	font-size:75%;
	color: #827d75;
	margin:5px;
}
#footer {
	margin: 0 35px;
	text-align: center; line-height: 35px;
	background: no-repeat url(../images/bckfooter.png);
	font-size: 10px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}