html
{
    height: 100%;
}
ul
{
}
a
{
    text-decoration: none;
    color: inherit;
}
a:hover
{
}
h1
{
    font-size: 40px;
    margin: 0 0 30px 0;
}
h2
{
    font-size: 24px;
    margin: 0;
}
h3
{
    font-size: 18px;
    margin: 0 0 10px;
}
p
{
    margin: 0 0 10px;
}

body
{
    margin: 0;
    background-attachment: fixed;
    font-family: "Avenir Next";
    font-size: 18px;
    color: #333;
}

#slideshow-container img {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    margin: auto;
}

#slideshow-container
{
    margin: 20px auto;
    position: relative;
}

#container > aside
{
    position: absolute;
    top: 0;
    left: 0;
    width: 244px;
    height: 100%;
    padding: 20px 20px 0 0;
    
    border-right: 1px solid rgb(187,186,180);
    box-shadow: 1px 0 3px rgba(149,148,143,0.2);
}

#container > article
{
    margin-left: 280px;
    width: 636px;
}

aside #slogan
{
    font-size: 14px;
}

aside > nav.secondary
{
    position: absolute;
    bottom: 30px;
    right: 20px;
    font-size: 12px;
}
aside > nav.secondary a
{
    color: rgb(167,165,160);
}

article section, article header
{
    display: inline-block;
    float: left;
    padding: 10px 40px;
    width: 755px;
    border-bottom: 1px dashed rgb(205,203,197);
}
section.ekgmaster
{
    border-bottom: none;
}

article section:last-child
{
    border-bottom: none;
}

article h1
{
    margin-bottom: 0;
}
article h2 a:before, article h3:before
{
    content: '☆  ';
}
article h2 a:hover:before
{
    content: '★  ';
}

.screenshots
{
    text-align: center;
    margin-top: 10px;
    padding: 10px 0 50px 0;
    width: 836px;
}
.screenshots > div
{
    height: 250px;
}
.screenshots img.current, .screenshots div.selected
{
    display: inline-block;
}
.screenshots img
{
    position: absolute;
    top: 295px;
    left: 305px;
    height: 500px;
}
.screenshots nav
{
    margin-bottom: 20px;
    font-size: 14px;
}
.screenshots nav span
{
    padding: 4px 16px 6px;
    margin: 0 4px;
    border-radius: 14px;
    background: rgba(119,118,114,0.05);
    cursor: pointer;
    box-shadow: 0 -1px 1px rgba(119,118,114,0.4), 0 1px 1px rgb(240,239,233);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.screenshots nav span.selected, .screenshots nav span:hover
{
    background: rgba(119,118,114,0.15);
    box-shadow: 0 -1px 1px rgba(119,118,114,0.5), 0 1px 1px rgb(240,239,233);
}

.bigrounded {
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65px;
}

.appicon {
	border-radius: 50%; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;
	
	width: 50px; 
	height: 50px; 
	border: 1px solid gray; 
	
	box-shadow: gray 0px 0px 1px; 
	
	font-family: helvetica neue;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	
	margin-left: 10px;
	background-color: white;	
}

.currentapp {
	background-color: white;
	box-shadow: gray 0px 0px 3px; 	
}