@charset "utf-8";
/* CSS Document */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) {
    overflow: hidden;
}
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

table { border-collapse: collapse; border-spacing: 0; }



/* ===================================================
    Initializr styles
    http://verekia.com/initializr/responsive-template
    Author: Jonathan Verrecchia
   =================================================== */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	font-weight:normal;
	color:#333;
	/* font-weight:lighter; */
	font-style:normal;
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
body:before { 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
   -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
   box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
   }

.wrapper{
	width:90%;
	margin:0;
}

#nav {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; width:75%; margin-left:25%;}
/* ===================
    ALL: Orange Theme
   =================== */

#header-container{
	border-top: 1px solid #777;
	text-align:center;
}

#slidingFeatures {
	position: relative;
	overflow: hidden;
	width: 90%;
	height:auto;
	min-height: 410px;
	margin: 1% 5% 1% 5%;
	}
	
#banner-slide {
	margin:-8px 0 0 0;
	width:100%;
	height:auto;
	background-color:#fff;
}
#banner-slide h2 {
	font-size:2.4em;
}

#slides-box {
	  background-color:#fff;
	  position: relative;
	  padding:0 0 5px 0;
	  margin:0;
	  display:block;
	}
#slides-box:before, #slides-box:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 20px;
	  left: 20px;
	  width: 50%; 
	  top: 80%;
	  max-width:48%;
	  background: rgba(0, 0, 0, 0.3); 
	  -webkit-box-shadow: 0 25px 30px rgba(0,0,0, 0.3);   
	  -moz-box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
	  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
	  -webkit-transform: rotate(-1deg);    
	  -moz-transform: rotate(-1deg);   
	  -o-transform: rotate(-1deg);
	  -ms-transform: rotate(-1deg);
	  transform: rotate(-1deg);
	}
#slides-box:after 
	{
	  -webkit-transform: rotate(1deg);
	  -moz-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
	  -ms-transform: rotate(1deg);
	  transform: rotate(1deg);
	  right: 20px;
	  left: auto;
	}
	
#sbca-box {
	  background-color:#fff;
	  position: relative;
	  padding:0 0 5px 0;
	  margin:0;
	  display:block;
	}
#sbca-box:before, #sbca-box:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 20px;
	  left: 20px;
	  width: 49%; 
	  top: 80%;
	  max-width:46.5%;
	  background: rgba(0, 0, 0, 0.3); 
	  -webkit-box-shadow: 0 25px 30px rgba(0,0,0, 0.3);   
	  -moz-box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
	  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
	  -webkit-transform: rotate(-1deg);    
	  -moz-transform: rotate(-1deg);   
	  -o-transform: rotate(-1deg);
	  -ms-transform: rotate(-1deg);
	  transform: rotate(-1deg);
	}
#sbca-box:after 
	{
	  -webkit-transform: rotate(1deg);
	  -moz-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
	  -ms-transform: rotate(1deg);
	  transform: rotate(1deg);
	  right: 20px;
	  left: auto;
	}
	
#slides-index {
	  position: relative;
	  background: #fff;
	  padding:0 0 5px 0;
	  margin:0;
	  display:block;
	}

#slides-banners {
	position: relative;
	overflow: hidden;
	width: 90%;
	height:auto;
	min-height: 70px;
	margin: 1% 5% 1% 5%;
	}

#slides-box-int {
	  background-color:#fff;
	  position: relative;
	  padding:0 0 5px 0;
	  margin:0;
	  display:block;
	}
#slides-box-int:before, #slides-box-int:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 20px;
	  left: 20px;
	  width: 50%; 
	  top: 50%;
	  max-width:48%;
	  background: rgba(0, 0, 0, 0.3); 
	  -webkit-box-shadow: 0 25px 30px rgba(0,0,0, 0.3);   
	  -moz-box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
	  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
	  -webkit-transform: rotate(-1deg);    
	  -moz-transform: rotate(-1deg);   
	  -o-transform: rotate(-1deg);
	  -ms-transform: rotate(-1deg);
	  transform: rotate(-1deg);
	}
#slides-box-int:after 
	{
	  -webkit-transform: rotate(1deg);
	  -moz-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
	  -ms-transform: rotate(1deg);
	  transform: rotate(1deg);
	  right: 20px;
	  left: auto;
	}
	
#sbca_title{
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	font-size:1.6em;
	text-shadow: -1px -1px 2px rgba(0,0,0, 0.3);
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	margin:10px 0 0 51px;
	padding:0;
}

