/*  ===========================================================================
    eXe
    Copyright 2004-2005, University of Auckland

    garden theme display styles.
    =========================================================================== */

body {
    background: #dbddca;
}

a { color: #958981;
    text-decoration: none;
    border: 0;
}

a:hover {
    color: #661212;
}

p#nodeTitle { 
    color: #661212;
    font-size: 20px;
    font-weight: bolder;
}

div#nodeDecoration {
    padding: 2px;
    border-bottom: 1px solid #797668;
}


/* --- iDevice Styles -- */

.emphasis0 {
padding-top: 10px;

}

.emphasis1 {
    background-color: #ccbbb1;
    padding-left: 10px;
    border: 1px solid #634747;
    margin: 10px;
}

.iDevice p, .iDevice div.block {
    padding-left: 24px;
    line-height: 115%
    text-align: left;
}

.iDevice li {
	list-style-position: outside;
}

.iDeviceTitle {
    color: #624e4e;
    font-size: medium;
    font: Verdana;
}    

.iDevice_icon {
    padding-top: 10px;
}

input.feedbackbutton {
    background: #624e4e;
    color: #eeefe7;
}



/* styles for image with text iDevice */

p.reading_feedback {
    border: 1px dashed #ADADAD;
    background-color: #FFF;
}

.image_text { 
    border: 1px solid #CCC; 
    background: #F9F9F9;
    padding: 4px;
    margin: 0px 20px 4px 4px;
}
