@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body {
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top,  #dddddd 0%, #ddf1f9 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(99%,#ddf1f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dddddd 0%,#ddf1f9 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dddddd 0%,#ddf1f9 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dddddd 0%,#ddf1f9 99%); /* IE10+ */
background: linear-gradient(to bottom,  #dddddd 0%,#ddf1f9 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ddf1f9',GradientType=0 ); /* IE6-9 */

}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom: #F03 solid 2px;
	
}
#nav ul {
	height: 25Px;
	 border:1px solid #ccc;
     border-width:1px 0;
     list-style:none;
     margin:0;
     padding:0;
     text-align:center;
	background: #FF0808;
	 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0808), color-stop(1, #1C0605));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FF0808 0%, #1C0605 100%);
	-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;

	 }
#nav li {
	display: inline;
}
#nav a {
	display: inline-block;
	color:#fff; 
	text-decoration:none;
	font-size:10px; 
	font-weight:bold; 
	padding: 3px;
	}
#nav a:hover{
	color: #444444;
	background: #f5f5f5;
	}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
}
.logo {
	width: 20%;
	height:auto;
	float: left;
	margin: 0;
}
.logo img {
	float: right;
}
.slide {
	width: 80%;
	height:auto;
	float: right;
	margin: 0;
	background: #444444;
}
#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom: #090 solid
	 thick;
	background: #003300;
}
.frase {
	width: 100%;
	height: auto;
	float: left;
}
.frase h1 {
	text-align: left;
	margin-left: 2%;
	color: #ffff00;
	font-size: 10px;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left {
	width: 100%;
	height: auto;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
#right {
	width: 100%;
	height:auto;
	float: left;
	margin-left:auto;
	margin-right: auto;
}
#photo {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 1%;
}
#photo img {
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #F00;
}
#social {
	width: 100%;
	height:auto;
	float: right;
}
#masterpanel {
	background-color:#161616;
	background: -moz-linear-gradient(top, rgba(22,22,22,.7) 0%, rgba(51,51,51,.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,22,22,.7)), color-stop(100%,rgba(51,51,51,.7)));
    background: -webkit-linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
    background: -o-linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
    background: linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2161616,endColorstr=#B2333333);
	-moz-box-shadow:0 1px 10px #00c6ff;
	-webkit-box-shadow: 0 1px 10px #00c6ff;
	box-shadow:0 1px 10px #00c6ff;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	width:20%;
}

#masterpanel ul {
	padding:0;
	margin:0;
	float:left;
	width:35%;
	margin: 0%;
	list-style:none;
	font-size:1em;
}
#masterpanel ul li {
	padding:0;
	margin:0;
	float:left;
	position:relative;
	border-right:1px solid #555;
}
#masterpanel ul li:first-child { border-left:1px solid #555; }

#masterpanel ul li a {
	margin:5px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	height:26px;
	width:26px;
	text-decoration:none;
	color:#333;
	position:relative;
}

a.dribble   {background: url(cssimages/_0050_Dribbble.png) no-repeat; width:26px;}
a.forrst 	{ background:url(cssimages/_0049_Forrst.png) no-repeat; }
a.facebook  { background:url(cssimages/_0048_Facebook.png) no-repeat;}
a.twitter 	{ background:url(cssimages/_0046_Twitter.png) no-repeat;}
a.google 	{ background:url(cssimages/google.png) no-repeat;}
a.linked	{ background:url(cssimages/_0018_Linkedin.png) no-repeat;}

#masterpanel a small { 
	background:#000; 
	text-align:center; 
	width:70px; 
	padding:5px; 
	border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333; 
	border-radius:3px; 
	display:none; 
	color:#fff; 
	font-size:0.8em; 
	text-indent:0;
}

#masterpanel a:hover small { 
	display:block; 
	position:absolute; 
	top:0px; 
	left:50%; 
	margin:-40px; 
	z-index:9999; 
	-moz-animation:mymove .25s linear;  
	-webkit-animation:mymove .25s linear; 
} 

@-moz-keyframes mymove {
	0%{ -moz-transform:scale(0,0); opacity:0;}
	50%{ -moz-transform:scale(1.2,1.2); opacity:0.3; }
	75%{ -moz-transform:scale(0.9,0.9); opacity:0.7;}
	100%{ -moz-transform:scale(1,1); opacity:1;}
}

@-webkit-keyframes mymove {
	0%{ -webkit-transform:scale(0,0); opacity:0;}
	50%{ -webkit-transform:scale(1.2,1.2); opacity:0.3;}
	75%{ -webkit-transform:scale(0.9,0.9); opacity:0.7;}
	100%{ -webkit-transform:scale(1,1); opacity:1;}
}
#footer p {
	text-align: center;
	color: #f1f1f1;
}
#footer a {
	text-decoration: none;
	color: #f1f1f1;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom: #F03 solid 2px;
	
}
#nav ul {
	height: 30Px;
	 border:1px solid #ccc;
     border-width:1px 0;
     list-style:none;
     margin:0;
     padding:0;
     text-align:center;
	background: #FF0808;
	 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0808), color-stop(1, #1C0605));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FF0808 0%, #1C0605 100%);
	-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;

	 }
