/*---------------------------------------------*/
/* Blog Styles
/*---------------------------------------------*/
#nation-blog {
	float: left;
	position: relative;
	margin: 0;
	padding: 30px 0 0 0;
}

#nation-blog article {
	float: left;
	position: relative;
	width: 900px;
	margin: 0;
	padding: 0 0 39px 0;
	background: transparent url('../images/global-border.gif') no-repeat 0 0;
}
#nation-blog article.first {
	background: transparent;
}

#nation-blog header {
	margin: 0;
	padding: 0;
}

.content {
	float: left;
	display: inline;
	width: 276px;
	margin: 0;
	padding: 72px 37px 39px 0;
}
#nation-blog article.first .content {
	padding-top: 33px;
}

#nation-blog h1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 15px 0;
	color: #747474;
	font-size: 1.25em;
	font-weight: 400;
}

#nation-blog h1 a {
	color: #747474;
	text-decoration: none;
}
#nation-blog h1 a:hover {
	color: #61abc0;
}

#nation-blog dl {
	margin: 0;
	padding: 0;
	color: #61abc0;
	font-size: 1em;
}

#nation-blog dt,
#nation-blog dd {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#nation-blog dd {
	padding-left: 3px;
	padding-bottom: 21px;
}

#nation-blog dt.post-date {
	display: none;
}

#nation-blog dd.post-date {
	float: none;
	position: absolute;
	display: block;
	top: 39px;
	left: 0;
	padding: 0 2px 3px 3px;
	color: #fff;
	font-size: 0.875em;
	text-transform: uppercase;
}
#nation-blog article.first .post-date {
	top: 0;
}

#nation-blog .image-display {
	float: right;
	position: relative;
	width: 581px;
	margin: 39px 0 0 0;
	overflow: hidden;
	border: 3px solid #fff;
	background: #e7e7e7;
}

#nation-blog .image-display:hover {
	border-color: #cecccc;
}

#nation-blog .static:hover {
	border-color: #fff;
}

#nation-blog .first .image-display {
	margin-top: 0;
}

#nation-blog img {
	float: left;
	margin: 0;
}

#nation-blog img.dynamic {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
#nation-blog article.first img {
	margin-top: 0;
}

#nation-blog a:hover img {
	border-color: #cecccc;
}

#nation-blog p {
	float: left;
	width: 100%;
}

#nation-blog footer {
	position: absolute;
	width: 275px;
	bottom: 39px;
	left: 0;
	margin: 0;
	padding: 0;
	background: none;
}

#nation-blog footer ul {
	float: right;
	margin: 0;
	padding: 6px 0 0 0;
	list-style: none;
}

#nation-blog footer .like-button {
	padding: 3px 0 0 0;
	overflow-x: hidden;
}

#nation-blog footer li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 1px;
}

#nation-blog footer li a {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	font-size: 0.01em;
	text-decoration: none;
	text-indent: -99999px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nation-blog footer li.location a {
	display: block;
	height: auto;
}

#nation-blog footer li.previous a {
	background-image: url('../images/project-nav-previous.gif');
}
#nation-blog footer li.next a {
	background-image: url('../images/project-nav-next.gif');
}

#nation-blog footer li.previous a.disabled,
#nation-blog footer li.next a.disabled {
	cursor: default;
	background-position: 0 -17px;
}

#nation-blog footer li a:hover {
	background-position: 0 -17px;
}

/*---------------------------------------------*/
/* Page Nav Styles
/*---------------------------------------------*/
.page-nav {
	width: 100%;
	margin: 0;
	padding: 0;
}

.page-nav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

.page-nav a {
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 0.01em;
	text-indent: -99999px;
	text-decoration: none;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.page-nav a:hover {
	background-position: 0 -30px;
}

.page-nav li#newer a {
	width: 78px;
	background-image: url('../images/blog-button-newer.gif');
}
.page-nav li#older a {
	width: 82px;
	background-image: url('../images/blog-button-older.gif');
}

#blog .page-nav li.divided a {
	width: 89px;
	background-image: url('../images/blog-button-newer-divided.gif');
}