                             /*
Site Name: Snowblog 1.7
Site URI: http://www.snowbooks.com/weblog
Description: CSS for a transition version of the Snowbooks blog.
Build date: Aug 08
Author: Emma Barnes, after James Bridle, after Anna Torborg
Author URI: snowbooks.com / shorttermmemoryloss.com / twelve22.org
Version: 2.0
*/

body {
	padding: 0px;
  	margin: 0px;
  	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
  	color: #f8f4db;
  	background: #ffffff url('../wintertheme/winter_bg.jpg') no-repeat center top;
	text-align: center;	
	}
	
/* BEGIN LAYOUT 
------------------------------------------------------- */

#main {
	margin: 130px auto 20px auto;
	padding: 0 10px;
	width: 775px;
	background: #fff;
	border: 1px solid #867f70;
	text-align: left;
	}

#sidebar {
	float: left;
	width: 200px;
	margin: 10px 0 0 0;
	padding: 5px;
	text-align: center;
	}

.sidebarblock {
	background: transparent;
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
	text-align: left;
	}
	
.mainblock {
	background: transparent;
	padding: 5px 0px 80px 0;
	margin: 0px 0px 20px 0px;
	text-align: left;
	}

#mainpanel {
	float: left;
	width: 540px;
	margin: 0;
	padding: 10px;
	background: transparent;
	text-align:left;
	}

img.spacer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#footer {
	clear: both;
	background: #fff url('../wintertheme/column_bottom.jpg') no-repeat center bottom;
	padding: 20px;
	}

/* Navbar
-------------------------------------------------------  */

.links {
	text-align:center;
	font-size: 14px;
	text-transform: lowercase;
	padding: 5px 0 7px 0px;
        background-color: #a9d5f3;
        box-shadow: 2px 5px 5px #b1cfe2;
	}

.links a:link, .links a:visited {
	padding: 15px;
color: #fff;
	}

.links a:hover {
	padding: 15px;
	color: #065c95;
	
	text-decoration: none;
	}

.links a:active {
	padding: 5px;
	color: #fff;
	background-color: #293240;
	text-decoration: none;
	}

#sidebar p {        
        color: #698ba2;
        }

/* BEGIN BASIC STYLES
-------------------------------------------------------  */

h1 {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	padding: 20px;
	color: #444131;
	}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #2496c0;
	margin-top: 20px;
	margin-left: 20px;
        text-shadow: 0 0 0.2em #8398bb;
	}

p {
	color: #444131;
	text-align: left;
	}

p.center {
	text-align: center;
	}

p.left {
	text-align: left;
	}

p.blurb {
	font-size: 12px;
	line-height: 18px;
	}

p.blurb a {
	text-decoration:underline;
	}

#sidebar p {
	text-align: left;
	}

#sidebar img {
	text-align: center;
	}

#sidebar h2 {
	margin-left: 0px;
	}

#mainpanel p {
	margin-left: 20px;
	margin-right: 20px;
	}

ul {
	list-style: none;
	}
	
li {
	color: #46546E;
	text-align: justify;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 20px;
	background-image: url('http://www.snowbooks.com/weblog/SnowBullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#sidebar ul {
	margin-left: 0px;
	}

/* LINK STYLES
-------------------------------------------------------  */

a, a:visited {  
	color: #418cbd; 
  	text-decoration: none;
       	}

a:hover {
  	text-decoration: underline;
        }

a:bloglink {
           font-style: bold;
           }

/* IMAGE STYLES
-------------------------------------------------------  */

a img, a:hover img {
	border: 0;
	text-decoration: none;
	}

