/*   
Theme Name: Invisible Skateboard
Theme URI: http://virtyou.com/
Description: This 3 column fixed width layout was created from scratch for virtyou GmbH.
Author: Torrid Luna
Author URI: http://primforge.com/
Version: 1.000
License: All rights reserved, Copyright virtyou GmbH.
*/

{
border: 0;
padding: 0px;
margin: 0px;
}

body{
	color: #222222;
	background: transparent;
	font-family: Meta, Verdana, Arial, sans-serif;
	font-size: 0.95em;
	line-height: 1.24;
}

::selection {
	background: #99bbff; /* Safari */
	}
::-moz-selection {
	background: #99bbff; /* Firefox */
}

/* for the press release */
.virt {color: #0099ff; font-weight: bold;}
.you  {color: #008000; font-weight: bold;}
.bold  {color: #000000; font-weight: bold;}




h2	{
	font-size: 1.25em;
}
h3	{
	font-size: 1.25em;
}

table {
margin:0.5em 0;
border:1px solid #ccc;
font-size:85%;
}
th {
background: #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:3px 7px;
text-align: right;
}
td {
background: #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:3px 7px;
vertical-align:top;
text-align: left;
}

li {
	line-height: 1.25;
	padding-left: 0.7em;
}


input[type="submit"] {
	text-align: center;
	float: center;
	}

input[type="password"], input[type="text"], textarea{
	padding-bottom: 1px;
	display: inline;
	border: 2px ridge #779977;
	background: #eeffff;
}

input#s {
	border: 1px ridge #449944;
	text-align: center;
	background: transparent url(images/cyan_0.3.png) repeat;
	width: 75%;
	font-size: 1.0em;
	}

form {
}

p {
	text-align: left;
	background: transparent;
	padding-left: 12px;
	padding-right: 9px;
}

.small {
        font-size: 75%;
}



p.forminput {
	display: inline;
}


.center {
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
}


.hidden {
	visibility: hidden;
}

#footer {
	position:fixed;
	width: 809px;
	left: 50%;
	margin-left: -404px;
	letter-spacing: +0.1em;
	bottom:0px;
	background: transparent url(images/gitterBG_small.png) repeat;
	border: 0px solid #aaa;
	border-bottom: 0px;
	text-align:left;
	padding:4px;
	padding-bottom: 1px;
	padding-left: 20px;
	font-size: 60%;
}

a{
	color: #009900;
	letter-spacing: -0.07em;
}
a:hover{
	color: #128dac;
}




