/* Nepto.SK Blog */

a,
a:link,
a:visited
{
	font-family: "sans-serif", "Arial";
	color: #ffffff;
	font-size: 100%;
	text-decoration: underline;
}

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

td
{ 
	font-family: "sans-serif", "Arial";
	color: #ffffff;
	font-size: 100%;
	border: 0px;
}

.tooltip
{
	text-decoration: none;
	border-bottom:1px dotted;
}

div.blog
{
	font-family: "serif";
	font-size: 103%;
	line-height: 135%;
	width: 85%;
	text-align: justify;
}

div.blog a
{
	font-weight: bold;
}

div.blog img
{
/*	margin: 3px 3px 10px 20px; */
	margin: 0px;
	padding: 2px;
	border: solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 1px 1px 1px;
	background-color: black;
}

ul.polaroids li { display: inline; }

ul.polaroids a {
	background: #333;
	display: inline;
	float: right;
	margin: 0 0 15px 20px;
	width: auto;
	padding: 10px;
	text-align: center;
	font-family: sans-serif;
	text-decoration: none;
	color: #fff;
	/* font-size: 18px; */
	font-weight: bold;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-webkit-transform: rotate(-2deg) scale(1.00);
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transform: rotate(-2deg) scale(1.00);
}

ul.polaroids img {
	display: block;
	margin-bottom: 12px;
}

ul.polaroids a:after {
	content: attr(title);
}

ul.polaroids li:nth-child(even) a {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}

ul.polaroids li:nth-child(3n) a {
	-webkit-transform: none;
	position: relative;
	top: -5px;
	-moz-transform: none;
}

ul.polaroids li:nth-child(5n) a {
	-webkit-transform: rotate(5deg);
	position: relative;
	right: 5px;
	-moz-transform: rotate(5deg);
}

ul.polaroids li:nth-child(8n) a {
	position: relative;
	right: 5px;
	top: 8px;
}

ul.polaroids li:nth-child(11n) a {
	position: relative;
	left: -5px;
	top: 3px;
}

ul.polaroids li.messy a {
	margin-top: -375px;
	margin-left: 160px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}

ul.polaroids li a:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	position: relative;
	z-index: 5;
}
		

