@charset "UTF-8";
/* CSS Document */

.myButton {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background-color:transparent;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:26px;
	text-decoration:none;
	float:right;
	text-shadow:0px 1px 0px #854629;
	padding-top: 13px;
	padding-right: 34px;
	padding-bottom: 13px;
	padding-left: 34px;
}
.myButton:hover {
	background-color:transparent;
}
.myButton:active {
	position:relative;
	top:1px;
}

body {
	font-family: PT Serif, Georgia, serif;
	font-size:16px;
	color:#555;
	margin:0;
	width:100%;
	line-height:1.5em;
	background:#edeff4;
}
* {
    box-sizing:border-box;
}
header, footer {
    background:#fff;
}
header, footer {
	padding:20px 0;
	width:100%;
	margin:0;
	overflow:hidden;
}
header {
    border-bottom: solid 1px #c2c2c2;
}
footer {
    border-top:solid 1px #c2c2c2;
    text-align:center;
    line-height:1.5em;
    margin-top:10px;
}
header a, footer a {
	color:#555;
	text-decoration:none;
}
nav {
    float:right;
    margin-top:-20px;
    font-size:18px;
}
nav a {
    display:block;
    padding:6px;
}
nav li {
    list-style:none;
    float:left;
    margin-left:10px;
}
.logo {
    font-size:30px;
    font-weight:500;
    background-image:url(logo.html);
    background-repeat: no-repeat;
    padding:5px 0 20px 60px;
}
.menu ul {
    display:none;
}
.menu:hover ul {
    display:block;
    z-index:999;
    position:absolute;
    right:0;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    border-radius: 2px;
    padding:0 8px 8px 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    background:rgb(246, 247, 248);
}
.menu ul li {
    float:none;
    margin-left:0;
    border-bottom:dotted thin #cccccc;
}
.menu ul li:hover {
    background:#fff;
}
.icon {
    border-color: #555 transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    float:right;
    margin:10px 0 0 5px;
}
section {
	max-width:1100px;
	width:100%;
	margin:0 auto;
	padding:0 20px 20px 20px;
	margin-top:10px;
	background:#fff;
	border:solid thin #cccccc;
}
a {
    color: #999933;
}
img {
	float:left;
	margin-right:20px;
}
h1 {
	margin-left:-20px;
	margin-right:-20px;
	margin-top:0;
	box-sizing:content-box;
	padding:15px 0;
	font-size:24px;
	text-align:center;
	background:rgb(246, 247, 248);
	border-bottom:solid thin #cccccc;
}
h1, h2 {
    font-weight:500;
}
li {
    list-style:decimal;
}
#wrapper {
    max-width:1100px;
    margin:0 auto;
}
.list li {
	overflow:hidden;
	background:white;
	margin-top:20px;
	margin-left:-40px;
	border:1px solid #a67e0a;
	box-shadow:6px 6px 5px #ccc;
	padding:0 10px 10px 10px;
	border-radius:3px;
}
.rank {
	font-size:16px;
	font-style:italic;
	font-family:"Times New Roman";
	margin-left:10px;
}
.list li h2 {
    margin-bottom:0;
    background:rgb(246, 247, 248);
    display:block;
    width:100%;
    box-sizing:content-box;
    margin:0 -10px;
    padding:10px;
    border-bottom:solid thin #cccccc;
    font-size:22px;
    font-weight:normal;
}
.list li h2 a {
    text-decoration:none;
}
.button {
    float:right;
    margin-top:-42px;
    font-family:Arial;
}
.button a {
    display:block;
    padding:4px 10px;
    background:rgb(105, 167, 78);
    text-decoration:none;
    color:#fff;
    border-radius:2px;
    border:solid thin black;
    font-size:16px;
}
.center {
    margin:0 auto;
    display:block;
    text-align:center;
    width:300px;
    padding:4px 0;
    background:rgb(105, 167, 78);
    text-decoration:none;
    color:#fff;
    border-radius:2px;
    border:solid thin black;
    font-size:16px;
}
.home {
    text-align:center;
    display:block;
    margin-top:10px;
}
/* Tablet Landscape */
@media screen and (max-width: 1200px) {
    nav {margin-right:20px;}
}
 
/* Tabled Portrait */
@media screen and (max-width: 900px) {  
    nav {margin-top:10px;}
    .rank {display:none;}
}
@media screen and (max-width: 500px) {
    header {padding-top:15px;padding-bottom:0;}
    .logo {display:block;width:100%;border-bottom:dotted thin #ccc;font-size:25px;padding:15px 0 30px 60px;}
    nav {float:none;margin:0 auto;margin-top:-15px;}
    section {width:100%;margin:0;}
    img {width:100%;margin-bottom:10px;}
    .button {padding:5px;margin-top:-47px;margin-right:-10px;}
     .full {display:block;width:100%;text-align:center;margin:10px 0;}
}
