/*
 * This is the basic style sheet. It redefines basic tags style
 */

body {
	font-family:  "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
}

h1 {
	font-weight:100;
	font-size: 1.3em;
	line-height: 1.2em;
	margin:0;
	padding:0;
}


h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:0.7em;
	margin-top:1em;
	padding:0;
}


h3 {
	font-size: 1.1em;
	text-transform: none;
	letter-spacing: .05em;
	font-weight:100;
	margin-top:0em;
	margin-bottom:.2em;
	margin-left:0em;
	margin-right:0em;
	padding:0;
}

p, ul, li
{
	font-size:0.9em;
}

p
{
	margin-top:.5em;
	margin-left:0em;
	margin-right:0em;
	padding:0;
}

li, ul{
	  /*list-style:circle inside;*/ 
}

a {
	text-decoration:none;
}

input, select {
	padding: .15em;
	font-size: 1em;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow:  1px 1px 0px #efefef;
}

input:focus, select:focus {
	-webkit-box-shadow: 0px 0px 5px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}

