/*

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

*/

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

body { font: .9em Arial, Sans-Serif; background: #fff url(../images/bg.gif) repeat-x; color: #333; }
a { color: #6fb536; text-decoration: none; }
img { border: 0; }
h1 {  float: left; margin: 20px 0 50px; font-size: 3em; color: #fff; }
h2 { font-size: 1.9em; font-weight: normal; margin: 0 0 20px; }
p  { margin: 5px 0 15px; line-height: 1.6em; }
h3 { border-bottom: 1px solid #6fb536; }
#content { margin: 0 auto; width: 900px; }
#top { float: right; margin: 0px 0 30px 0;}
	#top li { list-style: none; display: inline; }
	#top li a { float: left; padding: 12px 12px; margin:1px 2px 0 0; color: #ccc; }
	/*#top li a.current { color: #fff; background: #34ccff; }
*/	#top li a:hover { background: #6fb536; color: #fff; }
#intro { clear: both; padding: 8px 0px 0px 8px; border: 1px solid #dedede; font-size: 1.4em; background: #eeeeef; margin: 0 0 14px; }
#left { float: left; width: 590px; margin: 0 0 15px; border-right: 1px solid #ccc; }
#right { float: right; width: 270px; }
#right h3 { border-bottom: 1px solid #ccc; margin: 0 0 10px; }
#right img { margin: 0 3px 3px 0; border: 2px solid #eee; padding: 2px; }
#right li { list-style: none; }
#right li a { display: block; border-bottom: 1px solid #ccc; padding: 5px 5px; }
#main { clear: both; padding: 15px 0 15px 20px; border: 1px solid #333; margin: 0 0 30px; }
#imgphoto { border: 1px solid #dedede; }
#footer { clear: both; padding: 15px 0; border-top: 1px solid #ccc; }
	#r { float: right; }

/* sNews */
fieldset { padding: 6px 4px; margin: 0 0 6px 0; color: #000; }
input { padding: 0px; }
textarea { width: 561px; height: 29em; padding: 3px; }
.comment { color: #000000; padding: 6px; margin: 0 0 6px 0; border-top: 1px solid #e7e7e7; }
.commentsbox { color: #000000; padding: 6px; margin: 0 0 6px 0; }
.date { border-top: 1px solid #000000; padding: 3px; margin: 3px 1px; }

.paginator { margin: 6px 0px 0px 0px; border: 0px; text-align: center; }

/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table {
		border-collapse:collapse;
		background:#eeeeef;
		font-size:0.8em;
		font-weight: normal;
		color: #000;
}

td, th {
		padding:7px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#6fb536;
		text-decoration:none;
}

table a:link {
	color: #6fb536;
}


table a:hover {
		border-bottom: 1px dashed #bbb;
}

div.tbimg img {border: 1px solid #2d2d2d;}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#2f2c25;
		color:#fff;
		text-align:left;
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #aea9c4;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

tbody.moreinfo {
		font-size:0.7em;
		font-weight: normal;

}

tbody tr.alt {
		background:#f4f4f4;
}

tbody tr.norm {
		background:#ebebeb;
}

tbody tr:hover {
		background:#f1f8cc;
}
