@charset "utf-8";
/* CSS Document */

/* Normalise margins, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalise font size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* Remove list style from lists */
ol, ul { list-style: none; }

/* Normalises font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var 
{ font-style: normal; font-weight: normal; }

/* Removes spacing around tables */
table { border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img { border: 0; }

/* Left align text in caption and th */
caption, th { text-align: left; }

/* Remove quote marks from quotations */
q:before, q:after { content:''; }

html { 
	text-align: center;
	background-color: #FFFFFF;
	height: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/tweet3dbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	color: #1a3e88;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
}

#header {
	margin: 0 auto;
	padding: 20px 0;
}

#logotype {
	margin: 0;
	float: left;
	text-align: center;
}

#tweetme {
	margin: 10px 90px 0 0;
	padding: 0;
	float: right;
	text-align: center;
}

#tweetme p {
	color: #1a3e88;
	padding: 0 0 5px 0;
}

#tweetme form {
	padding: 0;
	margin: 0;
}

#tweetme input {
	color: #1a3e88;
	text-align: center;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}

input#twit {
	color: #1a3e88;
	text-align: center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}

#tweet3d {
	margin: 0 auto;
	padding: 0 0 10px 0;
	clear: both;
	text-align: center;
}

#tweet3d p {
	font: 90% Arial, Helvetica, sans-serif;
}

#tweet3d p.message {
	padding: 140px 0;
	margin: 0 auto;
	width: 350px;
}

#kudos {
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 0;
}

#kudos p {
	font: 70% Arial, Helvetica, sans-serif;
	color: #1a3e88;
}

#kudos a {
	color: #1a3e88;
}
