/*
	Theme Name: Blog
	Theme URI: blog.karolkrakowiak.com
	Description: Theme created for blog.karolkrakowiak.com
	Author: Karol Krakowiak
	Version: 0.9
	Tags: white, simple
*/

/*	@group 1. Reseting
	----------------------------------------*/
	a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
	caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
	figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
	html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, 
	object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, 
	sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: inherit;
		font-style: inherit;
		vertical-align: baseline;
	}
	
	article, aside, canvas, details, figcaption, figure, footer, header, 
	hgroup, menu, nav, section, summary {
		display: block;
	}
	
	a, ins, del {
		text-decoration: none;
	}
	
	ul, ol {
		list-style: none;
	}
	
	table {
		border-spacing: 0;
		border-collapse: collapse;
	}
	
	caption, th {
		text-align: left;
	}
	
	q:after, q:before {
		content: "";
	}
	
	pre, code, var, samp, kbd {
		font-family: "Monaco", "Lucida Console", monospace, sans-serif;
	}
/*	@end */

/*	@group 2. General
	----------------------------------------*/
	html {
		-webkit-font-smoothing: antialiased;
		text-shadow: #fff 1px 1px 0;
	}
	body {
		background-color: #fff;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-size: 14px;
		color: #424242;
		line-height: 20px;
	}
	a {
		color: #000;
		-webkit-transition: all 0.5s ease-in;
	}
		a:hover {
			color: #0085b1;
		}
		a:active {
			position: relative;
			top: 1px;
		}
	ins {
		background-color: #dbffdf;
		color: green;
		text-decoration: none;
	}
	del {
		background-color: #ffbaba;
		color: red;
		text-decoration: line-through;
		opacity: 0.5;
	}
	strong {
		font-weight: 700;
		color: #000;
	}
	em {
		font-style: italic;
	}
/*	@end */

#wrapper {
	padding: 50px 0 50px 100px;
}


h1 a {
	background-color: transparent;
	background-image: url('images/logotype.png');
	width: 100px;
	height: 86px;
	display: block;
	text-indent: -9999px;
	float: left;
}
h1 span {
	padding: 30px 0 0 25px;
	font-size: 30px;
	font-weight: 300;
	color: #999;
	float: left;
}

#content {
	padding: 50px 0 0 0;
	clear: both;
	width: 500px;
	float: left;
}

#ad {
	clear: both;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 0 25px 0;
	padding: 0 0 25px 16px;
}

article {
	clear: both;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}

.entry-content h3 {
	font-family: 'Georgia', sans-serif;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 10px;
	clear: both;
}

.entry-content p {
	padding-bottom: 10px;
}

.entry-content p:first-child {
	font-family: 'Georgia', 'Times New Roman', sans-serif;
	font-size: 17px;
	color: #222;
	padding-top: 7px;
}

.entry-content p.iconapp {
	float: right;
}
.entry-content p.image {
	float: left;
}

.entry-content ul {
	padding-left: 25px;
	padding-bottom: 10px;
}
.entry-content ul li {
	list-style: square;
}

.entry-title, .page-title {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #000;
}
.entry-utility {
	padding: 10px 0 0 0;
	font-size: 12px;
}

	/*	@group 4.3 Layout: Slider
		------------------------------*/
		#slider {
			padding-top: 10px;
		}
		#slider ul, #slider li {
			margin: 0;
			padding: 0;
			list-style: none;
			}
		#slider, #slider li {
			text-align: center;
			width: 500px;
			overflow: hidden; 
		}
		span#prevBtn {
			font-size: 10px;
			text-transform: uppercase;
			text-align: right;
			float: left;
			width: 250px;
		}
			span#prevBtn a {
				color: #999;
			}
				span#prevBtn a:hover {
					color: #005200;
				}
		span#nextBtn {
			font-size: 10px;
			text-transform: uppercase;
			float: right;
			width: 240px;
		}
			span#nextBtn a {
				color: #999;
			}
				span#nextBtn a:hover {
					color: #005200;
				}
	/*	@end */

