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



/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body { color: #45484C; font-size: 15px; line-height:20px; font-family: Helvetica, Arial, sans-serif; margin: 0;}

h1 { font-size: 28px; line-height: 32px; color: #E42A00; }
h2 { font-size: 26px; line-height: 30px; }
h3 { font-size: 25px; line-height: 30px; }
h4 { font-size: 16px; line-height: 18px; color: #565754; }
h5 { font-size: 14px; line-height: 16px; color: #565754; }
h6 { font-size: 12px; line-height: 14px; color: #686a6c; }
h1, h2, h3, h4, h5, h6 { margin: 10px 0 10px 0; font-weight: normal; }


a { color: #E42A00; text-decoration: none; }
a:hover {color: #931B00; text-decoration: underline; }

mark { color: #3d4144; }

hr { border-top-color: #DFDFDE;
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid;
}

pre {
	border: 1px solid #DFDFDE;
	background: #fff;
}

p {
	margin:5px 0;	
}

hr,
ul, ol, dl,
blockquote, pre,
fieldset, figure { margin: 15px 0; }
ul, ol, dl { padding-left: 30px }
dd { margin-left: 40px; }


/* Text-level Semantics */
small { font-size: 11px; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
dfn[title] { font-style: normal; }

/* Horizontal Rule */


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}

/* Blocks */
#block-toolbar { background: #E42A00;}

#block-bottom {color: #b6babd;}

/* Toolbar */
#toolbar, #toolbar a { color: #fff; }

/* Footer */
#footer {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

/* Box Styling */
#content, 
.mod-box, #block-bottom {
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,0,0.12);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,0,0.12);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,0,0.12);
}

#block-bottom .mod-box {
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.15);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.15);
}

.mod-box-color1,
.mod-box-color2 {
	-moz-box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.15),
		inset 0 0 30px rgba(0,0,0,0.1),
		0 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.15),
		inset 0 0 30px rgba(0,0,0,0.1),
		0 1px 1px rgba(0,0,0,0.12);
	box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.15),
		inset 0 0 30px rgba(0,0,0,0.1),
		0 1px 1px rgba(0,0,0,0.12);
}
html {
	overflow-y: scroll;
	min-height: 100%;
}


/* Remove outline when clicking links: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

/* Removes scrollbar in IE */
textarea { overflow: auto; }

/* Remove background from selected images */
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

/* Remove borders */
fieldset,
img,
iframe { border: 0; }

/* Hand cursor on clickable input elements */
input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select, button, label { cursor: pointer; }


/* Render new HTML5 elements as blocks
----------------------------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }



/* Quotes */
q, blockquote {
	quotes: '\201C' '\201D' '\2018' '\2019';
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
	
blockquote {
	padding: 0 20px;
	font-size: 16px;
	line-height: 22px;
}

blockquote:before { content: '\201C'; }
blockquote:after { content: '\201D'; }

/* Code */
code, pre { font-family: "Courier New", Courier, monospace; }

code { word-spacing: -2px; }

pre {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	white-space: pre-wrap;
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td { padding: 1px; }

/* Forms */
input, select { vertical-align: middle; }

select, input, textarea, button { font: 12px Arial, sans-serif; }

form, textarea { margin: 0; }
legend, fieldset, input { padding: 0; }

textarea,
input[type='text'],
input[type='password'],
select { padding: 2px; }
select { line-height: 19px; } /* Needed for Safari */

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 3px;
	line-height: inherit;
}