/*
THEME NAME: BA Systems
THEME URI: http://basystemsllc.com
DESCRIPTION: Custom Built theme for BA Systems
VERSION: 1.0
AUTHOR: <a href="http://www.snacksize.com">Jim Webb</a>
AUTHOR URI: http://www.snacksize.com
*/

@import "reset.css";



html {
	/* makes background-position: bottom for #wrapper work in IE */
	height: 100%;
}
body {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: black;
	margin: 0;
	padding: 0;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	min-width: 975px;
	background: #137bbc url(images/background_page.jpg) no-repeat bottom center;
	overflow: auto;
}

.clear {
	clear: both;
}

a, a:visited, .post-content a {
	color: #106dad;
	font-weight: bold;
}

strong {
	font-weight: 700;
}


blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#header {
	background: #ebebeb url(images/background_header.jpg) repeat-x bottom center;
	min-width: 975px;
}

#header .inner {
	width: 975px;
	margin: 0 auto;
	position: relative;
}

#logo {
	text-indent: -9999px;
	}

#logo a {
	display: block;
	width: 365px;
	height: 130px;
	color: #333333;
	background: transparent url(images/ba_logo.png) no-repeat 20px 3px;
	behavior: url(iepngfix/iepngfix.htc);
}

#header #menu {
	position: absolute;
	right: 0;
	bottom: 0;
}

#menu ul li {
	float: left;
	padding: 0px 0px 0px 14px;
	
}

#menu ul li a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 16px 17px 11px 5px;
	font-size: 13px;
}

#menu ul li.current_page_item a {
	color: white;
	background: transparent url(images/background_tab_right.png) no-repeat right bottom;
	behavior: url(iepngfix/iepngfix.htc);



}

#menu ul li.current_page_item {
	background: transparent url(images/background_tab_left.png) no-repeat left bottom;
	behavior: url(iepngfix/iepngfix.htc);

}

#container {
	width: 975px;
	margin: 26px auto 0px auto;
	background: transparent url(images/background_content_top.png) no-repeat top center;
	behavior: url(iepngfix/iepngfix.htc);
	_background: white; /* IE6 only */
	overflow: auto;
}

#sidebar {
	float: right;
	width: 365px;
	background-color: white;
}


#container .inner {
	background: transparent url(images/background_content.png) repeat-y center;
	padding: 17px 30px 0px 30px;
	margin-top: 13px;
	overflow: auto;
}


#content {
	width: 520px;
	float: left;
	background-color: white;
}

.post {
	margin-bottom: 0px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.post-content h1 {
	font-size: 36px;
	line-height: 1.3;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	color: #666;
}

.post-content h2 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
	margin: 15px 0 15px 0px;
	color: #666;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin: 15px 0;
	color: #000;
}

.post-content h4 {
	font-size: 100%;
	font-weight: 700;
	padding-bottom: 5px;
	margin: 15px 0;
	color: #000;
}

.post-content h5 {
	font-size: 90%;
	font-weight: 700;
	padding-bottom: 5px;
	margin: 5px 0;
	color: #000;
}

.post-content h6 {
	font-size: 70%;
	font-weight: 700;
	padding-bottom: 5px;
	margin: 5px 0;
	color: #000;
}

.post-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-content .teaser {
	background-color: #eaf7fd;
	padding: 20px 24px;
	border: 1px solid #b7d5ea;
	margin-bottom: 24px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.teaser h1, .teaser h2 {
	color: black;
	font-weight: bold;
}

.teaser h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}

.teaser h2 {
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 0px;
	text-align: center;
}

#footer {
	clear: both;
	margin: 0 auto 25px auto;
	width: 975px;
	background: transparent url(images/background_footer.png) no-repeat bottom center;
	behavior: url(iepngfix/iepngfix.htc);

}

#footer .inner {
	padding: 10px 30px 3px 30px;
}

#tagline {
	text-align: right;
	font-style: italic;
	font-size: 18px;
	color: #999;
	padding: 0px 0px 22px 0px;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
	padding-right: 40px;
	padding-top: 8px;
	padding-bottom: 13px;

}

#footer ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

#copyright {
	float: right;
	font-size: 75%;
	padding-top: 10px;
	color: #b7d5ea;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}