@charset "UTF-8";


/*
Theme Name: AdVia Motion
Author URI: http://www.stuntarts.ch
Description: Dummy for AdVia
Author: Christian Stricker
Version: 0.1
Copyright: (c) 2011 Stuntart
*/

/*** CSS Import ***/ 
@import url(fonts.css);
@import url(reset.css);

/*** Google Webfont ***/

/*@import url(http://fonts.googleapis.com/css?family=Numans);*/


/*** CSS ***/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

body{
	//background-image:url('../images/background.png');

	background-repeat:no-repeat;
	background-color:#373737;
	font-family: MuseoSans500, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.33em;
	letter-spacing: 0.1em;
	background-color: rgba(171, 171, 171, 0.7);
	background-image: -moz-radial-gradient(50% 50%, circle closest-corner, rgba(171, 171, 171, 0.7), #000000 100%);
	background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(171, 171, 171, 0.7), #000000 100%);
	background-image: -o-radial-gradient(50% 50%, circle closest-corner, rgba(171, 171, 171, 0.7), #000000 100%);
	background-image: -ms-radial-gradient(50% 50%, circle closest-corner, rgba(171, 171, 171, 0.7), #000000 100%);
	background-image: radial-gradient(50% 50%, circle closest-corner, rgba(171, 171, 171, 0.7), #000000 100%);
}
h1{
	font-size:16px;
	height:5px;
	font-weight:bold;
}

a{
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;
	color:#
}
#table {
	display:table; 
	height: 100%;
	margin: 0 auto;
	position:relative;
}
#cell {
	display:table-cell; 
	vertical-align:middle;
}
#wrapper{
	width:545px;
	height:400px;
}

#logo {
	background-image:url('../images/advia-logo.png');
	width:300px;
	height:173px;
	margin-top:25px;
}

#content {
	margin:auto;
	margin-top: 25px;
	width:250px;
	height:auto;
	padding:25px;
	/* rounded corners */
	background-color:#FFF;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	/* shadow */
	-webkit-box-shadow: 5px 5px 10px #333; /* Safari, Chrome */
    -moz-box-shadow: 5px 5px 10px #333; /* Firefox */
    box-shadow: 5px 5px 10px #333;
	-khtml-box-shadow: 5px 5px 10px #333; /* Konqueror */
	/* IE shadow hack*/
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#333, offx=2, offy=2)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#333, offx=2, offy=2);
}

#motion {
	position: absolute; 
	bottom:0px; 
	right:0px;
	width:265px;
	height:350px;
	background-image:url('../images/motion.png');
	background-repeat:no-repeat;
}