#sbca-title{
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	font-size:1.6em;
	line-height:normal;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.4);
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	position:relative;
	float:right;
	margin:10px 0 0 0;
	padding:0;
	opacity:0.9;
}

#sbca_logo{
	width:490px;
	height:46px;
	margin:-12px 0 3px 50px;
	padding:0;
	vertical-align:top;
}

.toplinks {
		color:#fff;
		text-decoration:none;
		font-size:0.9em;
		line-height:normal;
		border-bottom:1px dotted #6C6C6C;
	}
	.toplinks a{	
		color:#fff;
		text-decoration:none;
		margin-right:2em;
		font-size:0.9em;
		line-height:normal;
		border-bottom:1px dotted #6C6C6C;
	}
	.toplinks a:hover{
		color:#fff;
		text-decoration:none;
		margin-right:2em;
		font-size:0.9em;
		line-height:normal;
		border-bottom:1px dotted #fff;
	}

.tablelinks {
		color:#444;
		text-decoration:none;
		border-bottom:hidden;
		font-size:0.9em;
	}
	.tablelinks a{
		margin-right:2em;
		color:#444;
		text-decoration:none;
		border-bottom:hidden;
	}
	.tablelinks a:hover{
		color:#000;
		border-bottom:1px dotted #000;
	}

.text_grey {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7F7F7F;
line-height: 16px;
}
.text_grey a {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7F7F7F;
line-height: 16px;
text-decoration:none;
}
.text_grey a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
line-height: 16px;
text-decoration:none;
}

.forms {
font-family:Tahoma, Geneva, sans-serif;
font-size: 13px;
color: #6B6B6B;
line-height: 1.5em;
}
.forms a {
font-family:Tahoma, Geneva, sans-serif;
font-size: 13px;
color: #6B6B6B;
line-height: 1.5em;
text-decoration: none;
border-bottom:dotted 1px #6B6B6B;
}
.forms a:hover {
font-family:Tahoma, Geneva, sans-serif;
font-size: 13px;
color: #B32D00;
line-height: 1.5em;
text-decoration: none;
border-bottom:dotted 1px #B32D00;
}
.admin {
font-family:Tahoma, Geneva, sans-serif;
font-size: 13px;
color: #6B6B6B;
line-height: 1.5em;
}
.admin a {
font-family:Tahoma, Geneva, sans-serif;
font-size: 13px;
color: #6B6B6B;
line-height: 1.5em;
text-decoration: none;
border-bottom:dotted 1px #6B6B6B;
}
.admin a:hover {
font-family:Tahoma, Geneva, sans-serif;
font-size: 13px;
color: #B32D00;
line-height: 1.5em;
text-decoration: none;
border-bottom:dotted 1px #B32D00;
}

.copy {
		color:#777;
		text-decoration:none;
		border-bottom:hidden;
		font-size:0.9em;
	}
	
p {
	margin-top: 0.8em;	
}
p a{
	color:#42649B;
	text-decoration:none;
}
p a:hover{
	color:#42649B;
	text-decoration:none;
	border-bottom:1px dotted #42649B;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:1.8em;
	line-height:normal;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color:#999;
	margin-bottom:0;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	letter-spacing:1px;
}

h1_prev2 {
	font-family: 'Fjalla One', sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:2.1em;
	line-height:normal;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color:#999;
	margin-bottom:0;
	text-shadow: 2px 2px 3px rgba(0,0,0, 0.2);
	letter-spacing:1px;
}

h1_prev {
	font-family: 'Fjalla One', sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:2.9em;
	line-height:normal;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color:#999;
	margin-bottom:0;
	text-shadow: 2px 2px 3px rgba(0,0,0, 0.2);
}

h4 {
	font-size:1.2em;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-weight:normal;
	color:#666;
	margin-bottom:0;
}

#contentbox p a{
	color:#2D5084;
	text-decoration:none;
}
#contentbox p a:hover{
	color:#42649B;
}

#header-container h2{
	color:white;
	font-size:18px;
}

#header-container header{
	text-align:center;
}

::-moz-selection { background: #7E715F; color: #fff; text-shadow: none; }
::selection      { background: #7E715F; color: #fff; text-shadow: none; }

h3 {
	margin-bottom:10px;
}

/* WEBSITE */

.slidesphoto {
	padding:0;
	margin:0 20px 5px 0;
}
.slidesphoto2 {
	width:240px;
	height:354px;
	padding:0;
	margin:0 20px 5px 0;
}
.slidesphoto_prev {
	float:left;
	padding:0;
	margin:0 20px 5px 0;
}

.slidesphotoright {
	float:right;
	padding:5px;
	margin:0 0 10px 20px;
	border:3px solid #42649B;
}

#follow-container{
	display:none;
}


#preconfig-section{
	padding-bottom:10px;
	margin:0;	
}

