/*  
Theme Name: CoZaTyp
Theme URI: CoZaTyp
Description: CoZaTyp blog design
Version: 1.0
Author:  Wookash
Author URI: http://www.wookash.waw.pl
*/

body { 
  background: url(images/back.jpg) repeat-x top left;
  background-color: white;
  font-family: 'Trebuchet MS';
}

/* TOP */

#top {
  width: 850px;
  margin: 10px auto -10px auto; /*margin: -10px auto; dla normalnej wersji*/
}

#logo {
  background: url(images/logo_wk.png) no-repeat top left;
  width: 115px;
  height: 108px;
  float: left;
  margin: 30px 0 0 25px;
}

/*#logo-fx {
  background-image:url('images/czapka.png');
  width:165px;
  height:89px;
  position:relative;
  top:-24px;
}*/

#top h1 {
  float: left;
  margin: 42px 0 0 35px;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -5px;
}

#top h1 a {
  text-decoration: none;
  color: black;
}

#top p {
  float: right;
  font-size: 10pt;
  margin: 75px 150px 0 0;
}

#top p a {
  text-decoration: none;
  color: black;
}

/* MENU */

#menu {
  margin: 0; padding: 0;
  float: left;
  width: 100%;
  height: 45px;
  background-color: black;
  margin-top: 20px;
}

#menu ul {
  width: 670px;
  margin: 12px auto;
}

#menu li {
  display: inline;
  margin-right: 60px;
}

#menu li:hover {
  background-color: white;
  padding: 12px 30px 12px 30px;
  margin: 0 30px 0 -30px; 
}

#menu a {
  color: white;
  font-size: 10.5pt;
  letter-spacing: 0.1mm;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 30px 12px 30px;
  margin: -13px -30px -12px -30px;
}

#menu a:hover {
  color: black;
}

/* Content */

#content {
  clear: both;
  width: 850px;
  margin: auto;
}

/* Main */

#main {
  float: left;
  width: 520px;
  margin-top: 30px;
}

#main h2 {
  margin: 0 0 50px 40px;
  font-size: 11pt;
  color: black;
}

.text {
  width: 520px;
  margin-bottom: 120px;
}

.text span {
  color: #8c8c8c;
  font-size: 8pt;
}

.text h3 {
  margin: 5px 0 5px 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.text h3 a {
  font-size: 12pt;
  color: #3d3f4d;
  text-decoration: none;
}

.text h3 a:hover {
  color: black;
}

.text p {
  text-align: justify;
  font-size: 9pt;
  line-height: 15pt;
  margin: 10px 0 20px 0;
  color: #333333;
}

.text ul {
  margin: 15px 0 15px 40px;
  list-style-type: circle;
}

.text ol {
  margin: 15px 0 15px 40px;
}

.text li {
  margin-bottom: 6px;
  font-size: 9pt;
  color: #333333;
}

.text a {
  text-decoration: underline;
  font-size: 9pt;
  color: #363c40;
}

.text a:hover {
  color: black;
  text-decoration: none;
}

/* Post additional info */

#additional ul {
  margin-top: 0;
  float: right;
}

#additional  li {
  list-style: none;
  display: inline;
  margin-left: 20px;
  background-color: #4d4d4d;
  padding: 5px 0 4px 0;
}

#additional  li:hover {
  background-color: white;
}

#additional  li a {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 5px 25px 6px 25px;
  height: 30px;
}

#additional  li a:hover {
  color: #4d4d4d;
}

/* PREV/NEXT */

#button {
  margin-top: -80px;
}

#next {
  float: right;
  height: 27px;
  padding: 4px 0 2px 0;
  background-color: #4d4d4d;
}

#next a, #prev a {
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 8px 25px 4px 25px;

  text-decoration: none;
}

#prev {
  float: left;
  height: 27px;
  padding: 4px 0 2px 0;
  background-color: #4d4d4d;
}

#next span {
  color: white;
  font-weight: 400;
  font-size: 11pt;  
  position: relative; right: 15px;
}

