@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;
}
p
{
	margin-top: 0px;
}

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 
{
	font-size: 22pt;
	/*font-weight: bold;*/
	color: white;
	line-height: .9em;
	margin-bottom: 10px;

}
#author
{
	color: white;
	padding-bottom: 10px;
}
#date
{
	font-weight: bold;
	color: white;
	line-height: 2em;
}
.top
{
	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;
}
.bottom
{
	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;
	
}
.speaker
{
	font-weight: 		bold;
}
div#content
{
	background-color: 	#594336;
	padding-top: 		10px;
	padding-bottom: 	10px;
	padding-left: 		20px;
	padding-right: 		20px;
}
.special {
	font-size:10pt;
	line-height: 17px;
	margin-bottom: 5px;
}
.special br {
	margin: 0px !important;
}
.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;
	
}
.caption2 {
	text-align: center; 
	font-size: 9pt;
	/*background-color: #93C5F4;*/
	/*border: solid 1px #594336;*/
	
	/*padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;*/
	
	/*margin-bottom: 10px;*/
}

.border {
	border: solid 1px #594336;
	padding: 7px;
}

.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;
}
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;
}
.links3 
{
	text-decoration: none;
	color: black;
	padding: 5px 15px;
}
.links3:hover {
	background-color: #93C5F4;
	/*font-weight: bold;*/
	text-decoration: none;
}

.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;
}

.img_gallery_wrap {
	/*float: left;*/
	width: 250px;
	height: 180px;
	/*margin: 5px;*/
	/*vertical-align: middle;*/
	text-align: center;
	/*padding: 5px;*/
	/*border: 1px solid #666666;*/
}

.gallery_img {
	max-height: 150px;
	max-width: 230px;
	border: 1px solid #666666;
	vertical-align: middle;
}