/*********************************************************************/
/*****  Copyright 2010 Idea Mechanics     All rights reserved.  ******/
/*****  Doug Foster doug@theideamechanics.com  last update 2/4/10   **/
/*********************************************************************/
/*************************/
/***** page elements *****/
/*************************/
.company {
	top: 0px;
}
dd {
	padding-bottom: .7em;
}
/**********************************/
/**** default shifter position ****/
/**********************************/
#shift_3 {
  	visibility: visible;
}
/*******************/
/**** body copy ****/
/*******************/
#blocker {
	height: 120px;
}
#description {
	margin-top: 40px;
}
.open {
	display:inline;
}
.closed {
	display:none;
}
dt a {
	text-decoration: underline;
}
a:hover {
	cursor: pointer;
}
.info:hover {
	color: #962529;
	cursor: help;
}
.smaller {
	font-size: 75%;
}
a {
	text-decoration: underline;
}
#nav_bar {
	text-align: center;
	font-size: 80%;
}
/**********************/
/**** media panels ****/
/**********************/
.more_less {
	text-decoration: underline;
	font-style:italic;
	font-weight: 700;
}
.more_less:hover, .update:hover {
	color: #962529;
	cursor: pointer;
}
.details, .contact {
	font-style:italic;
	color: #333333;
	font-weight: 200;
}
.update {
	text-decoration: none;
	font-style:normal;
	font-weight: 200;
}
.bold {
font-weight: 700;
}
#show_all, #hide_all {
	font-weight: 600;
	font-size: 110%;
	font-style:italic;
	text-decoration: underline;
}
#show_all:hover, #hide_all:hover {
	color: #962529;
	cursor: pointer;
}
/**********************/
/**** media tables ****/
/**********************/
.media {
	float:left;
}
.media_title {
	font-weight: 700;
	font-size: 115%;
	text-align: left;
}
.td_center {
	text-align:center;
}
.pad_photo {
	padding: 6px 6px 6px 4px;
}
.media_list {
	list-style:none;
}
/*************************/
/**** tweak copyright ****/
/*************************/

#copyright-ccws2007 {
	font-size:smaller;
	left:20px;
	position:fixed;
	top:465px;
}
