/*element styles*/
body {background: #ccc url('/images/pattern_019.gif'); font-family: arial, sans-serif; margin: 0; padding: 0;}
h1 { font-family: 'Yanone Kaffeesatz', arial, serif; font-size: 60px; margin-bottom: 10px; padding-top: 40px; text-align: center; color: #fff; text-shadow:4px 4px 2px #333333;}
h2 { margin: 0 0 20px 30px; color: #fff;}
#indexcontent h2 {color: #fff; margin-bottom: 10px; margin-left: 20px; font-size: 30px; text-shadow:4px 4px 2px #333333;}
img {border: 1px solid #000; margin: 10px auto;}
.imgContainer img {height: 300px;}
/*body boxes & nav*/
#container { margin: 0; background: transparent; min-height: 800px;}
#header {height: 300px; position: relative; background: transparent url('/images/header.png') top center no-repeat; -webkit-border-radius: 20px 20px 0 0; -moz-border-radius: 20px 20px 0 0; border-radius: 20px 20px 0 0;}
#siteLogo {width: 300px; height: 80px; background: transparent;}
#navigation {height: 50px; position: absolute; top: 220px; right: 20px;}
#nav { }
#nav li {float: left;}
#nav li a {display: block; height: 40px; line-height: 40px; text-align: center; width: 140px; text-decoration: none; color: #253aaf; font-weight: bold; border: 1px solid black; margin-left: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #aaa;}
#nav li a.active {background: #fff; color: #253aaf;}
#nav li a:hover {color: #fff; background: #62c3f0}
#nav li a.active:hover {color: #253aaf; background: #fff;}
#siteBox {margin: 0 auto; width: 1100px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -webkit-box-shadow:4px 8px 4px #000000; -moz-box-shadow:4px 8px 4px #000000; box-shadow:4px 8px 4px #000000; min-height: 470px; position: relative; background: #004568;}
#indexcontent {margin-top: -80px;}
.indexblock {margin-bottom: 30px; padding-bottom: 20px;}
.indexTextLink {display: block; text-align: center; color: #fff; margin-bottom: 5px; text-decoration: none; font-weight: bold;}
.description { font-family: arial, serif; font-size: 12pt; padding: 10px; border: 1px solid #333; clear: both; margin: 0 20px; background: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.description p {margin-bottom: 10px;}
.objectBox {float: left; width: 518px; margin: 10px 0 10px 20px; background: #bebebe; border: 1px solid #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#footer {min-height: 350px; background: transparent url('/images/footerbg.png'); color: #fff; clear: both; text-align: center; -webkit-border-radius: 0 0 20px 20px; -moz-border-radius: 0 0 20px 20px; border-radius: 0 0 20px 20px;}
.footerbox {height: 120px; float: left; border: 1px solid blue; width: 160px;}
/*gallery/top styles*/
.overallTop img, .monthlyTop img, .galleryHolder img {height: 150px;}
.imgContainer {background: #000; height: 320px; margin: 15px auto; overflow: hidden; padding: 0; text-align: center; width: 500px;}
.topImgContainer, .galleryHolder {background: #000; border: 10px solid #ccc; float: left; height: 170px; overflow: hidden; padding: 0; text-align: center; width: 300px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.topImgContainer { -webkit-border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;}
.galleryHolder {margin: 20px 10px 20px 30px; -webkit-box-shadow:4px 8px 4px #000000; -moz-box-shadow:4px 8px 4px #000000; box-shadow:4px 8px 4px #000000;}
.indexGallery {width: 320px; height: 190px; margin: 20px 10px 20px 30px; float: left;}
.indexGallery .galleryHolder {margin: 0;}
.indexGallery .galleryHolder a {width: 300px; height: 170px; display: block;}
#toplist {margin-bottom: 80px; width: 760px; margin: 0 auto;}
li.topEntry {background: #ebebeb; border: 1px solid #ccc; margin-bottom: 5px; padding-right: 15px; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.summaryInfo {height: 190px; float: left;  margin-left: 15px;}
.summaryInfo #rank {margin-top: 45px;}
.summaryDiv {border-bottom: 1px solid #ccc; margin-bottom: 2px; width: 400px;}
/*buttons*/
.button {border: 1px solid #000; color: #fff; cursor: pointer; font-weight: bold; height: 30px; line-height: 30px; margin: 5px auto; text-align: center; width: 150px;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #4c4c4c; /* old browsers */ background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* ie */ color: #fff;}
.button:hover {background: #f2f6f8; /* old browsers */ background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* ie */ color: #333;}
/*pagination*/
.pagination {float: right; position: relative; left: -50%; text-align: left;}
.pages {list-style: none; padding: 0; margin: 0; overflow: auto; position: relative; left: 50%;}
.pages li {float: left; margin-right: 2px; position: relative;}
.pages li a {display: block; padding: 3px 7px; border: solid 1px #fff; color: #fff; text-decoration: none; color: #253aaf; font-weight: bold; border: 1px solid black; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #aaa;}
.pages li a:hover {background: #fff; color: #000; text-decoration: none; color: #fff; background: #62c3f0}
.pages .prev-off, .pages .next-off {border: 1px solid #ebebeb; padding: 3px 7px; color: #ebebeb; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.pages .active {padding: 3px 7px; font-weight: bold; color: #fff; background: #fff; color: #253aaf;}
/*misc*/
.label {background: #333; color: #fff; font-weight: bold; float: left; margin-right: 10px; padding: 0 5px; text-align: right; width: 200px;}
.space {clear: both; height: 60px;}
.clear {clear: both;}