/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */
*
{
	margin: 0;
	padding: 0;
}

#definition
{
	width: 500px;
	background-color: #000;
}

#cheader
{
	background-color: #333;
	border-color: #9C0;
	border-width: 0px;
	border-style: solid;
	height: 20px;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Lucida Grande", "Tahoma", arial, helvetica, sans serif;
	overflow: hidden;
	padding: 2px;
	text-shadow: black 0px 0px 5px;
	font-weight: 700;
	letter-spacing: -.001em;
	z-index: 20;
	font-size: 12px;
}


.cheaderl
{
	color: #999;
	display: block;
	background-image: url(../images/h_over.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: left 0px;
	line-height: 16px;
	font-size: 12px;
	height: 22px;
	margin: 2px;
	color: #CCC
}

.cheaderr
{
	float: right;
	display: block;
	font-size: 12px;
	height: 22px;
	margin: 2px;
	color: #666;
	text-align: right;
}

.centerImg
{
	text-align: center;
	/* horizontal in all browsers */
	display: table-cell;
	vertical-align: middle;
	/* ~= valign=center in CSS2 browsers */
}

.centerImg img { vertical-align: middle; }

/* center img in line box */
/* instances */
.a
{
	width: 500px;
	height: 300px;
}

* html .a { font-size: 250px; }

/* 90.5% of box height or box hieght *.905 */
#clipnav
{
	background-color: #333;
	height: 70px;
	float: left;
	width: 100%;
	display: block;
	padding: 5px;
	font-family: "Lucida Grande", "Tahoma", arial, helvetica, sans serif;
	color: #999;
	font-size: 10px;
}

.print a
{
	background-image: url(../images/document_off.gif);
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	display: block;
	margin: 4px 2px 0px 0px;
	text-indent: -9000px;
	float: left;
}

.print a:hover
{
	background-image: url(../images/document_on.gif);
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	display: block;
	margin: 4px 2px 0px 0px;
	text-indent: -9000px;
}

.print
{
	display: block;
	text-shadow: black 0px 0px 5px;
	width: 150px;
	float: left;
	height: 40px;
}

.broadcast a
{
	background-image: url(../images/document_off.gif);
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	display: block;
	margin: 4px 2px 0px 0px;
	text-indent: -9000px;
	float: left;
}

.broadcast a:hover
{
	background-image: url(../images/document_on.gif);
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	display: block;
	margin: 4px 2px 0px 0px;
	text-indent: -9000px;
}

.broadcast
{
	display: block;
	text-shadow: black 0px 0px 5px;
	float: left;
	width: 150px;
	padding: 0px 0px 0px 4px;
	border-left: #666;
	border-width: 0px 0px 0px 1px;
	border-style: none none none solid;
	height: 40px;
}

.design a
{
	background-image: url(../images/document_off.gif);
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	display: block;
	margin: 4px 2px 0px 0px;
	text-indent: -9000px;
	float: left;
}

.design a:hover
{
	background-image: url(../images/document_on.gif);
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	display: block;
	margin: 4px 2px 0px 0px;
	text-indent: -9000px;
}

.design
{
	display: block;
	float: left;
	text-shadow: black 0px 0px 5px;
	padding: 0px 0px 0px 4px;
	border-left: #666;
	border-width: 0px 0px 0px 1px;
	border-style: none none none solid;
	width: 150px;
	height: 40px;
}
.flash { margin: 10px 0px 0px 0px; }