/*Sarah wants to learn flash! But this is the best she can do so far.*/

/* standard elements */

body {
	background: #CCC url(../images/bg.jpg) repeat-y fixed bottom center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font: normal 0.6em sans-serif,Arial;
}
a {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #555;
}
.gfx a {
	background: #F5F5F5 url(../images/bright_pixel.jpg) no-repeat; display: block; height: 240px;
}



/* header */

.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}



/* main */

.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}



/* menu */

.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 120px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #93ffea url() repeat-x;
	color: #555;
}
.menu a#last {
	width: 116px;
	border-right: none;
}



/* content */

.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
/*.content a:hover {
	background: #93ffea;
}*/
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(../images/bgitem.gif) repeat-x;
	padding: 10px;
}

.quote {
	margin: 3px 0 6px;
}

/* text */

.text a:hover {
	background: #93ffea;
}

.text img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}


/* footer */

.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
}

.footer a:hover {
	background: #93ffea;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #444;}



/* floats */

.left {float: left;}
.right {float: right;}
.clearer {clear: both;}



/* images */

.thumbnail a img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}

.thumbnail a img:hover
{
	border-color: #93ffea;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
