.imgrep { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: left top; background-repeat: no-repeat; }
.covert { display: none; }

em { font-style: italic; }
strong { font-weight: bold; }
a {
	text-decoration: none;
	color: #8ea83d;
}
body {
	background-color: #fff;
	color: #222;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0px;
}
#header {
	position: relative;
	height: 140px;
	border-bottom: 3px solid #8ea83d;
}
body.page_closed #header { border: none; }
#logo {
	position: relative;
	top: 35px;
	left: 50px;
	width: 828px;
	height: 86px;
	margin: 0 auto;
	overflow: hidden;
}
#logo span.imgrep {
	background: #fff url(/wp-content/themes/sassafras/images/logo680.png) left top no-repeat;
}
#info_container { position: relative; }

#detail_view {
	position: absolute;
	left: 50%;
	margin-left: -513px;
	height: 520px;
	width: 1026px;
	border: 3px solid #8ea83d;
	border-top: none;
	z-index: 100;
	background-color: #fff;
	overflow: hidden;
}
#detail_view div.loading {
	position: absolute;
	height: 450px;
	width: 726px;
	background: #fff url(/wp-content/themes/sassafras/images/detail_loader.gif) right center no-repeat;
	z-index: 5;
}
#detail_view div.content div.media {
	position: relative;
	padding-bottom: 25px;
	width: 655px;
	float: right;
	text-align: center;
	height: 380px;
}
#detail_view div.content {
	position: relative;
	padding: 35px;
}
#detail_view div.content div.text {
	/* edit this */
	font-size: 12px;
	border: 1px solid #8ea83d;
	width: 240px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}
#detail_view h1 { font-size: 15px; color: #8ea83d; font-weight: bold}

#detail_view h2 { font-size: 11px; color: #666; font-weight: bold}

#detail_view h3 { font-size: 13px; color: #666; font-weight: bold}

#detail_view p { font-size: 12px; color: #666;}

#detail_view a { font-size: 12px; color: #8ea83d; font-weight: bold}

#detail_view a:hover { font-size: 12px; color: #999; font-weight: bold}

#detail_view div.content div.text .column { margin-right: 10px; }

#detail_view div.controls {
	position: absolute;
	bottom: 35px;
	left: 35px;
	width: 658px;
}

#detail_view div.controls p.close_display {
	position: absolute;
	left: 0px;
	top: 0;
	height: 18px;
	width: 18px;
	overflow: hidden;
}
#detail_view div.controls p.close_display a span.imgrep { background-color: #fff; }
#detail_view div.controls p.close_display a span.imgrep { background-image: url(/wp-content/themes/sassafras/images/up_gry.png); }
#detail_view div.controls p.close_display a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/up_grn.png); }

#detail_view div.controls p.previous, #detail_view div.controls p.next, #detail_view div.controls p.play, #detail_view div.controls p.pause { 
	position: absolute;
	height: 18px;
	width: 18px;
	top: 0;
	left: 0px;
	text-indent: -5000px;
	overflow: hidden;
}

#detail_view div.controls p.play, #detail_view div.controls p.pause { left: 910px; }
#detail_view div.controls p.next { left: 930px; }
#detail_view div.controls p.previous { left: 890px; }
#detail_view div.controls p.previous a span.imgrep, #detail_view div.controls p.next a span.imgrep, #detail_view div.controls p.play a span.imgrep { background-color: #fff; }
#detail_view div.controls p.previous a span.imgrep { background-image: url(/wp-content/themes/sassafras/images/playLeft_gry.png); }
#detail_view div.controls p.previous a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/playLeft_grn.png); }
#detail_view div.controls p.play a span.imgrep { background-image: url(/wp-content/themes/sassafras/images/right_gry.png); }
#detail_view div.controls p.play a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/right_grn.png); }
#detail_view div.controls p.pause a span.imgrep { background-image: url(/wp-content/themes/sassafras/images/pause_gry.png); }
#detail_view div.controls p.pause a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/pause_grn.png); }
#detail_view div.controls p.next a span.imgrep { background-image: url(/wp-content/themes/sassafras/images/playRight_gry.png); }
#detail_view div.controls p.next a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/playRight_grn.png); }

