@charset "utf-8";
/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Title : Explo Application Style
Author : Adrianna Neefus
URL : www.coldgraphite.com/explo

Description : The following css is the style for my 2010 Explo Application.

Created : Nov 27 2010
Modified : Nov 27 2010 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
body {
	background: #ff8700;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	color:#fff;
}
h1 {
	font-weight: bold;
	margin-bottom:0;
	padding-bottom:0;
	text-transform:uppercase;
}
h2 {
	font-weight: normal;
	font-size:1.35em;
	margin-top:0;
	padding-top:0;
	text-transform:uppercase;
}
p {
	text-align:justify;
}
a {
	color: #0772a1;
}
a .active {
	color: #63Afd0;
}
a .visited {
	color: #024a68;
}
.container {
	width:60%;
	margin-right:20%;
	margin-left:20%;
	margin-top:10%;
	margin-bottom:50%;
}
.navi {
	color:#FFF;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
}
.navi a {
	font-size:.8em;
	color:#FFF;
}
.body {
}
.portfolio {
	border:thin solid #FFF;
	text-transform:uppercase;
	font-weight:bold;
	margin:20px 0 20px 0;
}
legend {
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
.item {
	width: 101px;
	height: 101px;
	margin: .5em;
	float: left;
}
fieldset.writeSample {
	border:thin solid #FFF;
	text-transform:uppercase;
	font-weight:bold;
}
p.writeSample {
	text-transform:none;
	font-weight:normal;
	margin-left:20px;
	margin-right:20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}