/*  
Theme Name: Scenery
Theme URI: http://www.myownlittleblog.com/scenery-theme/
Description: A very different Wordpress Theme! Full description <a href="http://www.myownlittleblog.com/scenery-theme/">here</a>. Use something different!
Version: 1.01
Author: Ben N.
Author URI: http://myownlittleblog.com/

*/
/*
This style sheet contains the main layout for the site and also the "Earth" Theme. 
Modifying anything below can cause all sorts of problems... Do so at your own risk! I'll try and help you out if you run into any problems just email me: ben@myownlittleblog.com

To modify the look of the other skins you will need to modify heaven.css & hell.css

If you wish to create your own skins I'll explain how to as soon as I get time here:
http://www.myownlittleblog.com/scenery-theme/

Javascript provided from http://boxover.swazz.org (the mini menu) & http://www.howtocreate.co.uk (the styleswitcher)
*/

body {
 margin: 0px;
 padding: 0px;
 background-color: #bedfe4;
 font-family: Arial, Helvetica, sans-serif;
 }

#blog-title a {
 color: #FFF;
 border:none;
 }
 
a {
 color: #006A00;
 text-decoration: none;
 } 

a:hover {
 border-bottom: 1px dotted;
 }
 
#top {
 background-image: url(play-casino-for-free.png);
 background-repeat: repeat-x;
 position: fixed;
 width: 100%;
 height: 58px;
 }
 
#bottom {
 position: fixed;
 bottom: 0px;
 background-image: url(casino-freeware.png);
 background-position:bottom;
 background-repeat: repeat-x;
 height: 55px;
 width: 100%;
 }
 
#footnotes {
 font-size: 10px;
 position: absolute;
 bottom: 0px;
 left: 5px;
 }
 
blockquote {
 font-style: italic;
 border-left: 2px solid;
 }
 
#top a{
 border: none;
 }
 
#page {
 text-align: center;
 }
 
#central {
 margin: 0 auto;
 padding: 100px 5px 150px;
 text-align: left;
 width: 700px;
 }
 
#blog-title {
 font-size: 35px;
 font-weight: bold;
 }
 
.post {
 margin-top: 50px;
 border-bottom: 2px dotted;
 border-color: #FFF;
 }
 
.post-title {
 font-weight: bold;
 font-size: 18px;
 }
 
.post-info {
 font-weight: bold;
 font-size: 12px;
 }
 
.post p {
 text-indent: 10px;
 }
 
#sidebar {
 padding-bottom: 100px;
 font-size: 12px;
 }

#sidebar ul {
 list-style: none;
 }
 
#sidebar li {
 list-style: none;
 }
 
.side {
 float: left;
 padding-bottom: 100px;
 }

.menuhead {
 font-size: 12px;
 }
 
.menubody {
 font-size: 12px;
 }
 
.commentlist li {
 border-bottom: 2px #FFF dotted;
 margin-bottom: 5px;
 }
 
.commentlist li ul li {
 border:0;
 }

.commentlist li ol li {
 border:0;
 }

#url {
 background-color: #bedfe4;
 }
 
#email {
 background-color: #bedfe4;
 } 
 
#author {
 background-color: #bedfe4;
 }
  
textarea {
 width: 600px;
 height: 100px;
 background-color: #bedfe4;
 }
 
.the-menu  {
 float: right;
 color: #003AFF;
 cursor: pointer;
 font-size: 12px;
 }