/* 

TITLE: TEJPOTTER.com
DATE: APRIL 2011
CODE: TP

COLOURS:
BG BLUE: #7abecc
TEXT BLUE: #d2edf7
SHADOW BLUE: #64b1c6

DISCLAIMER: IT'S OK FOR YOU TO CHECK OUT MY CODE TO FIGURE OUT HOWS THINGS WORK, BUT PLEASE RESPECT MY COPYRIGHT AND DON'T STEAL IT.


*/

/*------------------------ CSS RESET ------------------------*/

@import url("reset.css");

/*/*------------------------ @FONT-FACE ------------------------*/

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fontface/league_gothic-webfont.eot');
    src: url('fontface/league_gothic-webfont.eot?#iefix') format('eot'),
         url('fontface/league_gothic-webfont.woff') format('woff'),
         url('fontface/league_gothic-webfont.ttf') format('truetype'),
         url('fontface/league_gothic-webfont.svg#webfontATwnlq7P') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'kingcooLKCRegular';
    src: url('fontface/king_cool_kc-webfont.eot');
    src: url('fontface/king_cool_kc-webfont.eot?#iefix') format('eot'),
         url('fontface/king_cool_kc-webfont.woff') format('woff'),
         url('fontface/king_cool_kc-webfont.ttf') format('truetype'),
         url('fontface/king_cool_kc-webfont.svg#webfontubjMzepk') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fontface/chunkfive-webfont.eot');
    src: url('fontface/chunkfive-webfont.eot?#iefix') format('eot'),
         url('fontface/chunkfive-webfont.woff') format('woff'),
         url('fontface/chunkfive-webfont.ttf') format('truetype'),
         url('fontface/chunkfive-webfont.svg#webfontNjNbk3sH') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

/*------------------------ GLOBAL STYLES ------------------------*/

body {
	background-color:#7abecc; 
	color:#FFF; 
	text-shadow:2px 2px 0px #64b1c6; 
	text-align:center;

	}
	
/*------------------------ TYPOGRAPHY ------------------------*/

.lg {font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif; letter-spacing:1px; text-transform:uppercase;}

.kc {font-family: 'kingcooLKCRegular', Arial, Helvetica, sans-serif;}

.cf {font-family: 'ChunkFiveRegular', Arial, Helvetica, sans-serif; letter-spacing:1px; text-transform:uppercase;}

.f200 {
	font-size:200px;
	}

.f100 {
	font-size:100px;
	}

.f130 {	
	font-size:130px;
	text-transform:uppercase;
	color:#d2edf7;
	line-height:0.9em;
	}

.f72 {
	font-size:72px;
	text-transform:uppercase;
	}

.f60 {
	font-size:60px;
	text-transform:uppercase;
	padding-top:120px;
	}

.f46 {
	font-size:46px;
	text-transform:uppercase;
	padding:10px 0;
	}

.f30 {
	font-size:30px;
	}

.f22 {
	font-size:22px;
	padding:20px 0 35px;
	line-height:1.5em;
	}
	
a {
	color:#FFF;
	text-decoration:none;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
	}

a:hover 
	{
	color:#d2edf7;
	
	}

.star {
	color:#d2edf7;
	padding:0 5px;
	}

.bigi {
	background:url(../images/i_arrows.png) no-repeat center center;
	font-size:200px;
	line-height:0.75em;
	padding-top:40px;
	}

.design, .build {
	float:left;
	font-size:46px;
	padding-bottom:10px;
	}

.design {padding-left:115px;}

.build {padding-left:165px;}

.hide {display:none;}

.youlove {
	font-size:72px;
	background:url(../images/love.png) top center no-repeat;
	padding:40px 0 5px;
	}

.mywork {
	font-size:60px;
	background:url(../images/mywork_arrow.png) bottom center no-repeat;
	padding-bottom:50px;
	clear:both;
	}
	
#webtuts p.kc {line-height:1.35em;}

footer h2 { 
	font-family: 'kingcooLKCRegular', Arial, Helvetica, sans-serif;
	font-size:30px;
	padding-bottom:20px;
	text-align:center;
	text-shadow: 2px 2px 0 #549aab;
	}

footer p, footer li {
	line-height:1.5em; 
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-shadow: 1px 1px 0 #549aab;
	}

footer .btn {
	padding:6px 10px;
	background-color:#549aab;
	font-size:17px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow:none;
	}


.column img {
	display:block; 
	margin:0 auto; 
	padding-bottom:20px;
	}

.intro {font-size:15px; font-weight:bold;}

.column ul.bullets li {
	list-style-type:disc;
	list-style-position:inside;
	text-indent:1em;
	padding:0 0 5px 0;
	font-weight:bold;
	}

.copyright {padding-top:60px; font-size:10px;}

.column a, .expand_link {color:#d2edf7;}

.column a:hover, .expand_link:hover  {color:#fff;}

.html5badge {
	float:right; 
	margin-top:-5px;
	}

.sans-serif {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:20px;
}

/*------------------------ NAVIGATION ------------------------*/

nav ul {
	font-size:24px; 
	padding:20px;
	}

nav li {
	display:inline;
	font-weight:normal;
	}

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

#robot {
	margin:0 auto;
	width:280px;
	height:210px;
	margin-top:40px;
	}
	
header {
	background:url(../images/map_fade.png) bottom center no-repeat; 
	}


#whatido, #mywork, #contactme, #form-container, #webtuts, #vimeo, #fin, footer  {
	padding-top:30px;
	clear:both;
	}

