@charset "utf-8";
/*
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'GondolaSDRegular';
    src: url('../fonts/Gondola_SD-webfont.eot');
    src: url('../fonts/Gondola_SD-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gondola_SD-webfont.woff') format('woff'),
         url('../fonts/Gondola_SD-webfont.ttf') format('truetype'),
         url('../fonts/Gondola_SD-webfont.svg#GondolaSDRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GondolaSDSwashRegular';
    src: url('../fonts/Gondola_SD-Swash-webfont.eot');
    src: url('../fonts/Gondola_SD-Swash-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gondola_SD-Swash-webfont.woff') format('woff'),
         url('../fonts/Gondola_SD-Swash-webfont.ttf') format('truetype'),
         url('../fonts/Gondola_SD-Swash-webfont.svg#GondolaSDSwashRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* CSS reset */
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

* {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-size: 110%;
background-color:#fff;
font-family: Cambria, serif;
color:#323232;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img { 
border:0;
}
ol, ul {
list-style: none;
}
address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}
caption,th {
text-align:left;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}

a, a:active, a:visited {
outline: none;  /*get rid of dotted line*/
text-decoration:none;
}

a {
color:#006400;
}

a:hover {
color:#222;
text-decoration:underline;
}

.displaynone {
display: none;
} 

img {
	border:0;
	max-width: 100%;
	height: auto;
}

#content img:hover, button:hover {
cursor:pointer;
}
button[type=submit] {
	border:1px solid #ccc;
	padding: 0.2em .7em .4em;
}


h1 {
font: 25px/25px "GondolaSDRegular";
color: #006400;
margin: 10px 20px 45px 0px;
}

h2 {
font-family: Cambria, serif;
text-transform:uppercase;
font-weight:bold;
font-size:0.9em;
margin-top:-40px;
text-align:left;
letter-spacing: 0.1em;
padding:0px 0px 2px 35px;
opacity:0.9;
}

h3 { /* only used for mobile version */
font-family: Cambria, serif;
font-size:0.9em;
border-bottom:1px solid #ccc;
padding-bottom:0.3em;
margin-top:1.6em;
}
.htwoside {
	 padding:0 0 2px 0;
	 opacity:1;
	 font-size:0.9em;
	 margin-top:0px;
}

.button {
  padding: 0 .4em .2em;
  cursor: pointer;
  background: #f1f1f1;
  text-decoration: none;
  color: #006400;
  border-radius:5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

#content {
max-width:1200px;
margin:0 auto; 
position: relative; 
background-color:#fff;
}

#info {
position:relative;
float:left; 
margin-top:40px; 
max-width:620px; 
background:#fff; 
padding:20px 40px 80px 40px;
}

.info_wide {
position:relative; 
float:left; 
margin-top:40px; 
width:100%; 
background:#fff; 
padding:20px 40px 80px 40px;
}

#info p {
font-style: italic;
line-height: 1.3em;
}

header {
position:relative;

background-color:#fff;
width:100%;
height:160px;
}

#line {
position:absolute;
top:88px;
left:0px;
background-color:#006400;
width:100%;
height:1px;
}

span#text {
position:absolute;
left:193px;
top:45px;
color:#006400;
font: 45px/45px "GondolaSDSwashRegular";
}

#wd {
position:absolute;
top:90px;
left:0px;
background-color:#fff;
font: 28px/28px "GondolaSDSwashRegular";
text-align:right;
padding:18px 70px 0px 320px;
-webkit-border-bottom-right-radius: 70px 45px;
-moz-border-radius-bottomright: 70px 45px;
border-bottom-right-radius: 70px 45px;
-moz-box-shadow: 0px 3px 7px #555;
-webkit-box-shadow: 0px 3px 7px #555;
box-shadow: 0px 2px 5px #555;
}


#hcf {
position:absolute;
top:62px;
right:100px;
width:250px;
color:#006400;
font: 23px/35px "GondolaSDRegular";
text-align:right;
}

