/* ------------------ Styles by spikebachman.com */

/* ------------------ Begin content related styles */
body { 
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url('');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}

a:link, 
a:visited, 
a:active {
	color: #4C86C6;
	text-decoration: none;
	}

a:hover {
	color: #BF2E1A;
	text-decoration: none;
	}

hr {
	color: #FFFFFF;
	border: 0px;
	border-top: 1px solid #000000;
	height: 1px;
	margin: 5px 0px 5px 0px;
	}

h1 {
	font-family: 'Chivo', sans-serif;
	color: #000000;
	font-size: 30px;
	font-weight: normal;
	border-left: 0px solid #000000;
	}

h2 {
	font-family: 'Chivo', sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	border-left: 0px solid #000000;
	}

h3 {
	ffont-family: 'Chivo', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	}

h4 {
	font-family: 'Chivo', sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	}

form {
	margin: 10px;
	}

blockquote {
	font-family:  'Chivo', sans-serif;
	font-style: italic;
	color: #666666;
	border-left: 10px solid #000000;
	padding-left: 10px;
	font-size: 10px;
	}

abbr {
	}

acroynm {
	}

cite {
	}

address {
	}

strong {
	}

em {
	}

#banner {
	height: 150px;
	padding: 0px;
	text-align: left;
	background: #FFFFFF;
	font-weight: bold;
	border-bottom: 0px solid #000;
	margin-left: 0px;
	margin-top: 0px;
	background: transparent url('sbb_header_logo.gif') bottom left no-repeat;
	}

#banner a {
	color: #BF2E1A;
	text-decoration: none;
	}
 
.banner_h1 { /* Website Title*/
	font-family: 'Chivo', sans-serif;
	color: #000000;
	font-size: 30px;
	font-weight: normal;
	padding: 80px 0px 0px 115px; 
	} 

.banner_h2 { /* Page Header */
	font-family: 'Chivo', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin: 0px; 
	}

* html #banner {
	clear: both; 
	height: 125px;
	}
	
.page_title { /* Page Title */
	font-family: 'Chivo', sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	margin-left: 125px;
	}

#main { /* Holds the page items in place */
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #;
	}

#extras { /* objects outside main page (powered by etc) */
	width: auto;
	margin: 2px 0px 0px 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	}

#contentContainer #content {
	text-align: left; /* ie6 misbehaves */
	padding: 0px 30px 0px 30px;
	}
	
#html #contentContainer #content table {
	width: 90%; 					/* ie6 fix to stop tables being pushed below floats */
	
	} 

#content { /* main content from the WYSIWYG goes in here */
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	clear: right;
	}

#footer { 
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	border-top: 0px solid #000;
	padding: 6px 5px 6px 5px;
	clear: both;
	background: #fff;
	}
	
#baker_footer {  /* Pulls information from PAGE_FOOTER */
	font-style: normal; 
	text-align: left;
	}
	

#powered_by, 
#coding {
	text-align: left;
	}

#powered_by a, 
#coding a {
	color: #4d85c5; 
	text-decoration: none;
	}
	
#powered_by a:hover, 
#coding a:hover {
	color: #bf2e1a;
	}
/* ------------------ End content related styles */
	
/* ------------------ Begin top navigation based off: http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp */
#navContainer {
	width: 100%;
	clear: both;
	border-right: 0px solid #000000;
	margin-right: 0px;
	float: left;
	}
	
ul.menu, li.menu { /* Remove List Formattings */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#header_menu {
	position: absolute; 
	margin-left: 0px; 
	background: #;
	}
	
#header_menu li {
	line-height: 30px;
	}
	
ul#header_menu {
	z-index: 10; 
	clear: both;
	}

#nav {
	height: 30px;
	background: #FFFFFF;
	border-top: 0px;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 0px 30px;
	}
	
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	text-transform: none;
	width: auto; 					/* (Disappearing List-Background) http://www.positioniseverything.net/explorer/ie-listbug.html */
	position: relative; 				/* Fix the Stupid IE6 Bug */
	}
	
#nav ul li {
	float: left; 
	color: #BF2E1A; 
	text-align: center; 
	font-weight: normal;
	}
	
#nav ul li a {
	display: block; 
	background: #; 
	padding: 0px 20px 0px 3px; 
	border-top: 0px solid #000; 
	border-bottom: 0px solid #000; 
	border-left: 0px solid #000; 
	border-right: 0px solid #000; 
	color: #000; 
	text-decoration: none;
	}

/* ------------------ First level link formatting */
#nav ul li a:hover, 
#nav li a:focus { 
	background: #; 
	border-color: #; 
	color: #bf2e1a;
	}
	
#nav li a:active, 
#nav ul li a.active {
	background: #; 
	border-color: #; 
	color: #;
	}

/* ------------------ Current page customizations*/
#nav li.menu-current a {
	background: #; 
	color: #bf2e1a; 
	border-bottom: 0px solid #000;
	}
	
#nav li.menu-current a {
	font-weight: normal;
	} 

/* ------------------ 2nd level link formatting */
#nav .menu li ul {
	position: absolute; 
	left: 0px; 
	width: 180px; 
	margin-top: 0px; 
	display: none; 
	text-transform: none; 
	border: 1px solid #000; 
	border-top: 0px solid #000; 
	font-size: 100%;
	}
	
