@charset "utf-8";

body {
    background-color: #ddd;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#head h1 {
    margin: 0;
    padding: 0;
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

#content h2 {
    background-color: #ddd;
    color: blue;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	text-decoration: underline;
}

#content ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

#content ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

#head h1 {
    text-shadow: 1px 2px 1px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}

p.desktop {
	display: none;
}

aside {
	display: none;
}

#content ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

#content ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.foot {
	background-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

footer {
	width:100%;
	text-align:center;
	clear:both;
	position: fixed;
	bottom: 0px;
}