@charset "utf-8";

html {
	height: 100%;
	background: url(http://d25fu30b0k5pnn.cloudfront.net/stevefrancia.com/images/bgQ.jpg) no-repeat black;
}

body {
	color: #b3b3b3;
	font-family:Verdana,Geneva,sans-serif;
	font-size:8pt;	
	line-height:1.5em;
	padding: 30px;
	background: transparent;
}

#container, #nav, #mainDisplay {
	width: 600px;
	margin: 0 auto;
} 

#logo a {
	height: 81px;
	display: block;
	width: 444px;
	background: transparent url(http://d25fu30b0k5pnn.cloudfront.net/stevefrancia.com/images/stevefrancia-logo.png) center center no-repeat;
	margin: 0 auto;
	text-indent: -10000em;
}

#nav {
	margin: 20px auto 0;
	font-size: 1.3em;
 	background: url(http://d25fu30b0k5pnn.cloudfront.net/stevefrancia.com/images/darken.png);
	text-align: center;
}

#nav ul li {
	display:inline;
}

#mainDisplay {
	font-family: Univers,"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 2em;
 	background: url(http://d25fu30b0k5pnn.cloudfront.net/stevefrancia.com/images/darken2.png);
	color: #b3b3b3;
	text-shadow: 1px 1px #000;
	padding:4em 0 6em;
}

#mainDisplay > div {
	margin: 0em 4em;
}

#mainDisplay .thumbs img {
	margin-top:10px;	
}

#about p {
	margin-bottom: 1.3em;
	text-align: justify;	
}

p.blurb {
	text-align: center;	
}

p {
	font-size: 1.2em;
}

#clear{
	clear:both;	
}

#nav a{
	padding: 5px 15px 5px 15px;
	line-height: 2em;
	text-transform: uppercase;
	color: #e6e6e6;
	text-decoration: none;
 	text-shadow: .2em .2em black;	
}

#nav li a.current {
 	background: url(images/darken2.png);
 	color: #ccff66;
}

#nav li a:hover, #nav li a:focus {
	color: #0080ff; 
}

#gv {
	margin: 15px auto;
	height: 85px;
	width: 230px; 
	padding: 15px;
}

.headshot {
	float:right; 
	margin: 0 0 1em 1.3em;
}

a, #footer a:hover{
	text-transform: none;
	color: #ff0080;
	text-decoration: none;
}

#about a:hover {
	border-bottom:1px dotted #9F9F9F;
	-webkit-transition-duration: .1s;
}

a { 
	-webkit-transition-duration: .4s; 
	-webkit-transition-property: color, opacity, scale; 
}

ul.social li a:hover { 
	-moz-transform: scale(1.05); 
	-webkit-transform: scale(1.05); 
}

ul.social {
	margin: 0 !important;
	overflow: hidden;
	text-align:left;
	padding: 2em;
	padding-bottom: 4em;
}

ul.social li {
	margin-right: 2px;
 	width: 49%;	
	float: left;
	display: inline;
}

ul.social li.alt {
	margin-right: 0;
}

ul.social li.first {
	border-top: 0;
}

ul.social li a {
	padding-left: 0;
	padding-bottom: 11px;
	padding-right: 0;
	padding-top: 6px;
	display: block;
	color: #667777;
	border: 0;
	text-decoration: none;
	font-weight: bold;
}

ul.social li a span.link-icon {
	display:block;
	float:left;
	width: 35px;
}

ul.social li a span.link-icon img {
	display:block;
	margin:0;
	padding:0;
}

ul.social li a span.link span.link-title {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	line-height:15px;
	text-transform:uppercase;
	padding-top: 2px;
}

ul.social li a span.link span.link-href {
	color: #BBB;
	display:block;
	font-size:1em;
	line-height:15px;
	font-weight:normal;
	font-style:italic;
	text-transform:lowercase;
}

ul.social li a:hover span.link span.link-title {
	color:#0080ff;
}

#footer {
	clear: both;
	font-size: 7pt;
	margin-top: 3px;
	text-align: right;
	line-height:1.2em;	
}

#footer a {
	color: gray;
}

