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

html, body {
	background: #B0CBEB;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

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

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

h2 {
	font-size: 15px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

img {
	border: none;
}

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

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

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

.text_feed_section {
	border-bottom: 3px 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 #BBE0FF;
	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: #D26557; 
}

#footer a:hover {
	color: red; 
}

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