/**
 Priority of selectors:
 - Universal selectors.
 - Elements selectors.
 - Class, Attributes and pseudo selectors.
 - ID Selectors.
 - !important Universal selectors.
 - !important Elements selectors.
 - !important Class, Attributes and pseudo selectors.
 - !important ID Selectors.
 **/

@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

/* clearfix for floats: http://nicolasgallagher.com/micro-clearfix-hack/demo/ */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

body, html {
	width: 100%;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

body > .wrapper, body > .wrapper > .wrapper-2 {
	width: 100%;
}

body .wrapper > *, body > .wrapper > .wrapper-2 > * {
	width: 920px;
	margin: 0 auto;
}

body > .wrapper > footer {
	width: 940px;
	margin: 0 auto;
}

#body h1 {
	color: #000000;
	font-size: 36px;
	font-family: 'Droid Serif', serif;
	text-align: center;
}

span.simplex-name-simplex {
	color: #777777;
}

span.simplex-name-portal {
	color: #ff7025;
}

header {
	height: 410px;
}

header .slide { zoom: 1; }
header .slide:before, #contents-entries .slide:after  { content: ""; display: table; }
header .slide:after, #contents-entries .slide:after  { clear: both; }
header .slide .block {
    position: relative;
    float: left;
    text-align: left;
    
    width: 460px;
    height: 410px;
}

#header .slide .block.image {
    padding-top: 20px;
}

#body {
	border-top: solid 8px rgb(240,240,240);
	/*
	 border-left: solid 1px rgb(240,240,240);
	 border-right: solid 1px rgb(240,240,240);
	 */

	padding-top: 50px;
	background: url(img/body-bg.png) repeat bottom left;
}

#mini-nav {
	position: fixed;
    left: 0;
    top: 0;
    z-index: 1024;
}

#mini-nav > nav {
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: right;
}

#mini-nav > nav > a {
	font-size: 12px;
	margin-left: 20px;
}

#banner {
	padding-top: 30px;
}

#link-language-options {
}

#link-language-options a {
    color: #454545;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
}

#primary-nav > nav {
	text-align: right;
	padding-bottom: 17px;
	padding-top: 18px;
}

#primary-nav > nav > a {
	color: #ff752c;
	font-size: 18px;
	font-family: 'Droid Serif', serif;
	border-left: 2px solid #D9D9D9;
	-webkit-transition: border-color .20s;
	-moz-transition: border .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
	padding-left: 17px;
	padding-right: 17px;
}

#primary-nav > nav > a:nth-child(2) {
	border-left: none;
	padding-left: 0;
}

#primary-nav > nav > a:last-child {
	border-right: none;
	padding-right: 0;
}

#primary-nav {
	background: url(img/primary-menu-bg.png) repeat scroll top left;
	z-index: 1024;
	width: 100%;
}

#link-simplexportal-index {
	margin-top: 2px;
	border-left: none !important;
	float: left;
}

#link-modules-options {
}

#link-modules-options a {
    color: #FF7025;
    display: block;
    position: relative;
    font-family: 'Droid Serif',serif;
    font-size: 18px;
    margin: 0.5em 0;
    padding: 10px 0 10px 40px;
    
    width: 250px;
}

#link-modules-options a.cms {
	background: url(img/icon-cms-32.png) no-repeat scroll center left;
}

#link-modules-options a.ecommerce {
	background: url(img/icon-ecommerce-32.png) no-repeat scroll center left;
}

#link-modules-options a.lbs {
	background: url(img/icon-lbs-32.png) no-repeat scroll center left;
}


#link-modules-options a.bk {
	background: url(img/icon-bk-32.png) no-repeat scroll center left;
}


#contents {
	margin-top: 32px;
	position: relative;
}

#contents-navigation {
	position: absolute;
	top: 30px;
	left: 0;
	width: 300px;
	z-index: 200;
}

#contents-entries {
	position: relative;
	
	float: left;
	margin-left: 292px;
	margin-bottom: 110px;
	width: 598px;
	z-index: 100;
	min-height: 733px;
	padding: 5px 10px 5px 30px;


	border-style: solid none solid solid;
	border-width: 12px 0 12px 12px;
	
	
	-moz-border-image: url("img/contents-entry.png") 12 0 12 12 stretch stretch; /* Firefox */
	-o-border-image: url("img/contents-entry.png") 12 0 12 12 stretch; /* Opera */
	-webkit-border-image: url("img/contents-entry.png") 12 0 12 12 stretch; /* Safari */
	border-image: url("img/contents-entry.png") fill 12 0 12 12 stretch;
	
	background-color: transparent;
	
	color: #777777;
	font-size: 14px;
}

#contents-entries a {
	color: #ff7047;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #ff7047;
}

#contents-entries a:hover {
	color: #ff7047;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #ff7047;
}

