body {
	background-image: url('../images/background_mask.jpg');
	color: #A8A8A8;
	font-family: arial;
	font-size: 12px;
}
a{
	color: #91E8C8;
	text-decoration: none;
}
a.menu_action{
	color: #cccccc;
}
h1 {
	font-size: 1.5em;
	text-align: center;
}
h2 {
	font-size: 1.25em;
	color: #93e9ca;
	margin-top: 15px;
	margin-bottom: 5px;
}

ul {
	list-style-type: none;
	padding: 0;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#news .date {
	color: #91E8C8;
	position: absolute;
	top: 13px;
	left: 600px;
}

.section-content {
	padding-left: 20px;
}

#blog {
	position: absolute;
	z-index: 2;
	top: 36px;
	left: 60px;
}
#messages {
	position: relative;
	z-index: 1;
}
.blogdate {
	color: #93e9ca;
	font-size: 1em;
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
}
.blogbody {
	padding-left: 10px;
	color: #A8A8A8;
	display: inline-block;
	width: 180px;
	vertical-align: top;
}
.note {
	position: absolute;
	left: 370px;
	width: 300px;
	top: 37px;
}
.note_heading {
	color: #93e9ca;
	vertical-align: top;
	margin-top: 12px;
}
.note_body {
	color: white;
	padding-left: 10px;
	vertical-align: top;
}

.genre_explore {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url("/images/sware_genres.png");
  height: 16px;
  width: 16px;
}

.genre_refine {
  background-position: -16px 0px;
  background-repeat: no-repeat;
  background-image: url("/images/sware_genres.png");
  height: 16px;
  width: 16px;
}

.genre_commit {
  background-position: -32px 0px;
  background-repeat: no-repeat;
  background-image: url("/images/sware_genres.png");
  height: 16px;
  width: 16px;
}

#content {
	margin-left: 150px;
	margin-right: 150px;
}
#header .actions {
	position: absolute;
}

#apps {
	left: 467px;
	top: 68px;
}

#concept {
	left: 330px;
	top: 68px;
}
#connect {
	left: 700px;
	top: 67px;
}
#partners {
	left: 594px;
	top: 68px;
}
.menu_action {
	position: absolute;
	letter-spacing: .1em;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	white-space: nowrap;
}
img {
	border: none;
}

