/*-----------------------------------------------------------------------------
Site Specific Style Sheet 

version:   1.1
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;
	border-color: #b8860b;
	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;
}


/* @group 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;
}

/* @end */


/* @group 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;
	font-weight: 900;
}

form {
	display: inline;
}

/* @end */

/* @group Digest */

#digest a {
	margin-left: 4px;
	padding-left: 10px;
	padding-top: 4px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	font-size: 0.9em;
	text-decoration: none;
}


/* @end */