#nav li {
	display: inline;
}
#nav a {
	display: inline-block;
	color:#fff; 
	text-decoration:none;
	font-size:12px; 
	font-weight:bold; 
	padding: 10px;
	}
#nav a:hover{
	color: #444444;
	background: #f5f5f5;
	}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
}
.logo {
	width: 20%;
	height:auto;
	float: left;
	margin: 0;
}
.logo img {
	float: right;
}
.slide {
	width: 80%;
	height:auto;
	float: right;
	margin: 0;
	background: #444444;
}
#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom: #090 solid
	 thick;
	background: #003300;
}
.frase {
	width: 100%;
	height: auto;
	float: left;
}
.frase h1 {
	text-align: left;
	margin-left: 2%;
	color: #ffff00;
	font-size: 14px;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left {
	width: 80%;
	height: auto;
	float: left;
	margin-left:10%;
}
#right {
	width: 80%;
	height:auto;
	float: left;
	margin-left:10%;
}
#photo {
	width: 275px;
	height: 200px;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
}
#photo p {
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #F00;
}
#social {
	width: 100%;
	height:auto;
	float: right;
}
#masterpanel {
	background-color:#161616;
	background: -moz-linear-gradient(top, rgba(22,22,22,.7) 0%, rgba(51,51,51,.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,22,22,.7)), color-stop(100%,rgba(51,51,51,.7)));
    background: -webkit-linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
    background: -o-linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
    background: linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2161616,endColorstr=#B2333333);
	-moz-box-shadow:0 1px 10px #00c6ff;
	-webkit-box-shadow: 0 1px 10px #00c6ff;
	box-shadow:0 1px 10px #00c6ff;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	width:20%;
}

#masterpanel ul {
	padding:0;
	margin:0;
	float:left;
	width:35%;
	margin: 0%;
	list-style:none;
	font-size:1em;
}
#masterpanel ul li {
	padding:0;
	margin:0;
	float:left;
	position:relative;
	border-right:1px solid #555;
}
#masterpanel ul li:first-child { border-left:1px solid #555; }

#masterpanel ul li a {
	margin:5px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	height:26px;
	width:26px;
	text-decoration:none;
	color:#333;
	position:relative;
}

a.dribble   {background: url(cssimages/_0050_Dribbble.png) no-repeat; width:26px;}
a.forrst 	{ background:url(cssimages/_0049_Forrst.png) no-repeat; }
a.facebook  { background:url(cssimages/_0048_Facebook.png) no-repeat;}
a.twitter 	{ background:url(cssimages/_0046_Twitter.png) no-repeat;}
a.google 	{ background:url(cssimages/google.png) no-repeat;}
a.linked	{ background:url(cssimages/_0018_Linkedin.png) no-repeat;}

#masterpanel a small { 
	background:#000; 
	text-align:center; 
	width:70px; 
	padding:5px; 
	border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333; 
	border-radius:3px; 
	display:none; 
	color:#fff; 
	font-size:0.8em; 
	text-indent:0;
}

#masterpanel a:hover small { 
	display:block; 
	position:absolute; 
	top:0px; 
	left:50%; 
	margin:-40px; 
	z-index:9999; 
	-moz-animation:mymove .25s linear;  
	-webkit-animation:mymove .25s linear; 
} 

@-moz-keyframes mymove {
	0%{ -moz-transform:scale(0,0); opacity:0;}
	50%{ -moz-transform:scale(1.2,1.2); opacity:0.3; }
	75%{ -moz-transform:scale(0.9,0.9); opacity:0.7;}
	100%{ -moz-transform:scale(1,1); opacity:1;}
}

@-webkit-keyframes mymove {
	0%{ -webkit-transform:scale(0,0); opacity:0;}
	50%{ -webkit-transform:scale(1.2,1.2); opacity:0.3;}
	75%{ -webkit-transform:scale(0.9,0.9); opacity:0.7;}
	100%{ -webkit-transform:scale(1,1); opacity:1;}
}
#footer p {
	text-align: center;
	color: #f1f1f1;
}
#footer a {
	text-decoration: none;
	color: #f1f1f1;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 98.3333%;
	max-width: 1232px;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
	margin: auto;
}
#top {
	clear: both;
	width: 100%;
	height: auto;
	float: left;
	display: block;
	margin: 0;
	text-align: center;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom: #339900 solid 3px;
	
}
#nav ul {
	height: 45Px;
	 border:1px solid #72ff00;
     border-width:1px 0;
     list-style:none;
     margin:0;
     padding:0;
     text-align:center;
	 background: #FF0808;
	 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF0808), color-stop(1, #1C0605));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FF0808 0%, #1C0605 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FF0808 0%, #1C0605 100%);
	-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;

	 }
