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

#container {
	margin-left: auto;
	margin-right: auto;
	width:900px;
}

#mobile {
	width:100%;
	margin:0;
	padding:1px 0 2px 0;
	background-color:#333;
	text-align:center;
}

#masthead {
	width:900px;
	height:531px;
}

#blogButton {
	float:left;
	width:442px;
	height:132px;
}

#siteButton {
	float:right;
	width:458px;
	height:132px;
}

#editableText {
	padding:0 205px 40px 195px;
	width:500px;
}

#dottedLine{
	margin:0;
	padding:0;
	width:900px;
	height:3px;
	text-align:center;
}

#footer{
	float: left;
	width:900px;
	margin:0;
	padding:0;
}

.clear{
clear:both;
}

ul {
  float:left;
  width:900px;
  margin:0;
  padding:0;
  list-style: none;
}
 
li {
  float: left;
  margin: 0;
  padding-right:60px;
}

body { 
  font-size: 85%;
  color: #dbdfde; 
  background: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {color: #dbdfde;}
h1 { font-size: 1.2em;  color: #999; font-weight: lighter; letter-spacing: -.03em;}
h2 {font-size: 1.2em; font-weight:lighter; line-height:1.4em;}
h3 {font-size: 1em;}
a  { color: #dbdfde; text-decoration: underline; }