/* sCore/public/css/default.css */
@charset "utf-8";
/* CSS Document */

/* default */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p  {
	margin: 0px;
	padding:0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.blogTitle {
	margin: 5px 0px;
}
.blogTitle a {
	text-decoration: none;
	color: #000000;
}
.blogTitle a:hover {
	color: #555555;
}
.blogDate {
	margin: 5px 0px;
}

	
	

/* sCore/public/css/styles.css */
.simpleBoxContainer {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 8px;
	border-radius: 8px; 
	-webkit-box-shadow: 0px 0px 5px 0px #CCCCCC;
	box-shadow: 0px 0px 5px 0px #CCCCCC; 
}
.simpleBox {
	border: 1px solid #99CCFF;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}
.simpleBox input{
	height: 25px;
	padding: 2px;
	background: url(../../sCore/images/simpleBoxFormBkgLeft.jpg) top left no-repeat, url(../../sCore/images/simpleBoxFormBkgRight.jpg) top right no-repeat, url(../../sCore/images/simpleBoxFormBkg.jpg) top center repeat-x;
	border: 1px solid #9C9C9C;
	font-size: 14px;
	line-height: 19px;
	color: #707070;
}
.simpleBoxHead {
	height: 45px;
	padding: 0 10px;
	background: #1899DC; /* Old browsers */
	background: -moz-linear-gradient(top,  #cbe8f8 0%, #6abceb 7%, #136bcf 93%, #5090da 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbe8f8), color-stop(7%,#6abceb), color-stop(93%,#136bcf), color-stop(100%,#5090da)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cbe8f8 0%,#6abceb 7%,#136bcf 93%,#5090da 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cbe8f8 0%,#6abceb 7%,#136bcf 93%,#5090da 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cbe8f8 0%,#6abceb 7%,#136bcf 93%,#5090da 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cbe8f8 0%,#6abceb 7%,#136bcf 93%,#5090da 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abceb', endColorstr='#136bcf',GradientType=0 ); /* IE6-9 */
	font-family: 'Fugaz One', cursive;
	font-size: 24px;
	line-height: 45px;
	color: #FFFFFF;
}
.simpleBoxBody {
	padding: 10px;
	font-family: 'Doppio One', sans-serif;
	font-size: 14px;
	color: #707070;
}
.simpleBoxFoot {
	height: 25px;
	padding: 0 10px;
	background: #1899dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7d9f4 0%, #249fe2 7%, #0a5ccc 88%, #1268cf 92%, #2185da 96%, #50b1e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7d9f4), color-stop(7%,#249fe2), color-stop(88%,#0a5ccc), color-stop(92%,#1268cf), color-stop(96%,#2185da), color-stop(100%,#50b1e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a7d9f4 0%,#249fe2 7%,#0a5ccc 88%,#1268cf 92%,#2185da 96%,#50b1e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a7d9f4 0%,#249fe2 7%,#0a5ccc 88%,#1268cf 92%,#2185da 96%,#50b1e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a7d9f4 0%,#249fe2 7%,#0a5ccc 88%,#1268cf 92%,#2185da 96%,#50b1e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a7d9f4 0%,#249fe2 7%,#0a5ccc 88%,#1268cf 92%,#2185da 96%,#50b1e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abceb', endColorstr='#136bcf',GradientType=0 ); /* IE6-9 */
	font-family: 'Doppio One', sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
}

.simpleBoxLogin{
	width: 306px;
	margin: 0 auto;
}
.simpleBoxLogin label{
	width: 90px;
	margin: 5px;
	float: left;
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
}
.simpleBoxLogin input{
	width: 190px;
	margin: 5px;
	float: left;
}

.simpleButton {
	height: 38px;
	padding: 0 25px;
	display: inline-block;
	background: url(../../sCore/images/simpleButtonBkgLeft.jpg) top left no-repeat, url(../../sCore/images/simpleButtonBkgRight.jpg) top right no-repeat, url(../../sCore/images/simpleButtonBkg.jpg) top center repeat-x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #99CCFF;
	font-family: 'Doppio One', sans-serif;
	font-size: 20px;
	line-height: 38px;
	color: #FFFFFF;
	cursor: pointer;
}

.simpleButtonSmall {
	height: 25px;
	padding: 0 25px;
	display: inline-block;
	background: url(../../sCore/images/simpleButtonBkgLeft.jpg) top left no-repeat, url(../../sCore/images/simpleButtonBkgRight.jpg) top right no-repeat, url(../../sCore/images/simpleButtonBkg.jpg) top center repeat-x;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #99CCFF;
	font-family: 'Doppio One', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	cursor: pointer;
}

.simpleImgRound {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #9C9C9C;
}

	
	

/* sBlog/public/css/blog.css */
/* Blog Styles */

.sBlogPagination {
	text-align: center;
}

.sBlogPageLink {
	cursor: pointer;
}

.sBlogPageLinkActive {
	font-weight: bold;
}
	
	

/* sCalendar/public/css/styles.css */
/* Calendar Styles */

.sCalendarHeader {
	text-align: center;
}

.sCalendarPrev {
	display: inline;
	cursor: pointer;
}

.sCalendarNext {
	display: inline;
	cursor: pointer;
}

.sCalendarYear {
	display: inline;
}

.sCalendarMonth {
	display: inline;
}

.sCalendarDayLables {
	font-weight: bold;
}

	
	

/* fancybox/public/css/styles.css */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../module/fancybox/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../module/fancybox/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../module/fancybox/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../../module/fancybox/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../../module/fancybox/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../../module/fancybox/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
	
	

/* tooltip/public/css/styles.css */
/* Tooltip */

.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background-color: #FFF;
	color: #000;
	cursor: default;
}
	
	

/* bxslider/public/css/jquery.bxslider.css */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../../module/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../../module/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../../module/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../../module/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../../module/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
	
	

/* sForm/public/css/styles.css */
/* Form Styles */

.fieldErrorMsg {
	color: #FF0000;
	font-size: 10px;
}

.formHolder {
	padding: 15px 0 25px 0;
}

.formFieldHolder {
	padding: 5px 0 10px 0;
}

.sFormTitleHolder {
	font-size: 24px;
}




.sFormCheckbox {
	margin: 0 5px 0 8px;
}

.sFormEmail {
	
}

.sFormText {
	width: 100%;
}

.sFormTextarea {
	width: 100%;
	font-family: inherit;
}

	
	

