﻿/* 
Style Sheet for the overall site layout

This should contain the general/default layout styles for the site.
-------------------------------------------------------
Copyright (c) 2011, Chasetheweb.net

Last Updated: Janean Angeles
 */  


/*////////////////////////////////////////////////////////////////////////////////*/

/*RESETS*/
*{padding:0; margin:0;}
fieldset{border:none;}
a img{border:none;}
a{-moz-outline:none;}

/* SITE SPECIFIC LAYOUT */
html, body, form#aspnetForm, form#form1 { height: 100%; min-height: 100%; }
div#branding { position: absolute; top: 0px; left: 0px; z-index: 99; }
div#page { position: relative; /* needed for footer positioning*/ margin: 30px auto 0 auto; /* center, not in IE5 */ width: 798px; }
div#search { position: absolute; top: -30px; right: -130px; }
div#translate { position: absolute; top: -30px; left: 20px; }
div#header { position: relative; height: 164px; }
div#extra1 /* Todays Date*/ { position: absolute; top: 6px; right: 6px; width: 150px; height: 100px; }
div#content { width: 100%; position: relative; /* needed for footer positioning*/ margin-top: 10px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; }
div#layout { }
div#main { min-height: 400px; margin: 20px; }
div#local { margin-top: 30px; }
div#footer2, div#ctl00_ctl00_footer2 { width: 798px; margin: 0px auto 10px auto; height: 20px; }
/* END LAYOUT 

//////////////////////////////////// TABLE */
table { border-collapse: collapse; border-spacing: 0; }
th { }
td { }
/* END TABLE */

/*//////////////////////////////////// Display: None */
div#local, div#sub1, div#sub2, div#banner, div#extra2, div#extra4, div#extra5, div#extra6 { display: none; }

/* CLEAR */
div#clear { clear: both; }

/* clearing */
.stretch,
.clear { clear: both; height: 1px; margin: 0; padding: 0; font-size: 15px; line-height: 1px; }
.clearfix:after { clear: both; height: 0; display: block; visibility: hidden; content: "."; }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* end clearing */
