/*
Theme Name: SiversIma
*/


/* Begin Images */
h1 {
	font-size: 18px;
	font-weight: normal;	
}


p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
.sidebar .bottom{
	background:url(images/sidebar-bottom.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
}
.sidenav{
	margin:16px 10px;
	padding:0;
	list-style:none;
	font-size:16px;
}
.sidenav li{
	height:1%;
	vertical-align:top;
	line-height:24px;
}
.sidenav ul{
	margin:1px 0 -1px 35px;
	padding:0;
	list-style:none;
	font-size:14px;
}
.sidenav li a{
	padding-left:12px;
	text-decoration:none;
}
.sidenav li.current_page_item a, .sidenav li.current_page_parent a{color:#2f63b2;}
.sidenav li.current_page_item li a{color:#222;}
.sidenav li a:hover{
	text-decoration:underline;
	background: url(images/bullet1.gif) no-repeat 0 3px;
}
.sidenav li li a:hover{background:none;}

.inner .main-column {
	margin:-4px 42px 0 0 !important;
}
.postheader {
font-size:1.1em; color:#16306e; font-weight: normal;
}

.main-column h1 {
	font-size: 18px;
	font-weight: normal;	
}
