/*-----------------------------------------------------------------------------
Site Specific Style Sheet 

version:   1.0
author:    elaine giles
website:   http://www.elainegiles.co.uk/
-----------------------------------------------------------------------------*/

#noconnection {
	background-color: #f5deb3; /* Wheat */
	color: #b8860b; /* DarkGoldenrod */
	padding-left: 1em;
	font-size: 90%;
}

#breakingnews {
	margin: 2em;
	padding: 1em;
	background-color: #f5deb3; /*Wheat*/
	border-color: #b8860b; /*DarkGoldenrod*/
	border-style: solid;
	border-width: thin;
}

.opening {
	font-weight: 900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.openingsmall {
	font-size: .8em;
	font-weight: 900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* =Interviews
-----------------------------------------------------------------------------*/
.byline {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	border-bottom: thin solid #D2B48C; /* Tan */
	margin-bottom: .8em;
	margin-top: .5em;
}

.interviewdate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	border-top: thin solid #D2B48C; /* Tan */
	margin-bottom: .5em;
	margin-top: .8em;
}

.interviewmainquote {
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
	margin-bottom: 1em;
}

.question {
	font-weight: 900;
	font-size: 1.1em;
}

.answer {
	margin-left: 20px; 
	margin-top: -16px;
}

.interviewee {
	font-weight: 900;
	color: #f86767; /* Salmon */
}

/* =Contact Point
-----------------------------------------------------------------------------*/
/* Additional Styles for using with Contact Point block in column*/
.colheading {
	font-size: 90%;
	font-weight: 900;
	background-color: #F5DEB3; /* Wheat */
}	

.colinlineheading a {
	font-size: 110%;
	color: #A0522D;
	font-weight: 900;
	padding-top: .5em;
	text-decoration: none;
}

.colinlineheading a:hover {
	color: #60321c; /* Darkest Brown */
}

.coltext {
	margin: 6px;
	line-height: 2em;
	color: #A0522D; /* Sienna */
}
	
.colitem {
	font-size: 85%;
	padding: 1px 6px 1px 6px;	
}

.coldate {
	color: #A0522D; /* Sienna */
	font-weight: 900;
}

form {
	display: inline;
}


/* @group Sitemap */

#sitemap a {
	text-decoration: none;
}

dt a {
	font-size: 2em;
}

/* @end */


/* @group Filmography Table */

.tblfilmography {
	border-spacing: 0;
	width: 99%;
}

.tblfilmography th {
	padding: 5px;
	border: 1px solid #fff; /* White */
}

.tblfilmography td {
	padding: 5px;
	background-color: #F5DEB3;  /*wheat*/
	margin: 5px;
	border: 1px solid #fff;  /* White */
}

/* @end */


/* @group Schedule Table */

.tblschedule {
	border: 1px solid #60321c; /* Darkest Brown */
	border-spacing: 0;
	width: 600px;
}

.tblscheduleheader {
	text-align: left;
	color: white;
	background-color: #d2b48c; /* Tan */
}

.tblschedule th {
	padding: 5px;
	border: 1px solid #fff; /* White */
}

.tblschedule td {
	padding: 5px;
	border: 1px solid #fff; /* White */
}

.tblschedule .row2 {
	background-color: #F5DEB3; /* Wheat */
}

/* @end */



/* @group Thumbnails Table */

.tblthumbnails td {
	text-align: center;
}

/* @end */