
.flash-holder {
	background-image: url(../images/header-noflash-media.png);
}

#wrapper.media {
	background: url(../images/bg-media-main-holder.gif) repeat-y 50% 0;
}

.media .main-holder {
	background: url(../images/bg-media-main-holder.gif) repeat-y;
}

.media #main {
	background: url(../images/bg-media-main.png) no-repeat;
}

.post h2 {
	color: #318D6A;
	border-bottom: 1px solid #bcdcd2;
}

.post h2 a {
	color: #318D6A;
}

.networks ul{border-color:#419c82}


#mediaLeft {
	width: 293px;
	float: left;
	display: inline;
}

#mediaLeft .content, #mediaRight .content  {
	width: 293px;
}

#mediaLeft .mediaEntry {
	width: 80px;
	height: 80px;
	float: left;
	margin-left: 10px;
	text-align: center;
}

#mediaLeft .mediaEntry img {
	border: 1px solid #f22d99;
	margin: 0px;
}

#mediaLeft .mediaEntry img:hover {
	border: 1px solid #ffffff;
}

#mediaLeft .mediaEntry h5 {
	display: block;
	color: #ffbfe3;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
}

/* overwrite for media page */

#mediaLeft .flickr-set-title a {
	font-size: 12px;
}

#mediaLeft div.flickr-gallery {
	margin-top: 0px;
	margin-bottom: 10px;
}

#mediaLeft div.flickr-thumb {
	margin: 0px 3px 6px 3px;
}

#mediaLeft div.flickr-thumb, #mediaLeft div.flickr-thumb img {
	width: 65px;
	height: 65px;
}

#mediaLeft .flickr-gallery-next {
	margin-bottom: 13px;
}

#mediaRight {
	width: 293px;
	float: right;
	display: inline;
}

.morebtn {
	width:100%;
	text-align:center;
}

.morebtn img {
	margin: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.morebtn img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

