/*
Theme Name:		Improv.ca (Based on WPFramework)
Theme URI: 		http://improv.ca/
Description: 	The theme for the Improv.ca website
Author: 		Matt Vague
Author URI:		http://mattvague.com
*/

/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

img a {
  border: none;
}

/* @end */
/* @group BASE STYLES */
/* Base Styles
 *
 * * Sets some base styles for use throughout the site, as well as useful variables
 *
 * */
/* font colors */
/* header colors  */
/* footer colors  */
/* drop down menu colors  */

body {
  background: url(images/page_background_medium_res.jpg) repeat top center;
  font-size: 78.5%;
  color: #222;
  line-height: 1.6em;
  letter-spacing: 0.01em;
}

body.mceContentBody {
  background: none;
}

body #header {
  background: url(images/header_background_repeatx_image.jpg) repeat-x top center;
  font-family: Arial, Verdana, sans-serif;
  color: white;

}
body #pageContent {
  font-family: Georgia, Times, serif;
}
body #footer {
  background: url(images/footer_background_repeatxy_image.jpg) repeat top center;
  font-family: Georgia, Times, serif;
  color: white;
}

/* @group links */
a {
	color: #D4240E;
  text-decoration: underline;
}
a:focus, a:hover, a:active {
  color: #D4240E;
  text-decoration: none;
}

#header a {
  color: white;
}
#header a:foc us, #header a:hover, #header a:active {
  color: white;
}

#footer a {
  color: white;
}
#footer a:focus, #footer a:hover, #footer a:active {
  color: white;
}

a.backLink {
	display: block;
	margin-bottom: 10px;
}

/* @end */
/* @group headers */
h1, h2, h3, h4, h5, h6 {
  color: #404041;
  font-weight: bold;
	line-height: 1.3em;
  margin-bottom: 10px;
}

h1 {
	color: #D4240E;
	font-family: Arial;
  font-size: 3.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 a {
	text-decoration: none;
}

h1 a:link {}
h1 a:visited {}
h1 a:hover {
	text-decoration: underline;
}
h1 a:active {}

h2 {
  font-size: 1.9em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.1em;
}



/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  width: 100%;
  border: 0.063em solid #333333;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0;
}


th {
  font-weight: bold;
}

/* @end */
/* @group block tags */
p {
	font-size: 1.1em;
  margin: 0 0 1.3em 0;
}

ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em;
}

ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em;
}

blockquote {
  margin: 1.3em;
}