.preconfig-container{
	display:block;
	width:100%;
}

.preconfig-block{
	border:none;
	display:block;
	width:100%;
}


#main{
	padding:15px 0 10px 0;
}
#main-article{
	padding:10px 20px 0 30px;
}


#about-container {
	height:auto;
	padding:0;
	border-bottom: 1px solid #999;
	margin:0;
	background-color:#FFF;
	background-image:url(../images/footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	 
}

#about-container h3{
	font-weight:normal;
	font-family: 'Oxygen', sans-serif;
	font-size:2em;
}

#about-container a{
	color:#777;
	text-decoration:none;
	font-size:0.8em;
	margin-right:1em;
}
#about-container a:hover{
	color:#777;
	text-decoration:none;
	border-bottom:1px dotted #777;
}


#email:before{
	content:"contact@sbca.com";
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }



/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 540px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

	#header-container{				
		
	}

	#header-container header{
		text-align:center;
		height:auto;
	}
	
	#main-container {
	}
	
	.ie7 #header-container header,
	.ie8 #header-container header{
		height:auto;
	}

	#title-container{
		float:left;
		width:100%;
		display:block;
		clear:both;
		
	}
	
	#title-container h2{
		color:#000;
		font-weight:normal;
		letter-spacing:1px;
	}	

	#follow-container{
		float:right;
		width:100%;
		display:block;
		clear:both;
		text-align:right;
	}

	#follow-container p{
		text-align:right;
		color:white;
		font-weight:normal;
		margin:4px 0;
	}

	#follow-container a{
		color:white;
	}

	#intro p, table{
/* 		float:left; */
	float:left;
	margin-right:0;
	}
	#intro p:first-child{
	margin-bottom:0;
	}

	#hidden-section{
		display:none;
	}

	.customize-section{
		width:80%;
		margin: auto;
	}
	
	.customize-section:nth-child(2n + 1){
		clear:both;
	}

	#quick-links-container{
		margin:0 auto;
		width:95%;
	}
	
	#quick-links{
		float:left;
		padding-left:30px;
	}
	
	#quick-links p{
		margin-top:5px;
	}
	
	#quick-links h3{
		text-align:center;
		padding-bottom:2px;
	}

}

@media only screen and (min-width: 800px) {

	#title-container{
		float:left;
		width:100%;
		margin-top:30px;
	}

	#follow-container{
		float:right;
		width:100%;
		text-align:right;
		margin-top:4px;
	}
	#follow-container p{
		text-align:right;
	}

	#quick-links-container{
		float:left;
	}
	
	#quick-links{
		float:none;
		margin:0;
	}

	#quick-links-container{
		width:95%;
	}


}



/* Desktops and laptops ----------- */
@media only screen and (min-width : 1025px) and (max-width : 1139px) {
#nav {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; width:80%; margin-left:20%;}  
.wrapper{
	width:900px;
	margin:0 auto;
}
#slidingFeatures {
	position: relative;
	overflow: hidden;
	width: 90%;
	min-height: 430px;
	margin: 1% 5% 1% 5%;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:1.8em;
	line-height:normal;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color:#999;
	margin-bottom:0;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	letter-spacing:1px;
}
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
#nav {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; width:80%; margin-left:20%;}
#header-container{
	padding:0 0 0 90px;	
}
#banner-slide {
	margin-left:50px;
	max-width:900px;
	height:auto;
}
#slidingFeatures {
	position: relative;
	overflow: hidden;
	width: 90%;
	height:auto;
	min-height: 430px;
	margin: 1% 5% 1% 5%;
}
#sbca_title{
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	font-size:1.6em;
	text-shadow: -1px -1px 2px rgba(0,0,0, 0.3);
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	margin:10px 0 0 91px;
	padding:0;
}
#sbca-title{
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	font-size:1.6em;
	line-height:normal;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.4);
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	position:relative;
	float:right;
	margin:10px 0 0 0;
	padding:0;
	opacity:0.9;
}

