/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a
{
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}

body
{
	background-color:#00789f;
	background-image:url(../images/splatter.png);
	background-position:top left;
	background-attachment:scroll;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#container
{
		margin-top:125px;
margin-left:100px;
margin-right:100px;
width:1050px;
overflow:hidden;
}

#body
{

	width:620px;
	overflow:hidden;
margin-right:30px;
float:left;
}

#logo
{
	margin-left:0px;
/*	background-color:#333; */
	margin-bottom:15px;

}

#logo img
{

}

#blurb
{
	color:#eee;
	font-size:20px;
	line-height:1.3;
	margin-bottom:30px;
	width:620px;
	
}

#blurb p
{
	margin-bottom:20px;
}

#contact
{
	color:#eee;
	font-size:23px;
	line-height:1.3;
	margin-top:30px;
	
}

#contact p
{
	margin-bottom:20px;
}

.tweet
{
	margin-top:20px;
	width:600px;
	padding:10px;
/*	border:1px dotted #fff; */
	margin-bottom:30px;
}

.tweet, .query {
  font-family: Georgia, serif;
  font-size: 15px;
  line-height:1.2;
  color: #085258; }
  .tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #8ADEE2; 
}
    .tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; 
	  }
      .tweet .tweet_list li a, .query .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }


#award
{
	float:left;
	/*top:100px;
	left:800px;*/
	width:400px;
	overflow:hidden;
	background-color:#fff;
	z-index:100;
}

#award_intro
{
	padding:15px;
	font-size:13px;
	text-align:center;
	line-height:1.5;
}

#award_menu
{
	color:#000;
	font-size:25px;
	padding:10px;
	letter-spacing:-1px;
	text-align:center;
	
}

#award_menu a
{
	color:#000;
	line-height:1.5;
}

#award_menu a:hover
{
	text-decoration:underline;
}

#award_video
{
	color:#000;
	font-size:25px;
	padding:35px;
	padding-top:10px;
	letter-spacing:-1px;
	text-align:center;
	
}