/* @override http://blog.kaopaoshu.it/wp-content/themes/kaopaoshu_theme/style.css */

/*  
Theme Name: kaopaoshu theme
Theme URI: http://www.bezbeli.ba
Description: WordPress theme designed by <a href="http://www.bezbeli.ba">Enes Huseincehajic</a>.
Version: 1.0
Author: Enes Huseincehajic
Author URI: http://www.bezbeli.ba

	This theme was designed and built by Enes Huseincehajic.
	
	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to bezbeli.ba must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/
html{
	height: 100%;
	margin-bottom: .1em;
}
body {
	background: #333 url(images/body_bg.gif) repeat center top fixed;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #CCC;
}
a {
	color: #F09;
	text-decoration: none;
}
a:visited {
	color: #F09;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 15px 15px 15px;
	line-height: 1.4em;
}
p.attachment {
	margin: 0px 0px 15px 0px;
	line-height: 1.4em;
}
img {
	border: none;
}
.size-thumbnail {
	width: 100px;
	height: 100px;
	margin: 3px;
	
}
ul {
	margin: 5px 0px 15px 0px;
	padding: 0 22px;
}
.entry ul {
	margin: 5px 0px 15px 15px;
	padding: 0 22px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
}
#wrapper {
	width: 450px;
	margin: 0px auto;
	position: relative;
}

/* ------------------------------------- header area  */
#header {
	height: 103px;
	width: 450px;
	background: transparent url(images/kaopaoshu_logo.png) no-repeat top center;
	margin: 0;
}
#header h1, #header .description {
	display: none;
}
/* site title */
h1 {
	position: absolute;
	top: 40px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
	margin: 80px auto 0 120px;
	display: none;
	float: left;
}
#searchform #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* ------------------------------------- main content area  */
#left-col {
	width: 450px;
	float: left;
	margin-top: 0px;
}
/* main menu */
#nav {
	background:transparent url(images/nav_bg.png) no-repeat center top;
	height: 63px;
	display: block;
	float: left;
	width: 450px;
}
#linkovi {
	margin: 0px auto;
	padding:28px 0 10px 0;
	display: block;
	width: 360px;
	text-align: center;
	
}
#nav ul{
	list-style: none;
	padding: 0px auto;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	clear: both;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #666;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #666;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	background: #F09 url(ximages/nav-item-hover.gif) repeat-x;
	background: transparent url(ximages/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}
#nav ul li a.store{
	color: #F09;
}
#nav li a.store:hover{
	color: #FFF;
}
/* sub menu */
#subnav {
	background: #ecebeb;
	display: none;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	padding: 5px 0px 0px 0px;
	width: 450px;
	background:transparent url(images/content_bg.png) repeat-y center;
	clear: both;
	display: block;
	float: left;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
	width: 450px;
	float: left;
	display: block;
	margin: 0;

}
.post .date {
	height: 60px;
	width: 50px;
	background: url(images/datum_bg.png) no-repeat;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding: 0px 0px 0 0;
	line-height: 100%;
	float: left;
	overflow: hidden;
	padding: 21px 0 0 0;
}
.postContent {
	display: block;
	float: right;
	background:#1B1B1B url(images/post_bg.png) no-repeat;
	margin: 0 50px 15px 0;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
	margin-bottom: 3px;
	background:transparent url(images/datum_ciza.png) no-repeat bottom;
}
.post .title {
	float: left;
	width: 350px;
	display: block;
	margin: 0;
}
.post .title h2 {
	padding: 22px 15px 10px 0px;
	color: #FFF;
	line-height: 1.2em;
}
pre {
	margin: 0 0 0px 0px;
}
.slika {
	margin: 0 0 0 0px;
}
.postdata {
	font-size: 90%;
	color: #999999;
	display: block;
	float: left;
	width: 350px;
	height: 45px;
	margin: 5px 0 0 0;
	background: transparent url(images/post_footer_bg.png) repeat-x;
	padding: 0px 0 0px 0;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #F09;
	text-decoration: none;
}
.postdata .category{
	padding: 8px 15px;
	float: left;
}
.postdata .comments{
	padding: 8px 15px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
	padding: 8px 15px;
	float: right;
}
.entry {
	width: 350px;
	margin: 0px 0px 0px 0px;
	clear: both;
	display: block;
	float: left;
}
.entry h1 {
	width: 350px;
	margin: 0px 0px 0px 0px;
	clear: both;
	display: block;
	float: left;
}
#komentariContainer {
	width: 350px;
	margin: 0px auto 0px auto;
	clear: both;
	display: block;
}
#komentari {
	width: 350px;
	margin: 0px auto 0px auto;
	clear: both;
	display: block;
	float: left;
}

/* post title */
h2 {
	color: #F09;
	margin: 0px 0px 7px 15px;
	font: bold 15px/100% Arial, sans-serif;
}
h2 a, h2 a:visited {
	color: #F09;
	text-decoration: none;
}
h2 a:hover {
	color: #FFF;
	text-decoration: none;
}
h3 {
	color: #FFF;
	margin: 5px 15px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(ximages/navigation-bg.gif) no-repeat left center;
	height: 21px;
	margin: 35px auto;
	width: 350px;
}
.page-nav a, .page-nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding: 0 0 35px 0;
	margin: 0px 50px 15px;
	font-size: 95%;
	width: 350px;
	line-height: 1.4em;
}
.post-nav a, .post-nav a:visited {
	color: #000;
	text-decoration: none;
	width: 40%;
}
.post-nav a:hover {
	color: #FFF;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	margin-left: 10px;
	background: url(images/post-nav-previous.png) no-repeat left 2px;
	width: 40%;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	margin-right: 10px;
	text-align: right;
	background: url(images/post-nav-next.png) no-repeat right 2px;
}

/* ------------------------------------- comment area  */
#commentsWrapper {
	background:#1B1B1B url(images/comment_bg.png) no-repeat;
	width: 350px;
	display: block;
	float: right;
	margin: 0 50px;
}
#responseWrapper {
	display: block;
	float: left;
	width: 100%;
	padding: 5px 0 10px;
}
h3#comments {
	padding: 0px 15px 0px 15px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
	margin: 15px 0 35px 0;
}
h3#respond {
	padding-left: 15px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
	margin: 10px 0 25px 0;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	color:#FFF;
	font-size: 75%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 110px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 300px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	border: none;
	padding-bottom: 6px;
	width: 120px;
}
#commentform #submit:hover {
	background:#F09 url(simages/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
#commentListWrapper {
	display: block;
	float: left;
}
.commentlist {
	margin: 10px 15px 10px 0px;
	padding-left: 30px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #222;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #669900;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #FFF;
}

/* ------------------------------------- footer area  */
#footer {
	background: url(images/footer_bg.png) no-repeat top;
	padding: 175px 0px 60px 0px;
	font-size: 87%;
	color: #282828;
	width: 450px;
	display: block;
	float: left;
	text-align: center;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
}
#footer p {
	display: block;
	float:none;
	line-height: 1.4em;
	color: #999;

}
.hidden{
	display: block;
	clear: both;
	height: 1px;
	color: #000;
	border: none;
	width: 350px;
	margin: 0 auto;
}