#work_examples {
	position: relative;
	margin-bottom: 17px;
	width: 100%;
	overflow: hidden;
}
#work_examples div.examples {
	position: relative;
	background-color: #d3d3d3;
	height: 244px;
	border-bottom: 3px solid #8ea83d;
	overflow: hidden;
}
#work_examples div.examples div.screen {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2000em;
	z-index: 10;
	background-color: #111;
}
#work_examples div.examples ul {
	width: 20000em;
	position: absolute;
}
#work_examples div.examples ul li {
	float: left;
	height: 230px;
	padding: 7px 7px 0 0;
	overflow: hidden;
}
#work_examples div.controls_wrapper {
	position: relative;
	height: 37px;
	background-color: #e4e4e4;
	font-size: 11px;
}
#work_examples div.controls {
	position: relative;
	width: 828px;
	margin: 0 auto;
}
#work_examples div.controls p.display_toggle {
	position: absolute;
	left: 51px;
	top: 9px;
	z-index: 2;
	height: 18px;
	width: 18px;
	overflow: hidden;
}
#work_examples div.controls p.display_toggle a span.imgrep { background-color: #e4e4e4; }
#work_examples div.closed div.controls p.display_toggle {
	width: 200px;
	line-height: 22px;
	height: 22px;
	padding-left: 26px;
	font-size: 12px;
}
#work_examples div.controls p.display_toggle a { color: #555; }
#work_examples div.controls p.display_toggle a:hover { color: #8ea83d; }
#work_examples div.closed div.controls p.display_toggle a span.imgrep { width: 18px; background-image: url(/wp-content/themes/sassafras/images/down_gry.png); }
#work_examples div.closed div.controls p.display_toggle a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/down_grn.png); }
#work_examples div.open div.controls p.display_toggle a span.imgrep { background-image: url(/wp-content/themes/sassafras/images/up_gry.png); }
#work_examples div.open div.controls p.display_toggle a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/up_grn.png); }

#work_examples div.controls p.detail_instructions {
	position: absolute;
	width: 682px;
	height: 37px;
	z-index: 1;
	left: 50px;
	padding-top: 2px;
	line-height: 35px;
	text-align: center;
	color: #555;
}

#work_examples div.closed div.controls p.detail_instructions { display: none; }

#work_examples div.controls p.previous, #work_examples div.controls p.next { 
	position: absolute;
	height: 18px;
	width: 19px;
	top: 9px;
	z-index: 2;
	overflow: hidden;
}
#work_examples div.controls p a { cursor: pointer; }
#work_examples div.controls p.previous { left: 686px; }
#work_examples div.controls p.next { left: 714px; }
#work_examples div.controls p.previous a span.imgrep, #work_examples div.controls p.next a span.imgrep { background-color: #e4e4e4; }
#work_examples div.controls p.previous a span.imgrep { background-image: url(/wp-content/themes/sassafras/images/left_gry.png); }
#work_examples div.controls p.previous a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/left_grn.png); background-position: -1px 0; }
#work_examples div.controls p.next a span.imgrep { background-image: url(/wp-content/themes/sassafras/images/right_gry.png); }
#work_examples div.controls p.next a:hover span.imgrep { background-image: url(/wp-content/themes/sassafras/images/right_grn.png); }
#work_examples div.closed div.controls p.previous, #work_examples div.closed div.controls p.next { display: none; }

#main_container {
	position: relative;
	width: 843px;
	margin: 0 auto;
	min-height: 300px;
	left: -95px;
}
#nav {
	position: relative;
	padding-top: 5px;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 30px;
}
#nav li {
	padding-bottom: 15px;
}
#nav li a {
	color: #777;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px; 
}
#nav li a:hover, #nav li.active a { color: #8ea83d; }
#nav ul li { 
	padding-bottom: 0;
	padding-top: 4px;
	font-size: 11px; 
}
#nav li.active ul li a { color: #888; }
#nav li.active ul li a:hover, #nav li ul li.active a { color: #8ea83d; }

#content {
	position: relative;
	float: left;
	width: 682px;
}
#content p {
	margin-bottom: 10px;
}
#content ul {
	margin: 0 0 10px 30px;
	list-style-type: disc;
}

#content a:hover { color: #999;}

#content h1 { font-size: 28px; color: #8ea83d; weight: bold; }
#content h2 { font-size: 18px; color: #8ea83d; weight: bold; }
#content h3 { font-size: 16px; weight: bold; }
#content h4 { font-size: 14px; color: #8ea83d; weight: bold; }
#content h5 { font-size: 14px; weight: bold; }
#content h6 { font-size: 14px; color: #8ea83d; weight: bold; }

#content img.alignleft { float: left; padding: 2px 8px 4px 0; }
#content img.alignright { float: right; padding: 2px 0 4px 8px; }

#content ul li { margin: 0 0 2px 0; }

#content .column { margin-right: 13px; }
#content div.one_col { width: 212px; }

#footer {
	color: #888888;
	font-size: 9px;
	position: relative;
	margin: 0 auto;
	width: 828px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 100px;
	clear: both;
}