body {
	background: url(images/background_arrows.gif);
	color: black;
	font-family: Georgia, 'Lucida Sans';
}

div#master {
	max-width: 1000px;
	min-width: 900px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: -15px 0 0 0;
	border-right: 10px solid;
	border-color: yellow;
}

img {
	border: 0;
}

div#blog_content {
	position: relative;
	margin-top: -15px;
	margin-left: 55px;
	width: 500px;
	padding: 25px 0px 10px 0px;
	overflow: visible;
	border-style: solid;
	border-width: 3px;
	border-color: black;
	background-color: yellow;
}

div#date_time {
	margin: 15px;
	padding: 5px;
	background-color: #ffd500;
	color: black;
	font-family: 'courier new';
	font-weight: bold;
	font-style: italic;
	text-decoration: blink;
}

div#flash_logo {
	margin-top: 55px;
}

div#protestors {
	margin-left: -15px;
	margin-top: 0px;
}

div.divider {
	background-color: black;
	color: black;
	display: block;
	clear: both;
	height: 5px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	
}

div.blog_post {
	background-color: #fcfe74;
	margin-top: 15px;
}

a.title {
	position: relative;
	display: block;
	clear: both;
	width: 505px;
	border: 3px solid black;
	border-left: none;
	background: url(images/background_block.jpg);
	padding: 0px 35px 0px 25px;
	margin: 0px 0px 1px 0px;
	text-decoration: none;
	color: black;
}

a.title:hover {
	border-color: magenta;
}

a.title img {
	position: absolute;
	right: 5px;
	top: 5px;
	border: none;
}

a.title h1 {
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 85%;
	padding: 0;
	width: 400px;
}

div.date_time {
	display: block;
	clear: both;
	font-family: Monaco, monospace;
	color: yellow;
	background: #5c5c5c;
	font-size: 12px;
	padding: 10px 10px 10px 15px;
	margin: 0 0 1px 0;
}

a.author {
	display: block;
	clear: both;
	font-family: Monaco, monospace;
	text-decoration: none;
	color: yellow;
	background: #5c5c5c;
	font-size: 12px;
	padding: 10px 10px 10px 15px;
	margin: 0;
	border-bottom: 10px solid yellow;
}

a.author:hover {
	background-color: black;
	color: magenta;
	border-color: cyan;
}

div.post_content {
	padding: 15px 35px 15px 35px;
	display: block;
	clear: both;
	text-align: justify;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

div.post_content object {
	text-align: center;
}

a#dont_buy {
	position: absolute;
	right: 0px;
	top: 415px;
	height: 269px;
	width: 266px;
	background-image: url(images/tickets.png);
}

a#dont_buy:hover {
	background-image: url(images/tickets_hover.png);
}

a#cast {
	position: absolute;
	right: 85px;
	top: 705px;
	height: 245px;
	width: 245px;
	background-image: url(images/cast.png);
}

a#cast:hover {
	background-image: url(images/cast_hover.png);
}

div#alma_fire {
	right: -5px;
	top: 35px;
	position: absolute;
}

div#footer {
	
}