/**************************************
 * THEME NAME: ripe_vine
 *
 * Files included in this sheet:
 *
 *   ripe_vine/ripe_vine.css
 **************************************/

/***** ripe_vine/ripe_vine.css start *****/

/**
  * Custom theme for RipeOnline
  * 
  * Colours:
  * a40043 - magenta
  * f5f4f1 - brown/gray
  * 6b6251 - dark gray
  */

body {
    background: #ffffff url(images/tree_plain.gif) top left scroll no-repeat;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 10pt;
    color: #6b6251;
    padding: 0;
    margin: 0;
}

#page
{
	background: #ffffff url(images/tree.gif) top left scroll no-repeat;
	padding: 10px;
}

.plainbackground 
{
	 background: transparent none top left scroll no-repeat !important;
}

a,
a:link,
a:active,
a:visited {
    color: #6b6251;
    text-decoration: underline;
}

a:hover {
    color: #a40043;
    text-decoration: underline;
}

/**
  *img.icon,
  *img.activityicon,
  *img.accessicon,
  *span.icon img {
  *   display:none;
  *}
  */
.block_calendar_month div.header {
    background: #f5f4f1 url(images/calendar.gif) top right no-repeat;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {
    background-color: #f5f4f1;
    color: #a40043;
    border-style: none;
}

.navbar {
    background-color: #f5f4f1;
    color: #a40043;
    border-style: none;
}

.headermenu .navigation,
.headermenu .logininfo {
	font-size: 0.8em;
	white-space: nowrap;
}

.headermenu .navigation select,
.headermenu .logininfo select {
	font-size: 1em;
	height: 18px;
}

.sideblock {
    margin-bottom: 2px;
}

.sideblock .header {
    border-style: none;
}

.sideblock .content {
    border-width: 1px 0px 1px 0px;
    border-color: #6b6251;
    border-style: dotted;
    margin-top: 2px;
}

#header h1.headermain {
    padding-top: 30px;
    padding-left: 20px;
    font-size: 2em;

}



.headerhr {
    border-width: 1px 0px 0px 0px;
    border-color: #6b6251;
    border-style: dotted;
    height: 0px;
    clear: both;
}

.mform,
.generalbox,
.coursebox {
    background-color: #f5f4f1;
    border-style: none;
}

/* Colour the centre boxes and remove borders on course pages*/
#middle-column .section td.content,
#middle-column .section td.left,
#middle-column .section td.right {
    background-color: #f5f4f1;
    border-style: none;
}

/* Footer styles */

#footer-left,
#footer-right {
    width: 220px;
}
#course-view #footer-left {
    width: 190px;
}

#footer-left .helplink {
    font-size: 0.8em;
}

#footer-logo {
    width: 102px;
}
#footer-middle {
    text-align: left;
    font-size: 1.3em;
    font-weight: bold;
}
#footer-middle .ripe {
    color: #ce003a;
}
#footer-right {
    font-size: 0.8em;
}
#footer-middle,
#footer-logo,
#footer-right {
    border-width: 1px 0px 0px 0px;
    border-color: #6b6251;
    border-style: dotted;
}


@media print
{
  img.logo { visibility: visible !important; }
}
  
img.logo
{
	visibility: hidden;	

}

/***** ripe_vine/ripe_vine.css end *****/

