/*
Theme Name: Nyahoon
Template: spacious
*/

@import url('../spacious/style.css');

.header-post-title-class {
	float: left;
	font-size: 22px;
	padding-bottom: 0;
}
.header-post-title-page-link-class {
	float: left;
	padding-top: 8px;
}
.header-post-title-link-class {
	float: right;
	padding-top: 8px;
}
.header-post-title-app-link-class {
	float: right;
	padding-top: -12px;
}

/* News Table*/
.nyahoon-news-table table {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0; 
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.nyahoon-news-table th {
	color:white;
	background-color:#808080;
	border-style: none;        
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}
.nyahoon-news-table tr:last-child {
	border-style: none;
	border-width: thin;
}
.nyahoon-news-table td {
        margin-top:2px;
	border-style: none;
}
.nyahoon-news-table tb:first-child {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}
.nyahoon-news-table tr:last-child tb:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
.nyahoon-app-link {
	display:inline;
	margin:0 10px;
	vertical-align:middle;
	height:0;
}
.nyahoon-app-link img {
	margin:0;
	padding:4px 0;
}
.pagination{
	text-align: center;
	font-size: 18px;
	vertical-align:bottom;
	margin: 0px;
}
.pagination span {
	padding: 5px 10px;
	border: 1px solid #EAEAEA;
	background-color: #0FBE7C;	
	color: #FFFFFF;
}
.pagelink{
	text-align: center;
	font-size: 18px;
	vertical-align:bottom;
	margin: 10px 0 25px 0;
}
.pagelink span {
	padding: 5px 10px;
	border: 1px solid #EAEAEA;
	background-color: #0FBE7C;	
	color: #FFFFFF;
}
.footnote {
	font-size: 13px;
}
.footnote p {
	font-size: 13px;
}
