/*  
Theme Name: iLi
Theme URI: http://www.centerline.net/
Description: This theme was built for iLearningi, and based on The Abstract Blue wordpress theme.
Version: 1.0
Author: John Lane
Author URI: http://www.centerline.net/
*/


* {
	margin: 0 auto;
	padding: 0;
}

body {
	background: #FFFFFF url("images/background.jpg") no-repeat top center;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #707070;
	margin:0;
	padding:0;
	text-align:center;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #808080;
}

#header {
	width: 800px;
	height: 127px;
	background: #FFF url("images/header.jpg") no-repeat top center;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

.widget{
	list-style-type:none;
}

#header a{
	color: #fff;
	text-decoration:none;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#horizontal {
	width: 800px;
	height: 25px;
	background: url("images/horizontal.jpg") no-repeat top center;
	font-weight: bold;
	font-size: 8pt;
}

#horizontal h2 {
	text-align: right;
	padding-top: 3px;
	padding-right: 35px;
	font-size: 8pt;
	color: #FFFFFF;	
}

#horizontal a, #horizontal a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#horizontal a:hover {
	color: #32529E;
	text-decoration: none;
}

#horizontal ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#horizontal li {
	display:inline;
}


#right-column {
	color: #808080;
	width: 230px;
	float: left;
}

#right-column h2{
	padding: 5px 0px 0px 0px;
	height: 26px;
	font-size:12px;
	text-transform: uppercase;
	text-indent: 20px;
	text-align:left;
}

#right-column ul{
	padding: 0px 0px 5px 0px;
	list-style-type:none;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 40px;
	text-align:left;
}

#right-column a{
	text-decoration:none;
}

.nodisplay {
    left: -5000px;
    position:absolute;
}

.category{
    background:url("images/categories.jpg") no-repeat top left;
	width:230px;
	height:26px;
}

.recent{
    background:url("images/recentposts.jpg") no-repeat top left;
	width:230px;
	height:26px;
}

.archive{
    background:url("images/archives.jpg") no-repeat top left;
	width:230px;
	height:26px;
}

.pages{
    background:url("images/links.jpg") no-repeat top left;
	width:230px;
	height:26px;
}

#content {
	float: left;
	width: 525px;
	margin: 0px 5px 0px 10px;
	text-align:left;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #32529E;
	margin-bottom: 5px;
	padding-left: 14px;
	text-align:left;
}

#content a{
	color: #32529E;
	text-decoration:none;
}

.blue {
	color: #32529E;
}

.black {
	color: #000;
}

p {
	margin-bottom: 20px;
	padding-left: 14px;
	text-align:left;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url("images/searchbox.gif") no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	font-size: 7pt;
	color: #AAAAAA;
	background: #F9F9F9;
	clear: both;
	width: 545px;
	margin-right: 5px;
	height: 35px;
	border: 1px solid #E4E4E4;
	float: right;
	text-align:left;
}

#footer a, #footer a:visited{
	color: #AAAAAA;
}

#footer a:hover {
	color: #32529E;
}

blockquote{
	padding:0px 0 0 20px;
	background: url("images/articlebg.gif") top left repeat-y;
}

ol.commentlist {
	margin:20px;
}

.alt{
	background:#eee
}