/* @end */
/* @group inline tags */
cite {
  font-style: italic;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

/* @end */
/* @group replaced tags */
img {
  vertical-align: bottom;
}

/* @end */

/* @end */
/* @group PLUGINS */
/* Base helpers
 *  * Sets up various commonoly used helpers */
/* @group General */
.left {
  float: left;
}

.alignleft{
  float: left;
}

.right {
  float: right;
}

.alignright {
  float: right;
}

.center {
  text-align: center;
}

.autoCenter {
  margin: 0 auto 0 auto;
}

.upperCase {
  text-transform: uppercase;
}

hr.clearer {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

div.clearer {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.noCSS, .hidden {
  display: none;
}

.innerContent {
  display: inline-block;
}
.innerContent:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .innerContent {
  height: 1%;
}

.innerContent {
  display: block;
}

.container {
  display: inline-block;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .container {
  height: 1%;
}

.container {
  display: block;
}

/* @end */

/* Navigation lists
 *  * Sets up basic vertical and horizontal navigation lists */
/* @group Basic horizontal navigation list to be used anywhere on the site */
.hNavList {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hNavList li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 13px 0 0;
}
.hNavList li:last-child {
  padding-right: 0;
}
.hNavList li a {
  display: block;
  padding: 2px 0;
  margin: 0;
}
.hNavList li p {
  display: block;
  padding: 2px 0;
  margin: 0;
}

.hNavListFullWidthContainer {
  display: table;
  width: 100%;
}
.hNavListFullWidthContainer .hNavList {
  display: table-row;
}
.hNavListFullWidthContainer .hNavList li {
  float: none;
  display: table-cell;
  text-align: center;
}

/* @end */
/* @group Basic vertical navigation list to be used anywhere on the site */
.vNavList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vNavList > li {
  float: none;
  margin: 0;
  margin: 4px 0;
  padding: 0 13px 0 0;
}
.vNavList > li a {
  display: block;
  padding: 0;
  margin: 0;
}

/* @end */

/* Dropdown Navigation
 *  * Sets up basic dropdown navigation menus */
/* REQUIRED: plugin _navlists.sass */
/* @group Basic horizontal dropdown navigation list to be used anywhere on the site */
.dropDown li.hasSubPages ul.subNav {
  background-color: #222;
  display: none;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dropDown li.hasSubPages ul.subNav > li {
  float: none;
  margin: 0;
  margin: 4px 0;
  padding: 0 13px 0 0;
}

.dropDown li.hasSubPages ul.subNav > li a {
  display: block;
  padding: 0;
  margin: 0;
}

.dropDown li.hasSubPages:hover ul.subNav {
  display: block;
}

/* Tabs
 *  * Sets up basic vertical and horizontal tabs */
/* @group Basic horizontal tabs to be used anywhere on the site */
ul.hTabs {
  border-bottom: none;
  margin: 1em 0 1em 0;
  list-style-type: none;
  padding: 3px 0 0px 0;
  text-align: left;
}
ul.hTabs li {
  display: inline;
}
ul.hTabs li a {
  background-color: #DDDDDD;
  border: solid 1px #d7d7d7;
  border-bottom: none;
  display: inline-block;
  padding: 5px 3px 0 3px;
  margin-right: 1px;
  text-align: center;
  text-decoration: none;
}
ul.hTabs li a:hover {
  text-decoration: underline;
}
ul.hTabs li.selected a {
  background: #FFF;
  color: #000;
  position: relative;
  top: 1px;
  padding-top: 6px;
}

/* @end */
/* @group Basic vertical tabs to be used anywhere on the site */
ul.vTabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.vTabs li {
  background-color: #f4f4f4;
  border-bottom: solid 1px #cfcfcf;
  margin: 0;
  padding: 8px 30px 8px 20px;
  width: 104px;
}
ul.vTabs li.selected {
  background-color: #ffffff;
}
ul.vTabs li a {
  display: block;
  margin: 0;
}
ul.vTabs li a:hover {
  text-decoration: underline;
}
ul.vTabs li.selected a {
  color: #e31836;
  font-weight: bold;
}
ul.vTabs li.selected a:hover {
  text-decoration: none;
}

/* @end */

/* Base Form Styles
 * * Sets up some default styling for horizontal-style and vertical-style forms */
/* @group General */
label {
  font-weight: bold;
}

/* @end */
/* @group Fieldsets */
fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ddd;
}

legend {
  padding: 0 .4em;
  font-weight: bold;
  font-size: 1.2em;
}

/* @end */
/* @group Textareas */
textarea {
  margin: 0.5em 0.5em 0 0;
  padding: .4em;
}

/* @end */
/* @group Hortizontal Form */
form.hForm p {
  margin: 0 0 .5em;
}
form.hForm p label {
  float: left;
  width: 100px;
}
form.hForm p input, form.hForm p select {
  width: 200px;
}
form.hForm p input.button, form.hForm p input.checkbox, form.hForm p input.radio {
  width: auto;
}
form.hForm p.checkbox {
  margin-left: 100px;
}
form.hForm p.checkbox label {
  float: none;
}
form.hForm p.checkbox input {
  width: auto;
}

/* @end */
/* @group Vertical Form */
form.vForm p {
  margin: 0 0 .5em;
}
form.vForm p label {
  display: block;
}
form.vForm p.checkbox label {
  display: inline;
}

/* @end */

/* Dropshadow
 *  * Sets up basic dropshadows for divs and other elements */
/* @group Basic dropshadows */

.dropShadowSmall {
	-moz-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
}

.dropShadowLarge {
  -moz-box-shadow: rgba(4, 4, 4, 0.5) 10px 10px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 10px 10px 0px;
}

/* @end */
/* @group STRUCTURE */
/* general */

body {
  overflow: auto;
  width: 100%;
}

.innerContent {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

/* header */
#header {
  height: 60px;
  margin-bottom: 10px;
  /*-moz-box-shadow: rgba(4, 4, 4, 0.5) 0 10px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 0 10px 0px;*/
  width: 100%;

}
#header #siteLogo {
  display: block;
	top: -11px;
	left: -10px;
  position: relative;
  -moz-box-shadow: rgba(4, 4, 4, 0.5) 10px 10px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 10px 10px 0px;
}
#header #mainNavigation {
  margin-left: 30px;
  margin-bottom: -6px;
}
#header #mainNavigation ul {
  z-index: 1000;
  position: relative;
  top: -10px;
}
#header #mainNavigation ul li {
  margin-right: 35px;
  padding: 0 10px;
  z-index: 2000;
}

#header #mainNavigation ul li.hasSubPages {
}

