a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	text-shadow: 0 0 0 white;
}

body {
	font-family: Helvetica, Arial, sans;
	font-size: 70%;
}

* img {
	max-width: none;
}

a:hover {
	text-shadow: 0 0 2px #9483ff;
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;	
}

a.bubble {
	opacity: 0.3;
	color: white;
}

a.bubble:hover {
	opacity: 1;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Footlight MT Light", "Georgia";
	font-style: normal;
	font-weight: normal;
}

a#sitename {
	font-family: "Footlight MT Light", "Georgia";
	font-style: normal;	
	font-weight: normal;
}

div#page {
	padding: 70px 30px 30px 30px;
	-webkit-box-shadow: 0 0 60px #c5d4e2;
	-moz-box-shadow: 0 0 60px #c5d4e2;
}

input, textarea {
	-webkit-box-shadow: 0 0 0 white;
	-moz-box-shadow: 0 0 0 white;
}

input[type=text], textarea, inupt[type=submit] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 0 white;
	-moz-box-shadow: 0 0 0 white;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
}

input:focus, textarea:focus, inupt[type=submit]:focus {
	-webkit-box-shadow: 0 0 3px blue;
	-moz-box-shadow: 0 0 3px blue;
	border-color: blue;
	outline: none;
}

#commentform #submit {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#commentform #submit:hover {
	-webkit-box-shadow: 0 0 3px #9483ff;
	-moz-box-shadow: 0 0 3px #9483ff;
}

div.twtr-hd {
	display: none;
}

