/*

	-- -- -- -- -- -- --
	Terran Creative
	section-home.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

h2 {
	background: url(../images/ui/h2-titles/home.png) no-repeat;
}

div.site-featured {
	width: 480px;
	min-height: 255px;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px 0;
}

div.site-featured h4 {
	font-size: 1.3em;
	color: #333;
	line-height: 1.5833;
}
div.site-featured span {
	font-size: 1.1em;
}
div.site-featured p {
	width: 265px;
}

.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 20px 5px;
	margin: -20px 0 15px 0;
	width: 215px;
}

.column-2 p.flickr {
	padding: 25px 10px 5px 5px;
}

.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: both;
	margin: 0 0 10px 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;
}

.sitethumb {
	width: 218px;
	height: 218px;
	background: url(../images/ui/sitethumb.jpg) 9px 9px no-repeat;
}

/* services box */

.sliderwrapper {
position: relative; 
overflow: hidden; 
width: 230px; 
height: 210px;
}

.sliderwrapper .contentdiv {
visibility: hidden; 
position: absolute;
left: 0; 
top: 0;  
background: none;
width: 230px; 
height: 100%;
}

.pagination{
	display: none;
}


div.site-profile {
	width: auto;
	min-height: 200px;
	display: block;
}

div.site-profile h4 {
	font-size: 1.3em;
	color: #333;
	line-height: 1.5833;
}
div.site-profile span {
	font-size: 1.1em;
}
div.site-profile span.date {
	color: #333;
	font-weight: bold;
}
div.site-profile p {
	width: auto;
}

span.link a:link, span.link a:visited{
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	text-shadow: #666 1px 1px 1px;
}
	
span.link a:hover {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

.thumbnail {
	width: 172px;
	height: 115px;
	display: block;
	margin: -40px -10px 10px 10px;
	float: right;
	text-indent: -9000px;
}

.thumbnail img {
	width: 172px;
	height: 115px;
	display: block;
}

.thumbnail img:hover {
	background: url(../images/ui/site-on.png) repeat-x;
}

#thumbBox { 
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	visibility: hidden;
	z-index: 10;
	cursor: default;
}

#thumbBox .footerbar {
	background: url(../images/ui/close-off.png) no-repeat;
	width: 64px;
	height: 30px;
	margin: -18px 0 0 530px;
	padding: 0;
	cursor: pointer;
}

#thumbBox .footerbar:hover {
	background: url(../images/ui/close-on.png) no-repeat;
}

#thumbBox #thumbImage {
}

#thumbLoading {
	position: absolute;
	visibility: hidden;
	z-index: 5;
	width: 200px;
	height: 50px;
	background: url(../images/ui/loading.png) no-repeat;
	padding: 20px 0 0 20px;
	display: none;
}