#header #mainNavigation ul li.hasSubPages > a {
  padding-right: 15px;
  background: url(images/dropdown_indicator_arrow.png) no-repeat bottom right;
}
#header #mainNavigation ul li a {
  font-size: 1.2em;
  padding-top: 46px;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
#header #mainNavigation ul li:hover, #header #mainNavigation ul li:active {
  background-color: #5e997f;
  -moz-box-shadow: rgba(4, 4, 4, 0.5) 10px 10px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 10px 10px 0px;
}
#header #mainNavigation ul li:hover.hasSubPages > a, #header #mainNavigation ul li:active.hasSubPages > a {
  background: url(images/dropdown_indicator_arrow_hover.png) no-repeat bottom right;
}
#header #mainNavigation ul li .subNav {
  background-color: #52846c;
  padding: 13px 0 6px 0;
  position: absolute;
  -moz-box-shadow: rgba(4, 4, 4, 0.5) 10px 10px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 10px 10px 0px;
  top: 70px;
	max-width: 250px;
	min-width: 130px;
  z-index: -1000;
}
#header #mainNavigation ul li .subNav li {
  background-color: #52846c;
	margin: 0;
  margin-bottom: 5px;
}
#header #mainNavigation ul li .subNav li a {
  display: block;
  padding: 4px;
	text-align: center;
}
#header #mainNavigation ul li .subNav li a:hover, #header #mainNavigation ul li .subNav li a:active {
  background-color: #86b39f;
}
#header #mainNavigation ul li .subNav li:hover, #header #mainNavigation ul li .subNav li:active {
  -moz-box-shadow: rgba(4, 4, 4, 0.5) 0 0 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 0 0 0px;
}

/* pageContent */
#pageContent .innerContent {
  z-index: 0;
}

#pageContent {
  width: 100%;
}

#pageContent #sideBar {
  z-index: 0;
}

#pageContent .column {
	padding: 20px;
	margin-bottom: 12px;
}

#pageContent .column.narrowColumn {
	margin-right: 26px;
  width: 270px;
}

#pageContent .column.wideColumn {
	background-color: #FFF;
  width: 620px;
}

#pageContent .column.fullColumn {
	background-color: #FFF;
  width: 900px;
}

#pageContent #primary {

}

#pageContent.home #primary {
	font-size: 1.8em;
	padding: 30px;
	line-height: 1.5em;
	margin: 0 auto;
	width: 870px;
}

#pageContent.home .titleBox {
	background-color: #60004C;
	display: block;
	margin-bottom: 20px;
	overflow: auto;
	-moz-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
}

.titleBox h1 {
	display: block;
	color: #FFF;
	font-size: 36px;
	margin: 0 auto 30px auto;
	padding-top: 34px;
	text-align: center;
	text-transform: uppercase;
	width: 900px;
}

.titleBox h1.sIFR-replaced {
	padding-top: 16px;
	margin-bottom: 8px;
}

#pageContent #imageRotator {
	margin-bottom: 20px;
	-moz-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
}

#pageContent .shortcode-show-avatar {
	background: #005D66;
	padding: 5px;
}

#pageContent .indexBox {
	width: 100%;
}

#pageContent .indexBox a:link {}
#pageContent .indexBox a:visited {
	color: #93190a;
}
#pageContent .indexBox a:hover {}
#pageContent .indexBox a:active {}


#pageContent .indexBox .vNavList li {
	float: left;
	width: 30%;
}

/* posts */

#pageContent .postList > li {
	margin-bottom: 15px;
}

#pageContent .post {
	margin-bottom: 20px;
}

#pageContent div.post + div.post {
	border-top: solid 1px #CCC;
	margin-top: 20px;
	padding-top: 20px;
}
#pageContent h1.entry-title {
	margin-bottom: 3px;
}
#pageContent .entry-content {
	margin-top: 15px;
}

#pageContent .comment-date {
	text-transform: uppercase;
	overflow: hidden;
	padding: 0 5px 5px 0;
}

#pageContent .entry-meta {
	text-transform: uppercase;
	overflow: hidden;
	padding: 0 5px 3px 0;
}

#pageContent .entry-meta .meta {
	letter-spacing: 0.14em;
}

#pageContent .postNav {
	margin-bottom: 20px;
}

#pageContent .pagerbox {
	font-size: 1.1em;
	text-align: center;
}

#pageContent .pagerbox a {
	padding: 0px 4px 3px 4px;
}

