/*
Theme Name: Kacper Olejnik Blog
Theme URI: http://blog.kacperolejnik.com/
Description: 
Version: 1.0
Author: Micha³ Domarus
Tags: 

*/

/*BACKGROUND IMAGE************/
body {
	font: 13px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
    font-family: Verdana, Tahoma, Arial, sans-serif;
	color:#333; /*OVERALL TEXT COLOR*/
}
/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#4c4a65;
    color: #ddd;
}
a:hover {
	text-decoration:none;
}
/*MENU COLORS****************/
#menu {
	background:#000;
}
#menu li a {
	font:11px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
    font-family: Verdana, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color:#e1e1e1;	/*MENU FONT COLOR*/
	padding-top: 8px;
}
#menu li a:hover {
	color:#fff; /*MENU FONT COLOR WHEN HOVERING*/
}
/*BANNER COLORS*************/
#banner {
	height: 100%; /*BANNER HEIGHT in case you want to change it*/
	overflow: hidden;
    clear: both;
}
/*TWITTER / SEARCH / RSS***/
.holder {
	background:#e9e6dd;
    display: none;
    
}
.holder .text strong {
	display:block;
	font-size:10px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:10px;
	color:#2c2c2c;
	line-height:17px;
	margin:0 0 5px;
}
/*POSTS*******************/
.title {
	margin-top: 20px;
}
/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height:25px;
	color:#4b4b4b;
}
h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-family: Verdana, Tahoma, Arial, sans-serif;
		font-weight:normal;
	line-height:25px;
	color:#4b4b4b;
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-family: Verdana, Tahoma, Arial, sans-serif;
	
	font-weight:normal;
	line-height:25px;
	color:#4b4b4b;
}
/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#c0c0c0;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}
/* NEXT / PREVIOUS PAGE navigation*/
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;
	abackground: #fff;
	padding: 10px 0px;
	height: 15px;
    
}
.navigation a {
	text-decoration:none;
}
.navigation a:hover {
	text-decoration:underline;
}
.navbg {
	background: #fff;
}
/*FOOTER LINKS*/
#footer {
	padding:18px 0 0;
	width:100%;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	text-align:center;
}
#footer p {
	margin:0;
}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #b2b2b2;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
body {
	margin:0;
	background: #000;
}
img {
	border-style:none;
	
}
input, textarea, select {
	font:100% arial, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	margin:0 auto;
	width: 1000px;
	padding:00px 0;
}
/*header*/
#header img {
	display:block;
}
#menu {
	list-style:none;
	margin:0;
	padding:0 0 0px 15px;
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:4px 30px 0px 30px;
	float:left;
	display: block;
}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
	display: block;
}
#menu li.hover a, #menu li:hover a, #menu li.hover, #menu li:hover {
	position: relative;
}
#menu li.hover ul, #menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#e9e6dd;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {
	color:#000;
	position: relative;
}
.holder {
	padding:20px 15px 20px;
	width:970px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {
	float:left;
}
.holder .text {
	width:520px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 27px 0 45px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {
	padding: 11px 0 0 49px;
}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	width:970px;
	background:#222;
	padding:23px 15px 0px 15px;
}
div.entry img {
	padding: 10px 0;
}
.entry {
	overflow:hidden;
	text-align: center;
}
.entry p {
	line-height:25px;
	margin:0 0 22px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title a {
	text-decoration: none;
}
.postmetadata {
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.postmetadata a {
	color:#82817d;
    
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {
	text-decoration:underline
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.center {
	text-align: center;
}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentlist {
	width: 930px;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.comments {
	padding-bottom: 15px;
    color:#888;
}
.breaker {
	height: 20px;
	width: 100%;
}
li#tag_cloud-3, li#categories-3, li#recent-posts-3, li#archives-3 {
	float: right;
	width: 550px;
	list-style: none;
	background: #222;
}
li#categories-3, li#archives-3 {
	float: left;
	width: 300px;
}
#categories-3, #recent-posts-3 {
	height: 200px;
}
#footer {
	clear: both;
}



/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
    font-family: Verdana, Tahoma, Arial, sans-serif;
	text-transform:uppercase;
    font-weight: bold;
    font-size: 11px;
}


.nav {
  z-index: 100;
  position: relative;
  background: #000;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;

}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  height: 18px;
  height: 15px;
  background: #000;
  color: #fff;
  display: block;
  padding: 6px 9px;
  padding: 8px 9px;
  text-decoration: none;
  
}

#nav-one {
	adisplay: block;
	afloat: left;
	awidth: 1000px;
    text-align: center;
    margin: 0 auto;
    
}

#header {
    text-align: center;
    margin: 0 auto;
}

#header ul {
    display: inline-block;
    
}


#nav-one li:hover a, 
#nav-one li.sfHover a {
  
	color: #ccc;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #000;
	color: #ccc;
    }
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
    background: #000;
  	color: #fff;
}

.nav ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -1px;
  display: none;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 30px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  aborder: 1px solid #000;
  border-bottom: 0;
  padding-right: 30px;
  width: auto;
  white-space: nowrap;
}

.nav ul a:hover {
  background: #ccc;
  color: #000;
}

img.avatar {
    padding: 0;
    margin: 0;
}

img.topimg {
 width: 1000px;
 height: 666px;
 margin: 0;
 padding: 0;   
}

ul#portfolio {
    margin: 0;
    padding: 0;
    height: 666px;
    display: block;
}

#topcycler {
    height: 666px;
    
}

#header {
    clear: both;
}

.entry {
    text-align: left;
    color: #fff;
}

#sidebar {
    display: block;
    clear: both;
    text-align: left;
    float: left;
    margin-left: -15px;
    padding: 0;
    
    aborder: 1px solid white;
    width:970px;
	background:#222;
	padding:23px 15px 0px 15px;
}

#sidebar li.widget {
    float: left;
    amargin: 0;
    apadding: 0;
}

#sidebar ul.widget {
    float: left;
    amargin: 0;
    apadding: 0;
}

.widgettitle {
    font-size: 1.5em;
}

#recent-posts-3 {
    float: left;
}

.widget_recent_entries {
    padding-left: -300px;
    aborder: 1px solid white;
}