/*
 * CSS Crush(ed) on 2012-02-20 22:47:49 +0100
 * http://github.com/peteboere/css-crush
 */
/* -- reset CSS -- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	}

ol,ul {
	list-style: none;
	}

blockquote,q {
	quotes: none;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* -- end reset CSS -- */

.cv table {
	background-color: #505050;
}

tr {
}

td {
	padding: 10px;
}

th {
	padding: 10px;
	background-color: #2B2B2B;
}

body {
	/* font-family: Arial,Helvetica,sans-serif; */
	font-family: Verdana;
	font-size: 14px;
	color: #AAA;
	/* background: url('../img/stripes.png') repeat-x; */
	background-color: #141414;
	min-width: 960px;
	}

h1 {
	font-size: 24pt;
	/* padding: 10px; */
	text-decoration: none;
	font-weight: normal;
	}

h2 {
	font-size: 20px;
	padding: 30px 10px 10px 0px;
	color: #999;
}
	
ul.menu {
	/* list-style-type: disc; */
	/* padding-left: 25px; */
	padding-top: 5px;
	/* padding-bottom: 5px; */
	border-bottom: 1px #AAA solid;
}

ul.regular_list {
    list-style: disc inside;
	margin-left: 20px;
}
	
a:link {
	text-decoration: none;
	color: #AAA;
	}

a:visited {
	text-decoration: none;
	color: #AAA;
	}

a:active {
	text-decoration: none;
	color: #AAA;
	}

a:hover {
	text-decoration: underline;
	color: #AAA;
	}

li.menu {
	padding: 5px 5px;
	/* margin: 0 -2px; */
	/* border-top: solid 1px black;*/
	/* border-bottom: solid 1px black;*/
	border: 1px solid #AAA;
	border-width: 1px 0 0;
	
	/*display: inline-block;*/
	font-size: 12pt;
	}

.mainmenu li:hover {
	background-color: #ADF;
	}

.outer {
	margin: 0 auto;
	/* width: 1200px; */
	text-align: center;
	}

.logocontainer {
	height: 85px;
	}

.stripedbackground {
	background: url('../img/stripes.png') repeat-x;
	height: 200px;
	}

.container {
	width: 100%;
	margin: 0 auto;
	background: transparent;
	}

.top-left {
	height: 100%;
	width: 100%;
	background: url('../img/tl.png') no-repeat top left;
	}

.top-center {
	width: auto;
	height: 33px;
	background-image: url('../img/tc.png');
	margin-left: 33px;
	margin-right: 33px;
	}

.top-right {
	height: 100%;
	width: 100%;
	background: url('../img/tr.png') no-repeat top right;
	}

.bottom-left {
	width: 100%;
	height: 100%;
	background: url('../img/bl.png') no-repeat bottom left;
	}

.bottom-center {
	width: auto;
	height: 150px;
	background-image: url('../img/bc.png');
	margin-left: 150px;
	margin-right: 150px;
	}

.bottom-right {
	width: 100%;
	height: 100%;
	background: url('../img/br.png') no-repeat bottom right;
	}

.left {
	background: url('../img/l.png') repeat-y left;
	}

.right {
	background: url('../img/r.png') repeat-y right;
	}

.center {
	background-color: #FFF;
	margin-left: 150px;
	margin-right: 150px;
	}

.container p {
	padding: 10px;
	}

.card, .widecard {
	border: solid 0px black;
	text-align: left;
	width: 444px;
	height: 200px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 5px 5px 5px 5px;
	color: #FFF;
	font-size: 14pt;
	}

.widecard {
	width: 902px;
	margin-left: 9px;
	}
	
.cardcategory {
	width: 29px;
	height: 30px;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	border-right: 1px solid #4488AA;
	float: left;
	background-color: #5599FF;
	text-align: center;
	background-image: url('../img/box.png');
	position: relative;
	z-index: 10;
	}

.cardinside, .widecardinside {
	border: solid 1px black;
	width: 443px;
	height: auto;
	/* margin-left: 30px; */
	position: relative;
	}
	
.widecardinside {
	width: 902px;
	}

.cardbackgroundtop {
	height: 30px;
	width: 230px;
	background-color: #AADDFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-bottom: 1px solid #4488AA;
	position: absolute;
	z-index: 1;
	}

.cardtexttop {
	height: 30px;
	margin: 2px 1px 1px 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	}

.cardname {
	font-weight: bold;
	font-size: 15px;
	}

.cardcreator {
	font-style: italic;
	font-size: 11px;
	}

.cardimage {
	height: 200px;
	background-image: url('../img/thumb.png');
	}

.cardbackgroundbottom, .widecardbackgroundbottom {
	height: 40px;
	width: 444px;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: absolute;
	bottom: 0px;
	/* border-top: 1px solid #4488AA; */
	}
	
.widecardbackgroundbottom {
	width: 902px;
	}

.cardtextbottom, .widecardtextbottom {
	height: 34px;
	width: 444px;
	position: absolute;
	bottom: 0px;
	padding-left: 10px;
	}
	
.widecardtextbottom {
	width: 902px;
	}

.carddownloads {
	position: absolute;
	left: 0px;
	top: -14px;
	padding: 2px;
	}

.carddownloadstext {
	font-size: 10px;
	top: -4px;
	left: 5px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}

.cardrating {
	position: absolute;
	right: 0px;
	top: -17px;
	padding: 2px;
	}

.cardratingstar {
	position: relative;
	margin: 0px 0px 0px -15px;
	}

.tagcloud {
	margin: 30px;
	text-align: justify;
	}

.copyblock {
	text-align: center;
	font-size: 10px;
	position: relative;
	top: -120px;
	}

