/*
Theme Name: Busby SEO Test
Theme URI: http://thesky.asia/busby-seo-test
Description: Themes for Seo WorldCup V2 - Busby SEO Test
Version: 1
Author: sky
Author URI: http://thesky.asia/
*/

.alignright { float: right; }
.alignleft { float: left; }
.clearfloat { clear: both;}
* {
	margin: 0; 
	padding: 0;
}
li {
	list-style-position: inside;
}
h1, h2, h3 {
	margin-top: 20px;
}
p {
	margin-bottom: 20px;
}
body  {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background: #ddd;
}
#container  {
	width: 780px;  
	margin: 0 auto;
	text-align: left;
	position: relative;
} 
#header  {
	height: 160px;
	color: #333;
	background: url(images/header.png) repeat-x;
	margin-bottom: 10px;
	text-align: center;
} 

#mainContent  {
	float: left;
	width: 540px;
	padding: 0 10px 30px 10px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
.post {
	background: #eee;
	padding: 25px 0 10px;
	position: relative;
}
.post .post-meta-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 5px;
	height: 20px;
	line-height: 20px;
	color: #fff;
}
.post h2 {
	margin: 0;
	height: 36px;
	background: url(images/box-title.png) repeat-x;
	text-align: center;
}
.post h2 a {
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 36px;
}
.post .post-content {
	margin: 20px;
}
.post .post-content p {
	margin: 15px 0;
}
.post .post-content li {
	margin-left:25px;
	list-style-position: outside;
}
.post .post-content blockquote {
	margin: 20px;
	background-color: #ddd;
	padding: 5px;
}

.post .border {
	position: absolute;
	background:none no-repeat;
}
.post .border.box-tl {
	top: 0px;
	left: -10px;
	width: 10px;
	height: 25px;
	background-image: url(images/box-tl.png);
}
.post .border.box-tr {
	top: 0px;
	right: -10px;
	width: 10px;
	height: 25px;
	background-image: url(images/box-tr.png);
}
.post .border.box-bl {
	bottom: 0px;
	left: -10px;
	width: 10px;
	height: 10px;
	background-image: url(images/box-bl.png);
}
.post .border.box-br {
	bottom: 0px;
	right: -10px;
	width: 10px;
	height: 10px;
	background-image: url(images/box-br.png);
}
.post .border.box-left {
	top: 0px;
	left: -10px;
	width: 10px;
	height: 100%;
	background: url(images/box-left.png) repeat-y;
}
.post .border.box-right {
	top: 0px;
	right: -10px;
	width: 10px;
	height: 100%;
	background: url(images/box-right.png) repeat-y;
}
.post .border.box-title-left {
	top: 25px;
	left: -10px;
	width: 10px;
	height: 36px;
	background: url(images/box-title-left.png) repeat-y;
}
.post .border.box-title-right {
	top: 25px;
	right: -10px;
	width: 10px;
	height: 36px;
	background: url(images/box-title-right.png) repeat-y;
}
.post .border.box-tm {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: url(images/box-tm.png) repeat-x;
}
.post .border.box-bm {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background: url(images/box-bm.png) repeat-x;
}


/* Footer Style */
#footer  {
	clear: both;
	padding: 0 20px;
	background-color: #600;
	color: #fff;
	font-size: 0.8em;
	background: url(images/footer.png) repeat-x;
	height: 80px;
	text-align: left;
	position: relative;
	font: 8pt Arial, Helvetica, sans-serif;
}
#footer img {
	float: right;
} 
#footer p {
	margin: 0;
}


#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer ul {
	padding: 15px 0 10px;
}
#footer li {
	display: inline;
	border-left: 1px solid #fff;
	padding: 0 7px;
}


#header #indonesian {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #FFFFFF;
	font: bold 9pt Arial, Helvetica, sans-serif;
}
#navigation {
	margin: 20px;
}
#breadcrumb {
	margin: 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color: #fff;
	background: #eee;
	padding:8px 0 0 15px;
	background: url(images/bc-center.png) repeat-x;
	height: 50px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
}
#breadcrumb .border {
	position: absolute;
	top: 0px;
	height: 60px;
	width: 10px;
}
#breadcrumb .border.left{
	left: 0px;
	background: url(images/bc-left.png) repeat-x;
}
#breadcrumb .border.right{
	right: 0px;
	background: url(images/bc-right.png) repeat-x;
}

#breadcrumb h1 {
	display: inline;
	font-size: 11pt;
	font-weight: bold;
}
#breadcrumb a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	color: #fff;
}
#breadcrumb #description {
	margin: 5px 0;
	font: bold 12pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	align: center;
}

h2 a {
	font-size: 0.8em;
	text-decoration: none;
}

#sidebar  {
	float: left; 
	width: 220px;
	position: relative;
}
h2#sidebar-title {
	margin-top: 0;
}
#sidebar-title  {
	background: url(images/sidebar-top.png) no-repeat;
	height: 40px;
	color: #FFFFFF;
	font: bold 14pt Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 40px;
}
#sidebar-body  {
	background: url(images/sidebar-body.png) repeat-y;
}
#sidebar-footer {
	display: block;
	color: #666666;
	font: 7pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	height: 25px;
	width: 200px;
	background: url(images/sidebar-bottom.png) no-repeat;
	padding-top: 5px;
	padding-right: 20px;
	/*_margin-top: -50px;*/
}

#sidebar-body li {
	list-style-type :none;
	margin: 0;
}
.widget a {
	text-decoration: none;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #444;
}
.widget a:hover {
	text-decoration: underline;
	color: #00F;
}
.widget {
	font-size: 0.8em;
	margin: 0;
	padding: 30px 20px 0;
	position: relative;
}
.widget li {
	background: url(images/arrow-blogroll.gif) no-repeat left center;
	padding: 3px 0 3px 15px;
	border-bottom: 1px solid #aaa;
}
.widget ul.custom li {
	background: none;
	padding: 3px 10px 3px 10px;
	border-bottom: none;
}
.widget ul.wp-tag-cloud li {
	background: none;
	padding: 3px;
	border-bottom: none;
	display: inline;
}

.widget h2 {
	background: url(images/sidebar-title.png) no-repeat;
	font: bold 12pt Arial, Helvetica, sans-serif;
	line-height: 28px;
	padding: 0 0 0 30px;
	color: #666;
	margin: 0;
	position: absolute;
	top: -1px;
	left: 0px;
	_left: -36px;
	width: 220px;
	cursor: pointer;
}

.secondary {
	padding: 25px 0 10px;
	float: left;
	width: 260px;
	font-size: 0.9em;
	height: 200px;
}

.secondary.right {
	float:right;
}
.secondary h2 {
	margin: 0;
	height: 25px;
	background: url(images/box-title2.png) repeat-x;
	text-align: left;
	padding-left: 5px;
}
.secondary h2 a {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 25px;
}

.secondary .post-content{
	margin: 5px;
}
.secondary .post-content p{
	margin: 0;
}
.secondary * {
	margin: 0;
	padding: 0;
}

.secondary h2 {
	background-color: #ddd;
}

.post-comment textarea {
	width: 400px;
}

#navigation .link-prev {
	float:left;
}
#navigation .link-next{
	float: right;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
