/*
Theme Name: ADAO
*/
.nav > li:first-child > a:hover,
.nav > li:first-child > a.current{
     background:#878a79 url(images/bg-nav-left.gif) no-repeat;
}
.nav > li:last-child > a:hover,
.nav > li:last-child > a.current{
     background:#878a79 url(images/bg-nav-r.gif) no-repeat 100% 0;
}
.nav > li:last-child ul a:hover,
.nav > li:last-child ul a.current{
    background:none;
}
.nav > li:last-child ul a:hover,
.nav > li:last-child ul a.current{
     background:none;
}
#newsletter-box{
	background: url(images/bg-form.gif) no-repeat;
	width: 254px;
	height: 39px;
	padding:15px 0 0 10px;
	overflow:hidden;
}
#newsletterFormDiv input{
	float:left;
}
#newsletterFormDiv .newsletterTextInput{
	width:164px;
	border:1px solid #000;
	height:18px;
	margin:0 3px 0 0;
	padding:4px 5px 2px;
	color:#162c13;
}
#newsletterFormDiv .submit{
	width:66px;
	background:#01628d;
	border-style:none;
	height:26px;
	color:#f8f6e0;
	cursor:pointer;
}
.newsletter-inner{
	margin:0 0 4px;
}
.newsletter-inner{
	background: url(images/bg-story-inner.gif) repeat-y;
	width:261px;
	padding:15px 0 33px 20px;
	height:auto;
}
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 !important;
}
.alignleft {
	float: left !important;
}
.navigation {
	display:block;
	padding: 5px 0;
}
.avatar{
	float: left !important;
	margin:2px !important;
}
.single-post{
	padding-bottom: 0px;
}