#sbca_logo{
	width:490px;
	height:46px;
	margin:-12px 0 3px 80px;
	padding:0;
	vertical-align:top;
}
#main-article{
	padding:10px 20px 0 90px;
}
#quick-links{
		float:left;
		padding-left:90px;
}
.slidesphoto {
	padding:0;
	margin:0 20px 5px 0;
}
.slidesphoto2 {
	width:240px;
	height:354px;
	padding:0;
	margin:0 20px 5px 0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:1.8em;
	line-height:normal;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color:#999;
	margin-bottom:0;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	letter-spacing:1px;
}
}


@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.wrapper{
		width:1000px; /* 1140px - 10% for margins */
		margin:0 auto;
	}
}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
#nav {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; width:80%; margin-left:20%;}
body:before { 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   }
#header-container{
	padding:0 0 0 90px;	
}
#banner-slide {
	margin-left:60px;
	width:910px;
	height:auto;
}
#banner-slide h2 {
	font-size:2.4em;
}
#sbca_title{
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	font-size:1.6em;
	text-shadow: -1px -1px 2px rgba(0,0,0, 0.3);
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	margin:10px 0 0 91px;
	padding:0;
}
#sbca-title{
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	font-size:1.6em;
	line-height:normal;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.4);
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	position:relative;
	float:right;
	margin:10px 0 0 0;
	padding:0;
	opacity:0.9;
}
#sbca_logo{
	width:490px;
	height:46px;
	margin:-12px 0 3px 80px;
	padding:0;
	vertical-align:top;
}
#main-article{
	padding:10px 20px 0 90px;
}
#slides-box:before, #slides-box:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 35px;
	  left: 20px;
	  width: 50%; 
	  top: 80%;
	  max-width:48%;
	  background: rgba(0, 0, 0, 0.4); 
	  -webkit-box-shadow: 0 25px 20px rgba(0,0,0, 0.4);   
	  -moz-box-shadow: 0 25px 20px rgba(0, 0, 0, 0.4);
	  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.4);
	  -webkit-transform: rotate(-1deg);    
	  -moz-transform: rotate(-1deg);   
	  -o-transform: rotate(-1deg);
	  -ms-transform: rotate(-1deg);
	  transform: rotate(-1deg);
	}
#slides-box:after 
	{
	  -webkit-transform: rotate(1deg);
	  -moz-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
	  -ms-transform: rotate(1deg);
	  transform: rotate(1deg);
	  right: 20px;
	  left: auto;
	}
#slides-box-int:before, #slides-box-int:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 32px;
	  left: 20px;
	  width: 50%; 
	  top: 50%;
	  max-width:48%;
	  background: rgba(0, 0, 0, 0.3); 
	  -webkit-box-shadow: 0 25px 20px rgba(0,0,0, 0.3);   
	  -moz-box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
	  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
	  -webkit-transform: rotate(-1deg);    
	  -moz-transform: rotate(-1deg);   
	  -o-transform: rotate(-1deg);
	  -ms-transform: rotate(-1deg);
	  transform: rotate(-1deg);
	}
#slides-box-int:after 
	{
	  -webkit-transform: rotate(1deg);
	  -moz-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
	  -ms-transform: rotate(1deg);
	  transform: rotate(1deg);
	  right: 20px;
	  left: auto;
	}
#slidingFeatures {
	position: relative;
	overflow: hidden;
	width: 90%;
	height:auto;
	min-height: 450px;
	margin: 1% 5% 1% 5%;
	}
#contactform {
	width:900px;
	margin:20px 0 20px 50px;
	padding:0;
}
#contentbox {
	margin-left:10px;
	width:900px;
	height:auto;
}
#contentbox h2{
	font-size:1.9em;
}
#quick-links{
		float:left;
		padding-left:90px;
}
.slidesphoto {
	padding:0;
	margin:0 20px 5px 0;
}
.slidesphoto2 {
	width:240px;
	height:354px;
	padding:0;
	margin:0 20px 5px 0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:1.8em;
	line-height:normal;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color:#999;
	margin-bottom:0;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	letter-spacing:1px;
}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
#nav {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; width:90%; margin-left:10%;}
body:before { 
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
   box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
   }
#header-container{
	padding:30px 0 0 70px;	
}
#follow-container{
		margin-top:0;
	}
