/* CSS Document */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
a, a:visited {
	color: #528193;
	text-decoration: underline;
}
a:hover {
	color: #333;
}
h1, h2, h3, h4, h5{
	margin: 0 0 10px 0;
}
h1 {
	color:#528193;
	font-size:22px;
	font-weight:normal;
	line-height: 150%;
}
h1 a:link {
	color: #528193;
	border-bottom-color: #333333;
	border: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
}
h2 {
	color:#528193;
	font-size:18px;
	font-weight:normal;
}
h3 {
	color:#528193;
	font-size:14px;
	font-weight:normal;
}
h4 {
	color:#528193;
	font-size:18px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:20px;
}
.featuredh {
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.news, .news a:link {
	color:#528193;
	font-size:11px;
}
.more {
	color:#528193;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}
span.alert, span.info, span.download, span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;
}
span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #ffcccc url(images/status-alert.png) 10px 50% no-repeat;
}
span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #CDDFF6 url(images/status-info.png) 10px 50% no-repeat;
}
span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #fff5cc url(images/status-note.png) 10px 50% no-repeat;
}
span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #e8f4d2 url(images/status-download.png) 10px 50% no-repeat;
}
.section {
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}
#section {
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}
.image {
	background-color: #fcdfbc;
	padding: 2px;
	border: solid 1px #cc9;
}
/*Begin Author Style*/
#author {
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}
#author h1 {
	color:#AF0012;
	font-size:15px;
	font-weight:normal;
	margin: 0 10px 10px 0;
}
#author p {
	margin: 0 20px 10px 0;
}
.sans {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.img-r {
	background-color: #fcdfbc;
	padding: 2px;
	border: solid 1px #cc9;
	margin: 0px 0px 0px 10px;
}
.img-l {
	background-color: #fcdfbc;
	padding: 2px;
	border: solid 1px #cc9;
	margin: 0px 10px 0px 0px;
}
.artists img {
	background-color: #CCC;
	padding: 2px;
	border: solid 1px #aaa;
	margin: 2px;
}
td.artists  {
	border-bottom: solid #ccc 1px;
}
td.grid  {
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.grid td {
	border-bottom: solid #ccc 1px;
	border-right: solid #ccc 1px;
}
.artists td {
	border-bottom: solid #ccc 1px;
}
.alpha, .alpha a, .alpha a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	text-decoration: none;
	color: #004785;
}
hr.dotted {
	border: 1px dotted #E5E5E5;
}
a.button, a:visited.button, button.a {
	background:url(images/bg-button.png) no-repeat center 0;
	padding:4px 8px;
	color:#fff;
	font-size:12px;
	text-shadow: #777 0px 1px 0px;
	background-color:#7BBDD7;
	border:1px solid #568AA2;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration: none;
}
a.button:hover {
	cursor:pointer;
	opacity:0.8;
}

