/*-------------------------------------------------------------------------------------
	SimpleView Gallery Lite v2.1
	(c) 2007 Chris Jaure
	SimpleView Gallery is freely distributable under the terms of an MIT-style license.
	website: http://www.chromasynthetic.com/

	svgstyle.css
-------------------------------------------------------------------------------------*/
h1{
	text-align:center;
	font-size:2.5em;
	font-family:arial, sans-serif;
	letter-spacing:-2px;
	margin:0.5em;
}
.dark{
	color:#444;
}
.medium{
  color:#888;
}
.light{
  color:#bbb;
}
.sub{
	font-size:50%;
	color:#06c;
	vertical-align:sub;
}
#simpleView{
	text-align:center;
	border:solid 1px #eee;
	padding:1em;
	background:#f8f8f8;
}
#sv_loading{
	position:fixed;
	left:0;
	top:0;
	width:7em;
	background:#c00;
	color:#fff;
	visibility:hidden;
}
#sv_image{
	border:solid #e0e0e0;
	border-width:0 1px 1px 0;
}
#simpleView a{
	font-size:1.5em;
	font-weight:bold;
	padding:0.2em 0.8em;
	text-decoration:none;
	background:#ccc;
	color:#666;
	margin:0;
	line-height:2em;
	border:solid 1px #aaa;
}
#simpleView a:hover{
	background:#ddd;
}
#simpleView a.disabled{
	color:#ccc;
	cursor:default;
	background:#ddd;
}
#sv_archive{
	margin:0;
	padding:0;
}
#sv_archive input{
	font-size:0.6em;
	background:none;
	color:#666;
	border:none;
	padding:0 0.2em;
	cursor:pointer;
}
#sv_archive select{
	font-size:0.6em;
	line-height:1.4em;
}
#sv_number{
	font-size:0.5em;
	color:#888;
}

