/* @override 
	http://steveleggat.com/clients/surfingtaiwan/stylesheets/screen.css
	http://surf.local/stylesheets/screen.css
*/

body {
	background-color: #000;
	color: #444;
	padding: 0;
	margin: 0;
	font-family: "open sans";
	
}
.homecontent {
	font-size:20px;
	visibility: hidden;
}
img {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
p {
	padding-bottom: 20px;
}
b, .bold {
	font-weight: bold;
}
a {
	color: #000;
}
a:hover {
	color: #666;
}
.gallery_full {
	overflow: hidden;
	width: 100%;
}
.gallery_full img {	
	z-index: 5;
}
.container {
	width: 100%;
}
#header {
	width: 950px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}
#footer {
	font-size: 12px;
	width: 950px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
}

#nav li a:hover {
	color: white;
}


#logo {
	float: left;
	padding: 0 0 5px 0;
	height: 45px;
	width:250px;
	position: absolute;
}
#logo img {

}

#inner_pages, .gallery_main_section, .gallery_header, .gallery_intro {
	background-color: #d5d5d5;
}
h3 {
	font-size: 25px;
	font-weight: lighter;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-top: 0;
	color: #a3a3a3;
}
.pad_bottom_A {
	padding-bottom: 20px;
}
.pad_bottom_B {
	padding-bottom: 40px;
}
.pad_top_A {
	padding-top: 20px;
}
h1 {
	font-weight: bold;
	font-size: 70px;
	color: #fff;
	text-transform: uppercase;
	min-height: 100px;
	padding: 0;
	margin: 0;
	line-height: 1em;
	text-shadow: rgba(47,60,68,0.25) 0 0 20px;
}
.smallerh1 {
	font-size: 55px;
}
.bgsolid {
	background-color: black;
}
#maximage {
	margin-top: 30px;
}
.listA {
	list-style-type: none;
	padding: 0 0 10px 20px;
}
.listA li{
	padding: 2px 0 5px 0;
	color: #6d776c;
	list-style-type: circle;
}
.boxA {
	display: block;
	background-color:#ddd;
	font-size: .9em;
	padding: 3px 20px 3px 20px;
	border-radius: 5px;
}
.boxB {
	background-color: #e0e0e0;
	border-radius:5px;
	padding: 15px 10px 0 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.boxB .bold {
}
.smalltext {
	display: block;
	background-color:#ddd;
	font-size: .8em;
	color: #999;
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
}

/* @group Pricing Page */
.pricing td {
	padding: 5px 20px 5px 10px;
	border-bottom: 2px solid #d9d9d9;
}
.pricing td {
	background-color: #f6f6f6;
}
.pricing {
	margin: 10px 0px 20px 0;
	font-size: 16px;
	width: 100%;
}
.pricing tr {
	padding: 20px;
}

/* @end */
/* @group Nav and Buttons */

#nav {
	float: right;
	padding: 22px 0px 0px 0px;
}
#nav li {
	float: left;
	padding: 0 15px 0 0;
}
#nav li img {
	margin-top: -12px;
	opacity: .8;
}
#nav li a {
	vertical-align: top;
	text-transform: uppercase;
	text-decoration: none;
	color: #aaa;
	font-size: .8em;
	font-weight: bold;
}
#nav li a.active {
	color: white;
}
#nav li img:hover {
	opacity: 1;
}
#nav .icon {
	padding-right: 5px;}
.button {
	padding: 8px 15px 8px 15px;
	background-color: #1e1e1e;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.button:hover {
	background-color: #000;
	color: #ddd;
}
.radius {
	border-radius: 3px
}



/* @end */

/* @group Standard Pages */

/* @group Contact */
#contact label {
	width: 100px;
	display: inline-block;
	padding: 10px 0px 20px 0px;
	margin-top: 15px;
	vertical-align: top;
}
#contact input, #contact textarea {
	vertical-align: top;
	width: 300px;
	display: inline-block;
	padding: 10px 5px 10px 5px;
	margin: 10px 0 10px 0;
	border: 1px solid #888;
	border-radius:2px;
}
#contact textarea {
	height: 200px;
	width: 500px;
}
#contact button {
	border: 0;
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 45px;
}
#contact button:hover {
	cursor: pointer;
}
.formerror {
	display: block;
	color: #ff5b21;
	background-color: #fff;
	font-size: .9em;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	margin: 0 0 20px 0;
}
/* @end */

.photostrip {
	padding: 10px 10px 20px 10px;
	margin-bottom: 20px;
}
.photostrip img {
	float: left;
	height: 78px;
}

.pull {
	font-size: 31px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: right;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0;
	margin-top: 0;
	color: #a3a3a3;
}
.intro {
	font-weight: bold;
	margin-top: 5px;
}
#adjust {
	height: 220px;
	overflow: hidden;
	background-color: #d5d5d5;
}
#sec_footer {
	padding: 20px 0 20px 0;
}
.inner {
	background: #d5d5d5 url(../images/bg-topgrey.gif) repeat-x left top;
	min-height: 100px;
	position: relative;
}
.left_column1 {
	width: 230px;
	float: left;
	padding-top: 1em;
	margin-right: 40px;
	margin-left: 10px;
}
.main_column1 {
	width: 620px;
	float: left;
	padding-top: 1em;
}
.lift {
	margin-top: -120px;	
	z-index: 10;
	position: relative;
}
#content {
	margin: 0 auto;
	width: 960px;
	z-index: 10;
	position: relative;
}
#sec_gallery {
	z-index: 5;
	position: relative;
	height: 245px;
	overflow: hidden;
	vertical-align: bottom;
}

