/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Courier, sans-serif;
	/*background: #fff;*/
	
	background-image:url(http://www.davidcousley.com/content/files/images/bg.jpg);
	background-repeat:repeat;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a{padding: 5px;}

a:link { text-decoration: none;
line-height:1.5em;
color: #6a6480;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

#menu ul li.active a { text-decoration: line-through; }
a img { border: none; }

#sitename{text-align: center;
font-size: 20px;
color: #fff;
background-color: #6a6480;
height:25px;
padding-top: 2px;}

#menu {
    width: 215px;
    padding-right: 20px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    text-align: right;
    height: 100%;
	/*background-color: #fff;*/
}




#menu ul {float:right;
clear: both;
padding-top: 3px;
	list-style: none;
	margin: 10px 10px 12px 10px;
}

li{padding: 3px;


}
#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}



#content img{padding-left:3px;}

#content p { width: 600px; margin-bottom: 9px; }



p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


.shadow {
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}




.section-title{float: right;
padding-top: 2px;
margin-bottom: 15px;

clear: both;
text-align: center;
height: 18px;
width:180px;
background: #8e88a6;
color:#fff;

	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');


}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }



#once { clear: left; }


#indexe{list-style-type: none;
font-size: 0.7em;

}