/* --- External styles ---*/
@import "css/layout.css";
@import "css/color.css";
@import "css/type.css";


/* --- DEBUG ---*/
/* div { 	 */
/* border: 1px solid rgb(255,0,0);  */
/* background-color: rgb(240,240,240); */
/* margin: 0px; */
/* } */

/* -- BEGIN gallery specific styles -- */
#contentbox p.busy
{
	background: #000;
	width: 32px;
	height: 32px;
	text-align: center;
	margin: 55px 0 0 305px;
}

/* -- END gallery specific styles -- */

p.separator:before
{
content: "— · • · —";
}

p.separator
{
color: rgb(51,200,255);
text-align: center;
}


/* -- BEGIN header text styles -- */
#headerbox h1
{
	padding-top: 10px;
	padding-left: 70px;
	font-size: 50px;
	line-height: 50px;
	color: rgb(168,168,168);
}

#headerbox h1>a, #headerbox h1>a:hover
{
	color: rgb(168,168,168);
	text-decoration: none;
}

#headerbox #headercontent .description
{
	margin-left: 70px;
	font-size: 18px;
	color: rgb(51,200,255);
}
/* -- END header text styles -- */