#pageContent .pagerbox a.current {
	background-color: #D4240E;
	color: #FFF;
	font-size: 1.3em;
	text-decoration: none;
	margin: 0 3px;
	padding: 0 4px 3px 4px;
	position: relative;
}


 /* comments */

	#pageContent #comments {
		background-color: #EDEDE6;
		padding: 20px;
	}
	
	#pageContent #respond {
		background-color: #EDEDE6;
		padding: 20px;
	}

	#pageContent #comments .comment-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#pageContent #comments .comment {
		border-left: solid 6px #BBB;
		padding-left: 10px;
	}

	#pageContent #comments .comment-content {
		margin-top: 10px;
	}

	#pageContent #respond .form-section {
		margin-bottom: 10px;
	}
	
	#pageContent #respond form label {
		display: inline-block;
		margin-top: 4px;
		vertical-align: top;
		width: 90px;
	}
	
	#pageContent #respond form label .required {
		color: #D4240E;
	}
	
	#pageContent #respond form input[type=text] {}
	
	#pageContent #respond form button {
	  margin-left: 90px;
	}
	
	#pageContent #respond form textarea {}

/* Sidebar Widgets */

#pageContent #secondary {
	padding: 0;
}

#pageContent #secondary .widget {
	background-color: #FFF;
	margin-bottom: 20px;
	padding: 20px;
	overflow: auto;
	-moz-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
}

#pageContent #secondary .widget ul {
	list-style: none;
	margin: 0;
}

#pageContent #secondary .widget ul li {
	margin-bottom: 10px;
}

#pageContent #secondary .widget h2, #pageContent #secondary .widget h3 {
	font-size: 1.8em;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

/* Twitter */

#pageContent #secondary .widget.widget_twitter .twitter-timestamp {
	display: block;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

#pageContent #secondary .widget.widget_twitter .twitter-item + .twitter-item {
	border-top: solid 1px #CCC;
	margin-top: 8px;
	padding-top: 8px;
}

/* Search */

#pageContent #secondary .widget.widget_search input.search {
	width: 125px;
}

/* Avatars */

#pageContent #secondary .widget.multiwidget_author_avatars .author-list .user {
	overflow: auto;
}

#pageContent #secondary .widget.multiwidget_author_avatars .author-list .user a {
	display: block;
}

#pageContent #secondary .widget.multiwidget_author_avatars .author-list .user .avatar {
	float: left;
	margin-right: 10px
}

#pageContent #secondary .widget.multiwidget_author_avatars .author-list .user .name {
	float: left;
}

/* Social Links */

#pageContent #secondary .widget.widget_social_links #socialLinksContainer a {
	display: block;
	float: left;
	height: 30px;
	width: 100px;
}

#pageContent #secondary .widget.widget_social_links #socialLinksContainer a img {
	display: block;
	float: left;
	margin-right: 20px
}

#pageContent #secondary .widget.widget_social_links #socialLinksContainer a .socialNetworkName {
	display: block;
	float: left;
}

/* Sub Nav */

#pageContent #secondary .widget#widget-subNavigation {
	overflow: visible;
}

#pageContent #secondary .widget#widget-subNavigation h2 {
	color: #D4240E;
	font-family: Arial;
  font-size: 2.7em;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 0;
}

#pageContent #secondary .widget#widget-subNavigation h2.selected {
	background-color: #D4240E;
	padding: 3px 0 3px 0px;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList {
	margin-top: 0;
	overflow: visible;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li {
	height: 30px;
	margin-bottom: 0px;
	position: relative;
	padding-right: 0px;
	width: 285px;
}	

#pageContent #secondary .widget#widget-subNavigation .vNavList li:hover {
	background: url(images/sidebar_sub_navigation_arrow_indicator_sprites.png) no-repeat 0 -30px;
	/* FOR IE because it doesnt have shadows */
	*background: url(images/sidebar_sub_navigation_arrow_indicator_no_shadow_sprites.gif) no-repeat 0 -30px;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li.selected {
	background: url(images/sidebar_sub_navigation_arrow_indicator_sprites.png) no-repeat 0 0;
	/* FOR IE because it doesnt have shadows */
	*background: url(images/sidebar_sub_navigation_arrow_indicator_no_shadow_sprites.gif) no-repeat 0 0;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li.selected:hover {
	background: url(images/sidebar_sub_navigation_arrow_indicator_sprites.png) no-repeat 0 0;
	/* FOR IE because it doesnt have shadows */
	*background: url(images/sidebar_sub_navigation_arrow_indicator_no_shadow_sprites.gif) no-repeat 0 0;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li a {
	display: block;
	color: #404041;
	text-decoration: none;
	font-size: 1.25em;
	padding: 4px 14px 0 14px;
	width: 210px;
}


#pageContent #secondary .widget#widget-subNavigation .vNavList li.submit-a-warm-up-link a {
	background: url(images/email.png) no-repeat 7% 100%;
	*background: url(images/email.png) no-repeat 7% 50%;
	padding-left: 40px;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li a:link {
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li a:visited {
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li a:hover {
	text-decoration: none;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li a:active {
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li.selected a {
	color: #FFF;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li.selected a:link {
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li.selected a:visited {
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li.selected a:hover {
	text-decoration: none;
}

#pageContent #secondary .widget#widget-subNavigation .vNavList li.selected a:active {
}

/* footer */
#footer {
  color: #FFF;
	margin: 30px auto 20px auto;
  padding: 30px 60px 30px 60px;
  -moz-box-shadow: rgba(4, 4, 4, 0.5) 5px 5px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.5) 3px 3px 0px;
  width: 100%;
}
#footer {
  width: 900px;
}
#footer .column.left {
  width: 495px;
}
#footer .column.right {
	text-align: center;
  width: 435px;
}
#footer form.searchform {
	text-align: center;
}
#footer form input[type=text] {
  border: none;
  font-size: 1.0em;
  width: 200px;
}

#footer .siteMap {
	margin-top: 20px;
}

