/*
Original design: Basic Contact (v1.0 - Apr 28, 2011) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/basic-contact/
*/

body {
	background:#1a1a1a url(background.jpg) top center no-repeat;
	color:#ddd;
	line-height:normal;
	border: medium none #636;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
}
a {color:#ddd; text-decoration:none; border-bottom:1px dotted #777;}
a:hover {color:#fff;}
h1{
	font-size:3em;
	font-weight:500;
	letter-spacing:-1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
}
h2{font-size:1.8em;font-weight:400;letter-spacing:-1px;}
#wrap{width:720px; padding:20px;margin:0 auto;}
#sidebar {margin:10px 0 30px 0;width:300px;float:left;}
#content{
	width:380px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 350px;
}
#footer {clear:both;padding:5px 0;color:#555;text-align:center;border-top:1px solid #333;}
#footer a {color:#555;}
ul{margin:10px 0;padding:0;width:300px;}
ul li{margin:0;padding:0 0 0 10px;border-top:1px solid #333;clear:both;display:block;line-height:2em;list-style-type:none;}
ul li span{color:#aaa;}
ul li span,ul li a{
	display:block;
	float:left;
}
ul li a{font-weight:700;text-decoration:none;width:120px; border:0;}
ul li a:hover{color:#fff;}
ul li a:active{color:#eee;}
#contactform input {width:220px;background-color:#222;color:#eee;border:1px solid #555;padding:5px;}
#contactform #message {width:350px;background-color:#222;color:#eee;border:1px solid #555;padding:5px;}
