#latest{
	height:200px;
	position:relative;
}

#latest li{
	display: inline;
	float: left;
}

.latest{
	position:absolute;
	bottom:0;
}
.latest1{
	left:0px;
	width:90px;
}
.latest2{
	left:60px;
	width:120px;
}
.latest3{
	left:120px;
	width:150px;
}
.latest4{
	left:180px;
	width:180px
}
.latest5{
	left:280px;
	width:210px;
}
.latest6{
	left:400px;
	width:240px;
}
.latest7{
	left:520px;
	width:270px;
}
.latest8{
	left:640px;
	width:300px;
}

#sidebar a{
	display:block;
	position:relative;
}

#sidebar a img{
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	display: block;
	border: 2px solid #444;
	box-shadow:rgba(102,102,102,0.4) 0px 2px 3px;
	-webkit-box-shadow:rgba(102,102,102,0.4) 0px 2px 3px;
	-moz-box-shadow:rgba(102,102,102,0.4) 0px 2px 3px;
}

/******** SITE CLASS CSS ********/

.article{
	padding:10px;
	position:relative;
}

.post-edit-link{
	position:absolute;
	top:15px;
	right:10px;
}

.print, .web, .brand{
	background-image: url(_img/site-sprite.png);
	position: absolute;
	top:-5px;
	right:3px;
	height:60px;
	width:60px;
	text-indent:-9999px;
}

.print{
	background-position: -10px -90px;
}

.web{
	background-position: -10px -10px;
}

.brand{
	background-position: -10px -170px;
}

.vdivider{
	width:1px;
	height:100%;
	margin-right:-5px;
	margin-top:-10px;
	background:#222;
	background:rgba(102,102,102,0.2);
	-webkit-box-shadow: 0px -1px 1px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px -1px 1px rgba(255,255,255,0.8);
	box-shadow: 0px 0px -1px rgba(255,255,255,0.8);
	float:right;
}

.cols{
	overflow: visible!important;
}

/******** COMMENT FORM CSS ********/

#commentform label, #commentform input, .mceEditor, #contactform label, #contactform input{
	margin-bottom:10px;
}
#commentform label{
	margin-left:10px;
}
#commentform textarea, #contactform textarea{
	width:100%!important;
	height:80px;
}

input#submit{
	margin-top:10px;
}