/* 
    Document   : constantStyles
    Created on : Jun 20, 2011, 7:30:06 PM
    Author     : Zac
    Description:
        Constantly used styles throughout site.
*/

@import url(reset.css);

/* CLEAR FLOATS */
.clear{clear:both;}

/* 960 PIXEL DIV */
.width960{width:960px; position:relative; margin:0 auto;}

/* FLOAT LEFT */
.left{float:left;}

/* FLOAT RIGHT */
.right{float:right;}

/* TEXT STYLES */
.underline{text-decoration: underline;}

/* COMMON JQUERY TRANSITIONS */
.active{display:block;}
.hidden{display:none;}

/* FOOTER */
#footer{width:100%; padding:10px 0 10px 0; background:black; font-family:Arial; color:#b6b6b6; font-size:12px; margin-top:20px;}
#footer p{margin:0 auto; position:relative; width:230px;}

