/*
Theme Name: Walti
Theme URI: 
Description: walti Theme, based on 960.gs and "5 Years"
Tags: black, light, two-columns, right-sidebar, fixed-width, microformats
Version: 0.0.9
Author: Nick Lobeck
Author URI: http://www.nckck.com

*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #000;
	background-image: url(/fileadmin/templates/img/bg.png);
	color: #fff;
	padding: 0px 0 40px;
	font-size: 87%;
	line-height: 18px;
}
	
p { line-height: 18px; margin-bottom: 18px; }
il, ol { margin-bottom: 18px; }
ul li ul, ol li ol, li { line-height: 18px; margin-top: 0; margin-bottom: 0; }
h3, h4, h5, h6 { line-height: 18px; margin-bottom: 18px; }

blockquote {
	background: #ffffc5 url(images/blockquote.gif) repeat-x top left;
	margin-bottom: 18px;
	border-left: 10px solid #FFFF88;
	padding: 36px 36px 18px 36px;
	}

code, pre {
	background: #fff repeat-x top left;
	color: #008C00;
	padding: 17px 10px;
	border: 1px solid #008C00;
	font: normal 12px/18px "Luxi Mono", "Courier New", monospaces;
	display: block; }
	
#content {
	background: #000;
	padding: 50px 0 0 0;
	border-bottom: 1px solid #393939;
}

/* Page wrapper */
#page {
	color: #d9d9d9;
}

/* Boxes */
.box {
	padding: 0 20px;
	margin-top: 22px;
	border-bottom: 1px dotted #888;
}
div#content .box:first-child {
	margin-top: 0px;
}
.box .more {
	line-height: 18px;
	height: 18px;
	text-align: right;
	display: block;
	margin-bottom: 17px;
	font-size: small; }
.pagination {
	margin-bottom: 18px;
	display: block;
	min-height: 18px;
	background: #000 repeat-x top left;
	padding: 17px 10px;
	border-bottom: 1px solid #393939; }
.widget {
	margin-bottom: 18px;
	padding: 0 20px;
}

/* Content */
.da-com {
	display: block;
	clear: both;
	position: relative;
	height: 18px;
	line-height: 18px;
	border-bottom: 1px solid #333; }
h2 {
	font-size: 18px;
	line-height: 18px;
	display: block;
	clear: both;
	margin: 3px 0 8px;
	padding: 0; }
.single-post h2 {
	font-size: 18px;
	line-height: 26px;
	height: 26px;
	margin-top: 10px;
	color: #fff;
}
.seearch-result h2 {
	font-size: 16px;
	line-height: 18px;
	display: block;
	clear: both;
	margin: 18px 0;
	padding: 0;
}

div.singlepostinfo {
	display: block;
	min-height: 54px;
	margin-top: 17px;
	padding-bottom: 17px;
	background: #191919;
	padding: 5px;
}

.levo { float: left; }
.desno { float: right; }

/* Comments */
.comment { padding: 17px 10px; margin-bottom: 17px; }
.comment-avatar { float: left; font-size: 36px; font-weight: bold;}
.comment-content { margin-left: 60px; }
.comment-info { margin-bottom: 17px; line-height: 18px; }
.comment-info .author { padding-left: 20px; background: url(images/author.png) no-repeat top left; }
.comment-info .date { padding-left: 20px; background: url(images/date.gif) no-repeat 1px 3px; }
.box .comments-title { margin-top: 17px; margin-bottom: 18px; line-height: 18px; }

#comments div.comment,
#comments div.author {
	padding: 17px 10px 0 10px;
	border-bottom: 1px dotted #DEDBD1;
	background: #000 repeat-x top left;
	margin-bottom: 17px; }
#comments div.author { 
	border: 1px solid #fff; }
/*#comments div.comment .prvi { margin-top: 17px; }*/

/* Comment Form */
form, fieldset { margin: 0; padding: 0; border: none; }
input, textarea {
	background: #000 repeat-x top left;
	border: 1px solid #DEDBD1; }
textarea { padding: 10px; }
#commentform fieldset p small code { border: none; color: #4d4d4d; margin: 0; padding: 0; display: inline; }

/* Sidebar widgets */
#sidebar {
	background: #000 url(images/bloglogo.png) no-repeat;
	border-bottom: 1px solid #393939;
}
#sidebar .pagenav { list-style: none; margin-left: 0;  }
.widget h2, #sidebar .widgrt h2, #sidebar .widgrt h3 {
	line-height: 18px;
	margin: 0 0 18px 0;
	padding: 0;
	color: #fff; /* Ruby on Rails blue */ }
.widget ul, .ppc ul {
	list-style: none;
	margin: 0;
	padding: 0; }
.widget ul li, .ppc ul li {
	line-height: 18px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left top;
	}
.widget ul li ul li {
	background: url(images/bullet2.gif) no-repeat left top;
}

/* Links */
a { text-decoration: none; }
a:link, a:visited { color: #fff; /* Flock blue */ }
.widget a:link, .widget a:visited { color: #fff; /* Flickr pink */ }
a:hover, .post a:hover, .widget a:hover { color: #fff; /* Technorati green */ }

/* Ads in post */
.ads {
	height: 72px; 
	margin-bottom: 18px;
	text-align: center; }

/* Generic WordPress styles */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Footer
------------------------*/

#footer {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width:960px;
  height: 55px;
  margin-left: -490px;
	clear: both;
	padding: 3px 0 0 10px;
	font-size: 90%;
}

#footer .breadcrumb, #footer .copyright, #footer .menu {
  background: black;
  border-top: 1px solid #393939;
  height: 55px;
}

#footer .breadcrumb div, #footer .copyright div, #footer .menu div {
  padding: 10px;
}

#footer .copyright div {
  color: #393939;
  text-align: right;
}

#footer a {
	color: #a1a1a1;
}

#footer .breadcrumb ol, #footer .menu ol {
  list-style: none outside;
}

#footer .breadcrumb ol li:first-child:before {
  content: "";
}

#footer .breadcrumb li:before {
  content: "\0020 \0020 \0020 \00BB \0020";
}

#footer .breadcrumb li, #footer .menu li {
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}

#footer .menu li {
  padding: 0 15px 0 0;
}

input, textarea {
	color: #fff;
}
