/*
Theme Name: Photoblog
Theme URI: http://kramarczuk.net
Description: Template for Photoblog
Author: Wojciech Kramarczuk 
Author URI: http://kramarczuk.net
*/

/* For All content */
body {
color: #FFFFFF; 
background: #000000;
/* Czcionka (kramar) */
font-family: Verdana,sans-serif; /* Type of Font */
font-size: 14px; /* Size of Font */
line-height: 24px; /* Line Height of Font */
margin:0 auto;
padding:0;
}

/* For Site Title content */
h1#site-title {
font-family: 'Verdana, Arial,sans-serif';
font-size: 45px;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: Verdana, serif;
	margin: 0 0 0px 0; /* 3rd (-30px) position is distance beetwen logo and menubar too (kramar) */
	color: #FFFFFF
}
h1{
	font-size:32px;
	font-family: 'Verdana, Arial,sans-serif';
}
h2{
	font-size:28px;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
	font-weight:bold;
}

/* Kolory linkow (kramar) */
a:link {color:#FF0000; text-decoration:none;}      /* unvisited link */
a:visited {color:#FF0000; text-decoration:none;}  /* visited link */
a:hover {color:#FF0000; text-decoration:none;}  /* mouse over link */
a:active {color:#FF0000; text-decoration:none;}  /* selected link */ 

/* whole window where are other windows saved */
#wrapper    {width: 1024px; margin: 0 auto; text-align: center; background: #000000; padding: 0;}

/* header window with logo */
#header h1 a {
	width: 400px;
	display: block;
	height: 100px;
	background: url(images/logo.jpg) no-repeat left;	
	background-size: 400px 100px;
	margin: 0;
	padding: 0;
	}
#header h1 a span { display: none; }

/* main window */
#main       {
width: 100%; 
padding: 0px; 
margin:0 auto;
margin-top: -30px; /* odstep miedzy header i glownym oknem (kramar)*/
float: left;}

/* footer */
#footer        {clear: both; height: 100px; padding: 20px; }

/* footer text id:colphon  --> Cala tresc w stopce wlacznie z czcionka*/
#colophon {
	clear: both;
	color: ###f9611f;
	font-size: 11px;
	text-align: center;
	width: 100%;
}


/* Poprawki do nextGen gallery --> centrowanie miniatur itp. (kramar) */
.ngg-galleryoverview {
text-align:center;
}

.ngg-gallery-thumbnail-box {
float:none !important;
display:inline-block;
}

.ngg-thumbnail img {
background-color:#[add hex number for your colour choice here];/*default is #ffffff */
border:1px solid #[add hex number for your colour choice here];/*default is #A9A9A9 */
margin:4px 0px 4px 5px;
padding:4px;
position:relative;
}

.ngg-albumoverview {
	text-align:center;  !important
	clear:both;
	display:block !important;
}

.ngg-album-compact { /*Centrowanie albumow (kramar)*/
display: inline-block;
float: none !important;
text-align: center;
}

.ngg-album {
/*height: 130px;*/
text-align:center;  !important
padding: 5px;
margin-bottom: 5px;
border: none !important; /*Obramowanie wylaczone (kramar)*/
overflow:hidden;
} 

/*slider with photos on the front side centered*/
.metaslider {
    margin: 0 0 0 0;
    float: center;
}

/*Newsletterarea*/
.newsletter-td-submit {
text-align:center;  !important
background: #000000; !important
}
/*Newsletterarea. Znalazlem w css na stronie ze byl inny kolor. Przekopiowalem i dalem na czarny. NIe wiem czy tylko ma na to wplyw*/
tbody tr:nth-child(2n) td, tbody tr.even td {
    background: none repeat scroll 0% 0% #000000;
}