h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.commentlist .avatar {
	width: 40px;
	height: 40px;
	border: 3px solid #000;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */

			input[type=submit] {
				float: right;
				width: 100px;
				background: #a9014b url('images/submit-overlay.png') repeat-x;
				display: inline-block;
				color: #fff;
				text-decoration: none;
				font-weight: bold;
				line-height: 1;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
				text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
				border: 0 solid #fff;
				border-bottom: 1px solid rgba(0,0,0,0.25);
				position: relative;
				cursor: pointer;
				font-size: 17px;
				padding: 10px 20px;				
			}
				input[type=submit]:hover {
					background-color: #630030;
					color: #fff;
				}
				input[type=submit]:active { top: 1px; }
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




#sidebar {
	margin: 50px 0 0 25px;
	padding: 0 0 0 20px;
	float: left;
	width: 250px;
	font-size: 13px;
	border-left: 1px solid #e5e5e5;
}


nav li {
	padding-bottom: 3px;
}
	nav li.current {
		font-weight: 700;
	}
	nav li.current a {
		border-bottom: 1px solid #f5f5f5;
	}
	nav li.current a:hover {
		color: #000;
		border-bottom: 1px solid #999;
	}

/*	@group 4.5 Layout: Footer
	----------------------------------------*/
	footer {
		padding: 50px 0 0 0;
		clear: both;
		font-family: 'Georgia', sans-serif;
		font-size: 11px;
		line-height: 13px;
	}
		footer a.twitter {
			padding-bottom: 0;
			background-color: #aaddff;
			color: #002233;
		}
			footer a.twitter:hover {
				background-color: #00131e;
				color: #337799;
				text-shadow: #000 1px 1px 0;
			}
/*	@end */

#dribbble {
    width: 273px;
}
#dribbble li {
    display: inline;
    margin-right: 5px;
}
#dribbble img {
    border: 3px solid #f5f5f5;
    border-radius: 4px;
    width: 80px;
    height: 60px;
    -webkit-transition: border .25s linear;
}
#dribbble img:hover {
    border: 3px solid #000;
}
#dribbble h3 {
    font-size: 17px;
    font-weight: 700;
    background: url('http://karolkrakowiak.com/assets/icons/dribbble.png') no-repeat;
    padding-left: 36px;
    padding-top: 4px;
    height: 32px;
}​

ul#elsewhere {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

ul#elsewhere li {
    float: left;
    margin-right: 5px;
}
ul#elsewhere li.text {
	padding-top: 5px;
	font-weight: 700;
}
ul#elsewhere li a {
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    -webkit-transition: top .2s linear;
    top: 0;
}
ul#elsewhere li a.dribbble {
    background: url(http://karolkrakowiak.com/assets/icons/dribbble.png) no-repeat;
}
ul#elsewhere li a.gowalla {
    background: url(http://karolkrakowiak.com/assets/icons/gowalla.png) no-repeat;
}
ul#elsewhere li a.twitter {
    background: url(http://karolkrakowiak.com/assets/icons/twitter.png) no-repeat;
}
ul#elsewhere li a.flickr {
    background: url(http://karolkrakowiak.com/assets/icons/flickr.png) no-repeat;
}
ul#elsewhere li a.forrst {
    background: url(http://karolkrakowiak.com/assets/icons/forrst.png) no-repeat;
}
ul#elsewhere li a.facebook {
    background: url(http://karolkrakowiak.com/assets/icons/facebook.png) no-repeat;
}
ul#elsewhere li a.linkedin {
    background: url(http://karolkrakowiak.com/assets/icons/linkedin.png) no-repeat;
}
ul#elsewhere li a.lastfm {
    background: url(http://karolkrakowiak.com/assets/icons/lastfm.png) no-repeat;
}
ul#elsewhere li a:hover {
    position: relative;
    top: -5px;
}
ul#elsewhere li a:active {
    position: relative;
    top: -4px;
}