#prev span {
  color: white;
  font-weight: 400;
  font-size: 11pt;  
  position: relative; left: 15px;
}

.next {
  float: right;
  color: black;
  font-weight: 400;
  font-size: 11pt;  
}

.next a, .prev a {
  font-size: 9pt;
  font-weight: 600;
  text-decoration: none;
  color: black;

  text-decoration: none;
}

.next a {
  margin-right: 10px;
}

.prev a {
  margin-left: 10px;
}

.prev {
  float: left;
  color: black;
  font-weight: 400;
  font-size: 11pt;  
}

/* Side */

#side {
  float: right;
  width: 280px;
}

.border {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 30px 0 35px 0;
}

.box {
  background-color: #f4f4f4;
  width: 280px;
  height: auto;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.box h4, .other h4 {
  float: right;
  margin: 10px 20px 15px 0;
}

.box h4 a, .other h4 a {
  font-size: 8pt;
  font-weight: 600; 
  color: #8c8c8c;
  text-decoration: none;  
}

.box h4 a:hover, .other h4 a:hover {
  color: #4c4e59;
}

.other h4 {
	margin-top: -10px;
}

.box h3, .other h3, #side ul h2 {
  margin: 25px 0 -5px 40px;
  font-size: 11pt;
}

.box h3 a, .other h3  a{
  text-decoration: none;
  color: #4c4e59;
}

.box h3 a:hover, .other h3  a:hover{
  color: black;
}

.box span, .other span {
  font-size: 7.5pt;
  color:#8c8c8c;
  margin-left: 40px;
}

.box div a, .other div a {
  text-decoration: none;
  font-size: 9pt;
  color: #363c40;
}

.box div a:hover, .other div a:hover {
  color: black;
  text-decoration: underline;
}

.box div p, .other div p {
  width: 240px;
  margin: 10px auto 10px auto;
  font-size: 9pt;
  text-align: justify;
  line-height: 14pt;
  color: #363c40;
}

.box h5, .other h5 {
  text-align: right;
  margin: 10px 20px 8px 0;
}

.box h5 a, .other h5 a {
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
  color: #363c40;
}

.box h5 a:hover, .other h5 a:hover {
  color: #4c4e59;
}

.other {
  width: 280px;
  height: auto;
}

/*--------------------for your text--------------------*/
	 
.info {
float: right;
margin-top: -15px;
height: 15px;
}

.info a {
text-decoration: none;
font-size: 7pt;
text-align: right;
margin-right: 40px;
color: gray;
}

.info a:hover{
color: #4781b3;
}


#title h3,h2, #title a {
	text-decoration: none;
	color: black;
	margin-left: 25px;
	position: relative; top: 7px;
	font-size: 14pt;
	color: #4781b3;
}

#title a:hover {
color: #38658c;
}

/* Comment-add */

#comment-add p {
  font-size: 10pt;
  font-weight: bold;
  color: #4d4d4d;
}

#comment-add small {
  font-weight: 500;
}

#comment-add input {
  outline: 1px solid #5c5f66;
  border: 2px solid white;
  background-color: #f7f7f7;
  
  width: 180px;
  height: 20px;
  margin: 5px 0 8px 30px;
  
  font-size: 9pt;
  color: black;
  padding: 4px 6px 0px 6px;
}

#comment-add input:focus, input:active, input:hover {
  background-color: white;
}

#comment-add textarea {
  outline: 1px solid #5c5f66;
  border: 2px solid white;
  background-color: #fafafa;
  
  width: 500px;
  height: auto;
  min-height: 100px;
  margin: 10px 0;
  
  font-family: 'Trebuchet MS';
  font-size: 9pt;
  color: black;
  padding: 6px 6px 6px 6px;
}

#send input {
  margin-left: 0;
  height: 30px;
  padding-bottom: 5px;
  font-weight: bold;
}

#comment-add textarea:focus, textarea:active {
  background-color: white;
}

#comment-add h3 {
  margin: 50px 0 20px 20px;
  
  text-transform: uppercase;
  font-size: 12pt;
  font-weight: bold;
  color: #454545;
}

