/* Eric Meyer's "Reset CSS" 2.0 */
/*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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*/

/* HTML5 Doctor CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

html {
}

body {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 14px/1.5;
	line-height: 1.5;
	
	padding: 4px;
	
	background-image: linear-gradient(left , rgb(224,224,240) 34%, rgb(255,255,255) 84%);
	background-image: -o-linear-gradient(left , rgb(224,224,240) 34%, rgb(255,255,255) 84%);
	background-image: -moz-linear-gradient(left , rgb(224,224,240) 34%, rgb(255,255,255) 84%);
	background-image: -webkit-linear-gradient(left , rgb(224,224,240) 34%, rgb(255,255,255) 84%);
	background-image: -ms-linear-gradient(left , rgb(224,224,240) 34%, rgb(255,255,255) 84%);

	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.34, rgb(224,224,240)),
		color-stop(0.84, rgb(255,255,255))
	);
	text-align: center;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

p {
	margin-bottom: 3px;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#mainheader {
	/*margin: 0;
	padding: 0;*/
}

#loginheader {
	position: relative;
	top: -15px;
}

#mainfooter {
	text-align: center;
	width: 960px;
	color: #888;
	/*clear: both;*/
	margin: 0;
	padding: 0;
	height: 12px;
	width: 100%;
}

/* login */

.login input {
	border: 1px solid #006;
	background: #ffe;
	width: 200px;
	height: 20px;
	float: left;
	margin: 2px;
}

.login #submit {
	/*clear: both;*/
	border: 1px solid #006;
	background: #adf;
	float: left;
	margin-top: 4px;
	text-align: center;
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 5px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.login #submit:hover {
	background: #bef;
}

.login label {
	/*clear: left;*/
	float: left;
	display: block;
	width: 65px;
}

#alert {
	display: block;
	color: #f66;
	text-align: center;
}

/* topics */    

.topics {
	position: relative;
	top: -10px;
	z-index: 1;
	text-align: center;
	padding: 0;
}

.topics:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
 
.no_picture {
	/*background: url("../images/no_picture.png") transparent;*/
	background: #fff;
}

.webglaudio {
	background: url("../images/webglaudio.png") #fff;
}

.asteroidzone {
	background: url("../images/asteroidzone.png") #fff;
}

.workinghours {
	background: url("../images/workinghours.png") #fff;
}

.canvascad {
	background: url("../images/canvascad.png") #fff;
}

.minttu {
	background: url("../images/minttu.png") #fff;
}

.weather {
	/*background: url("../images/no_picture.png") #fff;*/
	background: #fff;
}

.dos {
	background: url("../images/no_picture.png") #fff;
}

.websites {
	background: url("../images/no_picture.png") #fff;
}

.shadowbox {
	position: relative;
	float: left;
	width: 310px;
	margin: 10px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-border-radius: 4px; 
		 border-radius: 4px;
		 
	background-size: 140px auto;/*contain;*/
	background-position: left;
	background-repeat: no-repeat;
	padding: 8px 6px 12px 144px; /* trbl */
}

.shadowbox:before,
.shadowbox:after {
	content:"";
	position:absolute; 
	z-index:-2;
	bottom:15px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
	   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
			box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform:rotate(-3deg);    
	   -moz-transform:rotate(-3deg);   
		-ms-transform:rotate(-3deg);   
		 -o-transform:rotate(-3deg);
			transform:rotate(-3deg);			
}

.shadowbox:after {
	right:10px; 
	left:auto;
	-webkit-transform:rotate(3deg);   
	   -moz-transform:rotate(3deg);  
		-ms-transform:rotate(3deg);  
		 -o-transform:rotate(3deg);
			transform:rotate(3deg);
}

.shadowbox h2 {	
	color: #444;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.shadowbox p {
	color: #777;
	font-size:16px;
	font-weight:normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

