@charset "UTF-8";
/* CSS Document */

/******************************************
				CSS Reset
******************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow!*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************
				End CSS Reset
******************************************/

body {
	position: relative;
	background-color: #000;
}

#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

h1 {
	width: 319px;
	height: 50px;
	position: relative;
	margin-top: 10px;
	text-indent: -999em;
	margin-bottom: 25px;
}

h1 a {
	outline: none;
	width: 319px;
	height: 50px;
	position: relative;
	text-indent: -999em;
	background: url(../rich-images/h1-name.gif) top left no-repeat;
	display: block;
}

h2 {
	font: normal 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a5a5a5;
	margin-bottom: 10px;
}

a {
	color: #f1f1f1;	
}

/******************************************
				Nav Styles
******************************************/

ul#nav {
	width: 220px;	
	margin-left: 20px;
	float: left;
	margin-bottom: 20px;
	margin-top: 5px;
}

#nav li {
	height: 46px;
	vertical-align: middle;
	line-height: 46px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	margin-bottom: 15px;
	background: url(../rich-images/li-bg.jpg) 81px 8px no-repeat;
}

#nav li a.cat-text {
	vertical-align: middle;
	line-height: 46px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	position:relative;
	padding-left: 10px;
	text-decoration: none;
}

#nav li a.cat-image img {
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #5a5a5a;
	background-color: #000;
}

#nav li:hover a.cat-image img {
	border: 1px solid #a5a5a5;	
}

#nav li:hover a.cat-text {
	text-decoration:underline;
}

#nav li:hover {
	background: url(../rich-images/li-bg-over.jpg) 81px 8px no-repeat; 	
}

/******************************************
		     Content Styles
******************************************/

#content {
	width: 710px;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

#content p {
	color: #f1f1f1;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}	

#showURL {
	margin: 10px 0;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a5a5a5;
	text-decoration: none;
	display: block;
}

#showURL:hover {
	color: #f1f1f1;
}

#bio-img {
	padding: 2px;
	border: 1px solid #5a5a5a;
	background-color: #000;
	float: right;
	margin: 10px 0 0 20px;
}

#home-img {
	padding: 2px;
	border: 1px solid #5a5a5a;
	background-color: #000;
}
/******************************************
		     Footer Styles
******************************************/

#footer {
	clear: both;
	width: 100%;
	padding-top: 5px;
	border-top: solid 1px #5a5a5a;
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}

#footer a {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a5a5a5;
	text-decoration: none;
}

#home-link {
	float: left;
	margin-left: 5px;
}

#contact-link {
	float: right;
	margin-right: 5px;
}

#footer a:hover {
	color: #f1f1f1;
}

/******************************************
		     Gallery Styles
******************************************/
#main-image, #thumbs-scroller{
border:1px solid #5A5A5A;
padding:3px;
margin: 5px 0;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 700px; /* Set to gallery width, in px or percentage */
height: 455px; /* Set to gallery height */
background: url(../rich-images/dummy-slideshow.gif) bottom center no-repeat;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}



#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */












