/*  
Theme Name: IFASA
Theme URI: http://ifasa.titasforge.com/
Description: A blueprintCSS based theme.
Version: 1.0
Author: Michael griffith
Author URI: http://brainybots.com/
*/

body {
	background-image:url(images/header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top; 
	background-color: #011E46;
	color: #fff;
	font-size: 90%;
}
h1 { font-size: 110%; }
h2 { font-size: 105%; }

a {
	color: #306BBF;
	text-decoration: underline;
}
a:hover {
	color: #5679AC;
	text-decoration: none;
}

#header {
	margin-bottom: 10px;
}
#header h1 img {
	display: block;
	margin: 5px auto;
}
.post {
	background-color: #CFD8E6;
	color: #011E46;
	border: 1px #000 solid;
	border-bottom: 2px #000 solid;
	padding: 15px;
}
.postNavigation {

}
.timestamp {
	font-size: 80%;
}
#pageCol h2 {
	margin: 10px 0;
	color: #000099;
	font-weight: bold;
}

.calEvent {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #011E46;
}
.calEventDate {
	font-style: italic;
}
.calEventTitle {
	color: #011E46;
	font-weight: bold;
}

h2.archive {
	color: #fff894;
}

#sidebar h2 {
	margin: 10px 0;
	color: #fff894;
	border-bottom: 1px solid #fff894;
}
#sidebar ul {
	list-style: none;
	margin: 0;
}
#sidebar a {
	color: #63A7FF;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #4575B3;
	text-decoration: none;
}

.pagenav ul li ul {
	padding-left: 15px;
}
#footer {
	background-color: #011E46;
}