/*
Template name: Baron Mastery Institute General
Template URI: http://rakit.ca
Release date: 2010-01-13
Description: One Column, lightweight design
Author: Agustian Hermanto
Author URI: http://rakit.ca/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.rakit.ca/license/
*/

/* elements */
body {
	background: #f5f5f5 url(images/blue-bg.png) repeat-x top center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 1.0em sans-serif,Arial;
}

a {
	color: #000;
	text-decoration: none;
}

a img {border: none;}

strong {color: #000000;}

a:hover {text-decoration: underline;}

.logo a {
	background: url(images/af-logo.png) no-repeat; display: block; height: 220px;
}

#logo {
	position: absolute;
	top: 0px;
	}

/* main */
.main {
	background: #fff; 
	border: 3px double #eee; 
	border-color: #e4e4e4 #cfcfcf #ccc #cfcfcf; 
	margin: 110px auto 4px auto; 
	text-align: left;
	width: 900px; 
}
.container {
	margin: 10px;
}

/* content */
.content {
	margin-top: 12px;
	clear: both;
}
.content h1 {
	margin: 5px 0px 8px 0px;
	font: bold 2.0em sans-serif,Arial;
	color: #1b2f4a;
	padding: 5px;
	text-align: center;
}

.content h2 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}

.content h3 {
	color: #990000;
	text-align: center;
	margin: 25px 0;
	}

.content p {
	margin: 13px 0 6px; color: #666;
	line-height: 1.2em
}

.content blockquote {
	text-align: center;
	font-style: italic;
	color: #1b2f4a;
	font-weight: bold;
	}

.content ul li{
	margin: 15px 0 6px; color: #666;
	line-height: 1.2em;
	list-style-image: url(images/arrow.png);
}

.item {
	background: #fcfcfc url(images/bgitem.png) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #205e85;
	font-size: 0.6em;
}
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}