/*	layout.css
----------------------*/
* {
    margin: 0;
    padding: 0;
}

/* body
----------------------*/
body {
	/* font: 100% verdana, helvetica, sans-serif; */
	font-family: verdana, sans-serif;
    text-align: center;
	color: #393733;
	background: #A6C8DD; /* light blue */
}

p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

p {
    margin: 5px;
    padding: 7px;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
    font-weight: normal;
}

h5 {
	font-size: 80%;
    font-weight: normal;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover,
h4 a, h4 a:hover,
h5 a, h5 a:hover {
	text-decoration: none;
    border: none;
}

a {
	color: #00518C;
	text-decoration: none;
    
    order-bottom: 1px solid #00518C;
}

a:hover {
	color: #E94545;
	text-decoration: none;
    border-bottom: 1px solid #E94545;
}

/* container
--------------------------------------------------*/
div#container {
    width: 980px;
	margin: 0 auto;
	/*
	min-width: 800px;
	margin-left: 20px;
	margin-right: 20px;
	*/
    /* padding: 0px; */
    text-align: left;
	/* background: #000; */
}

/* header
--------------------------------------------------*/
div#header {
	position: relative;
    width: 100%;
    height: 80px;
	/* padding: 0px 10px 10px 15px; */
	color: #FFF;
	background: #A6C8DD; /* light blue */
}

div#header a {
    border: 0;
    text-decoration: none;
}

div#header h1 {
    display: inline;
    position: absolute;
	left: 20px;
	top: 10px;
	font-size: 300%;
    color: #000;
    text-transform: lowercase;
}

div#header h1 a {
	text-decoration: none;
	color: #000;
}

div#topNav {
	background: #000;
    display: inline;
    position: absolute;
	right: 0px;
	top: 0px;
    width: 450px;
	text-align: right;
    font-size: 100%;
}

div#topNav ul {
	background: #000;
	padding: 10px 10px 5px 5px;
}

div#topNav ul li {
    display: inline;
    text-transform: uppercase;
    font-weight: normal;
	padding: 5px 10px;
}

div#topNav ul li a {
	text-decoration: none;
	color: #E7E7DE;
}

div#topNav ul li a:hover {
	color: #999;
}

div#tab_nav ul {
    text-align: center;
    padding: .2em 0;
    background-color: #E7E7DE;
    font: normal 90%;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #00518C;
}

div#tab_nav li { display: inline; }

div#tab_nav li a {
    text-decoration: none;
    background-color: #E7E7DE;
    padding: .2em 1em;
    border-right: 1px solid #fff;
}

div#tab_nav li a:hover {
    text-decoration: none;
    border-bottom: 0;
}

/* content
-------------------------------*/
div#content {
	overflow: auto;
	background: #E7E7DE;
}	

div#contentSide {
    font-size: 90%;
	float: left;
	width: 160px;
    margin: 8px 6px 10px 6px;
    padding: 10px 4px;
}

div#contentMain {
	margin: 18px 10px 40px 185px;
    background: #FFF;
}

div#OLDcontentMainSub {
	overflow: auto;
	margin: 0px 10px 10px 15px;
	width: 98%;
}

div#contentMainSub {
    width: 98%;
    overflow: hidden;
    margin: 0;
    padding: 0px 10px 10px 10px;
}

div#contentTab {
	margin: 0 10px 10px 175px;
}
 
div#contentTabSide {
	float: left;
	margin-top: 5px;
	width: 170px;
}

div#contentMainSub h1 {
	border-bottom: 1px solid #000;
}

div#content h2 {
	font-size: 120%;
	border-bottom: 1px solid #000;
}

/*
div#content h1,
div#contentTab h1,
div#contentMain h2 {
	border-bottom: 1px solid #000;
}
*/

div#contentSide p a {
	border-bottom: 0px;
}

div#contentSide a {
	text-decoration: none;
}

div#contentSide p {
	text-align: center;
    margin: 5px 0px;
    padding: 7px 0px;
}

p.sideItem {
	text-align: center;
    background: #fff;
	border: 1px dashed #393733;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.blockAd {
	text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.blockAd img {
	margin-bottom: 10px;
}

p.blockAd a:hover {
	border-bottom: 0px;
}

/* link boxes
--------------------------------------------------*/
div#links {
	width: 160px;
	background: #AEC491; /* C: light green */
	text-align: center;
}

div#links a {
	text-decoration: none;
    border: 0;
}

div#links h2 {
	border: 0;
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 120%;
	color: #FFF;
}

div#links ul {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #D9E0CE; /* C: light green*/
}

div#links ul li {
	border-bottom: 1px solid #D9E0CE;
}

div#links ul li a {
	border-top: 1px solid #FFF;
	display: block;
	padding: 5px 0 5px 10px;
	color: #799964; /* C: light green */
}

div#links ul li a:hover {
	color: #E94545;
	background: #E9F0DE; /* B: lightest */
}

/* tables
--------------------------------------------------*/
table {
	width: 100%;
    cellspacing: 0;
    cellpadding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	border-right: 1px dotted #393733;
    margin-top: 5px;
}

th {
    padding: 3px 0px 3px 5px;
	border-right: 1px solid #fff;
    background-color: #CCC;
    color: #393733;
	font-weight: normal;
    text-align: left;
}

table td {
    padding: 3px 0px 3px 5px;
	border-bottom: 1px dotted #393733;
	border-left: 1px dotted #393733;
	font-size: 100%;
	text-align: left;
	font-weight: normal;
}