#main-article{
	padding:0 20px 0 70px;
}
#banner-slide {
	margin:-6px 0 0 35px;
	width:695px;
	height:auto;
}
#banner-slide h2 {
	font-size:2.2em;
	width:inherit;
}
#slides-box:before, #slides-box:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 35px;
	  left: 20px;
	  width: 50%; 
	  top: 80%;
	  max-width:48%;
	  background: rgba(0, 0, 0, 0.4); 
	  -webkit-box-shadow: 0 25px 20px rgba(0,0,0, 0.4);   
	  -moz-box-shadow: 0 25px 20px rgba(0, 0, 0, 0.4);
	  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.4);
	  -webkit-transform: rotate(-1deg);    
	  -moz-transform: rotate(-1deg);   
	  -o-transform: rotate(-1deg);
	  -ms-transform: rotate(-1deg);
	  transform: rotate(-1deg);
	}
#slides-box:after 
	{
	  -webkit-transform: rotate(1deg);
	  -moz-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
	  -ms-transform: rotate(1deg);
	  transform: rotate(1deg);
	  right: 20px;
	  left: auto;
	}
#slides-box-int:before, #slides-box-int:after 
	{
	  z-index: -1; 
	  position: absolute; 
	  content: "";
	  bottom: 32px;
	  left: 20px;
	  width: 50%; 
	  top: 50%;
	  max-width:48%;
	  background: rgba(0, 0, 0, 0.3); 
	  -webkit-box-shadow: 0 25px 20px rgba(0,0,0, 0.3);   
	  -moz-box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
	  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
	  -webkit-transform: rotate(-1deg);    
	  -moz-transform: rotate(-1deg);   
	  -o-transform: rotate(-1deg);
	  -ms-transform: rotate(-1deg);
	  transform: rotate(-1deg);
	}
#slides-box-int:after 
	{
	  -webkit-transform: rotate(1deg);
	  -moz-transform: rotate(1deg);
	  -o-transform: rotate(1deg);
	  -ms-transform: rotate(1deg);
	  transform: rotate(1deg);
	  right: 20px;
	  left: auto;
	}
#slidingFeatures {
	position: relative;
	overflow: hidden;
	width: 90%;
	height:auto;
	min-height: 450px;
	margin: 1% 5% 1% 5%;
	}
#sbca_title{
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	font-size:1.6em;
	text-shadow: -1px -1px 2px rgba(0,0,0, 0.3);
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	margin:10px 0 0 71px;
	padding:0;
} 
#sbca-title{
	color:#fff;
	font-family: 'Fjalla One', sans-serif;
	font-weight:normal;
	font-size:1.6em;
	line-height:normal;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.4);
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	position:relative;
	float:right;
	margin:10px 0 0 0;
	padding:0;
	opacity:0.9;
}
#sbca_logo{
	width:490px;
	height:46px;
	margin:-12px 0 3px 70px;
	padding:0;
	vertical-align:top;
}
.jshowoff-slidelinks a {

	font-size: 0.9em;
	line-height: 0.9em;
	text-decoration: none;
	}
#quick-links-container{
		width:95%;
		float:left;
	}
#about-container article{
		width:60%;
	}
#contactform {
	width:720px;
	margin:20px 0 20px 20px;
	padding:0;
	font-size:0.9em;
}
#contentbox {
	margin-left:0;
	width:685px;
	height:auto;
}
#contentbox h2{
	font-size:1.9em;
}
#quick-links{
		float:left;
		padding-left:70px;
}
.slidesphoto {
	padding:0;
	margin:0 20px 5px 0;
}
.slidesphoto2 {
	width:240px;
	height:354px;
	padding:0;
	margin:0 20px 5px 0;
}
.toplinks {
		color:#fff;
		text-decoration:none;
		font-size:1em;
		line-height:1.5em;
		border-bottom:1px dotted #6C6C6C;
	}
	.toplinks a{	
		color:#fff;
		text-decoration:none;
		margin-right:1em;
		font-size:1em;
		line-height:1.5em;
		border-bottom:1px dotted #6C6C6C;
	}
	.toplinks a:hover{
		color:#fff;
		text-decoration:none;
		margin-right:1em;
		font-size:1em;
		line-height:1.5em;
		border-bottom:1px dotted #fff;
	}

.tablelinks {
		color:#444;
		text-decoration:none;
		border-bottom:hidden;
		font-size:1em;
	}
	.tablelinks a{
		margin-right:1em;
		color:#444;
		text-decoration:none;
		border-bottom:hidden;
	}
	.tablelinks a:hover{
		color:#000;
		border-bottom:1px dotted #000;
	}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	font-size:1.7em;
	line-height:normal;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color:#999;
	margin-bottom:0;
	text-shadow: 1px 2px 3px rgba(0,0,0, 0.2);
	letter-spacing:1px;
}
}
}
