@CHARSET "ISO-8859-1";

/* Typography */

h1 {
	float: left;
	font-size: 1.8em;
	margin-left: 27px;
	padding-top: 13px;
}
h2 {
	color: white;
	font-size: 1.4em;
	padding-left: 55px;
	line-height: 28px;
	width: 165px;
	float: left;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 1px solid;
	padding-bottom:6px;
	margin-bottom:6px;
}

p, div#content li {
    font-family: "Verdana", "Helvetica", Arial, sans-serif;
    font-size: 1.1em;    
	color: #333; 
}
p {
	line-height: 1.3em;
	margin-bottom: 6px;
}
div#content ul {
	margin-bottom: 1em;
}
div#content ul li {
	line-height: 1.2em;
	margin-bottom: 0.6em;
}
div#panel p {
    font-size: 1.2em;
    color: inherit;
}
.small {
	font-size: 0.9em;
}
.big {
	font-size: 1.2em;
}
.huge {
	font-size: 1.4em;
}
.massive {
	font-size: 2em;
}

.steel, .steel * {
	color: #69c !important;
}
.aqua, .aqua * {
	color: #099 !important;
}
.green, .green * {
	color: #693 !important;
}
.blue, .blue * {
	color: #06c !important;
}
.pink * {
	color: #f09 !important;
}
.black, .black * {
	color: black !important;
}
.purple, .purple * {
	color: #339 !important;
}
p.client {
	font-weight: bold;
}


/* portfolio pop out text */
div#box p {
	font-size: 10px !important;
}