/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#baseline corrections
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */




/* #Typography (baseline corrections)
================================================== */
body {
		background: #fff;
		font: 21px/28px "quaver_sansregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #666666;
 }



h1, h2, h3 {
		color: #181818;
		font-family: "quaver_serifregular", "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 35px; line-height: 28px; margin-bottom: 14px; color: #666666;}
	h2  { font-size: 28px; line-height: 28px; margin-bottom: 21px; margin-top: 21px; border-bottom: 1px solid #cccccc; color: #666666; font-family: "quaver_sansregular"; padding-bottom: 7px; }
	h3 { font-size: 28px; line-height: 35px; margin-bottom: 7px; color:#099;}
	h4 { font-size: 21px; line-height: 28px; margin-bottom: 14px; margin-top: 21px; color: #ffffff; border-bottom: 1px solid #ffffff; font-family: "quaver_sansregular"; font-weight: bold; }
	h5 { font-size: 21px; line-height: 21px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 21px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 28px; color: #777;  }
	
/*	Blockquotes (baseline corrections)  */
	blockquote, blockquote p { font-size: 35px; line-height: 42px; color: #000; font-style:normal; text-align:center; }
	blockquote { margin: 0 0 21px; padding: 0; border-left: none; }
	blockquote span { color:#099;}
	blockquote cite { font-family:"quaver_serifregular", "Georgia", "Times New Roman", serif;display: block; font-size: 28px; line-height: 28px; color:#666; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 14px 0 28px; height: 0; }
	
/* #Links
================================================== */
	a, a:visited { color: #099; text-decoration: none; outline: 0; }
	a:hover, a:focus { color:#0CC; }
	p a, p a:visited { line-height: inherit; }
	
	
/* #Lists (baseline corrections)
================================================== */
	ul, ol { margin-bottom: 21px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 7px 0 7px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 7px; }
	li { line-height: 21px; margin-bottom: 14px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* #Site Styles
================================================== */

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

body {background:url(../images/bg_light.png) repeat #f8f8f8;
}

/*bands*/
.band {
	background:url(../images/bg_light.png) repeat #f8f8f8;
}

.band.top {
	background: url(../images/bg_top.png) repeat #099;
	height: 7px;
}

.band.header {
	border-bottom:#099 dashed 1px; 
	margin-bottom: 70px;
}

 .band.footer {
 	background: url(../images/bg_footer.png) repeat #343434;
	border-top: #099 dashed 2px;
	color: #bbbbbb;
	font-size:18px;
	line-height: 21px;
	margin-top: 70px;
 }
 
  .band.bottom {
 	background: url(../images/bg_bottom.png) repeat #066;
	color: #ffffff;
	font-size:80%;
	font-weight:bold;
	margin-bottom: 0;
 }/*.main { min-height: 700px !important; }*/
 
 
 /************heading**************/
 header.main {
	 /*padding: 14px 0 0;*/
	
}

header h1.logo {
	margin: 0;
	float: left;
}

header h1.logo a {
	width: 279px;
	height: 56px;
	display:block;
	background-image:url(../images/logo.png);
	
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	
	margin-bottom: 14px;

}

 /************navigation**************/
nav.primary ul,
nav.primary ul li{
	margin: 0px;
	float: right;
	margin-top: -21px;
}

nav.primary select {
	display:none;
	width: 100%;
	height: 28px;
	border-color:#9CC;
}

nav.primary ul li {
	display: inline;
	float: left;
	position: relative;
}

nav.primary ul li a {
	display: inline-block;
	line-height: 21px;
	padding: 56px 14px 14px;
	color: #333333;
	font-size:21px;
	text-decoration: none;
	text-align:left;
}

nav.primary ul li a span {
	display: inline-block;
	line-height: 21px;
	padding: 0 14px;
	color: #333333;
	font-size:14px;
	font-family:"quaver_serifregular";
	text-align: left;
	text-decoration: none;
	text-align: left;
	margin-left: -14px;
}

nav.primary ul li a.active, nav.primary ul li a:hover {
	cursor: pointer;
	background: rgba(200,200,200, 0.2);
	-moz-box-shadow: 0 1px 0 #099;
	-webkit-box-shadow: 0 1px 0 #099;
	box-shadow: 0 1px 0 #099;
	
}

nav.primary ul li a.active span, nav.primary ul li a:hover span {
	color: #099;
	
}


 /************footer**************/


footer h4.logo {
	margin: 14px 0 21px;
}

footer h4.logo a {
	width: 160px;
	height: 35px;
	display: block;
	background: url(../images/logo.png) no-repeat 0 -64px;
	
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}


.social li {
    font-family: 'socialicoregular';
	font-size: 49px;
	display:inline !important;
	
}

.social li a {
	color: #bbbbbb;
	text-decoration: none;
	cursor: pointer;
}

.social li a:hover {
	color: #ffffff;
}

/***flick/dribbble**/
div.flickr img {
	float: left;
	max-width: 29%;
	margin: 2%;	
}

.band.bottom p {
	padding-top: 14px;	
}

.band.bottom a {
	color:#9CC;	
	font-weight: bold;
}

.band.bottom a:hover {
	color:#0CC;	
}

.cell {display:none;}

/* #Page Styles
================================================== */


/*======HOME=========*/

/*icons home*/

a .ad_home {
	text-decoration: none;
	background-image:url(../images/big_ad.png);
	background-repeat: no-repeat;
	padding: 14px 0 0 75px; 
	margin-top: 70px;
}

a:hover .ad_home {
	background-image:url(../images/big_ad_hover.png);
}

a .ad_home p {
	color: #333333;
	font-family: "quaver_sansregular", Helvetica, sans;
}



a .gd_home {
	text-decoration: none;
	background-image:url(../images/big_gd.png);
	background-repeat: no-repeat;
	padding: 14px 0 0 75px; 
	margin-top: 70px;
}

a:hover .gd_home {
	background-image:url(../images/big_gd_hover.png);
}

a .gd_home p {
	color: #333333;
	font-family: "quaver_sansregular", Helvetica, sans;
}



a .wd_home {
	text-decoration: none;
	background-image:url(../images/big_wd.png);
	background-repeat: no-repeat;
	padding: 14px 0 0 75px; 
	margin-top: 70px;
}

a:hover .wd_home {
	background-image:url(../images/big_wd_hover.png);
}

a .wd_home p {
	color: #333333;
	font-family: "quaver_sansregular", Helvetica, sans;
}


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 70px 0 0; padding: 0; position:relative; z-index:5;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/*my own flexslider styles*/
.flexislider {
	margin: 70px 0;
}

.flex-control-nav {
	width: 100%;
	text-align: right;
	margin-top: -56px;
	position:relative;
	z-index:999;
}

.flex-control-nav li{
	display: inline;
	font-family:quaver_serifregular, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0 7px;
	text-align: center;
}

.flex-control-nav li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background:#000;
	color: #fff;
	text-decoration: none;
	
	cursor: pointer;
	
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	
	padding-top: 7px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
	background-color:#099;
	color: #ffffff;
}


#shadow {
	margin-top: -14px;
	text-align: center;
	width: 100%;
	position:relative; 
	z-index:0;
}









/*======portfolio=========*/

.ver {
	float: right;
	margin-top: -63px;	
}

.ver li{
	display: inline;	
}

.all {
	background-image:url(../images/icon_all.png);
	background-repeat: no-repeat;
	padding: 21px 30px;
	margin-right: 6px;
}


.all:hover, .all_active {
	background-image:url(../images/icon_all_hover.png);
	background-repeat: no-repeat;
	cursor:pointer;		
	padding: 21px 30px;
	margin-right: 6px;
}



.advertising {
	background-image:url(../images/icon_ad.png);
	background-repeat: no-repeat;
	padding: 14px 30px;
}


.advertising:hover, .advertising_active {
	background-image:url(../images/icon_ad_hover.png);
	background-size: 41px;
	background-repeat: no-repeat;
	cursor:pointer;		
	padding: 14px 30px;	
}


.graphic {
	background-image:url(../images/icon_gd.png);
	background-repeat: no-repeat;
	padding: 14px 30px;	
}


.graphic:hover, .graphic_active {
	background-image:url(../images/icon_gd_hover.png);
	background-repeat: no-repeat;
	background-size: 41px;
	cursor:pointer;		
	padding: 14px 30px;	
}


.web {
	background-image:url(../images/icon_wd.png);
	background-repeat: no-repeat;
	padding: 14px 30px;
}


.web:hover, .web_active {
	background-image:url(../images/icon_wd_hover.png);
	background-repeat: no-repeat;
	background-size: 41px;
	cursor:pointer;	
	padding: 14px 30px;	
}


.project {
	border-bottom:1px solid #999;
	margin-top:70px;
	/*background: rgba(200,200,200, 0.2);*/
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	
}

.project:hover {
	background: rgba(200,200,200, 0.2);	
	border-bottom:1px solid #0CC;
}

.project a:hover {
	cursor:pointer;
}

.project:hover img {
	   opacity: 0.6;
}

.project figure {
	margin-bottom: 21px;	
	width: 100%;
	background: #2a6464;
	height: 154px !important;
}

.project img {
	width: 100%;
	opacity: 1;
	transition: opacity .10s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;	
}

.project h5 {
	color: #099;
	padding-left:5px;	
}

.project:hover h5 {
	color: #0cc;	
}

.project p {
	color: #666;	
	padding-left:5px;
}




/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 16px;
	font-weight:bold;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}



/*******fadehover*********/

/*.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }
 
   .fade:hover {
      opacity: 0.6;
      }*/
/*======proyectos=========*/

article {
	margin-top: 70px;	
}

article h4 {
	font-family: 'quaver_sansregular';
	font-size: 28px;
	line-height:28px;
	color: #099;
	border: none;
	margin-top: 0;
}

article h5 {
	font-family: 'quaver_sansregular';
	font-size: 21px;
	line-height:21px;
	color: #666;
	margin: 0 0 35px;
}

article h6 {
	font-family: 'quaver_sansregular';
	font-size: 21px;
	line-height:21px;
	color: #000;
	font-weight: bold;

}


article p {
    font-family: 'quaver_serifregular';
	font-size: 17px;
	line-height: 21px;
}

article a {
	color: #666;
	
}


article a:hover {
	cursor:pointer;
	
}

.projectpic {
	width: 100%;	
	border: 1px solid #ddd;
	margin-bottom: 21px;
}


.border {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.fl_l {
	float: left;	
}

.fl_r {
	float:right;
}

.italic {
	font-style:italic;
}

/*======about=========*/

.cv {
	text-decoration:none;
	text-align:right;
	color:#666 !important;
	float:right;
	margin-bottom: 35px;
	margin-top: -14px;
}

.cv span {
	color: #099;
}


.cv span:hover {
	color: #0cc;
	cursor:pointer;
}


.mypic {
	vertical-align:middle;
	width: 90%;
	margin-top: 21px;
}

.about {
	font-family: 'quaver_serifregular';
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 77px;	
}

.empresa h5 {
	color:#000;
}

.cargo h5 {
	color: #099;	
}

.empresa p, .cargo p {
	font-size: 19px;
	line-height: 21px;
	font-stretch:expanded;
}


.icon {
	margin-bottom: 21px;
}


div.skills {
	margin-bottom: 14px !important;
}

.skills ul li {
    background: none repeat scroll 0 0 #999;
    border: 1px solid #D5D5D5;
    border-radius: 10px 10px 10px 10px;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    height: 14px;
    text-shadow: none;
    width: 14px;
	margin-right: 5px;
	line-height: 14px;
}

.skillspic {
	margin-right: 50px !important;
	margin-bottom: 21px !important;
	background-color: transparent !important;
	border: none !important;

}

.empty {
	background-color:#d5d5d5 !important;	
}


/*======contact=========*/

input[type="text"], input[type="email"], input[type="tel"], textarea {
	background-image:url(../images/input.png) !important;
	border: none !important;
	display: inline !important;	
}

textarea {
	/*width: 80%;*/	
	height: 154px;
}

input[type="text"], input[type="email"], input[type="tel"]  {
	/*width: 30%;*/
	float: left;	
	padding: 6px 4px;
	/*margin-right:5%;*/
}

input[type="submit"] {
	float: right;
	background-image:none;
	color: #ffffff;
	background-color:#666;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow:none;
	width: 90px;	
}

input[type="submit"]:hover {
	color: #fff;
	background-color:#666;
}

label {
	/*width: 15%;*/
	float: left;
	clear: none;
	font-family:"quaver_serifregular", "Georgia", "Times New Roman", serif;
	font-size:21px;	
}


#sigueme {
	margin-top: 63px;	
}

#sigueme.sigueme1 {
	margin-left: -10px!important;
	margin-right: 3px !important;	
}

#sigueme.sigueme2 {
	margin-left: 22px!important;	
}

#sigueme td {
	height: 49px;  	
}

#sigueme tr a {
	color:#666;	
}

#sigueme tr a:hover {
	color:#999;	
	cursor:pointer;
}

#sigueme.sigueme2 {
	margin-left: 0px!important;	
}

#sigueme_cell td {
	height: 49px;
    	
}

#sigueme_cell tr a {
	color:#666;	
}

