
/*
Theme Name: WordPress Default
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

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	/*TODO- move into this folder*/
	background: #ffffff url(bg.jpg) top left repeat-x;
}

table {
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0247AD;
}

#page {
	width: 900px;
	margin: 0 auto;
}

#header {
	background-image: url(aafcs-banner.png);
	width: 900px;
	margin: 0 auto;
	border-left: solid 2px #303030;
	border-right: solid 2px #303030;
}

#headerimg 	{
	text-align:center;
	height: 141px;
	width: 700px;
	float: right;
}

h1, .description{
	font-weight: normal;
	font-family:Palatino Linotype, Georgia, Times New Roman, serif;
	color: white;
}

h1{
	padding-top: 20px;
	font-size: 26px;
	letter-spacing: 2px;
}

.description{
	font-size: 20px;
	letter-spacing: 1px;
}
h1 a{
	color: white !important;
	text-decoration: none;
}

#menu {
	border-left: solid 2px #303030;
	border-right: solid 2px #303030;
	background: url(menu.jpg) repeat-x scroll left top;
	height: 30px;
	width: 900px;
	margin: 0 auto;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu li{
	background:transparent url(menu_li.jpg) no-repeat scroll right top;
	float:left;
	height:30px;
	margin:0;
	padding:0;
}

#menu li a{
	color:#EDEBD7;
	display:block;
	float:left;
	font-family:Verdana,sans-serif;
	font-size:12px;
	line-height:24px;
	padding:2px 10px 2px 10px;
	text-decoration:none;
}

#menu li:hover {
	background: url(menu_li_hover.jpg) top right no-repeat;
}

#menu li a:hover {
	background: url(menu_li_hover.jpg) top right no-repeat;
}

#content {
	width: 635px;
	float: left;
}

#sidebar{
	width: 215px;
	float: right;
}


#sidebar ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar ul li{
	margin: 0;
	padding: 0;
}

#footer{
	padding-top: 100px;
	clear: both;
	text-align: center;
	color: #909090;
}


#footer a{
		color: #909090;
}

#content h1 {
	font-family: Palatino Linotype, Georgia, Times New Roman, serif;
	color:#0A2E22;
	margin-top: 0px;
}

#content h2 {
	font-family: Palatino Linotype, Georgia, Times New Roman, serif;
	color:#004730;
	margin-top: 0px;
}

#content h3 {
	font-family: Palatino Linotype, Georgia, Times New Roman, serif;
	color:#194639;
}

.widgettitle {
	background:transparent url(h3.jpg) no-repeat scroll left top;
	color:#FFFFFF;
	font-family:Palatino Linotype, Georgia, Times New Roman, serif;
	font-size:14px;
	letter-spacing: 1px;
	font-weight:bold;
	height:30px;
	line-height:29px;
	padding:0 0 0 8px;
	text-align:left;
	text-decoration:none;
	width:215px;
}

/*Images*/

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
