@charset "UTF-8";
/* CSS Document */


.story_box
{
border: 1px solid #CCCCCC;
padding: 5px;
}

.text 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

.byttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000000;
}

form { display: inline; }

.photo_credit, a.enlarge_photo , a.buy_photo 
{
font-size: 7pt;
font-weight: bold;
color: red;
padding-right: 5px;
}

a.enlarge_photo, a.buy_photo 
{
color: red;
text-decoration: none;
}

.photo_caption
{
font-size: 7pt;
color: black;
padding-left: 5px;
padding-right: 5px;
}

#poll_info { position: relative; float: right; display: inline; width: 200px;  }
#poll_title { background-color: #1703ab; color: #ffffff; font-size: 14px; padding-left: 10px; border: 1px solid #1703ab#;}
#poll_text { font-size: 12px; padding-left: 10px; padding-right: 10px; width: 178px; border: 1px solid #cccccc; border-top: 0px; }
#poll_votes { margin-top: 10px; margin-left: 10px; }
.poll_submit { margin-top: 10px; text-align: center; }
.poll_question_block { margin-top: 0px; }
#poll_results_box { text-align: left; position: relative; width: 350px; }
#poll_results_box td {font-size: 12px; font-family: Arial; padding: 0px; }

