/**************************
BASE
**************************/


* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1.0em;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: none;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #91ac67 url('../images/logo.png') top center no-repeat;
}

#wrapper {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	width: 769px;
	padding-bottom: 20px;
}

a {
	color: #3355AA;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus {
	color: #990055;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	list-style: none;
}

.clear {
	clear: both;
}



/**************************
HEADER
**************************/


#header {
	margin: 0 auto 0 auto;
	height: 124px;
	width: 563px;
  text-indent: -20000em;
  z-index: 1000;
}



/**************************
COLONEL PANIC
**************************/


#col_panic img {
	float: left;
}



/**************************
TWEET BUBBLE
**************************/


#tweet_wrapper {
	margin-top: 120px;
	float: right;
	width: 361px;
}

#arrow {
	float: left;
	width: 41px;
	height: 44px;
	margin-top: 30px;
	background: #91ac67 url('../images/bubblearrow.png') top left no-repeat;
}

#tweet_bubble {
	float: right;
	font-size: 1.6em;
	color: #444;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	padding: 18px 32px;
	width: 256px;
	line-height: 36px;
}

#tweet_bubble ul li {
	font-weight: bold;
}



/**************************
MORE TWEETS
**************************/


h2 {
	font-size: 2.6em;
	color: #cee794;
	margin: 24px 0;
}

#more_tweets ul li {
	font-size: 1.4em;
	color: #333;
	margin-bottom: 24px;
}



/**************************
FOOTER
**************************/


#footer {
	margin-top: 24px;
	color: #cee794;
	font-size: 0.8em;
	text-align: center;
}

#footer a {
	color: #cee794;
}