table td a {
    border: none;
}

table td a:hover {
    border-bottom: 1px solid #fff;;
}


/* buttons
--------------------------------------------------*/
div.niftyButton {
	margin: 10px 0px;
	text-align: center;
	font-weight: bold;
    text-transform: uppercase;
	background: #CC6600;
	color: #FFF;
}

div.niftyButton a {
	color: #FFF;
	text-decoration: none;
    border: 0;
}

div.niftyButton a:hover {
	text-decoration: none;
    border: 0;
}

a.viewButton {
	display: inline;
	margin-left: 3px;
	padding: 3px 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #1383C6;
	border: 1px solid #FFF;
}

a.viewButton:hover {
	border: 1px solid #1383C6;
	text-decoration: none;
}

a.selected {
	background: #1383C6;
	border: 1px solid #1383C6;
	color: #FFF;
}

a.selected:hover {
	color: #FFF;
}

/* paragraph/text formats
--------------------------------------------------*/
#notice {
	margin: 10px 0;
	padding: 10px;
	border: 1px dashed #393733;
	background: #EFDDB5;
}

p.views {
	overflow: auto;
	font-weight: bold;
	font-size: 85%;
}

p.views img {
	float: right;
	border: 0;
}

/* artist page
-------------------------------*/
div#artist h1 {
	font-size: 180%;
	border: 0;
}

div#videoPlayer {
	margin-top: 5px;
	margin-right: 5px;
	width: 430px;
}

div#videoPlayer p {
    font-size: 85%;
    border: 1px solid #333;
}

div#videoList {
	margin-top: 10px;
	margin-bottom: 10px;
    width: 100%;
}

div.video {
    height: 200px;
    margin-top: 5px;
    font-size: 12px;
}

/* td video (search results)
-------------------------------*/
td div.video {
    padding-right: 5px;
}

td div.video a {
    font-size: 140%;
}

td div.video img {
    border: 1px solid #999;
    padding: 2px;
    margin-right: 7px;
    margin-bottom: 5px;
}

div.video img {
    border: 1px solid #999;
    padding: 2px;
}

div.video a {
    font-size: 90%;
	border: none;
}

div.video div.titleSm {
    font-size: 12px;
    overflow: hidden;
}

div.video div.title {
    font-size: 14px;
    width: 180px;
    overflow: hidden;
}

div#videoSide {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    width: 155px;
    text-align: center;
}

div#videoSide h3 {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
    color: #FFF;
    background: #C60;
}

div#videoSide div.video {
    margin: 5px auto;
    width: 140px;
    text-align: left;
}

div.videoRow {
    margin-bottom: 5px;
    padding-bottom: 10px;
}

div.clear {
    clear: left;
}

div.videoRow div.video {
    float: left;
    margin-right: 6px;
}

div#albumList {
	margin-top: 10px;
	margin-bottom: 10px;
    width: 100%;
}

/* expand div to height of cover image */
div.album {
	overflow: auto;
    clear: right;
}

div.album ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-bottom: 5px;
    margin-left: 20px;
}

div.album ul li {
    font-size: 90%;
	margin-left: 0;
	margin-bottom: 5px;
}

div.album img.cover {
    float: right;
	margin-top: 5px;
	margin-right: 10px;
}

div#contentMainSub h2,
div#videoList h2,
div.album h2 {
	font-size: 120%;
	font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
	border-bottom: 1px solid #393733;
}

/* two column lists */
div.listColumn {
	float: left;
}

div.listColumn ul li {
	width: 17em;
}

/* faux tabs
-------------------------------*/
div#foTabs  {
    margin-top: 10px;
    padding : 0px 10px 5px 10px;
    border-bottom: 1px solid #393733;
}

#foTabs ul, #foTabs li {
   display : inline;
   list-style-type : none;
   margin : 0px 10px;
   padding: 5px;
}

#foTabs li a {
    border: none;
}

#foTabs li#selected {
    border: 1px solid #393733;
    border-bottom: 1px solid white;
}

/* cloud page
-------------------------------*/
.tag-cloud ul {
	width: 100%;
}

.tag-cloud li {
	display: inline;
	line-height: 1.5em;
}
.tag-cloud li a {
	margin: 5px 3px;
	padding: 3px 5px;
	background: #FFF;
    border: none;
    text-decoration: underline;
	color: #393733;
}
.tag-cloud li a:hover {
	background: #393733;
	color: #FFF;
}
.tag-cloud .group1 { font-size: 1em; }
.tag-cloud .group2 { font-size: 1.3em; }
.tag-cloud .group3 { font-size: 1.6em; }
.tag-cloud .group4 { font-size: 1.9em; }
.tag-cloud .group5 { font-size: 2.2em; }

/* search form
-------------------------------*/
form#search input.field {
    position: absolute;
	right: 40px;
	top: 50px;
    padding: 3px;
	border: 1px solid #393733;
    color: #393733;
    font-weight: bold;
	background: #E7E7DE;
    height: 24px;
}

form#search input.searchBut {
    position: absolute;
	right: 20px;
	top: 50px;
    border: 0;
	background: #393733;
	color: #E7E7DE;
	cursor: pointer;
    padding: 3px;
    height: 24px;
}

/* footer
-------------------------------*/
#footer p {
	width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 70%;
	color: #000;
}
