/*
Theme Name: Nicky Papers
Theme URI: http://www.nickypapers.com/
Description: Nicky Papers WordPress Template
Version: 1.0
Author: Piotr Bieszk
Author URI: http://www.bieszk.com/
Tags: 960px fixed width, three columns, widgets
*/


/* Elements */

html {
	overflow-y: scroll !important;
}

body {
	color: #ddd;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background: #000;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* Body */

#wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
}

#canvas {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
}

#col-left {
	float: left;
	width: 440px;
	padding: 20px 0;
}

#col-middle {
	float: left;
	width: 170px;
	padding: 20px 0;
	text-align: center;
}

#col-right {
	float: right;
	width: 280px;
	padding: 20px 0;
}


/* Featured Posts */

#featured-posts {
	width: 960px;
	height: 290px;
	background: #000;
}

#featured-posts .featured-post {
	float: left;
	width: 160px;
}

#featured-posts .featured-post a img {
	border: 3px solid #fdfdfd;
	margin: 20px 15px 0 15px;
}
#featured-posts .featured-post a:hover img { border: 3px solid #fff; }

#featured-posts .featured-post h2 {
	font-size: 16px;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	line-height: 20px;
	padding: 10px 15px 0 15px;
}
#featured-posts .featured-post h2 a { color: #fdfdfd; }
#featured-posts .featured-post h2 a:hover { color: #fff; }

#featured-posts .featured-post p {
	font-size: 14px;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	padding: 6px 15px 6px 15px;
}
#featured-posts .featured-post p a { color: #aaa; }
#featured-posts .featured-post p a:hover { color: #aaa; }

#featured-posts #featured-banner {
	float: right;
	width: 300px;
	padding-top: 20px;
}


/* Header */

#header {
	width: 900px;
	height: 198px;
}

#header #logo {
	float: left;
	width: 300px;
	background: transparent url(images/logo.gif) left center no-repeat;
}

#header #logo a {
	width: 300px;
	height: 158px;
	display: block;
	text-indent: -9999px;
}

#header #header-banner {
	float: right;
	width: 468px;
	padding-top: 48px;
}


/* Navigation - Home Page */

#nav ul {
	clear: both; 
	width: 900px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	background: #757575;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#nav ul li#menu-item-9 a { width: 63px; background: transparent url(images/nav.gif) left top no-repeat; }
#nav ul li#menu-item-13 a { width: 110px; background: transparent url(images/nav.gif) -63px top no-repeat; }
#nav ul li#menu-item-14 a { width: 119px; background: transparent url(images/nav.gif) -173px top no-repeat; }
#nav ul li#menu-item-17 a { width: 89px; background: transparent url(images/nav.gif) -292px top no-repeat; }
#nav ul li#menu-item-16 a { width: 66px; background: transparent url(images/nav.gif) -381px top no-repeat; }
#nav ul li#menu-item-11 a { width: 126px; background: transparent url(images/nav.gif) -447px top no-repeat; }
#nav ul li#menu-item-15 a { width: 77px; background: transparent url(images/nav.gif) -573px top no-repeat; }
#nav ul li#menu-item-12 a { width: 96px; background: transparent url(images/nav.gif) -650px top no-repeat; }
#nav ul li#menu-item-4 a { width: 71px; background: transparent url(images/nav.gif) -746px top no-repeat; }
#nav ul li#menu-item-10 a { width: 83px; background: transparent url(images/nav.gif) -817px top no-repeat; }

#nav ul li#menu-item-9 a:hover, #nav ul li#menu-item-9.current-menu-item a { background-position: left bottom; }
#nav ul li#menu-item-13 a:hover, #nav ul li#menu-item-13.current-menu-item a { background-position: -63px bottom; }
#nav ul li#menu-item-14 a:hover, #nav ul li#menu-item-14.current-menu-item a { background-position: -173px bottom; }
#nav ul li#menu-item-17 a:hover, #nav ul li#menu-item-17.current-menu-item a { background-position: -292px bottom; }
#nav ul li#menu-item-16 a:hover, #nav ul li#menu-item-16.current-menu-item a { background-position: -381px bottom; }
#nav ul li#menu-item-11 a:hover, #nav ul li#menu-item-11.current-menu-item a { background-position: -447px bottom; }
#nav ul li#menu-item-15 a:hover, #nav ul li#menu-item-15.current-menu-item a { background-position: -573px bottom; }
#nav ul li#menu-item-12 a:hover, #nav ul li#menu-item-12.current-menu-item a { background-position: -650px bottom; }
#nav ul li#menu-item-4 a:hover, #nav ul li#menu-item-4.current-menu-item a { background-position: -746px bottom; }
#nav ul li#menu-item-10 a:hover, #nav ul li#menu-item-10.current-menu-item a { background-position: -817px bottom; }


