
	
.displaynone	{
		display: none;
	}
	
#style{
	font-size: 1em;		
	height: 35%;
	height: 300px;
	max-width: 556px;
	position: fixed;
	top: 55%;
	right: -468px;
	width: 512px;
	z-index: 5;
}

		@media screen and (max-width: 755px){
		
			#style{
				top: 45%;
				
			}

		}


	#style_main{
		background: black;
		float: left;
		height: 100%;
		width: 294px;
	}
	
	#style_btn{
		float: left;
		height: 100%;
		position: relative;
		width: 44px;
		
	}
	
			@media screen and (max-width: 755px){
		
			#style_btn{
				width: 34px;
			}
	
		}
	
		#style_btn a{
			background-color: black; 
			color: white;
			text-align: center;
			padding: 25px 0 0 0;
			display: block;
			float: left;
			height: 44px;
			position: absolute;
			bottom: 0;
			text-indent: 0px;
			width: 100%;
			z-index: 4;
			text-decoration: none;
			text-underline-style: none;
		}
		
		#style_btn a:hover{
			cursor: pointer;
			background-color: #F16521;
			-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		}
		
	#style nav{
		float: right;
		margin: 10px 10px 0 0;
		width: 250px;
	}
	
		#style nav h2{
			font-size: 0.875em;
			font-weight: normal;
			margin: 15px 0 0 20%;
		}
		
		@media only screen and (max-device-width: 1024px) and (orientation:landscape){
		
			#style nav{
				margin: 22px 40px;
			}
		
		}
		
		#style nav ul{
		}
	
			#index nav li{
				margin: 0 0 4px 0;
			}
			
			
			
			
			
			
			



/* 
	.navicon {
		height: 50px;
		width: 50px;
		background-color: grey;
		z-index: 1000;
		text-align: center;
		position: relative;
		
		
	}

	.navicon > h1 {
		padding: 12px;
		font-family: helvetica, arial, sans-serif;
		font-size: 18px;
		color: #A2A3A5;
   		text-align: center
	}

	
/* 
	link buttons
 */

.optmenu
{
	background-color: black;
	width: 195px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 25px;
	color: #F16521;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-underline-style: none;
	text-align: left;

}

#smalltxt
{
	background-color: black;
	width: 195px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 25px;
	font-family: helvetica, arial, sans-serif;
	color: #A2A3A5;
	font-size: 12px;
	text-decoration: none;
	text-underline-style: none;
	text-align: left;

}

#medtxt
{
	background-color: black;
	width: 195px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 25px;
	font-family: helvetica, arial, sans-serif;
	color: #A2A3A5;
	font-size: 14px;
	text-decoration: none;
	text-underline-style: none;
	text-align: left;

}

#largetxt
{
	background-color: black;
	width: 195px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 25px;
	font-family: helvetica, arial, sans-serif;
	color: #A2A3A5;
	font-size: 18px;
	text-decoration: none;
	text-underline-style: none;
	text-align: left;

}

#smalltxt:hover,#medtxt:hover,#largetxt:hover {
		background-color: #F16521;
		color: white;
		cursor: pointer;
		-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
}







.colorbutton
{
	background-color: black;
	width: 195px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 25px;
	color: #F16521;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-underline-style: none;
	text-align: left;

}




#colorbox{	
	height: 120px;
	max-width: 30px;
	position: fixed;
	top: 10%;
	right: -0px;
	width: 50px;
	z-index: 6;
	background-color: black;
}


.colorbuttonlight,.colorbuttondark {
	background-color: black;
	width: 60px;
	height: 40px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: white;
	text-align: center;
	float: left;
	padding: 20px 0px 0px 0px;

}

.colorbuttonlight {
color: #642f21;
background-color: #f4ebd3;
margin: 0px 5px 0px 0px;
}

.colorbuttondark {
color: #A2A3A5;
background-color: #2D2D2E;
}




.colorbuttonlight:hover,.colorbuttondark:hover
{
		background-color: #F16521;
		color: white;
		cursor: pointer;
		-webkit-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
}