#contents-entries a[href^="http:"], #contents-entries a[href^="https:"]
{
	background: url(img/external-link.png) no-repeat right center;
	padding-right: 20px;
}

#contents-entries .entry h2 {
    border-bottom: 1px solid #FFA566;
    color: #FFA566;
    font-size: 1.2em;
    margin: 1em 0 1em 0;
}

#contents-entries .entry h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

#contents-entries .two-columns, #contents-entries .one-columns { zoom: 1; }
#contents-entries .two-columns:before, #contents-entries .two-columns:after, #contents-entries .one-columns:before, #contents-entries .one-columns:after  { content: ""; display: table; }
#contents-entries .two-columns:after, #contents-entries .one-columns:after  { clear: both; }
#contents-entries .block {
    position: relative;
    float: left;
    margin: 10px 4px;
    padding: 0 5px;
    text-align: left;
}

#contents-entries .block.image {

}

#contents-entries .two-columns .block {
    width: 280px;
}

#contents-entries .one-column .block {
    width: auto;
}


#contents-navigation > ul {
	list-style: none;
	margin: 0;
	
	cursor: pointer;
	text-decoration: none;
	color: #777777;
	font-size: 14px;
}

#contents-navigation > ul > li {
	padding: 27px 20px;
}

#contents-navigation > ul > li.selected {
	
	padding: 15px 20px 15px 8px;
	
	border-style: solid none solid solid;
	border-width: 12px 0 12px 12px;
	
	-moz-border-image: url("img/contents-index.png") 12 12 12 12 stretch stretch; /* Firefox */
	-o-border-image: url("img/contents-index.png") 12 12 12 12 stretch; /* Opera */
	-webkit-border-image: url("img/contents-index.png") 12 12 12 12 stretch; /* Safari */
	border-image: url("img/contents-index.png") fill 12 12 12 12 stretch;
	
	border-color: #E3E3E3;
	background-color: transparent;
}

#contents-navigation > ul h2 {
	margin: 0 0 10px;
	color: #ff7025;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

#contents-navigation > ul p {
	margin: 0;
}

#footer-1 {
	background: url("img/footer-1-bg.png") repeat-x scroll left top #E36100;
	min-height: 530px;
	color: #777777;
}

#footer-1 a {
	color: #ff7047;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #ff7047;
}

#footer-1 a:hover {
	color: #ff7047;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #ff7047;
}

#footer-1 a[href^="http:"], #contents-entries a[href^="https:"]
{
	background: url(img/external-link.png) no-repeat right center;
	padding-right: 20px;
}

#footer-1 .block {
	margin-right: 30px;
}

#footer-1 .block:last-child {
	margin-right: 0;
}

#footer-1 .two-blocks {
	float: left;
	width: 580px;
}

#footer-1 .one-blocks {
	float: left;
	width: 310px;
}

#footer-1 .news, #footer-1 .story {
	background-color: white;
    margin-bottom: 10px;
    padding: 5px 24px 10px 24px;
    
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#footer-1 h2 {
	margin: 50px 0 20px 0;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 35px;
}

#footer-1 h2:first-line {
	color: black;
	font-size: 30px;
}

#footer-1 .news h3 {
	margin: 18px 0 0 0;
	color: #e36100;
}

#footer-1 .news p.date {
	margin: 0 0 15px 0;
	color: #e36100;
	font-size: 10px;
}


#footer-1 .story h3 {
	margin: 18px 0 15px 0;
	color: #e36100;
}

#footer-1 .story {
    font-family: 'Antic Slab',serif;
    font-style: italic;
}

#footer-1 .story p.author {
	margin: 0;
    font-size: 12px;
}

#footer-1 .story p.position {
	margin: 0;
    font-size: 12px;
}


#footer-2 {
	padding-top: 55px;
	background: url(img/footer-2-bg.png) repeat-x top left;
	background-color: black;
}

#footer-2 h3 {
	margin: 0 0 20px 0;
	color: #ff8b02;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: normal;
}

#footer-2 footer {
	display: table;
}

#footer-2 .entry {
	display: table-cell;
	padding: 50px 40px;
}

#footer-2 .entry:nth-child(1) {
	padding-left: 0;
}

#footer-2 .entry:last-child {
	padding-right: 0;
}

#footer-2 .entry ul {
	margin: 0px;
}

#footer-2 .entry ul li {
	margin: 10px 0px;
}

#footer-2 .entry ul li li {
	margin: 7px 0 7px 10px;
}

#footer-2 .entry ul a {
	font-size: 14px;
	color: #9f9fa6;
	display: block;
	border-bottom: 1px dotted #6a6a6a;
	padding-bottom: 8px;
}

#footer-2 .entry ul a:hover {
	text-decoration: none;
	color: #ff8b02;
}