/* Content */

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	padding: 12px 15px 6px 15px;
}

h1 {	font-size: 27px; line-height: 31px; padding: 18px 15px 12px 15px; }
h2 {	font-size: 24px; line-height: 28px; padding: 16px 15px 10px 15px; }
h3 {	font-size: 21px; line-height: 25px; padding: 14px 15px 10px 15px; }
h4 {	font-size: 18px; line-height: 22px; padding: 12px 15px 10px 15px; }
h5 {	font-size: 15px; line-height: 19px; padding: 10px 15px 10px 15px; }
h6 {	font-size: 12px; line-height: 16px; padding: 8px 15px 10px 15px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #000; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #000; }

hr {
	color: #f16459;
	background: #f16459;
	height: 1px;
}

p {
	margin: 0;
	padding: 2px 15px 16px 15px;
}

a {
	color: #d44544;
	text-decoration: none;
}

a:hover {
	color: #d44544;
	text-decoration: underline;
}

a:active, a:focus {
	outline: none;
}

small {
	color: #aaa;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

blockquote {
	background: #efefef;
	margin: 0 15px;
}

blockquote p {
	padding: 8px 10px 9px 10px;
}

ul {
	margin: 0;
	padding: 4px 15px 12px 35px;
	list-style-type: disc;
	list-style-image: none;
}

ul ul {
	padding: 10px 16px 0 40px;
	list-style-type: circle;
}

ol {
	margin: 0;
	padding: 4px 15px 12px 35px;
}

ol ol {
	padding: 10px 15px 0 20px;
}

li {
	padding: 0 0 6px 0;
}

dl {
	margin: 0;
	padding: 4px 15px 12px 25px;
}

dt {
	padding: 0 0 6px 0;
	font-weight: bold;
}

dd {
	padding: 0 0 9px 0;
	font-style: italic;
}

strong {
	color: #eee;
}

.home-photo {
	display: block;
	width: 400px;
	height: 150px;
	text-indent: -9999px;
	background: #111 left center no-repeat;
}

.breadcrumb {
	color: #aaa;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 4px 15px;
}

.post { 
	width: 430px;
	margin-bottom: 20px;
	background: #000;
}

.post h1 { color: #fff; padding-bottom: 3px; }
.post h1 a, .post h2 a, .post h3 a, .post h4 a, .post h5 a, .post h6 a { color: #fff; }
.post h1 a:hover, .post h2 a:hover, .post h3 a:hover, .post h4 a:hover, .post h5 a:hover, .post h6 a:hover { color: #fff; }

.post p small {
	color: #ddd;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0;
}

.entry {
	margin-top: 6px;
}

.post .read-more {
	color: #ddd;
	font-family: georgia, arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	padding: 12px 15px;
	background: #848484;
}
.post .read-more a { color: #fff; }
.post .read-more a:hover { color: #fff; }

.post .read-more .sociable {
	margin: 0;
}

.postmetadata {
	clear: both;
	font-size: 12px;
	margin: 5px 15px;
	padding: 12px 15px;
	background: #333;
}

.post .postmetadata small {
	color: #ddd;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-top: 0;
}

.navigation {
	display: block;
	font-size: 11px;
	text-align: center;
	margin: 10px 0 15px 0;
}

.navigation .wp-pagenavi a { 
	color: #848484;
	margin: 2px;
	padding: 3px 5px;
	border: 1px solid #999;
}

.navigation .wp-pagenavi a:hover { 
	color: #222;
	border: 1px solid #555;
	text-decoration: none;
}

.navigation .wp-pagenavi .pages { 
	color: #9a9a9a;
	margin: 2px;
	padding: 3px 5px;
	border: 0;
}

.navigation .wp-pagenavi .current { 
	color: #fff;
	margin: 2px;
	padding: 3px 5px;
	font-weight: normal;
	border: 1px solid #848484;
	background: #848484;
}


/* Comments */

.commentlist {
	color: #666;
	padding: 0;
	margin: 0 15px;
	text-align: justify;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}	
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
	
.children { padding: 0; }

.nocomments {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
}

#commentform {
	color: #666;
	margin: 5px 10px 0 0;
}
	
#commentform p {
	margin: 5px 0;
}

#commentform input {
	width: 170px;
	padding: 3px;
	color: #666;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}
	
#commentform textarea {
	width: 100%;
	padding: 3px;
	color: #666;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}
	
#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
	padding: 4px 2px;
	color: #666;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #eee;
	border: 1px solid #aaa;
}	


/* Search form */

#searchform {
	margin: 20px auto 5px auto;
	padding: 0;
	text-align: center;
}

#searchform #s {
	width: 150px;
	padding: 3px;
	color: #666;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#searchform #searchsubmit {
	padding: 2px;
	color: #666;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #eee;
	border: 1px solid #f16459;
}


/* Various Tags & Classes */

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

.thread-alt { background-color: #f8f8f8; }

.thread-even { background-color: white; }

.depth-1 { border: 1px solid #ddd; }

.even { border-left: 1px solid #ddd; }

cite { font-weight: bold; }


/* Right column styles */

#col-right #ebook {
	display: block;
	width: 280px;
	height: 780px;
	margin: 0 auto;
	text-indent: -9999px;
	text-align: center;
	background: url(images/ebook-placeholder.jpg) left top no-repeat;
}

#col-right #social {
	width: 280px;
	padding: 55px 0 20px 0;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(images/social.jpg) center center no-repeat;
}

#col-right #social #social-twitter {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	text-indent: -9999px;
}

#col-right #social #social-youtube {
	display: block;
	width: 200px;
	height: 70px;
	margin: 0 auto;
	text-indent: -9999px;
}



#col-right p {
	margin: 0;
	padding: 3px 0;
}