#nav li {
	display: inline;
}
#nav a {
	display: inline-block;
	color:#fff; 
	text-decoration:none;
	font-size:14px; 
	font-weight:bold; 
	padding: 15px;
	}
#nav a:hover{
	color: #444444;
	background: #f5f5f5;
	}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
}
.logo {
	width: 20%;
	height:auto;
	float: left;
	margin: 0;
}
.logo img {
	float: right;
}
.slide {
	width: 80%;
	height:auto;
	float: right;
	margin: 0;
	background: #444444;
}
#bottom {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
	border-bottom: #339900 solid thick;
	background: #003300;
}

.frase {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.frase em {
	text-align: center;
	font-size: 18px;
	margin-left: 10%;
	color: #ffff00;
}
#content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
}
#left {
	width: 100%;
	height: 300px;
	float: left;
	margin: 0;
	border-bottom: #666 thick solid; 
	background: #feffff; /* Old browsers */
background: -moz-linear-gradient(top,  #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */

}
#right {
	width:100%;
	height:auto;
	margin: 0;
	float: right;
}

#photo3 {
	width: 300px;
	height: 225px;
	float: right;
	margin-right: 10%;
}
#photo {
	width: 315px;
	height: auto;
	float: right;
	margin-left: 1%;
	margin-top: 1%;
}
#photo p {
	text-align: center;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: auto;
	display: block;
	background: #F00;
}
#social {
	width: 100%;
	height:auto;
	float: right;
}
#masterpanel {
	background-color:#161616;
	background: -moz-linear-gradient(top, rgba(22,22,22,.7) 0%, rgba(51,51,51,.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,22,22,.7)), color-stop(100%,rgba(51,51,51,.7)));
    background: -webkit-linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
    background: -o-linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
    background: linear-gradient(top, rgba(22,22,22,.7) 0%,rgba(51,51,51,.7) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2161616,endColorstr=#B2333333);
	-moz-box-shadow:0 1px 10px #00c6ff;
	-webkit-box-shadow: 0 1px 10px #00c6ff;
	box-shadow:0 1px 10px #00c6ff;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	width:20%;
}

#masterpanel ul {
	padding:0;
	margin:0;
	float:left;
	width:35%;
	margin: 0%;
	list-style:none;
	font-size:1em;
}
#masterpanel ul li {
	padding:0;
	margin:0;
	float:left;
	position:relative;
	border-right:1px solid #555;
}
#masterpanel ul li:first-child { border-left:1px solid #555; }

#masterpanel ul li a {
	margin:5px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	height:26px;
	width:26px;
	text-decoration:none;
	color:#333;
	position:relative;
}

a.dribble   {background: url(cssimages/_0050_Dribbble.png) no-repeat; width:26px;}
a.forrst 	{ background:url(cssimages/_0049_Forrst.png) no-repeat; }
a.facebook  { background:url(cssimages/_0048_Facebook.png) no-repeat;}
a.twitter 	{ background:url(cssimages/_0046_Twitter.png) no-repeat;}
a.google 	{ background:url(cssimages/google.png) no-repeat;}
a.linked	{ background:url(cssimages/_0018_Linkedin.png) no-repeat;}

#masterpanel a small { 
	background:#000; 
	text-align:center; 
	width:70px; 
	padding:5px; 
	border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333; 
	border-radius:3px; 
	display:none; 
	color:#fff; 
	font-size:0.8em; 
	text-indent:0;
}

#masterpanel a:hover small { 
	display:block; 
	position:absolute; 
	top:0px; 
	left:50%; 
	margin:-40px; 
	z-index:9999; 
	-moz-animation:mymove .25s linear;  
	-webkit-animation:mymove .25s linear; 
} 

@-moz-keyframes mymove {
	0%{ -moz-transform:scale(0,0); opacity:0;}
	50%{ -moz-transform:scale(1.2,1.2); opacity:0.3; }
	75%{ -moz-transform:scale(0.9,0.9); opacity:0.7;}
	100%{ -moz-transform:scale(1,1); opacity:1;}
}

@-webkit-keyframes mymove {
	0%{ -webkit-transform:scale(0,0); opacity:0;}
	50%{ -webkit-transform:scale(1.2,1.2); opacity:0.3;}
	75%{ -webkit-transform:scale(0.9,0.9); opacity:0.7;}
	100%{ -webkit-transform:scale(1,1); opacity:1;}
}
#footer p {
	text-align: center;
	color: #f1f1f1;
}
#footer a {
	text-decoration: none;
	color: #f1f1f1;
}
}