#gm_cont {
position:absolute;
top:18px;
left:33px;
width:120px;
background:transparent;
}

#pic {
position:relative;

width:100%;
max-height:160px;
-moz-box-shadow: 0px 3px 7px #555;
-webkit-box-shadow: 0px 3px 7px #555;
box-shadow: 0px 3px 7px #555;
z-index:1000;
}

nav {
position:absolute;
top:0;
left:0;
background-color:#F8F8F8;
width:100%;
/*-webkit-border-bottom-right-radius: 56px 35px;
-moz-border-radius-bottomright: 56px 35px;
border-bottom-right-radius: 56px 35px;
-moz-box-shadow: 0px 3px 7px #555;
-webkit-box-shadow: 0px 3px 7px #555;
box-shadow: 0px 3px 7px #555;
z-index:2000;*/
}

ul#menu {
margin-left:10px;
padding: 2px 4px 35px 4px;
}

ul#menu li {
margin-left:10px;
padding:0px;
float:left;
z-index:1001;
}

ul#menu li a {
position: relative;
z-index: 1005;
display:block;
padding:6px 10px 6px 10px;
text-decoration:none;
color:#444;
text-shadow: 2px 2px 3px #ccc;
font-family: Cambria, serif;
font-size:18px;
font-weight:bold;
}

ul#menu li.backLava {
background: transparent;
border-bottom:2px solid #006400;
border-radius:10px;
behavior: url(htc/PIE.htc);
}


ul#menu li a:hover {
color:#006400;
text-shadow: 2px 2px 4px #fff;
}

ul#menu li a.active_link, ul#menu li a.active_link:hover {
color:#006400;
text-shadow: 2px 2px 3px #fff;
}

footer {
position:fixed;
bottom:0px;
left:0px; 
width:100%;
height:30px;
background-color: #fff;
-moz-box-shadow: 0px 2px 5px #000;
-webkit-box-shadow: 0px 2px 5px #000;
box-shadow: 0px -1px 5px #555;
}

footer span#copyright {
position:absolute;
color:#999999;
font-family: Cambria, serif;
font-size:14px;
line-height:30px;
left:42px;
}

footer img:hover {
opacity:0.9;
}

#black_fancy  {
font: 21px/21px 'GondolaSDRegular';
}

#green_fancy {
color:#006400; font: 24px/24px 'GondolaSDSwashRegular';
}
#examples_box {
	width:70%;
	position:relative;
	float:left;
}
.examples {
position:relative;
float:left;
width:30%;
min-height:235px;
margin:1em 3% 0 0;
}

.examples img {
margin:10px 0px 10px 0px;
}

.examples img:hover {
opacity:0.8;
}

.examples a {
font-style:italic;
font-size:15px;
line-height:18px;
}

#current_projects {
	
	width:30%;
	margin-top:80px;
	position:relative;
	float:right;
	line-height:1.1;
}

#overlay {
height:500px;
}

div.contentWrap {
height:491px;
overflow-y:auto;
}
	
.apple_overlay {
display:none;
background-image:url(../img/white.png);
width:640px;		
padding:35px;
font-size:16px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
background-image:url(../img/fancy_close.png);
position:absolute; 
right:8px; 
top:8px;
cursor:pointer;
height:28px;
width:28px;
}

.apple_overlay img {
margin-bottom:8px;
}


/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../img/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: left;
  	clear: left;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	left: 580px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../img/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../img/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../img/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a, .tab ul.login li a:hover {
	color: #fff;
	font-family: Cambria, serif;
	font-size:19px;
}

.tab a.open, .tab a.close {
height: 20px;
line-height: 19px !important;
text-align:center;
cursor: pointer;
display: block;
width: 120px;
position: relative;
top: 7px;
}

/* sliding panel */
#toppanel {
position: absolute;   /*Panel will overlap  content */
/*position: relative;*/   /*Panel will "push" the content down */
top: 0;
width: 100%;
z-index: 2001;
text-align: center;
margin-left: auto;
margin-right: auto;
}

