/* -----------------------------------*/
/* Title:    Digital Ascension Master styles for screen media
/* Author:   Jonathan Henriksen, jh@digital-ascension.com
/* Updated:  02/18/2009
/* -----------------------------------*/


/* -----------------------------------*/
/* ------->>> GLOBAL RESET <<<--------*/
/* -----------------------------------*/

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
	}

/* 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: */
li, dd, blockquote {
        margin-left: 1em;
	}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
	}
fieldset {
        border: none;
	}
input, select, textarea {
        font-size: 100%;
	}


/* -----------------------------------*/
/* ------->>> MASTER STYLES <<<-------*/
/* -----------------------------------*/
body {
	background: #ffffff;
	}

strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

acronym {
	border-bottom: 1px dotted;
	}


/* -----------------------------------*/
/* ---------->>> BANNER <<<-----------*/
/* -----------------------------------*/
#banner {
	height: 590px;
	width: 790px;
	margin: 20px auto;
	padding: 0;
	background: url("../images/index_temp.png") no-repeat;
	}


/* -----------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/
#footer {
	width: 790px;
	margin: 10px auto 20px auto;
	padding: 0;
	text-align: center;
	font: normal .6em/.8em Verdana, Arial, Helvetica, sans-serif;
	color: #b50000;
	}

	#footer p {
		margin: .3em;
		}


/* -----------------------------------*/
/* -->>> REUSABLE SPECIAL CLASSES <<<-*/
/* -----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */