/*
tdicm.css
v1.0
07/04/14
Updated by Phil Chapman - Hi-Peak Internet
Copyright (c) 2014 This Day in Music
*/

/* General elements + selectors */
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width:1024px;
}
body, td, th {
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
*/
/*
	font-family:  Georgia, Helvetica, sans-serif;
	font-size: 75.00%;
	color: #444;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #464646;
}
h1 {
	color: #996600;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	word-spacing: -2px;
}
h2 {
	color: #996600;
	background-color: transparent;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #996600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #BE8620;
}
a:active {
	text-decoration: underline;
	color: #996600;
}

/* Page banner + header + main menu */
#tdicm_banner {
	background-image: url(../images/design/banner_bg.jpg);
	background-repeat: repeat-x;
	height: 130px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#tdicm_banner_ad {
	height: 90px;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
/* 	overflow:auto;	Prevent oversize ads from breaking the banner layout */
	overflow:hidden;	/* Prevent oversize ads from breaking the banner layout */
}
#header {
	background-image: url(../images/design/header_bg.jpg);
	background-repeat: repeat-x;
	height: 348px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
/*
	margin-bottom: 20px;
*/
}
#header_image {
	background-image: url(../images/design/header_bgimage2.png);
	height: 348px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	height: 185px;
	width: 315px;
	margin-right: 30px;
	margin-top: 10px;
}
.logo img, .menu img{
	border:none;
}
.menu {
	float: left;
	height: 67px;
	width: 984px;
	margin-top: 40px;
	margin-right: 25px;
	margin-left: 15px;
}

/* Page body */
#mainbody {
	width: 1024px;
	margin: 0px auto;
	clear: both;
/*
	height: 100%;
	overflow: auto;
*/
}

/* Left content column */
#leftcol {
	float: left;
/*
	height: 100%;
*/
	width: 570px;
	padding-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #996600;
	clear: both;
/*
	overflow: auto;
*/
}
#leftcol h1, #leftcol h2{
	font-weight: bold;
}
#leftcol p{
	text-align: justify;
}
/* Centre embedded 400px wide Spotify player */
#leftcol p iframe{
	margin-left: 85px;
}
/* Container for embedded elements */
.embedded{
	clear: left;
	display: table;
	width: 100%;
}
/* Centre ad content below main content */
#left_ad{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
#trivia {
	float: left;
/*
	height: 430px;
*/
	height: 275px;
	width: 570px;
	padding-right: 40px;
	margin-left: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #996600;
	clear: both;
/*
	background-image: url(../images/design/trivia_bg.png);
*/
	background-image: url(../images/design/trivia_bg2.png);
	background-repeat: no-repeat;
/*
	font-size:20px;
*/
}
.triviacopy {
	float: left;
/*
	height: 265px;
*/
	height: 115px;
	width: 470px;
	margin-top: 90px;
	margin-left: 50px;
/*
	text-align: justify;
*/
	display: table;
}
.triviacopy span{
  display: table-cell;
  vertical-align: middle;
}
.triviaseemore {
	float: left;
	height: 30px;
	width: 470px;
	margin-top: 28px;
	margin-left: 48px;
	font-family: Arvo, serif;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #BE8620;
}

/* Right content column */
#rightcol {
	float: left;
/*
	height: 100%;
*/
	width: 315px;
	margin-left: 40px;
}
#search {
	background-image: url(../images/design/search.png);
	float: left;
	height: 145px;
	width: 315px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.searchcopy {
	float: left;
	height: 90px;
	width: 255px;
	margin-top: 30px;
	margin-left: 25px;
}
#ads {
	float: left;
/*
	height: 100%;
*/
	width: 315px;
/*
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
*/
	background-repeat: no-repeat;
	padding-bottom: 40px;
	margin-top: 40px;
}

/* Page footer */
#footer {
	background-image: url(../images/design/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 147px;
	clear: both;
	width: 100%;
	margin-top: 80px;
	position: inherit;
}
#footerimage {
	height: 147px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#footer_copy {
	height: 107px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: left;
	margin-top: 40px;
	font-family: Arvo, serif;
	line-height: 22px;
}
#footer_copy .credits{
	font-size: 12px;
}

/* Image positioning */
img.img_centre{
	display: block;
    margin-left: auto;
    margin-right: auto;}
img.img_left{
	float:left;
	margin-right:10px;
}

/* Miscellaneous formatting */
.hilite_gold, .hilite_blue{
	font-weight:bold;
}
.hilite_gold{
	color: #996600;
}
.hilite_blue{
	color: #000099;
}
.text_h{
	color: #996600;
}