/* Project: Aabsolutely Smiles
URL: http://www.aabsolutelysmiles.com/
Date: October 2009
Author: Debbie Campbell, Red Kite Creative
Author URL: http://www.redkitecreative.com */

/* Schedule Template Styling */

/**************************************
  Override default styling rules
**************************************/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

:link, :visited { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, * {
	margin: 0; padding:0; }
a img, :link img, :visited img { border: none; }
/* normalize font-size for all headers */
h1, h2, h3, h4 { font-size: 100%; }
img, fieldset { display: block; border: none; }
/* To prevent jumping */
html { min-height: 100%; margin-bottom: 1px; }

/**************************************
  Default rules
**************************************/
h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	padding: 0;	
	text-align: left;
	line-height: 120%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;	
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 1.4em;
}
p {
	margin: 0;
	padding-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	background-color: transparent;	
}
a, a:link, a:visited {
	color: #76364A;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #597168;
	background-color: transparent;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}
ul li {
	margin: 0;
}
acronym {
	border-bottom: 1px dotted #F5F5F5;
}
hr {
	margin: 0 0 0.5em 0;
   border-top: 1px dashed #644C40;
	border-right: none;
	border-bottom: none;
	border-left: none;	
   height: 2px;
	color: #D5E0CD;
	background-color: transparent;
}
sup {
	font-size: 40%;
}
/**************************************
  Overall layout rules
**************************************/
html {
	height: 100%; /* Required for footerstickalt */
	text-align: left;
}
body {
	position: relative;
	height: 100%;
	font-size: 76%;
	font-family: Trebuchet, 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	color: #28332f;
	background-color: #e5dbfb;
	background-image: url(../../images/body-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#wrapper {
	position: relative;
	margin: 159px auto 0 auto;
	padding: 0;
	width: 874px;
	color: #000;
	background-color: #EAECF2;
	min-height: 100%;
	height: auto;	
	z-index: 10;
}
* html #wrapper {/* ie6 and under*/
	height: 100%;
}
#header {
	position: relative;
}
#logo {
	position: absolute;
	top: -146px;
}
#logo-text {
	position: absolute;
	top: -104px;
	left: 190px;
	color: #333;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#logo-text p {
	font-weight: bold;
	font-size: 15px;
}
#logo-text span.large {
	font-weight: bold;
	font-size: 22px;
}
#logo-text-bottom {
	position: relative;
	top: -3px;
}
#schedule-button {
	position: absolute;
	top: -124px;
	left: 585px
}
#header-block {
	position: relative;
	margin: 0;
	padding: 1px;
	width: 874px;
	height: 218px;
	color: #fff;
	background-color: transparent;
}
#header-main-img {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 590px;
	height: 218px;
}
#large-quote-box {
	position: absolute;
	top: 1px;
	right: 3px;
	padding: 0;
	width: 282px;
	height: 218px;
	background-color: #0A0A5B;
}
#large-quote-box img {
	position: absolute;
	top: 50px;
	left: 25px;
}
/************************************************
  Content rules
************************************************/
#main { 
	margin: 0;
	padding: 0;
	width: 100%;
}
#main .main-padding {
	padding: 1em;
}
.schedule-container { 
	margin: 0 auto;
	padding: 0;
	width: 590px;
	z-index: 100;
}
#main p {
	z-index: 199;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	/*margin-top: -110px;*/
	padding: 0;
	color: #fff;
	background-color: #0a0a5b;
	height: auto;
	/*background-image: url(../../images/footer-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;*/
	z-index: 5;
}
#footer-menu {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 874px;
	font-size: 10px;
	line-height: 1.4em;
	background-color: #0a0a5b;
	/*background-image: url(../../images/footer-menu-bg.jpg);
	background-repeat: no-repeat;*/
	z-index: 10;
}
#footer-menu-padding {
	padding: 0.5em 1em;
}
#copyright {
	position: absolute;
	top: 5px;
	right: 1em;
	width: 350px;
	text-align: right;
}
#footer-menu p {
	color: #f5f5f5;
}
#footer-menu a, #footer-menu a:link, #footer-menu a:visited {
	font-weight: normal;
	color: #9FA0F7;
	background-color: transparent;
}
#footer-menu a:hover, #footer-menu a:active {
	color: #ddd;
	background-color: transparent;
}
/************************************************
  Sliding doors menu (Exploding Boy) rules
************************************************/
#tabsB {
	position: absolute;
	top: -34px;
	right: 0;		
	width:100%;
	background:transparent;
	font-size:12px;
	font-weight: bold;
	line-height:normal;
}
#tabsB ul {
	float: right;
	margin:0;
	padding:10px 4px 0;
	list-style:none;
}
#tabsB li {
   display:inline;
   margin:0;
   padding:0;
}
#tabsB a {
   float:left;
   background: url(../../images/tableftB.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
	color:#333;
	background-color: transparent;
}
#tabsB a span {
   float:left;
   display:block;
   background: url(../../images/tabrightB.gif) no-repeat right top;
   padding:5px 12px 4px 5px;
   color:#333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}
/* End IE5-Mac hack */
#tabsB a:hover span {
   color: #10118D;
}
#tabsB a:hover {
   background-position:0% -42px;
}
#tabsB a:hover span {
   background-position:100% -42px;
}
/************************************************
  Miscellaneous rules
************************************************/
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.clearfix:after {
	content:".";
	display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