#sliding_panel {
width: 100%;
height: 340px;
color: #333;
background-color:#fff;
overflow: hidden;
position: relative;
z-index: 3;
display: none;
}

#sliding_panel h1 {
font-size: 1.6em;
padding: 5px 0 10px;
margin: 0;
color: #006400;
}

#sliding_panel h2{
font-size: 1.2em;
padding: 10px 0 5px;
margin: 0;
color: #000;
}

#sliding_panel p {
margin: 5px 0;
padding: 0;
line-height:1.1em;
}

#sliding_panel .content {
max-width: 960px;
margin: 0 auto;
padding-top: 15px;
text-align: left;
font-size: 0.85em;

}

#sliding_panel .content .left {
width: 280px;
position:relative;
float: left;
padding: 0 15px;
border-left: 1px solid #333;
}

#sliding_panel .content .left2 {
width: 280px;
position:relative;
float: left;
padding: 0 15px;
margin-top:33px;
}

#sliding_panel .content .right {
border-right: 1px solid #333;
}



#sliding_panel .content label {
position:relative;
float: left;
padding-top: 10px;
clear: both;
width: 90%;
display: block;
}

#sliding_panel .content input {
border: 1px #ccc solid;
background: #fff;
margin-right: 5px;
margin-top: 3px;
width: 90%;
color: #323232;
padding:6px;
border-radius:5px;
font-family: Cambria, serif;
font-size: 1em;
}


#sliding_panel .content input:focus, #sliding_panel .content textarea:focus {
	background: #eee;
}


#sliding_panel .content textarea {
border: 1px #ccc solid;
background: #fff;
resize: none;
overflow: auto;
height:140px;
width: 245px;
padding:6px;
margin-top: 4px;
margin-bottom: 5px;
color: #323232;
font-family: Cambria, serif;
font-size: 1em;
}

#sliding_panel .content button {
margin-top:10px;
margin-right: 0px;
float:right;
clear: both;
font-family: Cambria, serif;
text-transform:uppercase;
font-weight:bold;
}



/* accordian */

ul.accordion{
    list-style:none;   
    position:absolute;
    right:30px;
    top:50px;
    font-family: Cambria, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
}
ul.accordion li{
    float:right;
    width:119px;
    height:480px;
    display:block;
    border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center center;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    -moz-box-shadow:1px 3px 15px #555;
    -webkit-box-shadow:1px 3px 15px #555;
    box-shadow:1px 3px 15px #555;
}
ul.accordion li.bg1{
    background-image:url(../img/html_emails_php.jpg);
	background-position:center 30%;
}
ul.accordion li.bg2{
    background-image:url(../img/webmaster.jpg);
	background-position:center 00%;
}
ul.accordion li.bg3{
    background-image:url(../img/mobile_optimisation.jpg);
	background-position:center 40%;
}
ul.accordion li.bg4{
    background-image:url(../img/web_design.jpg);
	background-position:center 50%;
}
ul.accordion li.bleft{
    border-left:2px solid #fff;
}
ul.accordion li .heading{
    background-color:#eee;
    padding:10px;
    margin-top:60px;
    opacity:0.9;
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:14px;
    color:#444;
    text-align:center;
    text-shadow:-1px -1px 1px #ccc;
}
ul.accordion li .description{
    position:absolute;
    width:480px;
    height:175px;
    bottom:0px;
    left:0px;
    display:none;
}
ul.accordion li .description h2{
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:25px;
    color:#444;
    text-align:left;
	text-align:center;
	padding:0px;
    margin:0px auto 15px auto;
    text-shadow:-1px -1px 1px #ccc;
}
ul.accordion li .description p{
    margin:10px 13px 10px 22px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6em;
}
ul.accordion li .description a{
    position:absolute;
    bottom:5px;
    left:20px;
    text-transform:uppercase;
    font-style:normal;
    font-size:11px;
    text-decoration:none;
    color:#888;
}
ul.accordion li .description a:hover{
    color:#333;
    text-decoration:underline;
}

