@CHARSET "ISO-8859-1";
/**
* Imagery, Fonts, Colours, borders
**/

/*******************************
	Banner layout
*******************************/
#banner-panel {
	/*height: 427px;*/

}

#banner-holder {
	/*
	background: #333;
	border:10px solid #79c8ff;*/
	height: 330px;
	overflow: hidden;
	position: relative;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
}

.home-banner{
	width: 960px;
	height: 330px;
	position:relative;
	display:none;
}

#banner-quick-links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 100px;
	background: #000;
}

.banner-desc {
	font-size: 12px;
	line-height: 0.75em;
}
.banner-title{
	font-size: 30px;
	line-height: 1em;
	margin:0px;
	padding:0px;
	color: #79C8FF;
}
.banner-link {
	font-size: 12px;
	line-height: 2.5em;
	margin:0px;
	padding:0px;
	color: #333;
}

#twitter-bar {
	background: #141414 url("../images/winter10/twitter/bg.png") repeat-x top;
	
	color: #555;
	display:block;
	font-size: 18px;
	font-family: georgia, "times new roman", serif;
	min-height:50px;
	line-height: 30px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.twitter-text {
	padding-left: 70px;
	padding-right: 20px;
	padding-bottom:10px;
	padding-top:10px;
	background: transparent url("../images/winter10/twitter/bird.png") no-repeat 10px 0px;
}

.twitter-text em {
	color: #333;
	font-size: 75%;
	margin-left: 10px;
}

#latest-blog-post {
	padding:10px 0px 95px 0px;
}


/* wp-crossfade start */
#wp-crossfade {
	text-align: left;
	position: relative;
	margin: auto;
	border: 0px solid #222;
}
#wp-crossfade,
.wp-crossfade-class-container {
	width: 960px;
	height: 330px;
	overflow: hidden;
}
#wp-crossfade-loading {
	padding: 150px 0;
	border: 1px solid #000;
	background-color: #eee;
	text-align: center;
}
.wp-crossfade-class-text-container {
	padding:10px 5px 5px 5px;
	position: absolute;
	background-color: #000; 
	overflow: hidden;
	width: 350px;
	height: 30px;
	z-index: 2000;
	opacity: .85;
	position: absolute;
	right: 0;
	bottom: 25px;
	height: 100px;
	color:#fff;
}

.wp-crossfade-class-text-container h3 {
	color: #79C8FF;
}
.wp-crossfade-class-text-container div {
	margin: 6px 0;
	padding: 0 6px;
}
.wp-crossfade-class-dot-container {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 1px;
	height: 1px;
}
.wp-crossfade-class-dot {
	width: 10px;
	height: 10px;
	background-color: #38737D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.wp-crossfade-class-dot-selected {
	width: 10px;
	height: 10px;
	opacity: 0;
	background-color: #fff;/*5c2603;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.wp-crossfade-class-image-container {
	overflow: hidden;
	text-align: right;
}
/* wp-crossfade end */