@charset "utf-8";

html
{
	margin: 0;
	padding: 0;
	font-family: Geneva, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
}
body
{
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ColoradoFlatIrons2.jpg) no-repeat fixed 50% 0;
	width: 1000px;
}
div#main 
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}
div.header
{
	background-color: #146901;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: white;
	height: 110px;
}
div#footer 
{
	background-color: #146901;
	color: white;
	font-size: 9pt;
	text-align: center;
	clear: both;
}
#footer a 
{
	font-weight: bold;
	color: white;
}
#footer a:hover
{
	color: #93C5F4;
	text-decoration: none;
}
#googleAds
{
	position: absolute;
	top: 20px;
	left: 210px;
}
#title, #title a
{
	font-size: 22pt !important;
	/*font-weight: bold;*/
	color: white !important;
	/*text-decoration: none !important;*/
}
#author
{
	color: white;
	padding-bottom: 10px;
}
#date
{
	font-weight: bold;
	color: white;
	line-height: 2em;
}
.question
{
	background-color: #93C5F4;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	-moz-border-radius-topleft:				5px;
	-moz-border-radius-topright:			5px;
	-webkit-border-top-left-radius:			5px;
	-webkit-border-top-right-radius:		5px;
}
.answer
{
	background-color: 	white;
	color: 				black;
	padding-top: 		5px;
	padding-bottom: 	10px;
	padding-left: 		10px;
	padding-right: 		10px;
	
	margin-bottom: 10px;
	
	-moz-border-radius-bottomleft:			5px;
	-moz-border-radius-bottomright:			5px;
	-webkit-border-bottom-left-radius:		5px;
	-webkit-border-bottom-right-radius: 	5px;
	
}

.answer a {
	font-size: 10pt;
}
.speaker
{
	font-weight: 		bold;
}
.speaker a {
	font-size: 10pt;
}
div#content
{
	background-color: 	#594336;
	padding-top: 		10px;
	padding-bottom: 	10px;
	padding-left: 		20px;
	padding-right: 		20px;
}
.caption
{
	text-align: center; 
	font-size: 9pt;
	background-color: #93C5F4;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 10px;
	
}


.photo
{
	background-color: 	white;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		5px;
	padding-right: 		5px;
}
.img1
{
	background-color: 	white;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		5px;
	padding-right: 		5px;
	
	margin-bottom: -5px;
}
.imgBlue
{
	background-color: 	#93C5F4;
	padding-top: 		5px;
	padding-bottom: 	5px;
	padding-left: 		5px;
	padding-right: 		5px;
	
	/*margin-bottom: -5px;*/
}
br 
{
	/*clear: both*/
	margin-bottom: 		5px;
}
a 
{
	text-decoration: 	none;
	color: 				black;
	outline: 			none;
	font-weight: 		bold;
}
a:hover 
{
	text-decoration: 	underline;	
}
img
{
	border: 	none;
}
.links2 
{
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-color: #93C5F4;
	padding: 5px;
}

.picAndCaptionR {
	float: right;
}
.picAndCaptionL {
	float: left;
}
.rounded {
	-moz-border-radius:						5px;
	-webkit-border-radius:					5px;
}

.topRounded {
	-moz-border-radius-topleft:				5px;
	-moz-border-radius-topright:			5px;
	-webkit-border-top-left-radius:			5px;
	-webkit-border-top-right-radius:		5px;
}

.bottomRounded {
	-moz-border-radius-bottomleft:			5px;
	-moz-border-radius-bottomright:			5px;
	-webkit-border-bottom-left-radius:		5px;
	-webkit-border-bottom-right-radius: 	5px;
}

.square {
	-moz-border-radius:	0px !important;
	-webkit-border-radius:	0px !important;
}