/* Comments */

#comments h3 {
  margin: 110px 0 30px 0;

  text-transform: uppercase;
  font-size: 12pt;
  font-weight: bold;
  color: #454545;
}

.comment h4, .bcomment h4 {
  margin: 10px 0 0 40px;
  font-size: 9.5pt;
  font-weight: bold;
  color: #535353;
  text-decoration: none;
}

.acomment h4, .acomment-w h4  {
  margin: 10px 0 0 60px;
  font-size: 11pt;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.comment h4 a, .bcomment h4 a, .acomment h4 a, .acomment-w h4 a {
  color: #535353;
  text-decoration: none;
}

.comment h4 a:hover, .bcomment h4 a:hover, .acomment h4 a:hover, .acomment-w h4 a:hover {
  color: black;
}

.comment span, .bcomment span, .acomment span, .acomment-w span {
  margin: -20px 20px 0 0;
  float: right;
  font-size: 7.5pt;
  color: #8c8c8c;
}

.comment p, .bcomment p, .acomment p, .acomment-w p {
  text-align: justify;
  line-height: 15pt;
  font-size: 8pt;
  color: #41454d;
  margin: 10px 40px 10px 25px;  
}

.comment p a, .bcomment p a, .acomment p a, .acomment-w p a {
  text-decoration: none;
  color: #2e3033;
  font-weight: bold;
}

.comment p a:hover, .bcomment p a:hover, .acomment p a:hover, .acomment-w p a:hover {
  text-decoration: none;
  color: #2e3033;
  font-weight: 500;
}

.bcomment {
  margin: 30px 0 15px 0;
  background-color: #f7f7f7;
  border-top: 3px solid #e6e6e6;
  padding: 15px 0 5px 0;
}

.acomment {
  background: url(images/cmtbg_w.png) repeat-x top left;
  margin: 30px 0 15px 0;
  background-color: #f0f0f0;
  padding: 15px 0 5px 0;
  border-bottom: 3px solid #e6e6e6;
}

.acomment-w {
  background: url(images/cmtbg.png) repeat-x top left;
  background-color: white;
  padding: 15px 0 5px 0;
  border-top: 3px solid #e6e6e6;
}

/* Side */

#side ul h2 {
  margin: 25px 0 -5px 20px;
  font-size: 11pt;
  color: #4c4e59;
}

#side li {
   font-size: 9pt;
}

#side ul {
  margin: -15px 0 10px 20px;
}

#side li ul {
  margin-top: 20px;
}

#side li li {
  list-style: circle;
  margin-bottom: 2px;
}

#side li li a {
  text-decoration: none;
  font-size: 9pt;
  color: #363c40;
}

#side li li a:hover {
  color: black;
}

/* Other */

blockquote {
  margin: 15px 20px;
  border-left: 5px solid #e6e6e6;  
  padding: 0 15px;
  font-size: 8px;
}

h6 {
  margin: 5px 0; padding: 5px 0;
  text-align: justify;
  color: black;
  font-size: 7pt;
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2em;
  width: 470px;
  color: #646464;
}

object {
  margin: 20px auto;
}

adress {
  text-indent: 20px;
}

/* Search */

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }

	 
/* Footer */

 
#footer {
clear: both;
width: 900px;
margin: auto;
font-size: 8pt;
color: silver;
text-align: center;
margin-bottom: 10px;
padding-top: 15px;
}	 

#footer a {
color: gray;
text-decoration: none;
font-weight: 600;
}

/* Images in posts */

.aligncenter,
div.aligncenter {
	display: block;
	margin: 20px auto;
}

.alignleft,
div.alignleft {
	display: inline;
	float: left;
	margin: 20px 0 20px 50px;
}

.alignright,
div.alignright {
	display: inline;
	float: right;
	margin: 20px 50px 20px 0;
}
 
.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 {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	line-height: 17px;
	padding: 6px 0 4px 5px;
	margin: 0;
}


/* Additional */

img {border:0}

* {outline: 0; border: 0; margin: 0; padding: 0;}