@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background: #666;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF url(_art/background.jpg) repeat-y;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-top: 100px;
	padding-bottom: 160px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	margin-right: 170px;
	margin-left: 170px;
	background: #FFF;
	background-color: rgba(250, 250, 250, .8);
	border-top: 2px solid #933;
	border-right: 2px solid #933;
	border-left: 2px solid #933;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header h1 {
	color: #933;
	text-align: center;
}
.title {
	font: lighter 36px/24px "Times New Roman", Times, serif;
	color: #933;
	text-align: center;
	margin-bottom: -10px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	background: #FFF;
	background-color: rgba(250, 250, 250, .8);
	border-right: 2px solid #933;
	border-bottom: 2px solid #933;
	border-left: 2px solid #933;
	position: relative;
	margin-top: 0px;
	margin-right: 170px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.content h1 {
	font: lighter 36px "Times New Roman", Times, serif;
	color: #933;
}
.content h2 {
	font: normal 20px "Times New Roman", Times, serif;
	text-align: left;
	color: #933;
	margin-bottom: -2px;
}
.content .bold {
	font-weight: 600;
	color: #333;
}
.content #caption {
	margin-right: 10px;
	float: left;
	border: 1px solid #000;
	display: block;
	background: #FFF;
	width: 351px;
	text-align: center;
	padding-top: 10px;
	white-space: normal;
	position: absolute;
	left: -75px;
	top: 100px;
}
.content #caption p {
	color: #333;
	font: 16px/20px 'Seaweed Script', cursive;
}
.content #text {
	font: lighter 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 280px;
}
.content .quote {
	color: #930;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
#cantrellslides_hype_container   {
	/* [disabled]text-align: center; */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#text2 {
	margin-top: 15px;
}
#picture {
	float: left;
	width: 51px;
}
#text {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #666;
}
.content p {
	font: lighter 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#caption p img {
	margin-bottom: 10px;
}
.content a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #933;
	text-decoration: none;
}
.content a hover{
	color: #BA8633;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	color: #666;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	border-top: 2px dotted #933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 600;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bullets {
	color: #666;
	text-align: center;
	letter-spacing: 4px;
	margin-top: -10px;
}
.bullets {
	font: 12px "Times New Roman", Times, serif;
	color: #933;
}
.copyright {
	font: 7px Arial, Helvetica, sans-serif;
	color: #CCC;
	padding-bottom: 20px;
}
.composer {
	font-weight: 900;
}
.content #text2 p embed {
	margin-top: 10px;
}
