* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: inherit;
}
ul, ol {
list-style: none;
margin-left: 20px;
margin-right: 20px;


}
b {
font-weight: bold
}

a:link {
text-decoration: none;
color: #699;
}
a:visited {
text-decoration: none;
color: #699;
}
a:link:hover, a:visited:hover {
text-decoration: underline;
color: #699;
}

body {
font-size: 62.5%;
font-family: georgia, serif;
line-height: 1;
color: #000;
background: #fff url(bg.png) repeat-x;
}

h2 {
font-weight: bold;
font-style: italic;
text-transform: uppercase;
border-bottom: 1px solid #bbb;
text-align: center;
/* margin: 0 15px; */
margin-bottom: 15px;
padding: 50px 0 5px 0;
font-size: 0.9em;
}

#everything {
position: relative;
width: 960px;
height: 100%;
margin: 0 auto 50px auto;
font-size: 1.3em;
text-align: left;
padding: 0 0 50px 0;
/* border-bottom: 3px double #931; */
}

#welcome {
position: absolute;
top: 0;
left: 20px;
width: 215px;
text-align: center;
}
#logo {
background: #931;
height: 315px;
}
#logotype {
margin: 15px 0 25px 0;
}
#about {
color: #931;
line-height: 1.5em;
padding: 5px 0;
border: 1px solid #931;
border-left: none;
border-right: none;
border-bottom: none;
}
#about p {
margin: 12px 0;
}

#sponsor {
padding-top: 15px;

}

#messages {
margin: 0 270px;
line-height: 1.3em;

}
#data-missive {
margin: 10px 5px 0 5px;
}
#data-bulletins {
margin: 0 5px;
}
.hashtag, .timestamp {
font-family: verdana, arial, sans-serif;
font-size: .8em;
text-transform: uppercase;
}
.timestamp {
margin: 2px 0 0 0;
}
.username {
font-weight: bold;
}
.bulletinimg {
float: left;
width: 40px;
height: 40px;
}
.bulletin {
padding: 10px 0;
border-bottom: 1px solid #eee;
clear: left;
}
.bulletintext {
margin: 0 0 0 50px;
}


#ambassadors {
background: #931;
color: #fff;
position: absolute;
top: 0;
right: 20px;
width: 215px;
margin: 0 0 0 30px;
padding: 0 0 10px 0;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
}
.ambassador {
padding: 10px 0;
clear: left;
}
.ambassador a {
color: #eee;
}
.ambassador a:hover {
color: #fff;
}
.ambalt {
background: #a42;
}
.ambimg {
float: left;
width: 30px;
height: 30px;
margin: 0 5px;
border: 1px solid #aaa;
}
.ambusername {
font-family: verdana, arial, sans-serif;
font-size: .8em;
}
.ambtext {
margin: 0 0 0 40px;
}

.article {
	margin: 10px 5px 0 5px;
	
}


