#homelogo {
	font-size: 200%;
	line-height: 1em;
	margin: 18px auto -4px auto;
	text-align: center;
	width: 100%;
	padding: 0;
}
#homelogo img {
  max-width: 90%;
  height: auto;
}
h1.roomfornew {
	text-align: left;
}
#homelogo.hero {
	margin: 0;
	background-color: #333;
	line-height: 0;
}
#homelogo.hero img {
	width: 100%;
	max-width: 480px;
	height: auto;
}

/* List-style home */
#homemodules {
  margin: 20px 0;
}
#homemodules li.icon {
  padding: 0;
  min-height: 0;
}
#homemodules li.icon a {
  margin: 3px;
  padding: 2px 26px 2px 3px;
  min-height: 45px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 106.67%;
}
#homemodules li.icon img {
  width: 45px;
  height: 45px;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin-right: 5px;
}
#homemodules ul.secondary li.icon a {
  min-height: 34px;
  line-height: 33px;
  font-size: 100%;
}
#homemodules ul.secondary li.icon img {
  width: 30px;
  height: 30px;
  margin: 2px 9px 2px 10px;
}


#new {
	position: absolute;
	top: -13px;
	right: -9px;
	width: 80px;
	height: 80px;
	background-image: url(/modules/home/images/newbig.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 70.59%;
	line-height: 1.1em;
	text-align: center;
	overflow: hidden;
}
#new a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 19px;
	right: 10px;
}
#new a .newlabel {
	display: block;
	font-size: 52.94%;
	line-height: 1em;
	color: #ffcece;
}
#footer {
	text-align: center;
	clear: both;
}
form {
	margin: 0 0 -7px 0;
}

#download {
	text-align: left;
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 76.47%;
}

#download a {
	color: #333;
	text-decoration: none;
}

#download a:hover {
	color: #a00;
}

#download img {
    width: 32px;
    height: 26px;
}

.siteLinks,
.userContextList {
    margin: 0;
    padding: 0 12px;
    text-align: center;
}

.siteLinksDescription,
.userContextListDescription {
    font-size: 12px;
    color: @@@nonfocal_text_color@@@;
}

.siteLinks select,
.userContextList select {
    width: 100%;
    font-size: 0.93rem;
}

.siteLinks ul,
.userContextList ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    font-size: 13px;
}

.siteLinks ul li,
.userContextList ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.siteLinks a, .siteLinks a:visited,
.userContextList a, .userContextList a:visited {
  display: block;
  padding: 0.5em;
  background-color: rgba(255,255,255,0.07);
  border: solid @@@focal_border_color@@@;
  border-width: 1px 1px 1px 0;
  text-align: center;
  text-decoration: none;
  color: @@@nonfocal_text_color@@@;
}

.siteLinks ul li:first-child a,
.userContextList ul li:first-child a {
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -border-bottom-left-radius: 6px;
  border-left-width: 1px;
}

.siteLinks ul li:last-child a,
.userContextList ul li:last-child a {
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  -border-bottom-right-radius: 6px;
}

.siteLinks li.siteSelected a, 
.userContextList li.contextSelected a {
    text-decoration: none;
    color: #fff;
    background-color: @@@focal_link_color@@@;
    background-color: rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0 2px 5px #000;
    box-shadow: inset 0 2px 5px #000;
    -webkit-text-shadow: 0 1px 1px #000;
    text-shadow: 0 1px 1px #000;
}
