/*		MediaShelf 2.0 Style	*/

body {
	margin: 0;
	padding: 0;
	background: #eee;
	color: #333;
	font-family: sans-serif;
	font-size: 90%;
	}

/*		Structure		*/

#breadcrumb {
	text-align: right;
	color: #fff;
	background: #404040;
	margin: 0;
	padding: 0 10% 0 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 90%;
	z-index: 1;
	}

#breadcrumb p {margin: 0;}
#breadcrumb p:before {
	content: "You Are Here: ";
	color: #9cf;
	}

#breadcrumb a {color: #fff;}

#wrap {
	position: relative;
	}

#content {
	background: #fff;
	position: relative;
	top: 0;
	margin: 0 10% 0 10%;
	padding: 1em 5% 3em 5%;
	z-index: 3;
	overflow: auto;
	height: 100%;
	}

#header {
	color: #404040;
	background: #404040;
	text-align: center;
	width: 100%;
	}

#headergraphic {
	color: #404040;
	background: #404040;
	text-align: center;
	width: 100%;
	}


/*		Text Style		*/

h1, h2, h3 {
	line-height: 0.8;
	}

h1 {
	font-size: 2em;
	font-weight: 100;
	margin: 0 0 0.5em 0;
	text-align: center;
	color: #ccc;
	}

h2 {font-size: 1.7em;}

h3 {font-size: 1.2em;}

h2, h3 {
	margin: 0;
	font-weight: 100;
	}

p {
	margin: 0 0 1em 0;
	font-weight: normal;
	}

ul, ol, blockquote {
	margin: 0 3em 1em 3em;
	padding: 0;
	}

p, li, #header {line-height: 1.5;}

a:link {color: #09c;}

a:visited {color: #888;}

a:hover, a:active {color: #f3790d;}

td a {display: block;}

/*		Messages		*/

.error {color: #c00;}

.message {color: #888;}

/*		Images			*/

img {border: 0;}

#mediaLinks, #authorLinks {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 1em 0;
	margin: 0 0 1em 0;
	}

#mediaLinks ul, #authorLinks ul, #authorSurf ul {
	list-style-type: none;
	margin: 0 3em;
	padding: 0;
	}

#mediaLinks li, #authorLinks li, #authorSurf li {
	display: inline;
	margin-right: 1em;
	}

#mediaImage, #mediaInfo {
	background: #fff;
	width: 35%;
	float: right;
	margin: 0 0 1em 5%;
	position: relative;
	}

#mediaInfo {clear: right;}

#mediaInfo h2 {
	padding: 0.2em 0.5em;
	font-size: 1.2em;
	text-align: right;
	border-bottom: 0.2em solid #f3790d;
	}

#mediaInfo ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#mediaInfo li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 0.2em 0.5em;
	}

#ms-browse, #ms-search, #ms-author-list {
	width: 45%;
	float: right;
	clear: right;
	margin: 0 0 1em 0;
	position: relative;
	}

#ms-stats-newitem, #ms-search-results {width: 50%;}

div.glance-overview h2 {border-bottom: 0.2em solid #f3790d;}

div.glance {
	overflow: auto;
	height: 100%;
	padding-left: 0.5em;
	}

div.glance div.cover {
	float: right;
	margin: 0 0 0 1em;
	}
div.glance div.cover img {width: 3em;}

div.glance h3, div.glance p {margin: 0.2em 0 0 0;}

#ms-credit {
	clear: both;
	margin: 3em 0 0 0;
	font-size: 0.8em;
	color: #888;
	text-align: center;
	}

/*		Forms			*/

form {margin: 0;}

input, textarea, select, option, optgroup {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	}

.even {background-color: #fff;}

.odd {background-color: #eee;}

/*		Tables			*/

table {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	width: auto;
	margin: 0 auto 1em auto;
	}

caption {
	width: auto;
	margin: 0 auto;
	border-bottom: 0.2em solid #f3790d;
	font-weight: 100;
	font-size: 1.2em;
	}
 
td, th {padding: 0.2em 0.5em;}

thead th {
	border-bottom: 0.5em solid #ccc;
	padding: 0 0.5em;
	white-space: nowrap;
	}

td.rating {text-align: center;}

td.date {
	text-align: center;
	white-space: nowrap;
	}

td.number {
	text-align: right;
	white-space: nowrap;
	}

tr:hover td, div.glance:hover {background-color: #cef;}