/*
Theme Name: Piotr Sajnog
Theme URI: http://keepthismoment.com/portfolio/
Description: Theme for www.piotrsajnog.pl
Author: Michal Bajur
Author URI: http://keepthismoment.com/portfolio/
*/


/*---Global options---*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/*---Form fields---*/
input { border: 1px solid #CCC }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
}

body {
	background-color: #222;
    background-image: url(images/biala-tapeta.jpg);
	background-repeat: repeat-x,y;
	background-position: left top;
}

/*---2 columns layout---*/

#header {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#mainbody {
	background-color: #F6F6F6;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

.post {
	float: left;
	width: 630px;
	margin-right: 10px;
	margin-left: 20px;
}

#posts {
	display: inline;
	float: left;
	width: 660px;
}

#comments {
	float: left;
	width: 630px;
	margin-right: 10px;
	margin-left: 20px;
}

#comment-rules {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #444;
	display: block;
	border: 1px solid #444;
	padding: 10px;
}

#sidebar {
	display: inline;
	float: left;
        width: 330px;
        padding-top: 20px;
}

#footer {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #111;
}

/*---Links---*/

#social a:link {
	color: #444;
	text-decoration: none;
}

#social a:visited {
	text-decoration: none;
	color: #444;
}

#social a:hover {
	text-decoration: none;
	color: #CC0066;
}

#social a:active {
	text-decoration: none;
	color: #CC0066;
}

#blog-info a:link {
	color: #999999;
	text-decoration: none;
}

#blog-info a:visited {
	text-decoration: none;
	color: #999999;
}

#blog-info a:hover {
	text-decoration: none;
	color: #0099FF;
}

#blog-info a:active {
	text-decoration: none;
	color: #0099FF;
}

h2 a:link {
	color: #444;
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #444;
}
h2 a:hover {
	text-decoration: none;
	color: #0099FF;
}
h2 a:active {
	text-decoration: none;
	color: #0099FF;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: underline;
	color: #0099FF;
}

p a:link {
	color: #0099FF;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #0099FF;
}
p a:hover {
	text-decoration: underline;
	color: #0099FF;
}
p a:active {
	text-decoration: underline;
	color: #0099FF;
}

#sidebar p a:link {
	color: #0099FF;
	text-decoration: none;
}
#sidebar p a:visited {
	text-decoration: none;
	color: #0099FF;
}
#sidebar p a:hover {
	text-decoration: underline;
	color: #0099FF;
}
#sidebar p a:active {
	text-decoration: underline;
	color: #0099FF;
}

/*---Headings---*/

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}
h1 {
	font-size: 48px;
}

h2 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
        text-shadow: #CCC 1px 1px 1px;
	margin-top: 10px;
}
h2.archive {
	font-size: 36px;
        text-shadow: #CCC 1px 1px 1px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 20px;
}

h3 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
        font-size: 26px;
        color: #444;
        margin-top: 20px;
}
h3.sidebar-widget {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 26px;
        color: #444;
	text-shadow: #CCC 1px 1px 1px;
        float: left;
	width: 300px;
	margin-right: 20px;
	margin-left: 10px;
	line-height: 150%;
        border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3.footer-widget {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
        font-size: 26px;
	color: #999;
        float: left;
	width: 300px;
	margin-right: 20px;
	margin-left: 10px;
	line-height: 150%;
	margin-bottom: 5px;
	margin-top: 10px;
}

h4 {
	font-family: Georgia, Times New Roman, Times, serif;
        font-size: 21px;
        margin-top: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/*---Paragraphs---*/

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	color: #444;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #444;
	text-align: justify;
	margin-top: 10px;
        margin-bottom: 10px;
}

p.post-data {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	color: #999;
	text-align: left;
}

p.read-more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	color: #999;
	text-align: left;
	font-weight: bold;
}

p.more-posts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #999;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
}

p.post-footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #888;
  text-align: left;
  margin-left: 20px;
}

blockquote {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 150%;
	background-color: #F6F6F5;
	width: 530px;
	padding-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444;
	text-align: justify;
	font-style: italic;
}

code {
	font-family: "Consolas", "Courier New", Courier, monospace;
	text-align: left;
}

/*---Layout elements---*/

/*---Header elements---*/

#logo {
	display: inline;
	float: left;
	height: 100px;
	width: 660px;
        background-color: #333;
}
#rss {
	display: inline;
	float: left;
	height: 100px;
	width: 330px;
        background-color: #333;
}

#top-bar {
	background-color: #000;
	clear: both;
	float: left;
	height: 42px;
	width: 990px;
}

#top-banner {
	display: inline;
	float: left;
	height: 300px;
	width: 660px;
	background-color: #FFF;
    background-image: url(images/banner-background.jpg);
	background-repeat: repeat-x,y;
	background-position: left top;
}

#slideshow {
	background-color: #333333;
	padding: 0px;
	height: 240px;
	width: 600px;
	border: 10px solid #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#social {
	display: inline;
       	float: left;
	height: 300px;
	width: 330px;
	background-color: #FFF;
	background-image: url(images/banner-background.jpg);
	background-repeat: repeat-x,y;
	background-position: left top;
}

