/*
Theme Name: KTRU
Theme URI: http://www.toastedweb.si
Description: KTRU - nice and simple personal blog
Tags: fixed-width, two-columns, right-sidebar
Version: 1.0
Author: Mihael Zadravec
Author URI: http://www.uchillatheme.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* CLEAR FLOATS (clearfix)
*******************************************************/
.clear { display: inline-block; }   
.clear:after, .container:after {
content: ".";
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}
.clear { display: block; }
/*******************************************************/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #555;
	/* background:#1A1A1A url(images/backgrounds/striped_dark.jpg) top repeat; */
	background: black; 
}

a {
	color:#f7a500;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

p {
	line-height:140%;
}

h1, h2, h3, h4 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 110%;
}

#wrapper {
	position:relative;
	width: 860px;
	margin: 12px auto 20px auto;
	padding: 0px;
}

#header {
	width: 850 px;
	margin: 10px 0px 10px 0px;
	padding: 0; 
	/* padding: 10px 0px 10px 0px; */
	/* height: 151px; */
	background-image: url('http://savektru.org/wp-content/uploads/2010/08/tower.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 92px;
	padding-bottom: 3px;
}

#main {
	background-image: url(images/contBg.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
}
#content {
	width: 510px; /*480*/
	padding:30px;
	float: left;
}

#sidebar {
	width: 260px;
	float: left;
	padding:15px 15px 50px 15px;
	margin: 0;
}
#sidebar-small {
	width: 160px;
	float: left;
	padding: 10px;
	margin: 0;
	background:#FFF;
}
#footer {
	/* height: 42px; */
	clear: both;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}


.description {
	clear: left;
	padding: 5px 0 5px 0;
	margin-left:45px;
	color:#DDD;
}
.post {
	position:relative;
	border-bottom:solid 1px #DDD;
	padding-bottom:20px;
	margin-bottom:20px;
}


.postNav {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #DDD;
}

.entry-content, .entry-excerpt {
	clear: left;
}

.navigation {
  clear: both;
}

.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

.entry-meta {
  margin: 0 0 10px 0;
}

.entry-filed {
	display:inline-block;
	background:#efefef;
	padding:3px 5px;
	font-size:11px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}


.underpost {
	padding:5px 7px;
	margin-top:15px;
	font-size: 10px;
	background:#EFEFEF;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	line-height:140%;
}
#content .underpost a {
	text-decoration: underline;
}

a.more-link {
	color:#f7a500;
	text-decoration:none;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
}
a.more-link:hover {
	color:#900;
}

#comments_link {
	text-align: right;
}

span.comments_link a {
	/* display:inline-block; */
	padding:0 5px!important;
	color:#666;
	background:#EFEFEF;
	font-size:11px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.image {
	display:inline-block;
	width:510px;
	border:solid #000;
	border-width:1px 0;
	margin:15px 0 5px 0;
}
.image img {
	border:none;
	display:block;
}


#content a:link, #content a:visited {
	/* padding: 2px; */
}
#content a:hover {
	text-decoration: underline;
}

#footer p a {
	color: #888;
}
#footer p a:hover {
	text-decoration: underline; 
}

#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0;
	background:#1A1A1A;
	border-bottom:solid 5px #555;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	height:30px;
}
#menu li {
	padding:0;
	display: inline;
	list-style-type: none;
}
#menu li a:link, #menu li a:visited {
	display:inline-block;
	text-decoration: none;
	padding:0 15px;
	color:#FFF;
	border-right:solid 1px #555;
	height:30px;
	line-height:30px;
}
#menu li a:hover {
	text-decoration: underline;
}


/* SIDEBAR ---------------------------------------*/

/* wrapper for sidebar widget area */
#sidebar ul, #sidebar-small ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* wrapper for individual widgets */
#sidebar li {
	padding-bottom: 15px;
}

/* widget titles */
#sidebar h2 {
	font-size: 14px;
	/* font-weight: bold; */
	color: #555;
	color: #444;
	background: #e0c000;
	background: #ffe77b; 
	/* border: 3px double #555; */
	/* border: 1px solid grey; */
	text-transform: lowercase; 
	padding: 4px 8px;
	margin-bottom:10px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