#form-container {
	width:440px; 
	margin:0 auto;
	clear:both;
	}

.wrapper560 {
	width:560px; 
	margin:0 auto;
	clear:both;
	}

.wrapper960 {
	width:960px; 
	margin:0 auto;
	clear:both;
	}
	
.slideshow_monitor {
	margin:0 auto;
	height:520px;
	width:900px;
	background:url(../images/monitor.png) top center no-repeat;
	clear:both;
	padding-top:25px;
	}

#slideshow {
	margin:0 auto;
	width:545px;
	height:340px;
	border:1px solid #d2d2d2;
	background-color:#d2d2d2;
	}
	
#contactme {
	width:520px;
	margin:0 auto;
	background:url(../images/contact_arrow.png) top right no-repeat;
	}

#webtuts {padding-top:60px;}

#vimeo {
	width:790px;
	background:url(../images/long_shadow.png) bottom center no-repeat;
	margin:0 auto;
	padding-bottom:14px;
	}

#fin {padding-bottom:30px;}

.footer_shadow {background:url(../images/footer_shadow.png) bottom center no-repeat; height:20px; opacity:0.8;}

footer {
	background-color:#64a6b6;
	text-align:left;
	padding-top:40px;
	padding-bottom:20px;
	}

.column {
	width:300px;
	float:left;
	padding-right:30px;
	}

.last {padding-right:0px;}


	

/*------------------------ ANIMATIONS ------------------------*/

/* -- ROBOT --*/

@-webkit-keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
	}
	
.moustache:hover, .moustache img {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: 1;
    -webkit-animation-function: linear;
    }

.moustache {
	position:absolute;
	z-index:4;
	top:218px;
	left:50%;
	margin-left:-78px;
	}

.speechbubble {
	position:absolute;
	z-index:3;
	top:85px;
	opacity:0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	}

.speechbubble:hover {
	opacity: 1;
	}
	
/* -- PINPOINT --*/

@-webkit-keyframes pin {
	0%  {margin-top: 0;}
	50% {margin-top: -10px;}
	100% {margin-top: 0;}
	}

#pinpoint {
	position:absolute;
	z-index:2;
	top:765px;
	left:50%;
	margin-left:-30px;
	-webkit-animation: 'pin' 3s infinite;
	}

@-webkit-keyframes resize {
	0% {padding: 0 0; opacity:1;}
	50% {padding: 0 10px 0 10px; opacity:0.6;}
	100% {padding: 0 0; opacity:1;}
	}

#resize {
	position:absolute;
	z-index:2;
	top:805px;
	left:50%;
	margin-left:-28px;
	width:24px;
	}

.shadow {
	margin:0 auto;
	width:2px;
	height:2px;
	-webkit-animation: resize 3s infinite;
	-webkit-box-shadow: 0 4px 4px #357080;
	}
	
/*------------------------ CONTACT FORM ------------------------*/

.row {clear:both; padding:10px 0;}

label, input, textarea {margin-bottom:6px;}

label {
	font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif; letter-spacing:1px; text-transform:uppercase;
	font-size:30px;
	text-align:left;
	float:left;
	}

input, textarea {
	padding:10px;
	font-size:14px;
	background-color:#64b1c6;
	float:left;
	width:420px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #64b1c6;
	color:#FFF;
	}

.row input#button, .row input#button2 {
	width:100px; 
	float:right; 
	font-size:24px;
	cursor: pointer;
	}

.row input#button2 {display:none;}

.error{
	background-color:#dd5c4a;
	color:white;
	font-size:12px;
	margin-top:30px;
	padding:10px;
	clear:both;
	width:420px;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}

select {
	width:200px;
	margin-top:8px;
	padding:5px;
	font-size:18px;
	}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
	}

.border {
	background-color:#D70000; 
	color:#FFFFFF; 
	padding:4px; 
	padding-left:6px;width:295px;}

.sent {
	background-color:#9bccdc;
	padding:30px 0 0 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}
	
	

/*------------------------ BACK TO TOP BUTTON ------------------------*/

.top {
	position:fixed; 
	left:0; 
	top:50%; 
	padding:5px 10px; 
	background-color:#9bccdc;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}

.top a {
	color:#7abecc; 
	text-shadow:none;
	}

.top a:hover {
	color:#FFF;
	}

/*------------------------ EXPAND FEATURE ------------------------*/

.expand_link {
	cursor: pointer;
	font-weight:bold;
	}
	
.expand_copy {
	display:none;
	}

/*------------------------ USEFUL CLASSES ------------------------*/

/* CLEARFIX */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/*------------------------ IPHONE STYLES ------------------------*/

@media only screen and (max-device-width: 480px) { 

.wrapper960 {width:540px;}

.column {clear:both; margin:0 auto; padding-bottom:50px; width:520px; float:none;}

.top {display:none;}

.moustache {top:222px;}

.slideshow_monitor {width:560;}

#vimeo {width:640px; display:none;}

.expand_copy {display:block;}

.expand_link {display:none;}

}

