/* styles for Tibetan Mind Training */

/* General */

 html{
	height: 100%;
 }
 
body{
	color: #4b2707;
	background: #f2f3ee url("images/bg1-tile.png") top left repeat;
	height: 100%;
        margin: 0;
}

.container{
	margin: 0;
	height: 100%;
}

.container a{
	color: #4b2707;
	text-decoration: none;
}
header{
    width: 8em;
    background-color: #f2f3ee;
    float: left;
}



nav ul li{
	text-transform: uppercase;
        list-style-type: none;
        padding-top: 1em;
        padding-bottom: 1em;
}

a:hover{
	color: #4b2707;
	background-color: white;
}

header nav ul li  a:hover{
	color: #4b2707;
	background-color: white;
	
}


#left-sidebar{
    width: 8em;
    background-color: #f2f3ee;
    height: 5em;
    float: left;
}

#content{
	background: #f2f3ee url("images/bg1-tile.png") top left repeat;
	color: #4b2707;
	width: 100%;
	height: 70%;
	padding-top: 2em;
       
}

#seven-points{
	width: 40%;
	height: 70%; 
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
	vertical-align: middle;
	margin: auto; 
	padding-left: 5em;
}

#seven-points a{
	color: #4b2707;
	text-decoration: none;
}


/* Typography */

nav p{
	font-size: 1.5em;
	text-align: center;
	
}

#bottom-nav{
    text-align: center;
    /* clear: both; */
    
}

.emphasis{
	text-align: center;
	font-size: 4em;
	font-style: italic;
}

p{
	font-size: 1.5em;
}

#seven-points ol li{
	font-size: 1.5em;
}

#seven-points ul {
	margin: .5em 0;
}

#seven-points ul li{
	font-size: 1.5em;
        list-style-type: disc;
}