/**************************************start of 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.01%;	vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: 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; }
blockquote, q
{ quotes: none; }
/*Safari doesn't support the quotes attribute, so we do this instead.*/
blockquote:before, blockquote:after, q:before, q:after
{	/*	CSS 2; used to remove quotes in case "none" fails below.*/
	content: "";
	/*CSS 2.1; will remove quotes if supported, and override the above. User-agents that don't understand "none" should ignore it, and keep the above value. This is here for future compatibility, though I'm not 100% convinced that it's a good idea...*/
	content: none; }
textarea { overflow: auto; }
input { border: 0px solid white; margin: 0;  padding: 0; }
/**************************************end of css reset**************************************/

/**************************************start of actual css**************************************/
body{ font-family: univers, helvetica, arial, sans-serif; overflow:scroll;}
a:link, a:visited  { text-decoration: none; color: #000; font-weight: bold; border: 0px; }
a:hover, a:active	{ text-decoration: none; color: #ccc; background-color: #000; font-weight: bold; border: 0px; }

#top	{
	text-align:center;
	border-bottom:1px solid #000;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	z-index:5;
	letter-spacing:-0.05em;
	background-color:#fff;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
}

#top ul	{
	text-align: center;
}

#top li	{
	display: inline;
	list-style: none;	
}

#name	{ font-weight:bold; text-align: center; font-size:1.2em; padding:0.4em; }
#name li	{ display: inline; list-style: none; }
#links	li	{ padding:0.3em; }
#intro { left: 0; right:0; position:relative; height: 450px; background: #fff url(/images/backrabbit.jpg) no-repeat bottom center;  border-bottom: 1px solid #000;}
#intro h2 { font-size: 3.5em; letter-spacing:-0.07em; margin: 10px auto; width: 420px; height: 30px; padding: 100px 0px 0px 300px ; }
#intro p { font-size: 1em; letter-spacing:-0.03em; margin:10px auto; width: 295px; height: 30px; padding: 20px 0px 0px 490px; }
#indexpics { width:422px; margin:100px auto; }
#content	{ text-align:center; padding:10px; margin-top:100px; }
p{ padding-bottom: 20px; }
.image	{ border: 1px solid #000; }
.details	{ text-align:center; }
#sublinks	{ padding-right: 10px; text-align:center; }
#list { text-align:center; padding-top:10px; }
#list li { list-style:none; display:inline; }
#footer	{ text-align:center; }
#footer	li{ list-style:none; display: inline; font-weight:bold; }
.sitelink li { width: 120px; display: inline; list-style: none; }

/**********************************Colorbox css begins*************************************/
/*	ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox theme */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#fff;}

#colorbox{}
	#cboxContent{margin:32px;}
		#cboxLoadedContent{background:#000; padding:1px;}
                #cboxLoadingGraphic{background:url(/images/rabbitload.gif) center center no-repeat;}
                #cboxLoadingOverlay{background:#fff;}
                #cboxTitle{position:absolute; top:-22px; left:0px; color:#000; font-weight: bold;}
                #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
                
                #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/images/controls.png) 0 0 no-repeat;}

                #cboxPrevious{background-position:0px 0px; right:44px;}
                #cboxPrevious.hover{background-position:0px -25px;}
                #cboxNext{background-position:-25px 0px; right:22px;}
                #cboxNext.hover{background-position:-25px -25px;}
		#cboxClose{background-position:-50px 0px; right:0;}
		#cboxClose.hover{background-position:-50px -25px;}

                .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
/*************************************Colorbox css ends*******************************************/
/**********************************Actual css ends****************************************/
 
/************************************imaginary css begins**********************************/