@charset "UTF-8";

/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
     Project: mattgantner.com                                      
     Author:  matt gantner                                        
     Rev. Date:    2/2011                                         
   •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••   
   
    1. Global Styles
    	1.1 reset
        1.2 Defaults
    2. Aside
    3. Landing Page 
    4. Contact Page
    5. Resume
    6. Project Detail Pages
 
 /*    
---------------------------------------------------------------------- */

/* 1.1 Reset */
/*---------------------------------------------------------------------- */      
       

  /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*    
---------------------------------------------------------------------- */

/* 1.2 Defaults */
/*---------------------------------------------------------------------- */

body {
margin: 0 auto;
width: 940px;
font: 1em/1.25em Helvetica, Arial, sans-serif;
color:#FFFFFF;
background-color: #050505;
background-image:url("../images/mgSiteBg.jpg");
background-repeat: no-repeat;
}


#container {
padding:10px;
margin:0 0 20px 0;
position:relative;

}

header {
width:85%;
display: block;
}

header h1 {
margin-top: 10px;
font-family: 'Neuton', serif;
font-size: 3.25em;
text-shadow:1px 1px 1px rgba(0,0,0,0.7);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

header p {
padding-top:1em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

header #contact {
width:120px;
height:120px;
float:right;
vertical-align: top;
clear:left;
}

#contact img {
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

#contact img:hover {
-webkit-transform: rotate(15deg);
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
transform: rotate(15deg);
}

nav {
margin: 20px 0px 20px 0px;
padding:5px 5px 5px 3px;
width:65%;
}

nav li{
display: inline;
list-style-type: none;
padding:0px 0px 0px 5px;

}

nav li:first-child {
display:none;
}


nav li a {
text-decoration: none;
padding: 5px 15px;
font-size: 1.25em;
font-weight:bold;
color: rgba(255, 255, 255, 0.7);
color: #ccc;
text-shadow: 0 1px 1px rgba(0,0,0,0.5);
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}


nav li a:focus,
nav li a:hover  {

background-color: rgba(255,255,255,0.30);
color: #fff;
}

#hereIAm {
color: rgba(224, 179, 1, 0.85);
color: #E0B301;
}


#main {
padding-bottom:1em;
padding-top:1em;

}

#main a, #main a:link, #main a:visited, #main a:active {
color:#FFCC00;
text-decoration: none;
}



#main h2:first-child {
display:none;
}

#main h2 {
color:white;
}

#main img {
border: 2px solid #000000;
-moz-border-radius: 7px; 
-webkit-border-radius: 7px;
border-radius: 7px;



}

aside {
float:right;
width:30%;
}

footer {
padding-top:10px;
font-size: .75em;
float:left;
clear:both;
color:#FFF;
}

footer a, footer a:visited {
color:#CCCCCC;
font-size: .75em;
text-decoration: none;
}


.warning {
color:red;
}

#description {
line-height: 1.45em;
padding-top: 5px;
margin: 20px 0 0 0;
width:65%;
height:5em;
font-family: 'Droid+serif', serif;
text-shadow: 0 1px 1px rgba(0,0,0,0.6);
font-size: 1.20em;
font-weight: bold;


}

#description h2:first-child {
display: none;
}

/* animation pulse rules */
@-webkit-keyframes pulse {

	0% { 
		-webkit-box-shadow: 0 0 20px rgba(51, 204, 255, 0.2);
		}
	50% {
		-webkit-box-shadow: 0 0 20px rgba(51, 204, 255, 0.9);
		}
	100% {
		-webkit-box-shadow: 0 0 20px rgba(51, 204, 255, 0.2);
		}
}

/*---------------------------------------------------------------------- */

/* 2.0 Aside */
/*---------------------------------------------------------------------- */

#social h1 {
color: yellow;
font-family: 'Droid+serif', serif;
        font-size: 1.40em;
margin-top:1.25em;
margin:0;
}

#tweets {
background-color: #990000;
-moz-border-radius:5px; 
-webkit-border-radius: 5px;
padding: 3px 3px 10px 3px;
border-radius: 5px;
border-style: inset;
border-width: 3px;
border-color: #CC0033;
margin:5px;

}


#tweets li {
background-color: #660000;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
padding: 3px;
border-radius: 3px;
margin-top:3px;
list-style: none;
overflow:hidden;
}
 
#tweets a {
position:relative;
top:5px;
text-decoration: none;
}

#tweets a:link {
color:#CCFFFF;

}

#tweets a:visited {
color:#999999;
}

#tweets a:active {
color:#999999;
}

#tweets a:hover {
text-decoration: underline;
}

#socialNets {
margin:10px 5px 5px 5px;
background-color: #003333;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
padding: 3px 3px 10px 3px;
border-radius: 5px;
border-style: inset;
border-width: 3px;
border-color: #003399;
}

#socialNets div {
margin: 10px 0 0 0;
background-color: #006666;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;
padding: 2px;
border-radius: 3px;

}

#socialNets a {
padding:0px 3px 0 3px;
}

#main #social h2 {
display:block;
}

 
    
/*---------------------------------------------------------------------- */

/* 3.0 Landing Page */
/*---------------------------------------------------------------------- */

#workCol1 {
float:left; 
width:30%;
}

#workCol2 {
float:left;
margin-left: 50px;
}

#workCol1 li, #workCol2 li {
text-align: center;
padding:5px 0 5px 0;
margin: 5px 5px 25px 5px;
background-color: #666666;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;
width: 175px;
}

#workCol1 img, #workCol2 img{
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

#workCol1 a:hover img, #workCol2 a:hover img{
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}

#workCol1 li h3, #workCol2 li h3 {
display:none;
}



/*---------------------------------------------------------------------- */