ul.accordion li .bgDescription{
    background:transparent url(../img/bgDescription.png) repeat-x top left;
    height:340px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    display:none;
}

#language_changer {
	position:absolute;
	right:10px;
	margin-top:5px;
}
#facebook {
	position:absolute;
	right:60px;
	top:5px;
}
#facebook_like {
	border:none;
	overflow:hidden;
	width:115px;
	height:21px;
	position:absolute;
	right:90px;
	top:5px;
}

/* phones general */
@media only screen 
and (min-width : 320px)
and (max-width : 767px) {

#content {
	max-width:100%;
}

h1 {
    font: 19px/19px "GondolaSDRegular";
    margin: 0 0 2em 0;
}

#gm_cont {
	width:80px;
	left: 10px;
    top: 7px;
}

span#text {
	font: 27px/27px "GondolaSDSwashRegular";
	left: 30%;
    top: 25px;
}
#line {
    top: 50px;
}
#wd {
    font: 18px/18px "GondolaSDSwashRegular";
    padding: 10px 50px 0 140px;
    top: 52px;
}
header {
	height:100px;
}
#pic {
    height: 90px;
}
nav {
	width:100%;
	box-shadow:none;
	background-color: #fff;
    border-bottom-right-radius: 0px 0px;
	margin-top: -37px;
}
#content {
	width:100%;
	margin:0 0;
}

ul#menu {
    margin-left: 0px;
    padding: 2px 4px 5px;
}

ul#menu li {
    margin-left: 4px;
}
ul#menu li a {
    padding: 6px 4px;
}

#info {
    padding: 0 .65em 1.2em;
    width: 100%;
	border-bottom:1px solid #ccc;
}

.info_wide {
    margin-top: 20px;
    padding: 1em 5% 1em 5%;
}
#examples_box {
	width:100%;
}
.examples {
	width:45%;
	min-height:180px;
	margin:1em 5% 0 0;
	font-size:.8em;
}
#current_projects {
	width:100%;
	margin-top:1.5em;
}
.htwoside {
    font-size: 1em;
	border-bottom:1px solid #ccc;
	padding:0 0 .4em 0;
}

footer {
    height: auto;
	position:relative;
	float:left;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top:1px solid #ccc;
	background-color:#999999;
	text-align:center;
	padding:5px 10px;
}

footer span#copyright {
    font-size: 16px;
    position:relative;
	left:0;
    line-height: 19px;
	color:#fff;
}
#language_changer {
	left:90%;
	margin-top:0.7em;
}

#mobile_social #facebook {
	left:5%;
	top:7px;
}
#mobile_social #facebook_like {
	left:15%;
	top:7px;
}
.tab, #hcf, ul#accordion {
	display:none;
}

#toppanel {
position: relative;
float:left;
}

#sliding_panel {
width: 100%;
height: auto;
position: relative;
display: block;
overflow: visible;
}

#sliding_panel .content .left {
width: 100%;
float: left;
padding: 0 5%;
border-left: none;
margin-top:.5em;
}

#sliding_panel .content .left2 {
width: 100%;
float: left;
padding: 0 5%;
margin-top:.3em;
}

#sliding_panel .content .right {
border-right: none;
}

#sliding_panel .content label {
width: 100%;
font-size:1.2em;
}

#sliding_panel .content input, #sliding_panel .content textarea {
width: 100%;
padding:.5em;
font-size:1.2em;
}

#sliding_panel .content button {
    clear: both;
    float: right;
    margin: .6em 0 2em 0;
	padding: 0.6em 0.7em;
	font-size:1.2em;
}

}

/* phones landscape */
@media only screen 
and (min-width : 320px)
and (max-width : 767px) 
and (orientation: landscape) {

}

/* phones portrait */
@media only screen 
and (min-width : 320px)
and (max-width : 767px) 
and (orientation: portrait) {

}


/* tablets and netbooks */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
ul#accordion{
    right:10px;
}
#info { 
	max-width:500px; 
}

}
