@charset "UTF-8";

* html #main {
	overflow:hidden;
	}

.post {
	margin-bottom:60px;
	float:left;
	clear:left;
	width:100%;
	}
	/*.post:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}*/
	.post h2 a {
	color:#666;
	}
	.post h2 a:hover {
	color:#000;
	}
	p.data {
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:0.9em;*/
	color:#808080;
	}
	p.data span {
	margin-right:10px;
	}
	.entry {
	margin:15px 0 0;
	font-size:1.1em;
	color:#666;
	}
	.entry p {
	margin-bottom:1.6em;
	line-height:1.6em;
	}
	.entry a {
	/*text-decoration:underline;*/
	background:url(../img/line_dashed.gif) repeat-x bottom;
	/*border-bottom:1px dashed #808080;*/
	}
	

.photoLine {
	/*background:#F00;*/
	display:block;
	
	margin-right:-20px;
	margin-bottom:24px;
	/*margin-bottom:1.6em;*/
	width:580px;
	float:left;
	}
	span.photo {
	background:url(../img/pola.gif) no-repeat;
	display:block;
	float:left;
	width:270px;
	height:328px;
	margin:0 20px 0 0;
	/*padding:0 15px;*/
	line-height:1.4em;
	font-size:0.9em;
	}
	.photoLine a {
	color:#b2b2b2;
	}
	.photoLine a:hover {
	color:#666;
	cursor: hand;
	}
	.photo img {
	display:block;
	margin:21px 15px 10px;
	width:240px;
	height:240px;
	}
	span.caption {
	display:block;
	margin:0 15px;
	}


#sidebar {
	width:180px;
	text-align:right;
	float:left;
	}
	#sidebar ul {
	margin-bottom:
	}
	#sidebar h3 {
	margin:40px 0 10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#666;
	}

ul.archiveList {
	/*text-align:right;*/
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:0.9em;*/
	line-height:1.4em;
	}

ul.latestList {
	line-height:1.4em;	
	}
	.latestList li {
	margin-bottom:1em;
	}

div.navigation {
	float:left;
	}
	.navigation div {
	float:left;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.prevLink a {
	/*background:url(../img/arrow_left.gif) no-repeat left center;
	padding-left:20px;*/
	background:url(../img/arrow_left.gif) no-repeat right center;
	padding-right:20px;
	}
	.nextLink a {
	background:url(../img/arrow_right.gif) no-repeat left center;
	padding-left:20px;
	}
