body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	background-color: #222D2D;
	}
	
html {overflow-y: scroll;}

h1 {
	font-size: 19px;
	line-height: 22px;
	color: #B5D5FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e58f80;
	margin: 0px;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c0695a;
	margin: 0px;
	}
	
a 	{color: #fc917e;}

a:hover {color: #fff;}
	
img {
	max-width: 100%;
	height: auto;
	}

hr	{
	background-color: #2D2D2D;
	color: #2D2D2D;
	width: 1240px;
	height: 4px;
	margin-bottom: 10px;
	border: 0px;
	clear: both;
	}
	
header {
	position: relative;
	display: block;
	}
	
footer {
	display: block;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #1e2828;;
	clear: both;
	}
	
#logo {
	z-index: 90;
	top: -24px;
	left: 10px;
	width: 220px;
	background-position: 2px;
	position: absolute;
	}

#wrapper {
	border-color: #1e2828;
	background-color: #2F3E3E;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-width: 35px;
	border-style: solid;
	width: 96%;	
	max-width: 1280px;
	margin: auto;
	}
	
#strip {
	height: 35px;
	position: absolute;
	z-index: 95;
	bottom: 6%;
	left: 0px;
	background-image: url("images/nav-background.png");
	background-position: 2px;
	width: 100%;
	}

#content {
	color: #cccccc;
	padding: 15px;
	}

#footer_2 {
	max-width: 960px;
	width: 96%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d3d3d3;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
.container {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	}
	
.item {
	margin-bottom: 15px;
	width: 32%;
	}
	
.web {
	margin-bottom: 15px;
	background-color: #2D2D2D;
	padding: 6px;
	width: 48%;
	}
	
.port_left {
	float: left;
	}
	
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	}
	
.right-link {
	float: right;
	margin-left: 10px;
	}
	
.left-link {
	float: left;
	margin-right: 10px;
	}
	
.web-ad2 {
	float: left;
	padding: 5px;
	background-color: #2D2D2D;
	width: 298px;
	font-size: 15px;
	margin-bottom: 8px;
	}

.cycle-slideshow {
	z-index: 80;
	}

.print {
	float: left;
	margin-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 12px;
	background-color: #2D2D2D;
	}
	
.print-samples {
	float: right;
	width: 250px;
	margin-left: 4px;
	margin-bottom: 8px;
	padding: 10px;
	background-color: #2D2D2D;
	font-weight: bold;
	color: #B5D5FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	}
	
.print-samples2 {
	float: left;
	width: 250px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 10px;
	background-color: #2D2D2D;
	font-weight: bold;
	color: #B5D5FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	}
	
.selected {
	color: #b5d3ff;
	}
	
.grow-area {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
   /** -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
    width: 100%;
	}
	
.grow-item {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #B5D5FF;
	margin-bottom: 20px;
	line-height: 20px;
	text-align: center;
	}
	
.grow img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
	}
	
.grow:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	}
	
.grow {
	flex-grow: 3;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
.skip-link {
    position: fixed;
    top: -200px;
    padding: 6px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    z-index: 9999;
    }
    
.skip-link:focus {top: 5px;}
	

/*****************************Navigation******************************/


nav {
	/** background-color: rgb(0,0,0,.5); **/
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	}

nav a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	padding: 7px 0 4px 0;
	}

nav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	/*justify-content: space-around; */
	}

nav ul li {
	color: #ebdec2;
	flex: auto;
	text-align: center;
	margin: 0;
	padding: 0;
	}


	
	
	
/**********Responsive Styles**********/

@media screen and (max-width: 750px) {
	
nav ul li a {font-size: 14px;}

.web {width: 100%;}


}

@media screen and (max-width: 640px) {
	
#strip {
	background-color: #303030;
	height: auto;
	position: relative;
	background-image: none;
	}
	
nav ul li a {font-size: 15px;}

nav ul {flex-wrap: wrap;}

nav ul li {flex:1 1 33%;}
	
.right {width: 100%;}

#logo { width: 250px; height: 28px; top: -19px;}

.grow-item {
	font-size: 15px;
	line-height: 12px;
	}
	
}

@media screen and (max-width: 400px) {
	
nav ul li a {font-size: 14px;}
	
	
.grow-item {
	font-size: 12px;
	}

.hype {height: 200px;}

}

@media screen and (max-width: 300px) {

nav ul li {flex:1 1 50%;}
	
}





/*************************Flickr PhotoGallery************************/
	
.thumbs { margin: 0; padding: 0; overflow: hidden; }
.thumbs li { list-style: none; float: left; margin: 6px; padding: 8px; background: #2b2727; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }

.thumbs li img { display: block; }
.thumbs li a img { border: none;}



