/*

	project: watchthis!
	author: luka cvrk (www.solucija.com)

*/



/* global reset */
*{ margin: 0; padding: 0; }*
:focus, :active { outline: 0; }

body { font: .9em Georgia, "Times New Roman", Sans-Serif; background: #fff; color: #333; }
a { color: #C40000; text-decoration: none; }
img { border: 0; }
h1 {  float: left; margin: 20px 0 30px; font-size: 4em; color: #fff; }
h2 { font-size: 2.4em; font-weight: normal; margin: 0 0 20px; }
h2 a:hover { background: #C40000; color: #fff; }
.hr { color: #ccc; }
p  { margin: 5px 0 15px; line-height: 1.6em; }
#content { margin: 0 auto; width: 900px; }
#top { float: right; margin: 38px 0 30px 0;}
	#top li { list-style: none; display: inline; }
	#top li a { float: left; padding: 6px 20px; margin: 3px 2px 0 0; color: #C40000; }
	#top li a.current { background: #000000; color: #fff; }
#intro {clear: both; padding: 15px 0 1px 20px; border: 1px solid #dedede; font-size: 1.3em; background: #eee; margin: 0 0 30px 0; }
#left { float: left; width: 500px; margin: 0 0 15px; }
#right { float: right; width: 330px; }
#right .sidebarH { border-bottom: 1px solid #ccc; margin: 0 0 10px; }
#right li { list-style: none; }
	#right li a { display: block; border-bottom: 1px solid #ccc; padding: 5px 5px; }
#footer { clear: both; padding: 15px 0; border-top: 1px solid #ccc; }
	#r { float: right; }
	
	.post { margin-bottom: 40px;}
	
	/* Begin Gallery */
	#gallery {
	width: 326px;
	float: left;
	padding: 0px 4px 25px 8px;
	line-height: .8em;
	}

	#gallery h3 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 2px 0;
	padding: 0;
	line-height: 1.1em;
	}

	.thumbnail {
	width:326px;
	height: 59px;
	margin:0 0 15px 0;
	padding: 0 12px 0 0;
	overflow: hidden;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: .8em;
	}
	
	.thumbnail p {
		line-height: 1.3em;
	}

	.thumbnail img {
	width: 102px;
	height: 56px;
	float: left;
	border: 1px solid #171717;
	margin: 0 8px 0 0;
	}

	.thumbnail a:hover img{
	border: 1px solid #C40000;
	}
	
	#gallery .more {
	font: 1em Georgia, "Times New Roman", Sans-Serif;
	float: right;
		margin: 0 0 2px 0;
		padding: 0;
		line-height: 1.1em;
	}
	
	#gallery a {
		text-decoration: none;
	}
	
	#gallery a.more:hover {
		text-decoration: underline;
	}
	
	.
	/* End Gallery */
	
	