#footer-2 .entry ul ul a {
	color: #eaeaea;
	border: none;
	display: inline;
	font-size: 12px;
}

#footer-2 .entry ul a.facebook {
	background: url(img/logo-facebook-off.png) left center no-repeat transparent;
	padding: 5px 0 5px 30px;
	border-bottom: none;
}

#footer-2 .entry ul a.twitter {
	background: url(img/logo-twitter-off.png) left center no-repeat transparent;
	padding: 5px 0 5px 30px;
	border-bottom: none;
}

#footer-2 .entry ul a.linkedin {
	background: url(img/logo-linkedin-off.png) left center no-repeat transparent;
	padding: 5px 0 5px 30px;
	border-bottom: none;
}

#footer-2 .entry ul a.blog {
	background: url(img/logo-blog-off.png) left center no-repeat transparent;
	padding: 5px 0 5px 30px;
	border-bottom: none;
}

#footer-2 .entry ul a.facebook:hover {
	background: url(img/logo-facebook-on.png) left center no-repeat transparent;
}

#footer-2 .entry ul a.twitter:hover {
	background: url(img/logo-twitter-on.png) left center no-repeat transparent;
}

#footer-2 .entry ul a.linkedin:hover {
	background: url(img/logo-linkedin-on.png) left center no-repeat transparent;
}

#footer-2 .entry ul a.blog:hover {
	background: url(img/logo-blog-on.png) left center no-repeat transparent;
}

#footer-2 .copyright {
	margin: 60px auto 30px auto;
	text-align: center;
	color: #9f9fa6;
	font-size: 11px;
}

#footer-2 .copyright a {
	color: #ff8b02;
}

.button.orange {
	color: white;
	border-top: 1px solid black;
	padding: 12px 30px;
	text-align: center; width: 200px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #ffa910;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffa910), to(#f25e00));
	background: -webkit-linear-gradient(#ffa910, #f25e00);
	background: -moz-linear-gradient(#ffa910, #f25e00);
	background: -ms-linear-gradient(#ffa910, #f25e00);
	background: -o-linear-gradient(#ffa910, #f25e00);
	background: linear-gradient(#ffa910, #f25e00);
	-pie-background: linear-gradient(#ffa910, #f25e00);
	behavior: url(PIE.htc);
}

.button.orange:hover {
	text-decoration: none;
}

.button.orange:visited {
	color: white;
}


/** Frames styles. **/
.shadow-grey-1 {
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    padding: 12px;
    display: inline-block;
}

.shadow-grey-2 {
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;
    padding: 12px;
    display: inline-block;
}

.shadow-grey-3 {
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
    -moz-box-shadow: 0 8px 6px -6px #ccc;
    box-shadow: 0 8px 6px -6px #ccc;
    padding: 12px;
    display: inline-block;
}

.shadow-orange-1 {
    -moz-box-shadow: 3px 3px 5px 6px #FFA566;
    -webkit-box-shadow: 3px 3px 5px 6px #FFA566;
    box-shadow: 3px 3px 5px 6px #FFA566;
    padding: 12px;
    display: inline-block;
}

.shadow-orange-2 {
    -moz-box-shadow: inset 0 0 10px #FFA566;
    -webkit-box-shadow: inset 0 0 10px #FFA566;
    box-shadow: inset 0 0 10px #FFA566;
    padding: 12px;
    display: inline-block;
}

.shadow-orange-3 {
    -webkit-box-shadow: 0 8px 6px -6px #FFA566;
    -moz-box-shadow: 0 8px 6px -6px #FFA566;
    box-shadow: 0 8px 6px -6px #FFA566;
    padding: 12px;
    display: inline-block;
}


/** StarBurst **/
div.starburst {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 25px;
    width: 130px;
    height: 130px;
    z-index: 2048;
}

div.starburst a {
	display:block;
	width:5em;
	height:5em;
	background:#fa0;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	rotation:-45deg;
	position:relative;
	top:2em;
	left:2em;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-shadow:0 0 3em #fa0, 0 0 4px #f30;
	-moz-transition: -moz-transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
}
div.starburst a span {
	display:block;
	width:5em;
	height:5em;
	background:#fa0;
	-webkit-transform:rotate(22.5deg);
	-moz-transform:rotate(22.5deg);
	-o-transform:rotate(22.5deg);
	rotation:22.5deg;
}
div.starburst a:hover,
div.starburst a:hover span {
	background:#FFD901;
	color:#000;
	text-shadow:0 0 20px #fff, 0 0 8px #fff;
}
div.starburst a:hover {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	rotation:315deg;
}



/** Remove pagination, next and after **/
.slider-wrapper.auto .nivo-directionNav,
.slider-wrapper.auto .nivo-controlNav {
	display: none;
}