#footer .siteMap li {
	font-size: 1.0em;
	text-transform: uppercase;
  margin-bottom: 8px;
}

#footer .siteMap > li {
	overflow: auto;
	width: 100%
}

#footer .siteMap li.hasSubPages a {
}

#footer .siteMap li.hasSubPages ul.subNav {
	display: block;
  margin: 0;
	margin-top: 7px;
  padding: 0;
	padding-left: 10px;
	overflow: auto;
	width: 360px;
}

#footer .siteMap li.hasSubPages ul.subNav > li {
	float: left;
  margin: 0 0 4px 8px;
  list-style-type: disc;
  list-style-image: url(images/sitemap_slash_separator.png);
  padding: 0 13px 0 0;
}

#footer .siteMap li.hasSubPages ul.subNav > li:first-child {
  list-style-type: disc;
  list-style-image: none;
}

#footer .siteMap li.hasSubPages ul.subNav > li a {
  display: block;
  padding: 0;
  margin: 0;
}

#footer img#sponsors {
  position: relative;
	top: 20px;
	left: -15px;
}

#footer .contactInfo {
	margin-top: 25px;
}

#footer .contactInfo h3 {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 11px;
}
#footer .contactInfo p {
	font-size: 1.1em;
	line-height: 1.7em;
  margin-bottom: 5px;
}

/* @end */
/* @group COMPONENTS by type */
/* main navigation */

/* boxes */
/* forms */
input[type=text] {
  border: solid 1px #444;
  font-family: Georgia, Times, serif;
	font-size: 1em;
	padding: 5px;
}

input.default[type=text] {
  color: #999;
	font-style: italic;
}

input.search {
	top: 0px;
	position: relative;
	padding: 3px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

textarea {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	padding: 5px;
	width: 75%;
}

button {
	border: none;
	background: url(images/button_sprites.png) repeat-x 0 0;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	height: 25px;
	padding: 5px 7px 5px 7px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	-moz-box-shadow: rgba(4, 4, 4, 0.2) 3px 3px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.2) 3px 3px 0px;
}

button.search-btn {
	margin: 0 7px;
}

button:hover {
	background: url(images/button_sprites.png) repeat-x 0 -25px;
}

button:active {
	background: url(images/button_sprites.png) repeat-x 0 -50px;
	position: relative;
	top: 3px;
	left: 3px;
	-moz-box-shadow: none;
  -webkit-box-shadow: none;
}

a.button {
	border: none;
	background: url(images/button_sprites.png) repeat-x 0 0;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	margin: 0 0;
	padding: 7px 9px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-box-shadow: rgba(4, 4, 4, 0.2) 3px 3px 0px;
  -webkit-box-shadow: rgba(4, 4, 4, 0.2) 3px 3px 0px;
}
a.button:link {}
a.button:visited {}
a.button:hover {
	background: url(images/button_sprites.png) repeat-x 0 -25px;
	text-decoration: none;
}
a.button:active {
	background: url(images/button_sprites.png) repeat-x 0 -50px;
	position: relative;
	top: 3px;
	left: 3px;
	-moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* @end */
/* @group OVERRIDES by content */
/* header */
#header {
  color: white;
}

/* main navigation */

/* page content */
/* footer */


/* @end */
/* @group OVERRIDES by page */
/* @end */
/* @group DEBUG */
/* @end */

