/*
Theme Name: Gecko Surfacing
Author: Malvolio
Version: 1.1
Tags: none
*/


/* =Reset default browser CSS. 
-------------------------------------------------------------- */

/* ----- FORMATTING ----- */

body {
    font-family: Arial, sans-serif;
    font-size:   14px;
    padding:     0px;
    margin:      0px;
	color: #000000;
	background-color: #404041;
	background: url(images/background.png);
}

p {
	padding: 12px 0px 0px 0px;
	margin: 0px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	color: #00a851;
	font-size: 26px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: 700;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	color: #00a851;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #404041;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	color: #da1f26;
	font-size: 18px;
	text-transform: uppercase;
	margin: 12px 0px 6px 0px;
	padding: 0px;
	font-weight: 600;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	color: #58585b;
	font-size: 22px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	color: #7f7f7f;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}


#content a {
	color: #00a851;
	text-decoration: underline;
}

#content li {
	padding: 0px 0px 5px 0px;
	margin-left: 10px;
	list-style-type: disc;
}

a img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #404041;
	margin: 18px 0;
	clear: both;
}

table {
	border: none;
	border-collapse: collapse;
}

table td {
	border: none;
	font-size: 9px;
	font-family: Arial, sans-serif;
	padding: 10px;
}

td {
	vertical-align: top;
}


.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

	
/* ----- LAYOUT ----- */

#centered {
	max-width: 980px;
	min-width: 200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#centered-slider {
	max-width: 1280px;
	min-width: 200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#header-block {
	padding: 0px 5%;
	width: 90%;
	float: left;
	background: #404041;
}

#header {
	max-width: 1280px;
	min-width: 200px;
	min-height: 182px;
	width: 100%;
	float: left;
}

@media screen and (min-width: 600px) {
.logo {
	float: left;
	margin-top: 15px;
}

.header-right {
	float: right;
	margin-top: 25px;
	width: 400px;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	color: #d1d2d4;
}

.searchbar {
	float: right;
	width: 250px;
}

.contact {
	margin-top: 65px;
}

#submenu {
	max-width: 900px;
	min-width: 200px;
	margin: 0px 3%;
	float: left;
	background: #f3f3f4 url(images/submenu-bg.png) repeat-x;
	background-position: bottom;
	padding: 16px 3%;
}
}


@media screen and (min-width: 860px) {
.feature-blocks div {
	float: left;
	width: 270px;
	margin: 0 36px 0 0;
}

.social-media {
	float: right;
	margin: 6px 0px 5px 0px;	
}

.header-right .social-media-mobile {
	display: none;
}

.nivo-caption {
	left:0px !important;
	bottom:90px !important;
	background: none !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 33px;
	width: 98% !important;
	text-align: right;
	padding-right: 2%;
	opacity: 1 !important;
}
}


@media screen and (max-width: 860px) {
#black-studio-tinymce-6, .social-media, .nivo-caption {
	display: none !important;
}

.feature-blocks div {
	float: left;
	max-width: 330px;
	min-width: 140px;
	margin: 0 28px 20px 0;
}

.header-right .social-media-mobile {
	text-align: right;
	margin: 20px 0px;
}

.section-blocks img {
	width: 280px;
	padding: 0px;
	margin: 10px !important;
	border-radius: 8px;
}

}

@media screen and (min-width: 600px) {
.footer-details {
	display: none;
}
}

@media screen and (max-width: 600px) {
.logo {
	text-align: center;
	min-width: 200px;
	width: 100%;
	padding-top: 15px;
}

.header-right {
	display: none;
}

.footer-details {
	float: left;
	margin: 25px 0px;
	min-width: 200px;
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #d1d2d4;
}

.search {
	width: 100%;
	text-align: center;
}

.contact {
	margin-top: 25px;
}

.slider-wrapper, .feature-blocks div {
	display: none;
}

.header-right .social-media-mobile {
	text-align: center;
	margin-top: 20px;
}

}


