/*  ===========================================================================
    eXe
    Copyright 2004-2005, University of Auckland

    garden theme display styles.
    =========================================================================== */

body {
    width: 1100px;
	background: url("peen_triip.jpg") repeat scroll 0 0;
	}

a { color: #04237d;
    text-decoration: none;
    border: 0;

}

a:hover {
    color: #4B7ECA;
}

p#nodeTitle { 
    color: #ffffff;
	font-family: Copperplate Gothic Light;
    font-size: 22px;
	font-weight: normal;
    letter-spacing: 2px;
    padding: 10px;
	line-height: 130%;
}

div#nodeDecoration {
    background-image: url("banner.jpg");
	border-bottom: 1px solid #253594;
	border-top: 1px solid #253594;
}


/* --- iDevice Styles -- */

.emphasis0 {
padding-top: 10px;
min-height: 40px;


}

.emphasis1 {
    background-color: #ceddea;
    padding-left: 10px;
    border: 1px solid #BFC2C4;
    margin: 1px;
}

.iDevice p, .iDevice div.block {
    padding-left: 5px;
	padding-right: 5px;
    line-height: 115%
    text-align: left;
	
}

.iDevice li {
	list-style-position: outside;
}

.iDeviceTitle {
    color: #446AA4;
    font-size: 16px;
    font-family:  Copperplate Gothic Light;
}    

.iDevice_icon {
    padding-top: 10px;
}

input.feedbackbutton {
    background: #ceddea;
    color: #446AA4;
}



/* 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;
}