/*

	-- -- -- -- -- -- --
	Terran Creative
	section-korey.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

h2 {
	background: url(../images/ui/h2-titles/korey.png) no-repeat;
}

.column-2 {
	width: 230px;
	padding: 0 0 0 10px;
	float: left;
}

.column-2 p a.readmore {
	width: 	81px;
	height: 24px;
	display: block;
	margin: 5px 0 5px 0;
	text-indent: -9000px;
	float: right;
}

.column-2 p a.readmore:link, .column-2 p a.readmore:visited {
	background: url(../images/ui/read-button-off.png) no-repeat;
}

.column-2 p a.readmore:hover {
	background: url(../images/ui/read-button-on.png) no-repeat;
}

.column-2 p br {
	clear: both;
	margin: 0;
}

.column-2 p span.date {
	color: #EEE;
	font-size: 0.85em;
}

.column-2 p.twitter, .column-2 p.flickr, .column-2 p.blogger {
	padding: 25px 10px 5px 5px;
	margin: -20px 0 15px 0;
	width: 215px;
}

.column-2 p.twitter {
	background: url(../images/ui/c2-bg/c2-box-twitter-off.png) right top no-repeat;
}

.column-2 p.twitter:hover {
	background: url(../images/ui/c2-bg/c2-box-twitter-on.png) right top no-repeat;
}

.column-2 p.twitter br.tweet {
	clear: none;
	margin: 0 0 15px 0;
}

.column-2 p.twitter a.tweet {
	font-size: 0.85em;
	background: url(../images/ui/link.png) 0px 1px repeat-x;
}

.column-2 p.flickr {
	background: url(../images/ui/c2-bg/c2-box-flickr-off.png) right top no-repeat;
}

.column-2 p.flickr:hover {
	background: url(../images/ui/c2-bg/c2-box-flickr-on.png) right top no-repeat;
}

.column-2 p.blogger {
	background: url(../images/ui/c2-bg/c2-box-blogger-off.png) right top no-repeat;
}

.column-2 p.blogger:hover {
	background: url(../images/ui/c2-bg/c2-box-blogger-on.png) right top no-repeat;
}