.header-right input[type="text"] {
	background: #404041;
	border: 1px solid #808284 !important;
	border-radius: 5px;
	padding: 5px;
	color: #ffffff;
	width: 180px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.header-right input[type="submit"] {
	background: url(images/search-icon.png);
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
    color: transparent;
    border: 0;
    text-indent: -1000px;
    display: inline-block;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand; /* for IE 5.x */  
	margin-left: 3px;
}

.header-right a {
	text-decoration: none;
	color: #d1d2d4;
}

.contact {
	font-size: 38px;
	line-height: 30px;
	font-weight: 600;
	display: block;
}

.email a {
	display: block;
	font-size: 15px;
	font-weight: 300;
	text-decoration: none;
	color: #d1d2d4;
}


.slider-wrapper {
	position: absolute;
	margin-top: 200px;
	z-index: -1;
}


@media screen and (min-width: 980px) {
#rslider1 { 
	margin: 0px;
	padding: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.section-blocks {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	max-width: 980px;
	width: 100%;
}

.section-blocks img {
	max-width: 324px;
	width:100%;
	height: auto;
	padding: 0px;
	margin-top: 3px;
}

.sba {
	border-top-left-radius: 15px;
	margin-left: 2px;
}

.sbb {
	border-top-right-radius: 15px;
	margin-right: 2px;
}
}

@media screen and (max-width: 980px) {
#rslider1 { 
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
}

.section-blocks img {
	max-width: 280px;
	width:100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
}


@media screen and (max-width: 1050px) {
#content {
	margin-top: 250px;
}
}

@media screen and (max-width: 1000px) {
#content {
	margin-top: 150px;
}

.nivo-caption {
	bottom:120px !important;
}
}

@media screen and (max-width: 700px) {
#content {
	margin-top: 0px;
}
}


@media screen and (min-width: 1050px) {
#content {
	margin-top: 300px;
}
}


#content {
	max-width: 980px;
	min-width: 140px;
	float: left;
	width: 100%;
}


#contentarea {
	max-width: 980px;
	min-width: 140px;
	float: left;
	background: #ffffff;
	line-height: 19px;
	font-size: 13px;
}



@media screen and (min-width: 350px) {
#contentarea {
	width: 94%;
	padding: 25px 3%;
}

.footer-logos {
	float: right;
	margin-top: 8px;
	text-align: right;
}
}

@media screen and (max-width: 350px) {
#contentarea {
	margin: 0px;
	padding: 25px 6%;
	width: 88%;
}

.gecko-logo {
	width: 79px;
	height: 61px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/gecko-small-logo.png);
}

.footer-logos {
	text-align: center;
}
}


.section-blocks {
	float: left;
	text-align: center;
	width: 100%;
	background: #ffffff;
}

.sb-border {
	border-right: 1px solid #ffffff;
}


#crumbs {
	font-family: 'Open Sans', sans-serif;
	color: #808284;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
}

#crumbs a {
	color: #808284;
	text-decoration: none;
}


.feature-blocks {
	margin-top: 30px;
}

#footer-bar {
	width: 100%;
	height: 10px;
	float: left;
	background: url(images/footer-bg.png) repeat-x bottom;
}

#footer-block {
	width: 90%;
	padding: 15px 5%;
	float: left;
	background: #404041;
}

.footer-menu {
	float: left;
	margin-right: 50px;
}


/* ----- MAIN MENU ----- */

ul.menu {
list-style:none;
float:left;
width:100%;
padding: 0px;
margin: 0px;
}

ul#menu-main-menu li * a:hover {
/* Change color of links when hovered */
color: #00a851;
}


@media screen and (min-width: 860px) {
	ul#menu-main-menu li a {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 40px 10px 0px;
	font-size: 14px;
	line-height: 19px;
	color: #404041;
	text-decoration: none;
	font-weight: 600;
	display: block;
}
}
	
