/*
display-preferences.css
Enables user customisation of various presentational aspects of the website.
*/
/* Adjust font sizes depending on the default font size for the website this functionality is implemented on. */
/* Font sizes for the body element */
body.dp-fontsize-1 {font-size:62.5% !important;}
body.dp-fontsize-2 {font-size:76% !important;} /* Default */
body.dp-fontsize-3 {font-size:100% !important;}
body.dp-fontsize-4 {font-size:150% !important;}

/* Font sizes for other elements */
body .dp-fontsize-1 {font-size:82.2% !important;}
body .dp-fontsize-2 {font-size:100% !important;} /* Default */
body .dp-fontsize-3 {font-size:132% !important;}
body .dp-fontsize-4 {font-size:197% !important;}

.dp-lineheight-1 {line-height:1.2 !important;}
.dp-lineheight-2 {line-height:1.47 !important;} /* Default */
.dp-lineheight-3 {line-height:1.73 !important;}
.dp-lineheight-4 {line-height:2 !important;}

.dp-wordspacing-1 {word-spacing:normal !important;} /* Default */
.dp-wordspacing-2 {word-spacing:0.2em !important;}
.dp-wordspacing-3 {word-spacing:0.4em !important;}

.dp-fontfamily-1,
.dp-fontfamily-1 * {font-family:Arial, Helvetica, sans-serif !important;}
.dp-fontfamily-2,
.dp-fontfamily-2 * {font-family:"Comic Sans MS", cursive !important;}
.dp-fontfamily-3,
.dp-fontfamily-3 * {font-family:Georgia, Times, serif !important;}
.dp-fontfamily-4,
.dp-fontfamily-4 * {font-family:Verdana, "Vera Sans", sans-serif !important;} /* Default */

.dp-theme-1,
.dp-theme-1 * {} /* Default */

.dp-theme-2,
.dp-theme-2 * {
    color:#ee0 !important;
	background:#000 !important;
}
.dp-theme-2 img {background-color:transparent !important;}

.dp-theme-3,
.dp-theme-3 * {
    color:#734e2c !important;
	background:#fefce6 !important;
}
.dp-theme-3 img {background-color:transparent !important;}

.dp-theme-4,
.dp-theme-4 * {
    color:#555 !important;
	background:#eee !important;
}
.dp-theme-4 img {background-color:transparent !important;}

.dp-theme-5,
.dp-theme-5 * {
    color:#fff !important;
	background:#00f !important;
}
.dp-theme-5 img {background-color:transparent !important;}

.dp-theme-1 input, .dp-theme-2 input, .dp-theme-3 input, .dp-theme-4 input, .dp-theme-5 input
{
	border:1px solid #000 !important;
}

.dp-theme-2 input
{
	border-color:#EEEE00 !important;
	
}

.dp-theme-3 input
{
	border-color:#734E2C !important;
}

.dp-theme-4 input
{
	border-color:#555 !important;
}

.dp-theme-5 input
{
	border-color:#FFF !important;
}