#col-right ul, #col-right ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#col-right ul li {
	margin-bottom: 10px;
}

#col-right ul ul {
	margin: 5px 15px 0 55px;
	list-style-type: square;
	list-style-image: none;
}

#col-right ul ol {
	margin: 5px 15px 0 40px;
}

#col-right ul ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

#col-right #searchform {
	margin: 20px 40px 5px 40px;
	padding: 0;
	text-align: left;
}

#col-right #searchform #s {
	width: 150px;
	padding: 3px;
	color: #666;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #aaa;
}

#col-right #searchsubmit {
	padding: 2px;
	color: #666;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	background: #eee;
	border: 1px solid #f16459;
}


/* Forms */

form {
	margin: 0;
	padding: 2px 15px 16px 15px;
}

label {
	margin: 0;
	padding: 3px 0 0 0;
	line-height: 18px;
}

input, button {
	color: #555;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}

select {
	color: #555;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}

textarea {
	color: #555;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	margin: 0 0 10px 0;
	background: #fdfdfd;
	border: 1px solid #aaa;
}


/* Tables */

table {
	padding: 0;
	margin: 2px 15px 16px 15px;
	border: 0;
}

table caption {
	color: #444;
	background: #ddd;
	padding: 5px 8px;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

table thead tr th, table tr th {
	text-align: left;
	padding: 4px 8px;
	color: #777;
	background: #e7e7e7;
}

table tbody tr td, table tr td {
	padding: 3px 8px;
	color: #666;
	font-family: helvetica, 'Helvetica Neue', arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e7e7;
}

table tfoot tr td {
	color: #888;
	font-size: 11px;
	padding: 2px 8px;
}


/* Toolbox */

.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.cboth { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }


/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #555;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background: #000;
}

#footer a {
	color: #555;
	text-decoration: none;
	border-bottom: 0;
}

#footer a:hover {
	color: #aaa;
	text-decoration: none;
	border-bottom: 0;
}

#footer .footer-col {
	float: left;
	width: 175px;
}

ul {
	margin: 0;
	padding: 15px 15px 10px 30px;
	list-style-type: none;
	list-style-image: none;
}

li {
	margin: 0;
	padding: 0 0 6px 0;
}

#footer #footer-right {
	float: right;
	width: 300px;
}

#footer p {
	font-size: 10px;
	padding: 15px 15px 3px 15px;
}

