*{
  margin:0;
  padding:0;
  font-size:12px;
}
body{
  float:left;
  width:100%;
}
#container{
  width:900px;
  margin:auto;
}
#content{
  float:right;
  width:580px;
}
#sidebar{
  float:left;
  width:300px;
}
#header{
  float:right;
  margin-top:15px;
  width:580px;
  text-align:right;
  margin-bottom:20px;
}
ul#right_nav{
  float:right;
  display:block;
}
#navigation{
  float:right;
  width:580px;
  height:25px;
}
ul#main_nav{
  float:right;
  display:block;
}
ul#main_nav li{
  float:left;
  display:inline;
  text-align:left;
  margin-left:20px;
  background:#eee;
  padding:5px 15px 5px 15px;
}
ul#main_nav li.current{
  color: #555;
	background: #e4f2fd;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #c6d9e9 1px 1px 1px;

}
#navigation a{
  font-size:12px;
  text-decoration: none;
  color:#e8440e;
}

ul#right_nav li{
  display:inline;
  margin-left:10px;
}
fieldset#login{
  border:2px solid #eee;
  width:300px;
  margin:auto;
  height:130px;
  padding:30px;
  margin-top:100px;
  margin-bottom:200px;
}
fieldset#login ul li{
  margin-bottom:10px;
  list-style:none;
}
.buttons{
  margin-top:20px;
}

fieldset#signup{
  border:2px solid #eee;
  width:300px;
  margin:auto;
  padding:30px;
  margin-top:50px;
}
fieldset#signup ul li{
  margin:10px;
  
  list-style:none;
}
fieldset#signup li label{
  float:left;
}
fieldset#signup input{
  height:20px;
  line-height:20px;
  background:#eee;
  border:1px solid black;
}

label{
  float:left;
  width:100px;
}
#footer{
  float:left;
  width:580px;
  text-align:center;
}
#footer_content{
  width:240px;
  margin:auto;
}
ul.footer_section{
  float:left;
  margin-right:20px;
  display:block;
}
ul.footer_section li{
  display:inline;
}
.meta{
  float:left;
  width:100%;
  margin-top:5px;
  text-align:right;
  color: #333;
}
.meta ul{
  display:block;
}
.meta ul li{
  display:inline;
  font-size:10px;
  margin-right:20px;
}
ul#syndication{
  width:80px;
  display:block;
  margin:auto;
  
}
ul#syndication li{
  display:inline;
  margin-right:5px;
}
#tweet{
  float:left;
  width:100%;
  height:50px;
  background:#e8440e;
  color:#fff;
  text-align:center;
  padding:20px 0 0 0;
}
#tweet h2{
  color:fff;
}
#section{
  float:left;
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  padding:10px 0 20px;
  border-bottom:2px solid green
}
.sidebar_section{
  float:left;
  width:100%;
  text-align:center;
}

.sidebar_section ul li{
  list-style:none;
}
#sep{
  float:left;
  width:80%;
  margin:10px 10% 10px 10%;
  height:2px;
  background:green;
}

/* FONTS */
h1 a{
  color:#5c2d27;
  text-decoration:none;
  font-size:28px;
}
h2 a{
  color:#5c2d27;
  text-decoration:none;
  font-size:20px;
}
p{
  line-height:20px;
}

a img{
  border:0;
}
#design a{
  float:right;
  color:#e8440e;
  text-decoration:none;
  font-size:10px;
}