/*********************************************************/
/* Title:		Content CSS
/* Author:		Arik Jones
/* Created:		July 12th, 2007
/* Updated:		July 12th, 2007
/*********************************************************/

/*--------------------------------------*/
/* Global */
/*--------------------------------------*/
body {
	color: #667c8a;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	color: #444;
}
h1 { font-size: 2em;}
h2 { font-size: 2.0em;}
h3 { font-size: 1.6em;}
h4 {
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
p {  }

/*--------------------------------------*/
/* Work */
/*--------------------------------------*/

.work-img { 
	width: 614px;
	height: 310px;
	padding: 15px;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	float: left;
}
.work-text { 
	font-size: 11px;
	line-height: 1.4em;
	text-align: justify;
	width: 200px;
	height: 324px;
	float: left;
	margin-left: 5px;
	padding-right: 10px;
}
.work-text p { 
	line-height: 1.2;
	text-align: left;
	margin-bottom: 10px;
}
.work-text h1 { 
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 0;
	text-align: left;
}
.sm-thmb { 
	margin-top: 5px;
	float: left;
}
.sm-thumb div, .sm-thumb div.label {
	float: left;
}
.sm-thmb img { 
	float: left;
	padding: 2px;
	margin: 1px;
	border: 1px solid #e1e1e1;
}
.box94 { 
	text-align: left;
	width: 136px;
	height: 20px;
	float: left;
	padding-top: 2px;
}
