/* thea */

body {
	margin: 1em;
	background-color: #fff;
	background-image: url(/style/thea/back-lilac.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

div#container {
	width: 840px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
}

div#logo p {
	float: left;
	width: 492px;
	height: 46px;
	background-image: url(/style/thea/logo.png);
	background-repeat: none;
	text-indent: -9999px;
}

div#personal {
	display: none;
}

div#search {
	float: right;
	margin-bottom: 4px;
}

div#copyright {
	text-align: center;
}

/* menu */ 

div#menu {
	display: block;
	font-size: 12pt;
	height: 1.5em;
	margin-top: 3em;
}

div#menu a,
div#menu a.section {
	color: black;
	display: block;
	float: left;
	padding: 2px 6px;
	text-align: center;
	text-decoration: none;
	margin-right: 4px;
	margin-bottom: 4px;
}

div#menu a
{
	background-color: #eeeeee;
}

div#menu a.section
{
	background-color: #dddddd;
}

div#menu a:hover
{
	background-color: #dddddd;
}

p.menu
{
	font-size: 12pt;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
	margin: 0;
}

span.menuCurrent
{
	display: block;
	background-color: #dddddd;
}

/* breadcrumb */

div#breadcrumb p
{
	color: black;
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

div#breadcrumb span,
span.breadcrumb
{
	font-weight: normal;
	font-size: 70%;
}

/* content */

table
{
	border: 0;
}

td p
{
	margin: 0;
}

ul
{
	list-style-type: square;
}

li
{
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 12pt;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #007700;
}

p
{
	margin: 0 0 1em 0;
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.heading
{
	font-weight: bold;
}

.small
{
	font-size: 70%;
}

.error
{
	color: red;
}

input.button
{
	 font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	 font-size: 8pt;
}

a img
{
	border: 0;
	text-decoration: none;
}

img.icon
{
	padding-right: 2px;
	vertical-align: middle;
}

acronym
{
	cursor: help;
}

/* comments */

div.comment
{
	margin: 0 0 8px 0;
	padding: 8px;
	background-color: #f7f7f7;
}

/* media */

div.mediaItem
{
	float: left;
	width: 260px;
	margin: 8px;
	border: 0;
	padding: 2px;
	background-color: #eeeeee;
}

div.mediaItem p
{
	height: 32px;
	overflow: auto;
}

div.mediaItemThumbnail
{
	width: 240px;
	height: 240px;
	overflow: hidden;
	padding: 10px 0 0 10px;
}

div.mediaItemThumbnail img.musicThumbnail
{
	border-style: solid;
	border-width: thin;
	border-color: #777777;
	padding: 110px;
}

div.mediaItemAudio
{
	width: 240px;
	height: 16px;
	overflow: hidden;
	padding: 8px 0 0 120px;
}

div#mediaPrevious
{
	float: left;
	width: 100px;
	height: 60px;
}

div#mediaNext
{
	float: right;
	width: 100px;
	height: 60px;
}

div#mediaDescription
{
	float: left;
}

/* vip */

div#vipInfo
{
	width: 180px;
	float: right;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-color: #dddddd;
	border-left-style: solid;
}

/* copyright */

div#copyright p
{
	font-size: 70%;
	text-align: center;
	color: #aaaaaa;
	background-color: transparent;
}

div#copyright a
{
	color: #aaaadd;
	background-color: transparent;
}

/* search */

span.highlight
{
	font-weight: bold;
}
