/* @override http://www.dmdproject.com/css/dmd.css */

/***** Body Elements *****/
html { 
    height: 100%; 
    margin-bottom: 1px; 
}

body {
	margin-top: 6px;
	background: #383d44;
}

#page {
    background-color: #f6f5ee;
    background-image: url(../images/bg.png);
    padding-top:9em;
}

a {
    color: #014b9d;
    text-decoration: none;
    border-bottom: 1px solid #bfc0c3;
}

a:hover {
    color:#383d44;
}

img {
    display: block;
}

/***** Header *****/

h1 {
    display: none;
}

h2 {
    display: none;
}

#header {
    text-align: center;
}

/***** Navigation *****/

#nav ul {
    list-style:none;
}

#nav a {
    text-decoration: none;
    border-bottom: 0;
}

#selected {
    font-weight: bold;
    list-style:url(../images/arrow.png);
}

.pdf {
	list-style:url(../images/icons/pdf.png);
}

.navsection {
    margin-top: 1em;
}

/***** Content *****/

p {
    color: #333;
}

.thumbnail {
    text-align: center;
}

.picInP {float:left;margin:0 .5em 0 0;padding:0;}

h3 {
    color: #777;
}

h5 {
    color: #7d7a71;
}

.readme {
    margin-top:-1em;
}

.downloads {
    list-style:none;
	margin-left:0;
    margin-top:-1em;
}

.downloads a {
	text-decoration:none;
	border-bottom:0;
}

#footer {
    background: #383d44 url(../images/bg-end.png) no-repeat;
    color: #ffffff;
    text-align: center;
    padding-top: 2.5em;
}

#footer a{
    color:#65a9f4;
    border:0;
}

#footer a:hover{
    color:#f6f5ee;
}