/*  
Theme Name: ABN - Blog Default Theme
Theme URI: http://asiablogging.com/
Description: Blog default theme for Asia Blogging Network
Author: Thomas Arie Setiawan
Author URI: http://orangescale.net/
*/

@import url("entry.css");
@import url("basic.css");

* {
margin: 0;
padding: 0;
}
.abn-clear {
clear: both;
}

a {
color:#990000;
}

body {
background: #ececec;
color: #222;
font: 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
text-align: center;
}
img {
border: none;
}

.abn-wrapper {
border-top: 8px solid #76b80c;
width: 925px;
margin: 0 auto;
text-align: left;
background: #fff url(images/bg-grid.gif) top left repeat-y;
}

.splash-head {
height: 200px;
color: #fff;
}
	.splash-head h1, .splash-head p {
	margin-left: 520px;
	margin-right: 15px;
	}
	.splash-head h1 {
	font: bold 28px Arial, Helvetica, sans-serif;
	letter-spacing: -0.8px;
	padding-top: 20px;
	}
	.splash-head a:link, .splash-head a:visited, .splash-head a:hover, .splash-head a {
	color: #fff;
	border: none;
	text-decoration: none;
	}
	.site-excerpt {
	padding-top: 10px;
	}
	


.abn-stage {

}
	.abn-col-A, .abn-col-B, .abn-col-C {
	float: left;
	}
	.abn-col-A {
	width: 500px;
	}
		.abn-col-A-i {
		padding: 25px 15px;
		}
	.abn-col-B, .abn-col-C {
	width: 210px;
	}
		.abn-col-B-i, .abn-col-C-i {
		padding: 15px 0;
		}
	
.abn-footer {
clear: both;
border-top: 3px solid #666;
background: #111;
color: #fff;
}
	.abn-footer-i {
	padding: 10px 15px;
	}
	.abn-footer a,.abn-footer a:visited,.abn-footer a:link, .abn-footer a:hover {
	color: #fff;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	}
	p.abn-linkout {
	padding-top: 6px;
	font-size: 10px;
	}


.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}			