#sec_gallery img {
	width: 100%;
	min-height: 345px;
}


/* @end */

/* @group Gallery Page */
.gallery_header {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	margin: 0;
	text-shadow: rgba(47,60,68,0.25) 0 0 20px;
}
.gallery_intro_text {
	max-width: 950px;
	margin: 0 auto;
}
.gallery_intro p {
	margin: 0 auto;
	max-width: 66%;
	padding: 10px 0 0 0;
	text-align: justify;
}
.gallery_header a {
	color: #fff;
	text-decoration: none;
}
.gallery_header a:hover {
	color: #eee;
	text-decoration: none;
}
.gallery_main_section img {
	display: block;
	height: 350px;
	margin: 20px 20px 0px 20px;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 2px ##999;
	-webkit-box-shadow: 2px 2px 10px #999;
	-moz-box-shadow: 2px 2px 10px #999;
	clear: left;
}
.gallery_main_section img:hover {
	border: 1px solid #ddd;
}
.gallery_main_section  {
	min-height: 70%;
	overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
.gallery_main_section::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    background-color: #222;
}

.gallery_main_section::-webkit-scrollbar-button:vertical {
    background-color: black;
    border: 1px solid #ccc;
}
.gallery_main_section::-webkit-scrollbar-thumb{ -webkit-border-radius:1px; background-color: #444; }


.gallery_wrap {
	hei ght: 450px;
	vertical-align: top;
}
.galleryimage {
	display: inline-table;
	vertical-align: top;
}
.caption {
	display:none;	
	font-size: 12px;
	padding: 10px 0px 10px 0;
	margin-left: 20px;
	text-align: center;
	white-space: normal;
}
.credit {
	padding-top: 5px;
	font-size: 9.4px;
	text-transform: uppercase;
	color: #999494;
	font-weight: bold;
}
.show-for-small * {
	display: none;
}
.gallery_selection_thumbs {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 0px;
}
.gallery_selection_thumb {
	width: 33%;
	padding: 0px 0px;
	margin: 0px 0px;
	float: left;
}
.gallery_selection_thumb img {
	padding: 0 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	opacity: .92;
}
.gallery_selection_thumb img:hover {
	opacity: 1;
}
.gallery_selection_thumbs p {
	padding: 5px 0 20px 0;
}
.gallery_selection_thumbs a {
	text-decoration: none;
	color: #555;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	margin: 0 0px;
	font-size: 12px;
}
.gallery_selection_thumbs a:hover {
	color: #111;
}
.gallery_selection_gap {
	padding: 0 10px;
}
/* @end */

/* @group Media Queries */


@media only screen and (max-width: 1000px) {
	.hide-for-small * {
	display: none;
	}
	.show-for-small * {
	display: inline-block;
	}
	.gallery_full img {
		margin-left: -25%;
		max-width: 150%;
	}
	#logo {
		float: none;
		text-align: center;
		width: 100%;
		margin-left: -2px;
		margin-bottom: 0px;
		display: block;
		position: static;
}
	#logo img {
		width: 90%;
		max-width: 250px;
		height: auto;
		position: static;
	}
	#nav {
		float: none;
		padding-bottom: 30px;
		padding-top: 5px;
	}
	#nav li {
		display: block;
		width: 100%;
		text-align: center;
	}
	#header, #footer, #content, .left_column1 {
	width: auto;
	text-align: center;
	float: none;
	}
	.left_column1 {
	margin-right: 0;
	}
	.main_column1 {
	float: none;
	width: auto;
	text-align: left;
	margin: 0 10px 0 10px;
	}
	.pull {
	padding: 0;
	margin: 0;
	float: none;	
	display: block;
	text-align: center;
	}
	.inner {
	min-height: 80px;
	}
	h1 {
	font-size: 50px;
	min-height: 170px;
	}
	#sec_gallery {	
		max-height: 200px;
		width: 100%;	
		overflow: hidden;
	}
	.lift {
		margin-top: -150px;
	}
	.inner {	
		display:none;
	}
	#content {
		
	}
	.smallerh1 {
	min-height: 150px
	}
	
	.gallery_main_section  {
		min-height: 480px;
	}
	#contact label {
		padding-bottom: 0px;
		display: block;
		width: auto;
	}
	#contact textarea {
	width: 280px;
	}
	#contact input {
	width: 280px;
	}
	#contact button {
	margin: 10px 0 40px 0;
	width: 100%;
	}
	}
@media only screen and (max-width: 700px) {
	h1 {
	
	}
	.smallerh1 {
	font-size: 30px;
	min-height: 150px
	}
	#sec_gallery img {

	}
	}
@media only screen and (min-width: 1200px) {
	#sec_gallery {	
		min-height: 300px;
		width: 100%;	
		overflow: hidden;
	}
	
	body {
	}	

/* #sec_gallery img {
		margin-left: -5%;
		width: 110%;
	}
	.lift {
		margin-top: -110px;
	} */
}
@media only screen and (min-width: 1400px) {
	#sec_gallery {	
		min-height: 440px;
		width: 100%;	
		overflow: hidden;
	}

/* .lift {
		margin-top: -110px;
	}
	#sec_gallery img {
		margin-left: 0%;
		width: 100%;
	} */
	
	
	body {
	}
}

/* @end */