#sigueme_cell tr a:hover {
	color:#999;	
	cursor:pointer;
}

table.small {
	display:none !important;
}

.big {
	display: block; }

.mr15 {
	margin-right: 15px !important;
}


/*======legal=========*/
.legal h2{
	color: #099;
}

.legal p {
	margin-bottom: 49px;
}

.legal span.strong {
	font-weight: bold;
	color: #000;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		table.small {
			display:none !important;
		}
		
		.big {
			display: block; }/*.main { min-height: 700px !important; }*/
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		#shadow {margin-top: -9px;}
		
		a .ad_home, a .gd_home, a .wd_home {
			padding: 7px 0 0 65px;
			background-size:55px 55px;}
			
		.about {float: right !important;}
		
		.skills ul li {margin-right: 2px;}
		
		.project figure {
			height: 120px !important;
		}
		
		.social li {
				font-size: 35px;
		}
		
		.nono {
			display:none;
		}
		
		.socialico { font-size:35px !important; }
		
		.sigueme1 {margin-left: -5px !important; margin-right:3px !important;}
		.sigueme2 {margin-left: 16px !important;}/*.main { min-height: 700px !important; }*/

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
			.bottom {
				text-align: center;	
			}
			
			nav.primary select {
				display:block;
			}
			
			nav.primary ul {
				display:none;
			}
			
			nav.primary select span {
				display:none;
				
				font: 0/0 a;
				text-shadow: none;
				color: transparent;
			}
			
			
			#shadow {display:none;}
			
			a .ad_home, a .gd_home, a .wd_home {
			padding: 7px 0 0 55px;
			background-size:45px 45px;
			margin-top: 21px !important;}
			
			blockquote, blockquote p { font-size: 28px; line-height: 35px;}
			blockquote { margin: 0;}
			blockquote cite { font-size: 21px;}
			
			.mypic {width: 50%; float: left; margin-bottom: 35px;}
			
			.empresa {width: 30%!important;}
			
			.cargo {width: 65%!important; float: right!important;}
			
			input[type="submit"]{margin-top: 21px; text-align:center; float:none; margin-left: 35%; width: 30%;}
			
			.project figure {
			height: 132px !important;
			}
			
			
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.flex-control-nav {margin: 0; text-align:center;}
		
		.cuatro .project { 
			margin-bottom: 35px;
			width: 45% !important;
			margin-right: 5%;
		}
		
		.ver, .veraqui {display:none;}
		
		#shadow {display:none;}
		
		.about {margin-bottom: 42px!important;}
		
		.experiencia {margin-bottom: 42px!important;}
	
		.short{width: 50px!important; }
		.big {display: none !important;}
		table.small {display:block !important;}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.band {
			padding-left: 1% !important;}
		
		.band.header {margin-bottom: 0 !important;}
		
		.flex-control-nav {display:none;}
		
		.flexislider {margin-top: -14px!important;}
		
		.cuatro .project { margin-bottom: 35px;}
		
		.ver, .veraqui {display:none;}
		
		article h4 {margin-top: 49px;}
		
		#shadow {display:none;}
		
		blockquote {display: none;}
		
		.empresa {width: 100%!important;margin-top: 21px!important;}
			
		.cargo {width: 100%!important; border-bottom: 3px double #9CC; margin-bottom: 21px!important;}
		
		.experiencia h2 {margin-top: 42px!important;}
		
		.about {margin-bottom: 42px!important;}
		
		.sigueme1, .sigueme2 {width: 10%!important;}
		
		.short{width: 50px!important; }
		
		.project figure {
			height: 210px !important;
		}
		
		.nocell {display:none;}
		
		.cell {display: block;}
		
		.big {display: none !important;}
		table.small {display:block !important;}
		

	}
		
	/* Webkit Hacks  (tiptip)*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {	
		#tiptip_content {
			padding: 4px 8px 5px 8px;
			background-color: rgba(45,45,45,0.88);
		}
		#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
			border-bottom-color: rgba(45,45,45,0.88);
		}
		#tiptip_holder.tip_top #tiptip_arrow_inner { 
			border-top-color: rgba(20,20,20,0.92);
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

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

}


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

}

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

}


.socialico {
	font-family: 'socialicoregular';
	font-size: 49px;
}

::selection {
color: white;
background-color: #009999;
}