/*
Theme Name: ABN Portal
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */

@import url("r.css");
@import url("box.css");
@import url("txt.css");

body {
font: 11px Verdana, Arial, sans-serif;
background: #eee;
color: #111;
text-align: center;
}

a, a:link, a:visited {
color: #990033;
}
a:hover {
color:#FF0000;
}

#header {
padding: 10px 0;
}
#header h1 {
width: 230px;
height: 50px;
text-indent: -9999px;
display: block;
}
h1 a {
width: 230px;
height: 50px;
display: block;
background: transparent url(images/logo.png) top left no-repeat;
}

.abn-container {
width: 980px;
margin: 0 auto;
text-align: left;
background: #fff;
}

.abn-maintopnav {
background: #7e1500;
text-align: center;
margin-top: 6px;
}
	.abn-maintopnav-i {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}
	.abn-maintopnav-i ul {
	list-style-type: none;
	}
	.abn-maintopnav-i ul li {
	float: left;
	}

	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
	
	.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0 0 0;
	border-top: none;
	background: #7e1500;
	}
	
	.solidblockmenu li{
	display: inline;
	}
	
	.solidblockmenu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #973420;
	}
	.solidblockmenu li#page-home a {
	border-left: 1px solid #973420;
	margin-left: 20px;
	}
	.solidblockmenu li a:visited {
	color: #fff;
	}
	
	.solidblockmenu li a:hover, .solidblockmenu li.current_page_item {
	color: #fff;
	background: #b2270c;
	}

.lv {
width: 100%;
}
.lvc {
padding: 15px 0;
width: 100%;
}

.lv-main {
clear: both;
}
.lv-mc {
width: 640px;
float: left;
}

.lv-mcc {
padding: 20px 0px 20px 20px;
}
.lv-cm {
width: 320px;
float: right;
}
.lv-cmc {
padding: 20px 20px 20px 0px;
}

.lv-helloc {
padding: 20px 20px 10px 20px;
font: 20px Arial, Verdana, sans-serif;
}





.abn-foot {
clear: both;
font-size: 11px;
text-align: center;
}
.abn-foot a, .abn-foot a:link, .abn-foot a:visited {
color: #111;
text-decoration: underline;
}

	.abn-foot-i {
	margin: 0 auto;
	text-align: left;
	padding: 10px 20px;
	}
	.abn-foot-i span {
	float: right;
	color: #666;
	}


.cl:after, .cf:after, .post:after, .comment:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.cl, .cf, .post, .comment {display: inline-block;}
/* Hides from IE-mac \*/
* html .cl, * html .cf, * html .post, * html .comment {height: 1%;}
.cl, .cf, .post, .comment {display: block;}
/* End hide from IE-mac */
img#wpstats{width:0px;height:0px;overflow:hidden}

