﻿/* WUR theme */


/*
		WUR Colormap:
			Main colors:
				Green (Text Box Hover):	#34B233
				Light Blue (Box):		#6AADE4
				Light Blue (Text Hover):#3A84C1
				Light Gray (Box):		#EEEDE6
				Light Gray (Hover):		#DEDCCF
			Accent colors:
				Orange (Box):			#FF9933
				Orange (Hover):			#ED7301
				Dark Blue (Box Hover):	#005172
				White:					#FFFFFF
				Black (Text):			#333333
				Light Gray (line):		#C1C1C1
		*/

/* 2 paths, since it does not map correctly to virtual folders */
@font-face {
	font-family: 'wurfont';
	src: url("../../fonts/wurfont/wurfont-regular-webfont.eot");
	src: url("../../fonts/wurfont/wurfont-regular-webfont.eot?#iefix") format("embedded-opentype"),
		 url("../../fonts/wurfont/wurfont-regular-webfont.woff") format("woff"),
		 url("../../fonts/wurfont/wurfont-regular-webfont.ttf") format("truetype"),
		 url("../../fonts/wurfont/wurfont-regular-webfont.svg#wurfontRegular") format("svg"),
		url("../fonts/wurfont/wurfont-regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/wurfont/wurfont-regular-webfont.woff") format("woff"),
		url("../fonts/wurfont/wurfont-regular-webfont.ttf") format("truetype"),
		url("../fonts/wurfont/wurfont-regular-webfont.svg#wurfontRegular") format("svg");
	
	font-weight: normal;
	font-style: normal;
}

html {
	font-family: 'Verdana', 'Open Sans', sans-serif;
	font-size: 12px;
}

a,
a:visited {
	color: #6AADE4; /*light blue Box*/
}

#breadcrumb > ul ul li a:before,
.links li:before,
.content .links li:before,
body .footer a.more:before,
body .footer a[href]:before,
body .footer nav ul li:before,
.content .link li:before {
	content: "\F006";
	font-family: wurfont;
	margin: 0;
	left: -0.3em;
	color: inherit;
	line-height: inherit;
	font-size: 1em;
}

body {
	/*background-color: #EEEDE6;*/ /*#ECECEC;*/
}


h1 {
	line-height: 1.3;
	font-size: 24px;
	color: #6AADE4; /* blue */
}

h2 {
	font-size: 16px;
	/*font-size: 1.6rem;*/
	color: #333333;
}

.content h2:first-child {
	margin-top: 0;
}

.content h3 {
	font-weight: bold;
}

.content h2 {
	line-height: 1.6;
	margin-bottom: .2em;
	margin-top: 1em;
	font-size: 20px;
	/*font-size: 2.0rem;*/
}

h3.moduleHeader {
	font-size: 16px;
	/*font-size: 1.6rem;*/
	text-transform: uppercase;
}

aside h2, h3 {
	font-size: 16px;
	/*font-size: 1.6rem;*/
}

h3 {
	/*font-size: 12px;*/
	font-size: 1.2rem;
	color: #333333;
	margin-bottom: .4em;
	margin-top: 10px;
}

	.footer h3,
	h3.propertyLabel {
		font-size: 14px;
		/*font-size: 1.4rem;*/
	}

.footer * {
	font-size: 11px;
}
