/*
Theme Name: Read Alert
Author: Stephen Duff
Author URI: sduff.devel.blogs.slv.vic.gov.au
Version: 2012
Tags: State Library of Victoria, SLV, Blog, Read alert
*/

body {
background:#CAD3B4 url(images/bgd_canvas.gif) repeat top center;
}

#content a { color:#3E7677; }

#shadow {
background:url(http://www.slv.vic.gov.au/sites/all/themes/slv_960/images/bgd_tile.png) repeat-y center;
margin:0 auto;
width:1020px;
}

.blog_heading {
background:url(images/header_read_alert.png) no-repeat;
height:80px;
margin-bottom:20px;
}

.post-month { text-transform:uppercase; }

.entry ol, .entry ul {
font-size: 1.3em;
line-height: 1.6em;
margin: 0 0 15px 25px;
}

.entry ol {
list-style-type: decimal;
}

.entry ul {
list-style-image: url(http://www.slv.vic.gov.au/sites/all/themes/slv_960/images/bullet_bodytext.png);
}

#sidebar { background-color:#fdf9f6; }

#sidebar .sponsors img {
border:1px solid #D5D5D5;
display:block;
margin-bottom:10px;
}

img.alignleft, img.alignright { padding:15px; }

/* Grabbed from Burke & Wills for a simple header */
.master-header
{
	text-align:right;
	background:black;
	line-height:30px;
	color:white;
	font-size:11px;
}
.master-header a
{
	color:white;
	text-decoration:none;
}

.master-header a:hover
{
	text-decoration:underline;
}

.master-header .left
{
	float:left;
}

.container_inner{ width:960px; margin:0px auto;}
