body {
	background: #fff;
	color: #222;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	padding-top: 20px;
	text-align: left;
	margin-left: 50px;
}

h1 {
	font-family: Cufon;
}

h2, h3, hQ, p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing:inherint;

}

h1 {
	font-size: 28px;
	line-height: 20px;
}

h2 {
	font-size: 14px;
	margin-top: 1px;
}

h3 {
	line-height: 18px;
	margin-top: 0; 
}

p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 18px; 
	color: #000;
	margin-top: 3px;
}


.credit {
	font-size: 12px;
	line-height: 12px; 
	color: #484848;
}

a:link, a:visited {
color: #0066CC;
font-weight: normal;
text-decoration: none;
}

a:hover {
color: #fff;
text-decoration: none;
background-color: #0066CC;
}

a:active {
color: #fff;
text-decoration: underline;
background-color: #0066CC;
}

li a.active {
background-color: #0066CC;
color: white;
text-decoration: none;
}

#imagePlaceHolder {
border: solid #cccccc 1px;
}
 
ul {
	line-height: 18px; 
	list-style: none;
	margin-left: 0;
	margin-top: 3px;
	padding-left: 1em;
	text-indent: -1em;

}

ul.bullets {
list-style-type:square;
	margin-left: 5px;
	list-style-position:inside;
}

.title {
	color: #000;
	margin-top: 5px;
	margin-bottom: 0;
}

.project {
border-left: solid #cccccc 1px;
padding-left: 30px;
}

/* START NAV LIST  */
#navlist ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }
/* END NAV */

/* START PROJECT LIST */

ul.projectlist
{
list-style: none;
}

li.projectlist
{
display: inline;
}


/* END PROJECT LIST  */

/* START IMAGE TOGGLE */
#togglelist
{
list-style: none;
padding: 0;
margin: 0;
}

#togglelist li
{
display: inline;
padding: 0;
margin: 0;
}

#togglelist li:before { content: "| "; }
#togglelist li:first-child:before { content: ""; }

#wireframeAnchor {color:inherint; }
/* END IMAGE TOGGLE */




/* I D E N T I F I E R */
.pic p, .caption {
    font-size: 11px;
    line-height: 16px;
    font-family: Verdana, Arial, sans-serif;
    color: #666;
    margin: 4px 0 10px;
}

/* P L A C E M E N T */
.left {float: left; margin-right: 20px;}
.right {float: right; margin-left: 20px;}
.right.inset {margin: 0 120px 0 20px;} /* img floated right within text */
.left.inset {margin-left: 230px;} /* img floated left within text */

/* S I Z E */
.one {width: 100px;}
.two {width: 210px;}
.three {width: 320px;}
.four {width: 430px;}
.five {width: 540px;}
.six {width: 650px;}
.seven {width: 760px;}
.eight {width: 870px;}
.nine {width: 980px;}
.ten {width: 1090px;}


/* A D D I T I O N S */
.frame {border: 1px solid #999;}
.solo img {margin-bottom: 20px;}