#search {
	margin:8px 0 0 0;
	width: 325px;
	float: right;
}

/*---Sidebar elements---*/

#sidebar-widget {
	width: 300px;
	margin-right: 20px;
	margin-left: 10px;
}

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

#footer-top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: EEE;
	height: 5px;
	width: 990px;
}

.footer-widget {
	display: block;
	float: left;
	width: 330px;
}

#blog-info {
	color: #666666;
	background-color: #000;
	clear: both;
	float: left;
	width: 990px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
}

#copyrights {
	text-align: left;
	display: inline;
	float: left;
	width: 475px;
	padding-left: 20px;
}

#template-info {
	text-align: center;
	clear: both;
	float: left;
	width: 990px;
	padding-top: 10px;
	padding-bottom: 20px;
}

/*---Menus---*/

/*---Top---*/

ul#top-menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
	list-style: none;
        float: left;
        width: 660px;
	margin: 0;
	padding: 0;
}

ul#top-menu li {
        float: left;
        margin: 0; padding: 0;
}

ul#top-menu li a {
        float: left;
        display: block;
	height: 40px;
        padding: 10px;
        color: #FFFFFF;
        text-decoration: none;
}

ul#top-menu li a:hover {
	background-image: url(images/top-menu-background-a-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*---Sidebar---*/

#sidebar ul {
	margin-left: 10px;
	margin-right: 20px;
	width: 300px;
}

#sidebar ul li {
	color: #444;
        list-style: none;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

#sidebar ul li a {
        text-decoration: none;
	color: #999;
}

#sidebar ul li a:hover {
	color: #0099FF;
}

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

ul#footer-menu {
    list-style: none;
    float: left;
    width: 345px;
    margin-left: 150px;
    padding: 0;
}

ul#footer-menu li {
    float: left;
    margin: 0; padding: 0;
}

ul#footer-menu li a {
	float: left;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}

ul#footer-menu li a:hover {
	color: #0099FF;
}

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

ul#footer-widget-menu {
	margin-left: 10px;
	margin-right: 20px;
	width: 300px;
	margin-bottom: 20px;
}

ul#footer-widget-menu li {
	list-style: none;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}

ul#footer-widget-menu li a {
	text-decoration: none;
	color: #666;
}

ul#footer-widget-menu li a:hover {
	color: #0099FF;
}

/*---Comments---*/

#commentform input, textarea {
    border: 1px solid;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { padding:1em;}
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font:bold 14px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:3px solid #dcdcdc; float:left; margin:0em 1em 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:10px; text-transform: uppercase; font-family: tahoma; font-weight: bold;}
ol.commentlist li div.comment-meta a { color:#a7a7a7; }
ol.commentlist li p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #444444;
	margin:1em 0em 0em 0em;
	line-height: 150%;
}
ol.commentlist li ul { font-size:12px; list-style:square; margin:1em 0em 0em 0em; line-height: 150%; }
ol.commentlist li div.reply { font-size:11px; margin:1em 0em 0em 0em; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #707070; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #6a6a6a; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #969696; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f9f9f9; }
ol.commentlist li.parent { border-left:5px solid #464646; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em;}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/*---DODAJ DO---*/

p.post-footer a:link {
  color: #888;
  text-decoration: none;
}
p.post-footer a:visited {
  text-decoration: none;
  color: #888;
}
p.post-footer a:hover {
  text-decoration: underline;
  color: #0099FF;
}
p.post-footer a:active {
  text-decoration: underline;
  color: #0099FF;
}

/*---BUTTONS---*/

#search input.text {
	padding:4px 0 4px 5px;
	height: 16px;
}

.button {
	margin: 0;
	padding: 3px;
	background: url(images/button_out.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma;
	cursor: pointer;
        border: 0;
}

/*---Alignment---*/

.alignleft { float: left }
.alignright { float: right }
.aligncenter { margin: auto }

.entry ul, ol {
	margin: 0 0 20px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.entry ul, ol li {
   line-height: 150%;
   font-size: 16px;
}

/*---Related Posts---*/

#related-posts {
   padding-left: 20px;
   margin-bottom: 20px;
   font-family: Georgia, "Times New Roman", Times, serif;
}

#related-posts ul {
   font-size: 16px;
   line-height: 150%;
   padding-left: 30px;
}

#related-posts li {
   line-height: 150%;
}


/*---Captions of images---*/

.wp-caption {
  -moz-border-radius:3px;
  background-color:#F3F3F3;
  border:1px solid #DDDDDD;
  padding-top:4px;
  text-align:center;
  }  
  
.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:4px 5px;
  }

#sidebar-widget {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}

/*---Pages Navigation WP Page Navi plugin---*/
.navigation {
  margin-top: 20px;
  margin-left: 120px;
  margin-bottom: 20px;
}

/*---SidePosts Widget Plugin---*/
#sidebar span.sideposts-title {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar span.sideposts_date {
	color: #444;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}


/*---Contact Form 7 Plugin---*/
.wpcf7-form input {
        padding-top: 5px;
        padding-bottom: 5px;
        width: 340px;
}

.wpcf7-form textarea {
        border-color: #CCC;
}

.wpcf7-form {
        margin-left: 120px;
}
