/* Global style sheet for www.kairosmedia.org */
/* Author: David Cottingham, http://david.cottinghams.com/ */
/* Creation date: 09/12/2004. */

body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 50px 0px;
	padding-top: 0px;
	background-color: #ffd13d;
	text-align: center;
	font:11px verdana, arial, helvetica, sans-serif;
	color: #000000;
}
	
#Content
{
	border-right: #333 1px solid;
	padding-right: 40px;
	border-top: #333 1px solid;
	padding-left: 70px;
	text-justify: auto;
	z-index: 2;
	padding-bottom: 0px;
	margin: 0px 153px;
	border-left: #333 1px solid;
	width: auto;
	padding-top: 10px;
	border-bottom: #333 1px solid;
	position: relative;
	top: -22px;
	left: -2px;
	background-color: #ffffff;
	text-align: justify;
	min-width: 120px;
	font-size: 12pt;
}

#navAlpha
{
	border-right: black 1px solid;
	padding-right: 10px;
	border-top: black 1px solid;
	padding-left: 10px;
	z-index: 3;
	left: 45px;
	padding-bottom: 10px;
	border-left: black 1px solid;
	width: 128px;
	line-height: 20px;
	padding-top: 10px;
	border-bottom: black 1px solid;
	position: absolute;
	top: 180px;
	background-color: #ffd13d;
	text-align: left;
	voice-family: inherit;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#silverHead
{
	left: 0px;
	width: 100%;
	text-indent: 20px;
	position: absolute;
	top: 80px;
	height: 30px;
	background-color: #dcdcdc;
	text-align: left;
	z-index: 4;
	padding-top: 5px;
}

#silverFooter
{
	left: 0px;
	width: 100%;
	text-indent: 20px;
	top: -20px;
	height: 30px;
	background-color: #dcdcdc;
	text-align: left;
	z-index: 2;
	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
}

#girlImage
{
	left: 0px;
	position: absolute;
	top: 0px;
	width: 185px;
	z-index:2;
}

#kairosLogo
{
	right: 0px;
	position: absolute;
	top: 0px;
	width: 148px;
	z-index: 2;	
}

#blackBar
{
	width: 145px;
	position: absolute;
	top: 80px;
	left: 0px;
	height: 100%;
	background-color: #000000;
}

#yellowBar
{
	width: 145px;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	top: 80px;
	right: 0px;
	height: 100%;
	background-color: #ffd13d;
	z-index:1;
}

a
{
	font-weight: 600;
	font-size: 11px;
	color: #09c;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
a:link {color:#09c;}
a:visited {color:#09c;}
a:hover {background-color:#eee;}

H1
{
	font-weight: bold;
	font-size: 15pt;
	text-transform: capitalize;
	color: red;
	font-family: Verdana, Helvetica, Sans-Serif;
}

.strapline
{
	font-weight: bolder;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	text-indent: 20px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 3px;
}

.footer
{
	font-size: 7pt;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
}

.footerLink
{
	font-weight: normal;
	font-size: 7pt;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	text-align: center;
}

.importantQuote
{
	font-weight: bold;
	color: red;
	font-style: italic;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: right;
}

.speaker
{
	color: #000000;	
}

.borderedImage
{
	border: 1px dashed #000000;
}

.kairosTitle
{
	font-size: 25pt;
	color: black;
	font-family: Verdana, Helvetica, Sans-Serif;
}

#footerImage
{
	position: relative;
	top: -2px;
	left: -67px;
}

.question
{
	font-weight: bold;
	color: red;
}

.answer
{
	font-style: italic;
	color: #000000;
}

.questionList
{
	line-height: 20px;
	list-style-type: circle;
}

.formCaption
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

#topBar                                                                                   
{                                                                                         
        	top: -50px;                                                                         
        	left: -2px;
        	position: relative;                                                                
        	width: auto;
	height: 80px;
        	min-width: 120px;
	padding-left: 185px;
	padding-top: 10px;
	text-align: left;
        	background-image: url(images/gradient.jpg);
	background-repeat: repeat;
	z-index: 1;
}
