/*
-------------------------------------------
File: 'Blueball FreeStacks Responsive Logo Stack' 
Style Sheet: fsrlogo.css
Created: 25, October, 2010
Last Modified: 3, October 2013
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_210_page1 {
	text-align: center;
}

#logo {
	background: transparent;
}

#logo img {
	position:  relative;
	height: auto !important;
	max-width: 100% !important;
	overflow: hidden;
}

/* Smartphones (landscape) ----------- */
@media screen and (max-width: 600px) {	
#logo img {
	height: auto !important;
	max-width: 60% !important;
}
}



#stacks_out_134_page1 {
	width: 960px;
}

#stacks_in_134_page1 {
	padding: 0px 10px 40px 10px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsrnavmenures1.css Style Sheet
Created: 12, October, 2012
Last Modified: 12, March, 2013
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2013 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#navbar {	
	font-size: 1.1em;
	font-weight: 600;

}

#navbar ul {
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: left;
}

*:first-child+html #navbar ul {
	height: 40px !important;
}

#navbar ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	border-right: 0px solid #FDC689;
	width: auto;
}

#navbar ul li a, #navbar ul li a:visited {
	background: #FDC689;
	color: #800080;
	cursor: pointer;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 600;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#navbar ul li a:hover {
	background: #FDC689;
	color: #FF7F00;
}

#navbar ul li #current, #navbar ul li .currentAncestor {
	background: #FDC689;
	color: #FF8000;
}

#navbar ul li a:hover > ul {
	position: relative;
	display: inline-block;
}

#navbar ul li.hasChild > a {
	background-image: url(../files/arrow_down_white.png);
	background-position: 94% 50%;
	background-repeat: no-repeat;
	padding: 0 24px 0 10px;
}

#navbar li:first-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li:last-child > a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar ul li:last-child {
	border-right: 0px;
}

/* Sub Menu Levels */

#navbar ul ul {
	display: none;
	height: 26px;
	left: 0;
	line-height: 26px;
	margin: 0;
	position: absolute;
	top: 40px;
	width: 200px;
	z-index: 999;
	text-align: left;
}

#navbar ul ul li {
	padding: 0;
	height: 26px;
	width: 200px;
	border-right: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar ul ul li a, #navbar ul ul li a:visited {
	background: #333333;
	color: #FFFFFF;
	border-top: px solid #EFEFEF;
	font-size: 0.8em;
	font-weight: normal;
	height: 26px;
	padding: 0 14px 0 14px;
	margin: 0;
	text-shadow: none;
	width: 186px;
}

*:first-child+html #navbar ul ul li a, #navbar ul ul li a:visited {
	padding: 0 14px 0 14px;
	line-height: 26px !important;
	width: 186px !important;
}

#navbar ul ul li a:hover {
	background: #000000;
	color: #CCCCCC;
	width: 186px;
	background-image: none;
}

#navbar ul ul li #current, #navbar ul ul li .currentAncestor {
	background: #000000;
	color: #FFFFFF;
	width: 186px;
}

#navbar ul ul li:last-child > a {
	border-bottom: 1px solid #EFEFEF;
}

#navbar ul ul li.hasChild > a {
	background-image: url(../files/arrow_right_white.png);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	width: 186px;
	padding: 0 14px 0 14px;
}

#navbar li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar ul ul ul {
	top: 0;
	left: 214px;
}

*:first-child+html #navbar ul ul ul {
	top: 0;
	left: 214px !important;
}

#navbar li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li li li li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

#navbar li li li li:last-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}


/************************************************************************************
MOBILE
*************************************************************************************/

@media screen and (max-width: 200px) {
	
.tinynav { 
   display: block; 
   width: 100% !important; 
   margin-top: 0px;
   font-size: 20px; 
}

#nav { 
    display: none; 
}


}


@media screen and (min-width: 201px) {

/* ensure #navbarbar is visible on desktop version */

#nav {
	display: block !important;
}

.tinynav { 
   display: none !important; 
}

}




#stacks_out_301_page1 {
	width: 960px;
}

#stacks_in_301_page1 {
	padding: 0px 10px 40px 10px;
}

#stacks_in_286_page1 {
	line-height: 2em;
}

#stacks_in_268_page1 {
	line-height: 2em;
}
/*
-------------------------------------------
File: 'Blueball FreeStack Responsive Footer' 
Style Sheet: fsrfooter.css
Created: 25, October, 2010
Last Modified: 19, September 2013
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2012-2013 Blueball Design LLC USA/Charlie Lockhart
All Rights Reserved
-------------------------------------------
*/

#stacks_in_200_page1 {
}

#stacks_in_200_page1 #footer {
	line-height: 5.0em;
	width: 100%;
}



#stacks_in_200_page1 {
	padding:  20px;
}