/* 4.0 Contact Page */
/*---------------------------------------------------------------------- */

#contactForm {
width:450px;
background-color: #666;
background-color: rgba(205,205,205,0.6);
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius: 4px;

}

#contactForm  h1{
display: none;
}

#contactForm fieldset {
padding: 20px 0 0 20px;
}

#contactForm fieldset label {
display:block;
font-weight: bold;
line-height: 1.2;
color: #000;
color: rgba(0,0,0,0.6);
text-shadow: 0 1px 1px #fff;
}



#contactForm fieldset input[type="text"] {
width:400px;
padding:5px 8px;
font-size:1.2em;
color: #666;
border:none;
background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#fff));
background-image: -moz-linear-gradient(0% 12% 90deg, #fff, #999);
background-color: #fff;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius: 4px;
}

#contactForm fieldset input[type="text"]:focus {
-webkit-box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
-moz-box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
}

#contactForm fieldset input[type="text"]:focus {
-webkit-animation: pulse 1.5s infinite ease-in-out;
}

#contactForm fieldset #contactComment {
width:400px;
padding:5px 8px;
font-size:1.2em;
color: #666;
border:none;
background-image: -webkit-gradient(linear, 0% 0%, 0% 4%, from(#999), to(#fff));
background-image: -moz-linear-gradient(0% 4% 90deg, #fff, #999);
background-color: #fff;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius: 4px;
}

#contactForm fieldset #contactComment:focus {
-webkit-box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
-moz-box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
}

#contactForm fieldset #contactComment:focus {
-webkit-animation: pulse 1.5s infinite ease-in-out;
}

#contactForm fieldset input[type="submit"],#contactForm fieldset input[type="reset"]  {
padding: 8px 20px;
margin-bottom: 10px;
font-family:Helvetica,  Arial, sans-serif;
font-weight:bold;
line-height: 1;
color:#444;
border: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
background-image: -moz-linear-gradient(0% 100% 90deg, #bbb, #fff);
background-color: #fff;
-webkit-border-radius:23px;
-moz-border-radius:23px;
-o-border-radius:23px;
border-radius: 23px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);

}

#contactForm fieldset input[type="reset"] {
margin-left: 20px;
}

#contactForm fieldset input[type="submit"]:hover, #contactForm fieldset input[type="reset"]:hover {
-webkit-box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
-moz-box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
box-shadow: 0 0 20px rgba(51, 204, 255, 0.7);
}

#contactForm fieldset input[type="submit"]:hover, #contactForm fieldset input[type="reset"]:hover {
-webkit-animation: pulse 1.5s infinite ease-in-out;
}

#contactResponse {
width:400px;
background-color:green;
background-color: rgba(0,102,102,0.6);
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius: 4px;
padding: 5px;
margin: 0 0 15px 15px;

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

/* 5.0 Resume Page */
/*---------------------------------------------------------------------- */

#resume {
background-color: #333333;
padding:7px;
width:35em;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;
}

#resume a:link {
color: #66CCFF;
}

#resume section {
background-color: #666666;
padding: 5px 5px 0px 5px;
margin: 10px 0px 0px 0px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;
}



#resume h3 {
padding:5px;
font-size: 1.15em;
color: #CC6600;
}

#resume .job a {
text-shadow: 0 1px 1px rgba(50, 50, 50, 0.85);
}

#resume 

#resume .job .companyName,#resume .job .companyDescription, #resume .job .jobTitle,
#resume .job .jobDate {
display:block;
padding-top:2px;
}

#resume .job .companyName {
font-size:1.20em;
}

#resume .job .jobTitle {
padding: 8px 0 0 0;
font-weight: 600;
}

#resume .job ul {
list-style-position:outside;
color:#FFFFFF;
list-style-type: disc;
margin:0 0 0 35px;
padding:0;
}


#resume .job ul li {
margin:5px 0 5px 0;
padding:0;
}


/*---------------------------------------------------------------------- */
/* 6.0 Project Detail Pages */
/*---------------------------------------------------------------------- */


#projectDetail {
background-color: #333333;
padding:0 10px 0 10px;
width:35em;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;
}

#projectDetail #title {
padding:10px;
}

#projectDetail p {
padding-bottom: 7px;
}

#projectDetail h2{
font-size:1.30em;
font-weight:bold;
}

#projectDetail h2:last-child{
padding-top: 3px;
font-size:1.10em;
font-style: italic;
font-weight: normal;
}

#projectDetail h1 {
display: none;
}

#projectDetail ul {
margin-left:0.25em;
}

#projectDetail li {
list-style: disc;
list-style-position: inside;
}


#projectDetail a.image {
float:left;
width:160px;
background-color: #666666;
padding: 5px 5px 0px 5px;
margin: 10px 10px 5px 5px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;
text-align: center;
}


#projectDetail a:hover {
text-decoration: none;
}

#projectDetail a img, #conceptArt a img {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;

}

#projectDetail a:hover img, #conceptArt a:hover img {
-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}

#conceptArt {
background-color: #333333;
padding:15px;
margin-top:1.5em;
width:35em;
height:9em;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;

}



#conceptArt a:hover {
text-decoration: none;
}

#conceptArt ul {
display:inline;
}

#conceptArt ul li {
display:inline;

background-color: #666666;
padding: 5px 5px 0px 5px;
margin: 10px 10px 5px 10px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
border-radius: 5px;
float:left;
}


#return {
background-color: rgba(80,80,80,0.5);
background-color:#505050;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
width:8em;
height:2em;
padding: 5px 5px 0px 5px;
margin: 10px 5px -10px 5px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;


}

#return:hover {
background-color: rgba(205,205,205,0.65);
background-color: #969696;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);

}