/* wrapper for lists inside widgets */
#sidebar ul ul {
	margin-top:-5px;
  	margin-left: 0px;
}

/* list items inside widgets */
#sidebar ul ul li {
	margin: 0px 0px 0px 10px;
	padding: 3px;
	padding-left: 10px;
	background:url(images/sidebarBullet.jpg) left center no-repeat;
	border-bottom: dotted 1px #DDD; 
}

/* links in widget lists */
#sidebar ul ul li a {
	color: #555;
	text-decoration: none;
}
#sidebar ul ul li a:hover {
	color: #f7a500;
	text-decoration: underline;
}


#header h1 {
	margin: 0;
	padding: 0;
	font-size: 2.6em;
	font-weight:normal;
}
#header h1 a:link, #header h1 a:visited {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	width: 850px;
	margin: 0;
	padding: 0;
	clear: both;
	/* color:#CDCD2D; */
	text-decoration:none;
}
#header h1 a:hover {
	text-decoration: none;
	clear: both;
}
#header img {
	border-style: none;
}

#content h1 {
	font-size: 18px;
}
#sidebar h1 {
	font-size: 16em;
}

.post h2 {
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
}
.post h2 a {
	color: #444;
	text-decoration: none;
}
.post h2 a:hover {
	/* color: #f7a500; */
	color: #444;
	text-decoration: underline;
}

h1.pagetitle {
	font-size:26px;
	font-weight:normal;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:0;
	border-bottom:solid 1px #DDD;
	font-style:italic;	
}

.entry-date {
	position:absolute;
	top:0;
	left:-60px;
	width: 40px;
	background: #e0c000; 
	font-family: "Arial Black", Arial, Helvetica, sans-serif; 
	color: #222;
	text-align: center;
	padding: 0 0 5px 0;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.entry-month {
	font-size: 14px;
	line-height: 100%; 
}

.entry-day {
	font-size: 20px;
	font-weight: bold;
}

.entry-year {
	font-size: 11px;
}

#respond {
	margin:0;
	padding:20px 0;
}

#respond p {
	font-size:12px;
	margin-bottom:10px;
}

#respond textarea {
	width:450px;
	height:150px;
}
#respond input, .commentsblock textarea {
	border:1px solid #d1d1d1;
	background:#FFF;
	padding:5px;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

#respond input.txt {
	width:250px;
	margin-right:10px;
}

#respond input#submit {
	display:inline-block;
	padding:5px 10px;
	background:#666;
	border:none;
	color:white;
	cursor:pointer;
	font-size:12px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.commentauthor{
	display:block;
	font-size:11px;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:15px;
	padding:0;
}
.commentlist li {
	margin-bottom:10px;
	padding:7px 10px 0px 10px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

.commentlist li p {
	padding-right:20px;
}

.commentlist li img {
	margin-top:4px;
	margin-bottom:10px;
}

.alt{
	background:#f3f5e9;
}

h3#comments{
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#respond {
	margin-bottom:10px;
}

.comment-author {
	font-size:14px;
}

.commentmetadata {
	display:block;
	margin:0;
	padding:0;
}
.commentmetadata,
.commentmetadata a {
	color:#555;
}

.commentsblock h3 {
	border:none!important;
}


blockquote {
  /* font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;	 */
  font: 1.1em;
  width: 85%; 
  /* background: url(images/blockquote2.png) no-repeat top left; */
  background: #f3f5e9; 
  margin: 5px auto 5px auto;
  padding: 2px 20px 2px 20px;
}

/*
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
  text-indent: -30px;
}
*/

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}

.wp-caption {
	background:#EFEFEF;
	padding:5px;
	width:auto!important;
	border:solid 1px #DDD;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
p.wp-caption-text {
	font-size:11px;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}

.wp-caption a {
	margin:0;
	padding:0;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:solid 1px #DDD;
}


a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}

/* SEARCH
------------------------------------*/

#searchform {
	position:absolute;
	top:40px;
	right:10px;
}

#searchform input.text {
	border:solid 1px #7B7B23;
	background:#222;
	font-size:12px;
	padding:5px;
	color:#DDD;
	width:190px;
}

#searchform input.submit {
	display:inline-block;
	border:none;
	background:none;
	font-size:12px;
	padding:5px;
	color:#DDD;
	cursor:pointer;
	text-transform:uppercase;
}