@media screen and (min-width: 700px) {
#menu-block {
	width: 90%;
	padding: 0px 5%;
	float: left;
	background: url(images/menu-bg.png) repeat-x;
}

ul#menu-main-menu {
	width: 92%;
}
 
ul.menu li{
float:left; /* makes horiz list */
position:relative; /* hey Submenu ULs, appear below! */
}

.footer-menu ul.menu li{
position:relative;
float: none;
}

.footer-menu h4 {
	font-size: 14px;
	color: #ffffff;
}

ul.menu li a {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	font-size: 12px;
	color: #bebebe;
	text-decoration: none;
	font-weight: 300;
	display: block;
}
 

ul#menu-main-menu li a {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 30px 10px 0px;
	font-size: 14px;
	line-height: 19px;
	color: #404041;
	text-decoration: none;
	font-weight: 600;
	display: block;
}
 
/* Style the link hover */
ul.menu li a:hover {
color: #00a851;
}
 
/* Displays the link as blocks. */
ul.menu li ul a {
display:block;
}
 
/* sub menus!!  */
 
ul.menu ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width: 200px;
position:absolute; /* needed */
z-index:500; /* specify the order */
}
 
ul.menu li ul {
top:39px; /* Positioning:Calc with top level horz list height */
}
 
ul.menu ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul.menu ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 
/* Hide all the dropdowns (submenus) */
ul.menu ul,
ul.menu li:hover ul ul,
ul.menu ul li:hover ul ul
{ display: none; }
 
/* Display the submenus only when li are hovered */
ul.menu li:hover ul,
ul.menu ul li:hover ul ,
ul.menu ul li ul li:hover ul
{ display: block; }
 
ul#menu-main-menu li li a {
	padding: 7px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #404041;
	color: #ffffff;
	font-weight: normal;
	text-shadow: none;
	text-transform: none;
	border-top: 1px solid #6d6d6d;
	text-decoration: none;
}

ul#menu-main-menu li li a:hover {
	color: #dcdcdc;
	background: #6d6d6d;
}
}

@media screen and (max-width: 700px) {
#menu-block {
	width: 100%;
	padding: 0px;
	float: left;
}

#submenu, .footer-menu {
	 display: none;
 }
 
ul#menu-main-menu li{
position:relative; /* hey Submenu ULs, appear below! */
}
 
ul#menu-main-menu li a {
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
	font-size: 14px;
	line-height: 19px;
	color: #404041;
	text-decoration: none;
	font-weight: 600;
	display: block;
	width: 100%;
	text-align: center;
	background: url(images/menu-bg.png) repeat-x;
}
 
/* Displays the link as blocks. */
ul#menu-main-menu li ul a {
display:block;
}
 
/* sub menus!!  */
 
ul#menu-main-menu ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width: 100%;
}
 
ul#menu-main-menu li ul {
top:31px; /* Positioning:Calc with top level horz list height */
}
 
ul#menu-main-menu ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}
 
ul#menu-main-menu ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}
 
/* Drop Down! */
 

ul#menu-main-menu li li a {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 5px;
	width: 70%;
	font-size: 14px;
	color: #404041;
	font-weight: normal;
	background: #ffffff;
	border-bottom: 1px solid #cbcbcb;
	text-decoration: none;
	display: block;
}
}

	
	
/* ----- FORMS ----- */
	
input[type="text"] {
	padding:4px;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-size: 14px;
	background:#ffffff;
	border: 1px solid #404041 !important;
	vertical-align:top;
	margin-bottom: 8px;
	border: 0;
}
	
input[type="submit"], a.button {
	padding: 7px 10px;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff !important;
	background: #404041;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 0px;
}

	
/* ----- IMAGES ----- */


.alignleft, img.alignleft {
	float: left;
	margin-right: 34px;
	margin-top: 4px;
}
.alignright, img.alignright, .featured-image {
	display: inline;
	float: right;
	margin-left: 34px;
	margin-top: 0px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

a {
	cursor: pointer;
}