/*
Theme Name: Klin
Theme URI: http://jttphoto.com/
Description: This is WP skin made for my beloved sister
Author: Piotr Torzewski
Author URI: http://torzewski.info
Version: 0.1
*/

@import "menu.css";

body {
 padding     : 0px;
 margin      : 0px auto 0px auto;
 font-size   : 62.5%; /* Resets 1em to 10px */
 text-align  : center;
 font-family : 'Lucida Grande', Verdana, Arial, Sans-Serif;
 display     : block;
 position    : relative;
}

#page {
	background-color : white  ;
  width            : 1020px ;
	padding          : 0  ;
	margin           : 0 auto 0 auto;
}

#header {
	width  : 100%;
	height : 38px;
	background-color : #0;
}

#header h1{
 margin  : 0;
 padding : 0;
}

#content {
	width   : 100%;
	margin  : 0 auto;
	padding : 0;
}

#content p {
  width  : 80%;
  margin : 0 auto 0 auto;
}

#footer {
  width   : 100%;
  height  : 30px;
}

a,
h2 a:hover,
h3 a:hover {
	color           : #888888;
	text-decoration : none;
}

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

.clear {
	clear: both;
}

#footer p {
	margin     : 0;
	padding    : 0;
	text-align : center;
}

/* Begin Images */
p img {
	padding   : 0;
	max-width : 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


#content.album {
  float  : left         ;
  width  : 100%         ;
  margin : 2px auto 2px ;
  color  : #ccc         ;
  font   : 14px/1.4 arial,sans-serif;
}

#galleria{
  height  : 600px;
}

.galleria-container img {
  margin : 0 auto;
}
