
/****************/
/* common stuff */
/****************/

* {
	font-family: tahoma, arial, helvetica, sans-serif;
	line-height: 1.5em;
}

td, th, p, div, ul {
	color: #333;
	font-size: 10px;
}

p {
	margin: 16px;
}

div.inner2r p {
	text-align: justify;
}

div.inner2r > p {
	clear: both;
}

li {
	text-align: justify;
}

h1 {
	background-color: #99a;
	color: #fff;
	padding: 4px 16px;
	margin: 0px;
	text-transform: lowercase;
	clear: both;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 3px;
}

h2 {
	margin: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 100%;
}

h3 {
	margin: 16px 16px 0px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 100%;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 2px;
}

h5 {
	font-size: 100%;
	text-transform: uppercase;
	color: #667;
	letter-spacing: 1px;
	font-weight: normal;
}

a, a:link, a:visited {
	color: #c33;
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
	background-color: #ccd;
	text-decoration: none;
}

a img {
	border: 0px none;
}

a.banner, a.cover {
	background-color: inherit;
}

a.banner img {
	margin: 4px;
	vertical-align: -70%;
}

ul.selector {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.selector:before {
	content: '[ ';
}

ul.selector:after {
	content: ' ]';
}

ul.selector li {
	display: inline;
}

ul.selector li+li:before {
	content: ' | ';
}

/*******************/
/* outer structure */
/*******************/

body {
	margin: 0px;
	padding: 0px;
	background: #ccd url('images/bg_body.gif');
}

div.outer {
	width: 720px;
	margin: auto;
	padding-bottom: 16px;
}

div.outer1, div.outer2, div.outer3 {
	padding: 16px 16px 0px;
	clear: both;
}

div.inner1 {
	background: #fff url(images/bg_huge.jpg) no-repeat;
}

div.inner2l {
	width: 192px;
	float: left;
	background-color: #fff;
}

div.inner2r {
	width: 480px;
	float: right;
	background-color: #fff;
}

div.inner3 {
	background-color: #fff;
}

img.tinyphoenix {
	vertical-align: -50%;
}

div.menu {
	text-align: right;
	padding: 64px 16px 16px;
}

div.newmenu {
	text-align: right;
	padding: 4px 16px;
	margin: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #ccd;
}

div.footer {
	padding: 16px;
	color: #667;
	text-align: center;
	font-size: 90%;
}

/*******************/
/* neat link icons */
/*******************/

/* external links 
div.main a[href^="http:"] {
	background: transparent url('images/i_extlink.gif') 100% 50% no-repeat;
	padding-right: 10px;
}*/

/* internal links with full uri 
div.main a[href^="http://subco.org"], div.main a[href^="http://www.subco.org"] {
	background: inherit;
	padding-right: 0px;
}*/

/* download links */
div.main a[href^="http://www.scene.org/file_dl.php"], div.main a[href^="http://www.scene.org/file.php"] {
	background: inherit;
	padding-right: 0px;
/*	background: transparent url('images/i_dllink.gif') 100% 50% no-repeat;*/
/*	padding-right: 10px;*/
}

/* email link 
a[href^="mailto:"] {
	background: transparent url('images/i_email.gif') 0% 50% no-repeat;
	padding-left: 10px;
}

a.gotopost {
	background: transparent url('images/i_gotopost.gif') 100% 50% no-repeat;
	padding-right: 13px;
}

a.profile, a[href^="sc.php?src=profile"] {
	background: transparent url('images/i_profile.gif') 0% 50% no-repeat;
	padding-left: 11px;
}*/

/****************/
/* form-related */
/****************/

form {
	margin: 16px;
}

form.post {
	padding: 1px 0px;
	background-color: #ccd;
}

label {
	font-weight: bold;
}

input, textarea, select {
	font-family: tahoma, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	border: 1px solid #667;
	padding: 1px;
}

input[type~="checkbox"], input[type~="radio"] {
	background-color: transparent;
	border: 0px none;
	vertical-align: middle;
}

/*********************************/
/* specific: artists, artistinfo */
/*********************************/

div.row {
	clear: both;
	margin: 0px 16px;
}

div.row + div.row {
	border-top: 1px solid #ccd;
}

/*div.row + p {
	clear: both;
}*/

div.row span {
	width: 46%;
	margin: 8px 16px;
}

div.row span.left {
	float: left;
	text-align: left;
	margin-right: 0px;
}

div.row span.right {
	float: right;
	text-align: right;
	margin-left: 0px;
}

span.left img {
	float: left;
	margin-right: 8px;
}

span.right img {
	float: right;
	margin-left: 8px;
}

span.left small, span.right small {
	color: #667;
}

/**************************/
/* specific: recent stuff */
/**************************/

a.recent {
	background-color: #ccd;
	margin: 1px;
	padding: 1px 5px;
}

a.recentnew {
	background-color: #c66;
	margin: 1px;
	padding: 1px 5px;
}

a.recent:hover, a.recentnew:hover {
	background-color: #c33;
	text-decoration: none;
}

div.lastrel {
	text-align: center;
	margin: 16px;
}

div.lastrel > div {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}

div.lastrel > div:first-child {
	text-transform: uppercase;
	color: #667;
}

/*********************/
/* salvage operation */
/*********************/

ul.cats {
	padding: 0px;
	margin: 16px;
	list-style-type: none;
}

ul.catchildren {
	padding: 0px;
	margin: 0px 16px;
	list-style-image: url(images/li.gif);
}

ul.links {
	padding: 0px;
	margin: 16px;
	list-style-type: none;
}

div.postblock {
	clear: both;
	margin: 16px;
}

div.posttop {
	text-align: left;
}

div.postbottom {
	text-align: right;
}

div.postblock+div.postblock {
	border-top: 1px solid #ccd;
}

div.infoside {
	float: right;
	margin: 0px 16px 16px 16px;
}

div.infoside div {
	background-color: #ccd;
	padding: 8px;
	text-align: center;
}

div.infoside div+div {
	margin-top: 16px;
}

div.insetleft {
	float: left;
	background-color: #ccd;
	margin: 0px 16px 16px 16px;
	padding: 8px;
}

div.insetright {
	float: right;
	background-color: #ccd;
	margin: 0px 16px 16px 16px;
	padding: 8px;
}

div.insetleft img, div.insetright img {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

.center {
	text-align: center;
}

.caption {
	font-weight: bold;
	letter-spacing: 1px;
}

.hilite {
	color: #667;
}

.pre {
	font-family: monospaced;
	white-space: pre;
}

p.blockquote {
	color: #667;
	margin: 16px;
	padding: 4px 24px;
	background: #fff url(images/bg_quote.gif) no-repeat;
	font-style: italic;
}

p.blockquote + p.blockquote {
	background: inherit;
}

p.blockquote i {
	font-style: normal;
}

table {
	margin: 16px;
	padding: 0px;
	clear: both;
}

td, th {
	padding: 8px 16px 8px 0px;
	margin: 0px;
}

td:first-child, th:first-child {
	padding-left: 16px;
}

tr + tr > td, tr + tr > th {
	border-top: 1px solid #ccd;
}

td.stiff, th.stiff {
	white-space: nowrap;
	text-align: center;
}

td.widen, th.widen {
	width: 100%;
}

div.selector {
	border: 1px solid #ccd;
	background-color: #ccd;
	padding: 4px 16px;
	margin: 16px;
}

div.controls {
	clear: both;
	border: 1px solid #ccd;
	padding: 4px 16px;
	margin: 16px;
}

div.pages {
//	border: 1px solid #ccd;
//	padding: 4px 16px;
	text-align: center;
	margin: 16px;
}