/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * headings
 */

h1, h2, h3, h4, h5, h6  { font-family: "Trebuchet MS" }

h1  { color: #cd0031; font-size: 24px; font-weight: normal  ; line-height: 26px; }

#page h1 a  { color: #cd0031; font-size: 24px; line-height: 26px; text-decoration: none   }








h2    { color: #cd0031; font-size: 24px; font-family: "Trebuchet MS"; font-weight: bold; line-height: 26px }
h3  { color: #6c8b00 ; font-weight: bold; }
h4  { color: #cd0031 ; line-height: 18px; }



h5  { color: #154b61 }
h6  { color: #cd0031 }

h1  { font-size: 24px; line-height: 26px }
h2  { font-size: 24px; line-height: 26px }

/*
 * anchor
 */

a:link,
a:visited  { color: #cd0031; text-decoration: none }
a:hover { text-decoration: underline; }

a.icon-folder {
        padding-left: 17px;
        background: url(../images/typography/icon_folder.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(../images/typography/icon_file.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(../images/typography/icon_download.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(../images/typography/icon_external.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(../images/pdf_button.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box  { color: #7f7f7f; font-family: "Lucida Sans"; font-style: normal; background: #f5f6f7; white-space: nowrap; padding: 0 3px; border: dotted 1px #acacac }










#bottom em.box   { background-color: #154b61; border-color: #154b61  }






/*
 * unsorted lists
 */

/* icon style */
ul.plus,
ul.heart,
ul.check,
ul.star,
ul.arrow {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.plus li,
ul.heart li,
ul.check li,
ul.star li,
ul.arrow li  { font-weight: bold; line-height: 26px; margin: 5px 0; padding-left: 20px }







ul.plus li { background: url(../images/typography/list_plus.png) 0 0 no-repeat; }
ul.heart li { background: url(../images/typography/list_heart.png) 0 0 no-repeat; }
ul.check li { background: url(../images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/typography/list_star.png) 0 0 no-repeat; }
ul.arrow li { background: url(../images/typography/list_arrow.png) 0 0 no-repeat; }

/* links style */
ul.links {
	margin: 10px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}
.module ul.links { margin: 0; }

ul.links li  { line-height: 26px; background: url(../images/typography/list_links.png) no-repeat 0 5px; padding-bottom: 5px; cursor: pointer; padding-left: 18px; border-top: 1px solid #e5e5e5  }









ul.links li:first-child { border: none; }

ul.links li:hover { background-image: url(../images/typography/list_links.png); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 5px; }

ul.links li a {
	display: block;
	color: #525252;
	text-decoration: none;
}

ul.links li:hover a,
#bottom ul.links li:hover a  { color: #cd0031 ; }

#bottom ul.links li  { border-color: #5b8190 }

#bottom ul.links li a  { color: white }

/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(../images/typography/list_disc.png) 20px 0px repeat-y;
}

ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(../images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}


/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip { display: block; }

div.note, span.note {
	color: #323232;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #E4EBF1;
	border-top: 1px solid #D4D9DE;
	border-bottom: 1px solid #D4D9DE;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip  { color: #323232; margin: 10px 0; padding: 8px 10px 8px 40px }






div.info, span.info {
	background: #E4EBF1 url(../images/typography/box_info.png) 8px 5px no-repeat;
	border-top: 1px solid #D4D9DE;
	border-bottom: 1px solid #D4D9DE;
}

div.alert, span.alert {
	background: #FFE6DF url(../images/typography/box_alert.png) 8px 5px no-repeat;
	border-top: 1px solid #FFD9CF;
	border-bottom: 1px solid #FFD9CF;
}

div.download, span.download {
	background: #f5faeb url(../images/typography/box_download.png) 8px 5px no-repeat;
	border-top: 1px solid #D6EBCD;
	border-bottom: 1px solid #D6EBCD;
}

div.tip, span.tip {
	background: #FDF9E3 url(../images/typography/box_tip.png) 8px 5px no-repeat;
	border-top: 1px solid #FAE7BE;
	border-bottom: 1px solid #FAE7BE;
}


/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter  { font-size: 280%; font-family: "Trebuchet MS"; display: block; margin: 7px 4px 0 0; float: left }








/*
 * blockquotes
 */

blockquote  { font-family: "Trebuchet MS" }

q.blockquote  { font-size: 120%; font-family: "Trebuchet MS"; font-style: italic; margin: 10px 0 10px 15px }







q.blockquote:first-letter { font-size: 150%; }

q.blockquote:before,
q.blockquote:after { content: ""; }





blockquote.quotation  { background: url("../images/typography/blockquote_start.png") no-repeat; text-align: justify; margin: 10px 0; padding: 10px 35px; border: none }



blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/typography/blockquote_end.png) 100% 100% no-repeat;
}

/*
 * floating boxes
 */

body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}

body .inset-right {
	margin: 15px 0px 10px 15px;
	float: right;
}

/*
 * webfonts
 */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeue-webfont.eot') format('eot'),
		 url('../fonts/BebasNeue-webfont.woff') format('woff'),
		 url('../fonts/BebasNeue-webfont.ttf') format('truetype');
}

.webfonts .module h3.header,
.webfonts #system .title,
.webfonts .spotlight.bottom h3  { font-family: "Trebuchet MS"; text-transform: capitalize; letter-spacing: 0 }





.webfonts .module h3.header,
.webfonts .module h3.header span.title   { font-size: 24px; font-weight: bold; line-height: 26px }

.webfonts #system .title   { font-size: 24px; font-family: "Trebuchet MS"; font-weight: bold; line-height: 26px }


.webfonts .spotlight.bottom h3  { font-size: 24px; line-height: 26px }

/*
 * spotlight
 */
 
.spotlight .spotlight1 { visibility: hidden; }

.spotlight.fade .spotlight1 > div > a:first-child,
.spotlight.bottom .spotlight1 > div > a:first-child {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}


/* fade: zoom */
.spotlight.fade .spotlight1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.spotlight.fade.zoom .spotlight1 { background: url(../images/spotlight_fade_zoom.png) 50% 50% no-repeat; }

#headerbar .spotlight.fade .spotlight1 { top: 60px; }

/* fade: bottom */
.spotlight.bottom .spotlight1 > *  { color: #ffffff; background: transparent; padding: 20px }







.spotlight.bottom h3 { 
	margin: 0px 0px 3px 0px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffffff;
	

}

.spotlight.bottom a,
.spotlight.bottom a:hover { color: #ffffff; }
.spotlight.bottom a { text-decoration: underline; }