/* =Neutralize styling: 
   Elements we want to clean out entirely: */
   
html, body, form, fieldset {
        margin: 0;
        padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
ul, li, dd, blockquote {
        margin-left: 1em;
}
/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/* =Typography */
html{
	font-size: 100%;
}
body{
    font: 82%/160% Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}
h1, h2, h3{
	font-family:  georgia, "times new roman", serif;
	font-weight:  400;
	color:  #036;
}
h3{
	font-style: italic;
}
a{
	color:  #8C531D;
	text-decoration:  none;
}
a:hover{
	color:  #036;
}
#content ul{
	list-style-image: url(../images/bullet.png);
}
#content blockquote{
	display: list-item;
	list-style-image: url(../images/lquote.png);
	background: url(../images/rquote.png) no-repeat bottom right;
	padding-right: 2em;
	margin-left: 2em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-style: italic;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* =Layout */

/* wrap */
body{text-align:  center;}
#wrap{
	text-align:  left;
	margin:  0 auto;
	width:  800px;
	position: relative;
}

/* header */
#header{
	height:  150px;
	background: transparent;
}
#header h1{	
	position: absolute;
	top: -300px;
}
#header #slideshow_as2{
}

/* nav */
#primarynav ul{
	float: left;
	width:  800px;
	display:  block;
	background:  #2a94c8 url(../images/nav-grad.jpg) repeat-x top;
}
#primarynav ul, #primarynav li{
	margin:  0;
	padding:  0;
}
#primarynav li{
	display:  block;
	float:  left;
	background:  #2a94c8 url(../images/nav-grad.jpg) repeat-x top;
}
#primarynav li a:hover{	
	background:  #2a94c8;
}
#primarynav li.selected a{
	background:  #2a94c8 url(../images/nav-grad.jpg) repeat-x bottom;
}
#primarynav a{
	color:  #fff;
	font-family:  georgia, "times new roman", serif;
	padding:  0 20px;
	line-height:  30px;	
	height:  30px;
	display:  block;
	float: left;
	text-align:  center;
	font-size: 110%;
}

/* references to #directory added because the bq_directory plugin builds a ul with an id, grrrr */

#content ul#secondarynav, #directory #content ul{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 5em 0 0 0;
}
ul#secondarynav li, #directory #content li{
	margin: .5em 0;
	padding: .5em 0;
	border-bottom: 1px solid #cde3ff
}
ul#secondarynav a, #directory #content li a {
	display: block;
	font-size: 120%;
	font-family:  georgia, "times new roman", serif;
	font-style: italic;
}

/* bq_directory plugin adds builds sub-nav options into a secondary <ul> we need to unset some of the styling */
#directory #content ul ul {
	margin-top: 0 !important;
}

#directory #content ul ul li {
	border-bottom: none !important;
	padding-left: 1em;
	padding-bottom: 0;
}

/* columns */

#content{
	float:  left;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}
#content, #col1, #col2, #col3{
	display: inline;
}
#col1{
	width:  197px;
	float:  left;
	padding-right: 10px;
	margin-left: 10px;
	border-right: 3px double #cde3ff;
}

#col2{	
	margin-left:  20px;
	float:  left;
	width:  560px;
}
body.home #col2{
	width:  330px;
}
#col3{
	width: 220px;
	margin-left:  10px;
	float:  right;
	background: #fff url(../images/blue-grad.jpg) repeat-x top;
}
#col3 p, #col3 ul, #col3 img, #col3 h2, #col3 h3, #col3 h4{
	margin-left: 20px;
	margin-right: 20px;
}


/* IE Fixes */

* html #col1{
	width: 187px;
}
* html body.home #col2{
	width: 320px;
}
* html #col3{
	width: 200px;
}

/* Footer */
#footer{
	width:  100%;
	clear:  both;
	margin:  80px 0;
	text-align:  center;
	padding-top: 30px;
	border-top: 3px double  #cde3ff;
}

/* =classes */

.sub{
	margin-top:  -1em;
	color:  #999;
	font-style:  italic;
}

.fr{
	float:  right;
	margin: 0 0 10px 10px;
}
.fl{
	float:  left;
	margin:  0 10px 10px 0;
}
.tec{
	padding-right: 20px;
	background: url(../images/tec-icon.png) no-repeat right;
}

/* bq_directory plugin styling */

/* Section Page content */

#directorySectionContent, #directorySectionMenu, #directorySectionContent h2 {
	float: left;
}

#directorySectionContent p {
	clear: left;
}

#directorySectionContent .ident {
	float: right;
}

#directorySectionContent {
	width: 70%;
}

#directorySectionMenu {
	width: 29%;
}

#directorySectionMenu ul {
	margin-top: 0 !important;
	margin-left: 1em !important;
}

/* Single Item Page content */

#directorySingleMain {
	float: left;
	width: 60%;
}

#directorySingleContent .ident, #directorySingleSideBar {
	float: right;
}

#directorySingleSideBar {
	width: 35%;
	font-size: 90%;
	margin-top: 40px;
}

/* tx_calendar plugin styling */

/* Event listings page, the 'fr' class on the images is OK but many different sized images are used by SKE */

.skeEvent {
	border-bottom: 3px double #cde3ff;
}

.skeEvent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .skeEvent {height: 1%;}
/* End hide from IE-mac */

#search { 
	width: 200px;
}

#searchFormHeader {
	margin: 10px 0 10px 10px;
	color: #288ABB;
	font-size: 16px;
	font-weight: bold;
}

#search label{
	padding: 10px;
}
#search input{
	width: 100px;
	border: 1px solid #288ABB;
}
#searchSubmit {
	margin: 10px;
	color: white;
	background-color: #288ABB;
}

#searchResults h2 {
	font-size: 20px;
}

#searchResults .singleRow {
	margin-bottom: 10px;
	border-bottom: 1px dashed #288ABB;
}

#searchResults .singleRow img {
	float: left;
	margin-right: 10px;
}

#searchResults a {
	font-size: 14px;
	color: #288ABB;
}

#searchResults a img {
	border: none;
}

#searchResults .category {
	font-size: 10px;
}