html{color:#000;background:#333;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;font-size:13px;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:13px;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input[type=text],input[type=password],textarea{width:12.25em;}pre,code,kbd,samp,tt{font-family:monospace;line-height:13px;}legend{color:#000;}body{font:13px/16px arial,helvetica,clean,sans-serif;}h1{font-size:18px;}h2{font-size:16px;}h3{font-size:14px;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}


body {
	background:url(i/bg-body.jpg) repeat-x top center #333333;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	color:#222222;
}

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

p {
	margin-bottom:1em;
	color:#333333;
}

a {
	text-decoration:none;
	color:#FF3300;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
a:active,a:focus {
	outline:none;
}

#header {
	position:relative;
}
#header h1 {
	margin-top:0px;
	position:absolute;
	color:#FFFFFF;
}
#menu ul {
	margin:0px;
}
	
h2 {
	margin:15px 20px;
	font-size:15px;
	color:#999;
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:790px;
	background:#ffffff;
	font-size:1.20em;
}
#header {
	height:140px;
	background:url(i/bg-header.jpg) no-repeat;
}
#menu {
	height:35px;
	line-height:35px;
	background:url(i/bg-menu.png) repeat-x;
	padding:0 10px;
}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
}
#content {
	width:790px;
	padding:0px 0px 20px;
	margin-top:20px;
	min-height:400px;
}

#footer {
	clear:both;
	height:70px;
	background-color:#333;
	padding-top:10px;
}

#footer p {
	color:#ccc;
	margin:0px;
	padding:10px 7px 0px;
}

/* Menu */

#menu ul li {
	list-style-type:none;
}
#menu li {
	float:left;}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
}
#menu li.current a {
	text-decoration:underline;
}
#menu li a:hover {
	background:url(i/bg-menu-hover.png) no-repeat center center;
}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
}
#sidebar li {}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
}
#sidebar-bottom {
	height:20px;
	background:url(i/bg-sidebar-bottom.gif) no-repeat top center;
}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(i/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("i/button-feed.png") 0 0 no-repeat;
    text-decoration: none;}
a:hover.feed-button {
	background-position:0 -25px;}

/* Extra's */

#content p {
	margin:15px 20px;
}

.templateRow {
	border:1px solid #BBBBBB;
	float:left;
	height:160px;
	margin:10px 0 0 10px;
	padding:10px;
	position:relative;
	width:98px;
}

.templateRow img.thumb {
	border:1px solid #BEBEB5;
	clear:both;
	height:120px;
	left:8px;
	position:absolute;
	top:25px;
	width:100px;
	z-index:20;
}

body .templateRow img.hoveredSmall, body .templateRow img.hoveredLarge {
	border:1px solid #333;
	z-index:99;
}

body .templateRow img.hoveredSmall {
	width:300px;
	height:220px;
	left:-137px;
	top:-73px;
}
body .templateRow img.hoveredLarge {
	width:400px;
	height:400px;
	top:-255px;
	left:-278px;
}
.templateRow div {
	/*float:left;
	width:440px;
	padding:0px 10px 0px 0px;
	margin-left:15px;
	position:relative;*/
}
.templateRow div span {
	display:block;
}

.templateRow .tags {
	font-size:12px;
	position:relative;
	top:-3px;
}
.templateRow .tags strong {
	padding-right:10px;
}


.templateRow a.previewLink {
	background-color:#FEFEFE;
	border:1px solid #777;
	bottom:6px;
	color:#444;
	font-size:13px;
	left:8px;
	padding:2px 8px;
	position:absolute;
	text-align:center;
	width:58px;
}
.templateRow a.previewLink:hover {
	background-color:#fff;
	border:1px solid #222;
	color:#000;
}
div.templateRow a.previewLink span {
	margin-bottom:0px;
}

.templateRow.rowOne {
	background-color:#eeeee5;/*#edf9e2;/*dfeef7 --#68D8F0*/
}
.templateRow.rowTwo {
	background-color:#eeeee5;/*#eee5ee #eaf6df;/*#CADB5B*/
}
.templateRow.rowThree {
	background-color:#eeeee5;/*#e8eeee #eaf6df;/*#CADB5B*/
}
div.pagination {
	clear:both;
	text-align:center;
	padding-top:20px;
}

span.downloadLinks {
	background:#fff url(i/disk_black.png) no-repeat 2px 2px;
	border:1px solid #777;
	bottom:6px;
	display:block;
	height:20px;
	left:88px;
	position:absolute;
	width:20px;
	z-index:30;
}
span.downloadLinks a {
	display:none;

	padding:5px;
	border:1px solid #777;
	text-indent:20px;
	font-size:13px;
	background:#fff url(i/disk_black.png) no-repeat 4px 4px;
	position:relative;
	top:-94px;
	/*	left:-76px;*/
	left:-50px;
	z-index:95;
	height:15px;
	line-height:15px;
	width:100px;
	margin-bottom:-1px;
}

.templateRow a.xhtml {
	margin-bottom:0px;
}
span.downloadLinks:hover {
	z-index:80;
}
span.downloadLinks:hover a {
	display:block;
}

div.templateRow h3 {
	position:absolute;
	top:5px;
	left:9px;
	margin:0px;
	color:#4a4a4a;
}



.templateRow a.downloadLink:hover {
	border-color:#333;
	background-color:#fff;
}
.templateRow a.downloadLink:hover span {
	color:#444;
}
.templateRow a.downloadLink span {
	color:#777;
	padding-left:22px;
	font-weight:bold;
}

div.pagination a, div.pagination strong {
	background-color:#FFFFFF;
	border:1px solid #222222;
	/*color:#444;*/
	font-size:13px;
	text-align:center;
	line-height:14px;
	padding:2px 4px;
	font-weight:bold;
}
div.pagination a {
	color:#999;
}

div.pagination a:hover {
	color:#222;
}
div.pagination a:hover, div.pagination strong:hover {
	border:1px solid #888;
}
div.pagination strong {
	color:#000;
}
