/* deactivate headline, for every pages/posts, actually hide them */
div.page div.post-headline {
	display: none;
}

#archives ul li a:link, #archives ul li a:active, #archives ul li a:visited {
  border-left: solid 7px LightSeaGreen;
}

#archives ul li a:hover {
  border-left: solid 7px LightSeaGreen;
  color: LightSeaGreen;
}

#ngg-webslicer {
	font:25px Times New Roman, Arial, Verdana, sans-serif;
	font-style:normal;
	font-weight:lighter;
	/*background:url("/images/wood-texture.jpg");*/
	text-align:right;
        padding-right:30px;
        height:50px;
        padding-bottom:0px;
        padding-top:0px;
        margin-bottom:0px;
        background:lightseagreen;
        border: solid 1px grey;
}
#ngg-webslice {
	font:14px Times New Roman, Arial, Verdana, sans-serif;
	font-style:normal;
	font-weight:lighter;
        padding-right:30px;
        height:50px;
        padding-bottom:0px;
        padding-top:0px;
        margin-bottom:0px;
}

/* change css inside widget */ 

/* post title links, no changed needed */
div#sideposts-417150261 li a:link,
div#sideposts-417150261 li a:active,
div#sideposts-417150261 li a:visited,
div#sideposts-417150261 li a:hover {

}

/* make the "Read More" links displayed inline (beside the text), instead of creating a new line (block) 
* this works for atahualpa 3.3.3. We don't need this anymore for atahualpa 3.4! */
div#sideposts-417150261 li a.more-link:link,
div#sideposts-417150261 li a.more-link:active,
div#sideposts-417150261 li a.more-link:visited,
div#sideposts-417150261 li a.more-link:hover {
display: inline;
padding-left: none;
border-left:none;
}

/* add some distance between posts in sideposts widget */
div#sideposts-417150261 li {
margin-top: 26px;
}

span.sideposts_date {

}
