@CHARSET "UTF-8";

/* Fonts */

@font-face {
    font-family: 'CABNDWebBold';
    src: url('../fonts/cabndwebbold-webfont.eot');
    src: url('../fonts/cabndwebbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cabndwebbold-webfont.woff') format('woff'),
         url('../fonts/cabndwebbold-webfont.ttf') format('truetype'),
         url('../fonts/cabndwebbold-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

/******************************************************************************
 * Element Styles
 *****************************************************************************/

body {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #444;
}

p, blockquote {
	margin-bottom: 10px;
	line-height: 150%;
}

strong { font-weight: bold; line-height: inherit; font-family: inherit; }
em { font-style: italic; line-height: inherit; font-family: inherit; }
small { font-size: 85%; }
blockquote, cite { font-style: italic }
blockquote {padding: 10px; background: #ddd; }

h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; font-weight: bold; }
h1 { font-size: 24px; padding: 20px 0 10px 0 }
h2 { font-size: 16px; padding: 14px 0 7px 0; color: #e2001a; }
h3 { font-size: 14px; padding: 14px 0 4px 0; color: #555; }

ol { list-style-type: decimal; }

/* LINK STYLES */

a:link, a:active, a:visited {
	color: #e2001a;
	text-decoration: none;
}

a:link {
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;	cursor: pointer;
}

a:hover {
	color: #820000;
}

/* Button Styles Inspired by Bootstrap http://twitter.github.com/bootstrap/# */


.btn,
button,
form.content-form input[type="submit"],
form.content-form input[type="reset"] {
  display: inline-block;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(0.25, #fff), to(#ddd));
  background-image: -webkit-linear-gradient(#fff, #fff 0.25, #ddd);
  background-image: -moz-linear-gradient(#fff, #fff 0.25, #ddd);
  background-image: -ms-linear-gradient(#fff, #fff 0.25, #ddd);
  background-image: -o-linear-gradient(#fff, #fff 0.25, #ddd);
  background-image: linear-gradient(#fff, #fff 0.25, #ddd);
  padding: 4px 14px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #555;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
  cursor: pointer;
}

.btn:hover,
button:hover,
form.content-form input[type="submit"]:hover,
form.content-form input[type="reset"]:hover {
  background-position: 0 -15px;
  color: #555;
}

.primary,
button.primary,
form.content-form input[type="submit"].primary,
form.content-form input[type="reset"].primary {
  background-color: #e2001a;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff9000), to(#e2001a));
  background-image: -moz-linear-gradient(top, #ff9000, #e2001a);
  background-image: -ms-linear-gradient(top, #ff9000, #e2001a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9000), color-stop(100%, #e2001a));
  background-image: -webkit-linear-gradient(top, #ff9000, #e2001a);
  background-image: -o-linear-gradient(top, #ff9000, #e2001a);
  background-image: linear-gradient(top, #ff9000, #e2001a);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #e2001a;
  border-bottom-color: #eb5e00;
}

.btn.primary {
  color: #fff;
}

.btn.primary:hover {
  color: #fff;
}

.btn:active,
form.content-form input[type="submit"]:active,
form.content-form input[type="reset"]:active,
button:active 
{
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* End Button Styles */

a.link-more, a.link-external, 
a.link-email, a.link-back, 
a.link-internal {
	background: #e2001a;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
a.link-external {
}
a.link-email {
}
a.link-back {
	background: #ddd;
	color: #555;
}

a.link-back:hover {
	color: #e2001a;
}

a.file {
	padding-left: 25px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/icons/file_div.png); 
}

a.pdf { background-image: url(../images/icons/file_pdf.png); }
a.jpg { background-image: url(../images/icons/file_jpg.png); }
a.doc { background-image: url(../images/icons/file_doc.png); }
a.txt { background-image: url(../images/icons/file_txt.png); }
a.gif { background-image: url(../images/icons/file_gif.png); }
a.ppt { background-image: url(../images/icons/file_ppt.png); }
a.xls { background-image: url(../images/icons/file_xls.png); }

/******************************************************************************
 * Class Styles
 *****************************************************************************/
 
/* TABLE STYLES */

table.content-table {
	width: 100%;
	background-color: #ddd;
}

table.content-table h2 {
	font-size: 14px;
	margin: 5px 0;
}

table.content-table th {
	background-color: #e2001a;
	text-align: left;
}

table.content-table th, table.content-table td {
	padding: 4px 6px;
	border-bottom: 2px solid #fff;
	vertical-align: top;
}

/* FORM STYLES */

form.content-form fieldset {
	background: #ddd;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #999;
}

form.content-form fieldset legend {
	padding-left: 5px;
	border: 1px solid #999;
	padding: 3px 6px;
}

form.content-form dt {
	float: left;
	width: 150px;
	padding: 3px;
	font-weight: normal;
}

form.content-form dd {
	margin-left: 160px;
	padding-bottom: 10px;
}

form.content-form input[type="text"],
form.content-form input[type="email"], 
form.content-form input[type="url"],
form.content-form textarea,
select {
	padding: 5px;
	border: 1px solid #820000;
	color: #820000;
	width: 300px;
	margin-bottom: 10px;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; 
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	border-radius: 3px;
}


form.content-form input[type="text"]:focus, 
form.content-form input[type="email"]:focus,
form.content-form input[type="url"]:focus,
form.content-form textarea:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 5px #555;
	outline: medium none;
}


form.content-form input[type=text].error:focus,
form.content-form input[type=email].error:focus,
form.content-form input[type="url"].error:focus,
form.content-form textarea.error:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 5px #F30 !important;
}


form.content-form input[type="radio"] {
	margin-right: 10px;
}

form.content-form input.small,
form.content-form select.small,
form.content-form textarea.small  {
	width: 100px;
}

form.content-form dd.prepend input {
	border-radius: 0 3px 3px 0;
}

form.content-form dd.prepend span {
	background: #ddd;
	padding: 5px 5px 5px 6px;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-radius: 3px 0 0 3px;
	color: #820000;
	display: block;
	float: left;
	min-width: 16px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	color: #555;
}
/* DESCRIPTION */

dl {
	margin-bottom: 18px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-left: 9px;
}

ul {
	margin: 5px 0;
}

/* ERROR STYLES */

ul.nn6-messages {
	border: 1px solid #555;
	background-color: #ddd;
	padding: 10px;
	margin-bottom: 10px;
}

ul.nn6-messages li {
	padding: 3px 0;
	margin-left: 10px;
}

.error,
input:invalid,
textarea:invalid {
	border: 1px solid #F30 !important;
}

/* LYTEBOX */

#lbHoverNav a {
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none; 
	transition: none;
}



/* ACCORDION STYLES */

.accordion h3, .accordion p {
	padding: 10px;
	line-height: 16px;
	outline: none;
}

.accordion h3 {
	background: #ddd;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	font-family: arial, sans-serif;
}

.accordion span.ui-icon {
	background: url(../images/ui-icon.png) no-repeat 0 0 transparent;;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute; 
	top: 8px;
	right: 10px;
}

.accordion span.ui-icon-minus {
	background-position: 0 -20px;
}

/* NON SEMANTIC HELPER CLASSES (HTML5 Boilerplate) */


/* Hide for both screenreaders and browsers: */
.hidden { 
	display: none; 
	visibility: hidden; 
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden; 
}

.offscreen {
	position: absolute; 
	left: -9999px;
}

.outline-heading {
	display: none;
}

.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.clearfix:before, .clearfix:after {
	content: "\0020"; display: block; height: 0; visibility: hidden;	
}
 
.clearfix:after { 
	clear: both; 
}

.clearfix { 
	zoom: 1; 
}

/*** KEK Styles ***/

dl.kek-teammembers {
	margin: 0;
}

dl.kek-teammembers dt {
	display: inline;
	font-weight: normal;
}

dl.kek-teammembers dd {
	display: inline;
	margin: 0;
}

img.kek-image {
	float: right;
}
