/* 
	Gabriel Villatte Portfolio
	CSS Styles
*/

/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background-color: #000;
	font-family: 
	    Futura, Arial, Helvetica, sans-serif;
	color: #223355;
	text-align: center;		/* centers content in IE5.5 and earlier */
	word-wrap: break-word;	/* breaks long words in IE, prevents float drops */
	}

#wrapper{
	position: absolute;
	width: 630px;
	left: 50%;
	padding: 0px 30px;
	margin-left: -340px;
	text-align: left;
	background-color: #000;
	}

#navbar{
	position: absolute;
	width: 630px;
	top: 90px;	
	}

/* typography
----------------------------------------------- */

p {	line-height: 1.5em;	margin-bottom: 1.0em; font-size: 0.8em; background-color: #000;}
p.lead { font-size: 0.8em; }

ul {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  list-style: none;
}

li {
  font-size: 1.0em; color: #FFBA00; text-transform: uppercase;
  float: left;
  margin-left: 0px;
  padding-right: 30px;
}

li a {
  color:#526197;
}

a:hover {
  color:#FFF;
}

dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.85em;
	color: #526197;
	padding-top: 0.2em;
	}
dd{	
	margin-bottom: 0.8em;
	padding-bottom: 0.7em;
	border-bottom: 1px dotted #526197;
	}

h3 { font-size: 0.8em; color: #7A90DD; text-transform: uppercase;
		font-family: 
		    "Futura, Arial, Helvetica, sans-serif";
		    text-align: left;
}


h1 { font-size: 0.8em; color: #7A90DD;
		font-family: 
		    Corbel, 
		    "Lucida Grande", 
		    "Lucida Sans Unicode", 
		    "Lucida Sans", 
		    "DejaVu Sans", 
		    "Bitstream Vera Sans", 
		    "Liberation Sans", 
		    Verdana, 
		    "Verdana Ref", 
		    sans serif;
}

h1 a { color: #526197; border: none; }
h2 { font-size: 0.8em; color: #7A90DD; text-transform: uppercase;
		font-family: 
		    Corbel, 
		    "Lucida Grande", 
		    "Lucida Sans Unicode", 
		    "Lucida Sans", 
		    "DejaVu Sans", 
		    "Bitstream Vera Sans", 
		    "Liberation Sans", 
		    Verdana, 
		    "Verdana Ref", 
		    sans serif;
}

a{
		font-family: 
		    Corbel, 
		    "Lucida Grande", 
		    "Lucida Sans Unicode", 
		    "Lucida Sans", 
		    "DejaVu Sans", 
		    "Bitstream Vera Sans", 
		    "Liberation Sans", 
		    Verdana, 
		    "Verdana Ref", 
		    sans serif;

	color: #FFF;
	text-decoration: none;
}

p a:hover { border-bottom: 1px dotted #fff; }
a img{ 	border: none;}

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
	}

code{ font-size: 11px; background-color: #eee;}
pre code{ line-height: 1.1em;}
kbd{
	color: #526197;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

/* misc
----------------------------------------------- */
.section{ border-top: 1px solid #151a26;  padding-top: 0.5em; padding-bottom:1.5em;}

.download{
	background-color: #f3f3e6;
	border: 1px solid #ddddd3; 
	padding: 0.7em 1.5em; }
.download li{
	list-style: none;
	padding: 0.3em 0;
	border-bottom: 1px dotted #ddddd3;
	}

.thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.thumbnail img {
	border:2px solid #151a26;
	border-radius: 10px;
	display:block;  
	margin:4px 0px 4px 3px;
	padding:4px;
	position:relative;
}

.thumbnail img:hover {
	border:2px solid #6a7dc0;
} 

.sectionnew{ border-top: 1px solid #2c0c00;  padding-top: 0.5em; padding-bottom:1.5em;}

.thumbnailnew {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.thumbnailnew img {
	border:2px solid #2c0c00;
	border-radius: 10px;
	display:block;  
	margin:4px 0px 4px 3px;
	padding:4px;
	position:relative;
}

.thumbnailnew img:hover {
	border:2px solid #ff723b;
} 

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

/* forms
----------------------------------------------- */
label {
	font: 100% Verdana, Helvetica, sans-serif;
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 1.0em;
	display: block
}

input {
	font: 100% Verdana, Helvetica, sans-serif;
	width: 30em; height: 1.6em;
	color: #FFF;
	background: #111;
	border: 1px solid #222
}

.submit {
	font: 100% Helvetica, sans-serif;
	margin-left: 9em;
	width: 6em; height: 2em;
	color: #FFF;
	background: #526197;
	border: 1px solid #777
}

textarea {
	font: 100% Helvetica, sans-serif;
	resize: none;
	width: 30em; height: 10em;
	color: #FFF;
	background: #111;
	border: 1px solid #222
}


/* clearing
----------------------------------------------- */

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	




