a{
	color: #900;
}
.subcol h2{
	color: #F8BE1E;
	font-size: 18px;
	font-weight: bolder;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #fff;
}
.featured h3 a:hover {
	color:#F8BE1E;
}
.video-right h2{
	color: #F8BE1E;
}
.flickr h2{
	color: #F8BE1E;
}
.catlist h2{
	color: #F8BE1E;
	background:url(default/ico-catlist.gif) center right no-repeat;
}
.continue{
	background: url(default/ico-arrow.gif) no-repeat left;
}
.shop a {
	background-color: #F48123;
}
.thumbnail {
	float: left;
	padding-right: 5px;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-align:center;
}
/* End captions */

/* Featured Posts */

.featuredh2 {
	padding-bottom: 15px;
}
/* the featured items are widths 300, 249 and 183
	the divs are given a width subtracting the 2pixels that make up the border, 
	and the headings are given a width further subtracting padding.
	*/
	
.featured1, .featured2, .featured3 {
	border: 1px solid #c0c0c0;
	position:relative;
	background-color:#000000;
	background-image: url(default/no-thumbnail.jpg);
	float:left;
	background-repeat: no-repeat;
}
.featuredHolder {
	width:549px;
}
.featuredHolder a{
    display:block;
    color:#ffffff;
}
.featuredHolder a:hover{
    color:#F8BE1E;
}
.featured1, .featured1 a {
	width:298px;
	height:150px;
}
.featured2, .featured2 a {
	width: 247px;
	height:150px;
}
.featured3, .featured3 a {
	width: 181px;
	height:100px;
}
.featured1 span,
.featured2 span,
.featured3 span {
	position:absolute;
	bottom:0;
	left:0;
	/*color:#ffffff;*/
	background-color:#000000;
	margin:0;
	padding:5px;
	font-weight:normal;
	font-size:13px;
	font-style: bold;
	cursor:pointer;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}
.featured1 span {
	width:288px;
	/* width of containing element minus padding */
}
.featured2 span {
	width:237px;
	/* width of containing element minus padding */
}
.featured3 span {
	width:171px;
	/* width of containing element minus padding */
}
.noThumb {
	background-image: url(default/no-thumbnail.jpg);
}
.featuredHolder img{
    display:inline;
}
