@charset "utf-8";
/* CSS Document */

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #990000;
}
a:hover {
	color: #FF6600;
}

body {
	color: #333333;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

.Novelist {
/
	background-color: #d2d2d2;
	background-image: url(../image/Novelist_Bg.jpg);
	background-repeat: no-repeat;
}

.Vocalist {
/
	background-color: #d2d2d2;
	background-image: url(../image/Vocalist_Bg.jpg);
	background-repeat: no-repeat;
}

.Director {
/
	background-color: #d2d2d2;
	background-image: url(../image/FilmDirector_Bg.jpg);
	background-repeat: no-repeat;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	color: #333333;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

blockquote {
	color: #fff;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #fff;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small {
	color: #333333;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}
.decay-small {
	padding-top: 6px;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {
	color: #999999;
}
p.postinfo a:hover {
	color: #FFFFFF;
}

/* structure */
#container {
	font-size: 1.3em;
}

/* title */
#site-title {font: normal 3em Tahoma,sans-serif;}
#site-title a {
	color: #666666;
}
#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}
#site-description {color: #666666;}

/* content */
#content {
	left: 350px;
	position: absolute;
	top: 90px;
	width: 610px;
}
#content .descr {
	color: #990000;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}

/* navigation */
#navigation {
	left: 960px;
	position: absolute;
	top: 90px;
	width: 210px;
	margin-left: 2px;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#navigation h2 {
	color: #666;
	font-size: 1.5em;
	letter-spacing: 0;
	margin: 0;
	padding-left: 0.5em;
	line-height: 30px;
}
#navigation ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3em;
}
#navigation li {list-style: none;}
#navigation li a {
	color: #990000;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FFFFFF;
}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #999;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {
	color: #999999;
}
