/*--------------------------------*/
/*     72Bits.com Stylesheet      */
/*  Created by Bob Cruickshank    */
/*           Knowa.org            */
/*--------------------------------*/

/*----------- Imports ----------- */


/*----------- Layout ------------ */
* {
	margin: 0 auto;
	padding: 0 auto;
}

html, body {
    height: 100%;
    background-color: #e1f1ff;
}

#Pagewrapper {
    background: url(../i/c/Pagebg.gif) repeat-x;
    height: 100%;
}

#Page {
    width: 770px;
    padding-top: 20px;
}

#Container {
    width: 758px;
    margin-bottom: 5px;
    border: 1px solid #003a6f;
    min-height: 415px;
    background: url(../i/c/Containerbg.gif) repeat-x #fff bottom;
    float: left;
}

#Header {
    height: 73px;
}

#Logo {
    width: 370px;
    float: left;
    overflow: hidden;
}

#Navbar {
    margin: 0;
    height: 73px;
    width: 385px;
    float: right;
    margin-right: -1px;
    margin-top: 20px;
    margin-bottom: -20px;
    background: url(../i/c/Navbg.gif) no-repeat;
}

/*  Main Nav  */
#Navigation {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    height: 45px;
}

#Navigation dt {
	float: left;
}

#Navigation dt a {
	display: block;
	height: 0;
	padding: 45px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#Navigation dt a:hover {
	background-position: 0 -45px;
}

#Navigation dt#Home,
#Navigation dt#Home a {
	width: 90px; background-image: url(../i/c/Home.gif);
}

#Navigation dt#Contact,
#Navigation dt#Contact a {
	width: 90px; background-image: url(../i/c/Contact.gif);
}

#Navigation dt#Bio,
#Navigation dt#Bio a {
	width: 90px; background-image: url(../i/c/Bio.gif);
}

#Navigation dt#Workshops,
#Navigation dt#Workshops a {
	width: 90px; background-image: url(../i/c/Workshops.gif);
}

body.Contact dt#Contact a:hover,
body.Contact dt#Contact a,
body.Bio dt#Bio a,
body.Bio dt#Bio a:hover,
body.Workshops dt#Workshops a,
body.Workshops dt#Workshops a:hover   {
	background-position: 0 -90px;
}
/*  End Main Nav */

#Content {
    padding: 20px 0 20px 0;
    width: 733px;
    height: 100%;
}

#ContentLeft {
    width: 558px;
    float: left;
}

#ContentRight {
    width: 160px;
    height: 100%;
    float: right;
}

#Shadow {
    background: url(../i/c/shadow.gif) no-repeat;
    margin-top: -5px;
    float: right;
    width: 10px;
    height: 415px;
}

#Footer {
    width: 758px;
    padding-right: 10px;
    background-color: #e1f1ff;
    color: #003a6f;
}

#FooterNav {
    float: left;
}

#FooterText {
    float: right;
}

#FooterText em {
}


#FooterNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#FooterNav li {
    display: inline;
    margin: 0;
}

#FooterNav li a {
    text-decoration: none;
    color: #003a6f;
}

#FooterNav li a:hover {
    text-decoration: underline;
}

/*-------- Special Items -------- */
.hidden {
    display: none;
}

.noboarder {
    border: 0;
}

/*---------- Typography --------- */
/* child pixels / parent pixels = child ems */
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 62.5%;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}


h1 {
	font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.8em;
}

a:link {
	color: blue;
    text-decoration: underline;
}

a:hover {
    color: maroon;
    text-decoration: underline;
}

#ContentLeft {
    color: #2d70ac;
    font-size: 1.2em;
    line-height: 1.5em;
}


#ContentLeft p {
    margin-bottom: 1.5em;
}

#ContentLeft ul {
    margin-bottom: 1.5em;
}

#ContentLeft li {
    margin-bottom: 0.8em;
    font-size: 0.9em;
}



/*------- Special Items ----------*/