/* POST HEADINGS
------------------------------------*/
.post h2.singlePostTitle {
	font-size:24px;
	margin-bottom: 30px;
	color: #333;
}

.post h2.page {
	border-bottom:solid 1px #DDD;
	padding-bottom:15px;
	margin-bottom:20px;
}

#content .post .entry-text h1,
#content .post .entry-text h2,
#content .post .entry-text h3,
#content .post .entry-text h4,
#content .post .entry-text h5,
#content .post .entry-text h6 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight:normal;
}

#content .post .entry-text h1 {
	font-size: 28px;
}
#content .post .entry-text h2 {
	font-size: 26px;
}
#content .post .entry-text h3 {
	font-size: 24px;
}
#content .post .entry-text h4 {
	font-size: 22px;
}
#content .post .entry-text h5 {
	font-size: 20px;
}
#content .post .entry-text h6 {
	font-size: 18px;
}



/* CALENDAR
*******************************************************/
#calendar #calendar_wrap {
	border:solid #DDD;
	border-width:1px;
	background:#FFF;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
#calendar table {
	width:100%;
}
#calendar table caption {
	border:solid #DDD;
	border-width:0px 0px 1px 0;
	padding:5px 0;
}

#calendar table td {
	border:solid #DDD;
	border-width:0px 0px 0 0;
	text-align:center;
	background:#EFEFEF;
}
#calendar table td a {
	background:none!important;
	padding:0!important;
	border:none!important;
}


/* submit-story */

#loginbox {

	float: left;

	width: 90%;

}

#loginbox label {

	margin: 0 10px 0 0;

	width: 80px;

	padding: 5px 0 0;

	float: left;

}

#loginbox input {

	float: left;

	width: 148px;

	padding: 2px 3px;

	margin: 0;

}

#loginbox p {

	float: left;

	clear: both;

	padding: 0;

	margin: 0 0 5px;

}

#loginbox h2 {

	margin: 0 0 5px;

	padding: 0;

}

#loginbox h3, #loginbox h3 a, #loginbox h3 a:visited {

	color: #8E9938;

}

.login {

	color: #666666;

	font-weight: bold;

	width: 500px;

	font-size: 11px;

	line-height: 14px;

}

#login #log, #login #login_password, #login #user_login, #login #email, #login #user_email {

	border: 1px solid #C7BB45;

	background: #FFFADA;

	padding: 3px;

	font-size: 110%;

	width: 225px;

	color: #958178;

}

.login h2 {

	color: #B5B55F;

	font-size: 140%;

	margin-top: 0px;

}

#login #submit {

	border: 1px solid #C7BB45;

	background: #FFFADA;

	padding: 3px;

	font-size: 110%;

	color: #958178;

}

#edit-submit-button

{


}

#submit-story-button

{

	width: 182px;

	height: 30px;

	display: block;

	background: url(images/submit.gif) no-repeat;

	text-indent: -100000px;

	overflow: hidden;

}

#submit-story-preview {
}

#header{
	text-align: center;
}

#header h1{
/* height:110px; */
	text-align: center;
}


#nav{
	clear:both;
	margin: 5px auto 0px auto;
}

#nav ul{
	list-style: none;
	/* border: 2px solid #f7a500; */
	background: #e0c000;
	margin: 0px auto;
	padding: 0px;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

#nav li{
	list-style: none;
	display: inline; 
	font-size: 18px;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: normal;
	text-transform: lowercase; 
	margin: 0px 10px;
	padding: 0px 5px;
}

#nav a {
	color: #111;
}
#nav a:hover {
	/* color: #ffe09b; */
	color: #ffe79b; 
	text-decoration: none; 
}

li.li_first {
  padding-left:0px;
}

h3 {
  font-size: 20px;
  /* border-bottom: 3px dotted #f7a500; */
  border-bottom: none;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
}

p.tt_box{
width:50%;
float:left;
}

h3.featured{
font-size:16px;
}

.yellow{
color: #f7a500;
}

.large{
font-size:26px;
}

.clear{
clear:both;
}

.navigation{
  /* border-top: 1px solid #cccccc; */
  padding-top:10px;
}