/* ------------------------------------------------------------ */

html, body {
	background: #CC9933;
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	background-color: #FFE3A5;
}

a:link, a:active, a:visited {
	border: none;
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #FFCC66;
	text-decoration: none;
}

h2 {
	font-size: 15px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	border: none;
}

/* ------------------------------------------------------------ */

#main_container {
	background-color: #FFFFFF;
	border : 4px solid #993300;
	display: block;
	margin: 0 auto 0 auto;
	padding: 20px 10px 20px 10px;
	width: 950px;
}

/* ------------------------------------------------------------ */

.text_feed_section {
	border-bottom: 2px dotted silver;
	display: block;
	height: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: center;
}

.text_feed_item {
	display: inline;
	float: left;
	margin: 5px;
	text-align: left;
	width: 305px;
}

.text_feed_item li {
	border-bottom: 1px solid #CC0000;
	font-size: 11px;
	padding: 5px;
}

/* ------------------------------------------------------------ */

.image_feed_section {
	border-bottom: 3px dotted silver;
	clear: both;
	display: block;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}

.image_feed_section ul {
	text-align: center;
}

.image_feed_section li {
	display: inline;
	margin: 5px;
}

.image_photo_thumb, .image_video_thumb {
	background-color: silver;
	border: 1px solid #686868;
	padding: 3px;
}

.image_photo_thumb {
	height: 90px;
	width: 90px;
}

.image_video_thumb {
	height: 90px;
	width: 120px;
}

/* ------------------------------------------------------------ */

#footer {
	text-align: center;
	margin: 10px 0;
}

#footer a {
	color: #990000; 
}

#footer a:hover {
	color: #CC6600; 
}

/* ------------------------------------------------------------ */