#nav .menu li ul li {
	width: 170px; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	line-height: 25px;
	}
	
#nav .menu li ul a {
	width: 170px; 
	padding: 5px 5px 5px 5px; 
	background: #fff; 
	color: #000; 
	border: 0px;}

/* ------------------ 2nd level link hover */
#nav .menu li ul a:hover {
	color: #000; 
	background: #fff; 
	border: 0px; 
	color: #bf2e1a;}

/* ------------------ Show and hide 2nd level links */
#nav .menu li:hover ul, 
#nav .menu li a:focus ul, 
#nav .menu li.subMenu ul {
	display: block;
	}
	
#nav .menu li ul ul { 
	display: none;
	}
	
#nav .menu li:hover ul ul, 
#nav .menu li.subMenu ul ul {
	display: none;
	}
	
#nav .menu li:hover ul, 
#nav .menu li li:hover ul, 
#nav .menu li.subMenu ul, 
#nav .menu li li.subMenu ul {
	display: block;
	}


/* ------------------ 3rd level link formatting */
#nav .menu li ul li ul li a { 
	width: 175px; 
	padding: 5px 5px 5px 5px; 
	background: #fff; 
	color: #000;
	}

/* ------------------ Positioning of the pop-out drop down menus */
#nav li {
	position: relative;
	}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
	}
/* ------------------ End top navigation */

/* ------------------ Begin styles for the three columns */
	
/* ------------------ Outermost Column Container */
.colmask {
	position: relative;				/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;					/* width of whole page */
	overflow: hidden;				/* This chops off any overhanging divs */
	}
	
/* ------------------ Common Column Settings */

.colright,
.colmid,
.colleft {
	float: left;
	width: 100%;					/* width of page */
	position: relative;
	}

.col1,
.col2,
.col3 {
	float: left;
	position: relative;
	padding: 0xp 0px 10px 0px;			/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
	}
	
/* ------------------ 3 Column Settings */

.threecol {
	background: #FFFFFF;				/* right column background colour */
	}
	
.threecol .colmid {
	right: 25%;					/* width of the right column */
	background: #;					/* center column background colour */
	}
	
.threecol .colleft {
	right: 50%;					/* width of the middle column */
	background: #;					/* left column background colour */
	}
	
.threecol .col1 {
	width: 46%;					/* width of center column content (column width minus padding on either side) */
	left: 102%;					/* 100% plus left padding of center column */
	}
	
.threecol .col2 {
	width: 21%;					/* Width of left column content (column width minus padding on either side) */
	left: 31%;					/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}

.threecol .col3 {
	width: 21%;					/* Width of right column content (column width minus padding on either side) */
	left: 85%;					/* Please make note of the brackets here: (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
/* ------------------ End styles for the three columns */

/* ------------------ Begin logo garden styles */
#gallery {
	border: 0px solid #FFFFFF;
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	background: #FFFFFF;
	-webkit-box-shadow: #C6C6C6 10px 10px 20px; 	/* box shadow effect in Safari and Chrome*/
	-moz-box-shadow: #C6C6C6 10px 10px 20px; 	/* box shadow effect in Firefox*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#C6C6C6', Direction=135, Strength=10); /* box shadow effect in IE*/    
	box-shadow: #C6C6C6 10px 10px 20px; 		/* box shadow effect in Browsers that support it, Opera 10.5 pre-alpha release*/
	}
          
#gallery ul{ /* This position the ul content in the middle of the gallery*/
	margin-left: -30px; 
	}
       
#gallery ul li { /* In order to create the proper effect with hover we should use display inline-table. This will display the big picture right next to its thumbnail*/
	list-style: none;
	display: inline-table;
	padding: 10px;
	}

#gallery ul li .pic{ /* This is the pic to display when the hover action occur over the li that contains the thumbnail  */
	-webkit-transition: all 0.6s ease-in-out; 	/* Animation with transition in Safari and Chrome */
	-moz-transition: all 0.6s ease-in-out; 		/* Animation with transition in Firefox (No supported Yet) */
	-o-transition: all 0.6s ease-in-out; 		/* Animation with transition in Opera (No supported Yet)*/
	opacity: 0; 					/* The the opacity to 0 to create the fadeOut effect*/
	visibility: hidden; 
	position: absolute; 
	margin-top: 10px; 
	margin-left: -20px; 
	border: 1px solid black;
	-webkit-box-shadow: #272229 2px 2px 10px; 	/* box shadow effect in Safari and Chrome*/
	-moz-box-shadow: #272229 2px 2px 10px; 		/* box shadow effect in Firefox*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=5); /* box shadow effect in IE*/
	box-shadow: #272229 2px 2px 10px; 		/* box shadow effect in Browsers that support it, Opera 10.5 pre-alpha release*/
	}
            

#gallery ul li .mini:hover{
	cursor: pointer;
	}
            
#gallery ul li:hover .pic { /* This create the desired effect of showing the image when we mouseover the thumbnail*/
	width: 400px; 					/* width and height is how much the picture is going to growth with the effect */
	height: 400px;
	opacity: 1; 
	visibility: visible; 
	float: right;
	}

/* ------------------ End logo garden styles */
