#wall_list {
  margin: 0 36px;
}

#wall_list tr {
  padding-bottom: 15px;
}

#wall_list td {
  padding-right: 15px;
}

#wall_list td.wall_title {
  padding-right: 30px;
}

#top-bar {
  height: 36px;
  background-image: url("../images/color-stripe.jpg");
  background-position: 0px 33px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

#welcome {
  color: white;
  margin-top: 6px;
  font-size: 20px;
  float: left;
}

#login {
  float: right;
  margin-top: 10px;
}

.logged-in, .logged-out {
  display: none;
}


.logged-in-name {
  color: white;
}

.wall_title {
  color: white;
}

.wall_opts li {
  display: inline;
}

#recent_walls li.wall_item {
  float: left;
  margin: 10px 36px 25px 36px;
  width: 402px;
  overflow: hidden;
}

#recent_walls li.wall_item .wall {
  clear: both;
  width: 400px;
  height: 248px;
  border: solid 1px #333;
}

#recent_walls .wall_title {
  white-space: nowrap;
  font-size: 120%;
/*  font-weight: bold;*/
}

#create_wall {
  float: right;
  text-indent: -10000px;
  display: block;
  background-image: url("../images/create_wall_button_off.png");
  width: 216px;
  height: 54px;
}

#create_wall:hover {
  background-image: url("../images/create_wall_button_on.png");
}

.create_wall {
  margin-top: -23px;
  margin-left: -5px;
  text-indent: -10000px;
  display: block;
  width: 216px;
  height: 54px;
}

#create_a_new_wall {
  background-image: url("../images/create_wall_button_off.png");
}

#create_a_new_wall:hover {
  background-image: url("../images/create_wall_button_on.png");
}

#create_your_own_wall {
  background-image: url("../images/create_your_own_wall_button_off.png");
}

#create_your_own_wall:hover {
  background-image: url("../images/create_your_own_wall_button_on.png");
}


#preview_button {
  float: left;
  text-indent: -10000px;
  display: block;
  background-image: url("../images/preview_button.png");
  width: 76px;
  height: 27px;
  margin-right: 10px;
}

#json_save {
  float: left;
  text-indent: -10000px;
  display: block;
  background-image: url("../images/save_button.png");
  width: 76px;
  height: 27px;
}

#menu {
  clear: both;
	border-bottom : 1px solid #444;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
	margin-bottom: 20px;
  
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
	
#menu li a	{
	border : 1px solid #444;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menu li.selected a	{
  color: #fff;
	border-bottom : 1px solid #000;
}

#menu a:hover	{
  background: #333;
}

.async_saving {
    background-image: url("../images/loadstrip.gif");
    background-repeat: no-repeat;
    background-position: center center;
    height: 19px;
}

.async_saved {
    margin-top: 10px;
}

#cooliris-header a#cooliris {
  background: url("../images/logo_cooliris_express_beta.png") no-repeat scroll 0 0 transparent;
  height: 34px;
  width: 261px;
}

#container {
  text-align: center;
  padding: 20px;
}

#below_wall {
  float: right;
  margin: 6px 20px;
}

.manage_links li {
  float: left;
/*  display: inline;*/
}

.manage_links li a {
  float: left;
  display: block;
  padding: 0 10px;
}

.manage_links li span.item {
  float: left;
  display: block;
  padding: 0 10px;
}

