/*
 *	Reykjanes
 */
 
a {
	color: #ff8401;
}
#wrap {
	background-image: url('../img/body-back-reykjanes.jpg');
	background-color:#E4E9ED;
}
#head .head-bar {
	background-color: #ff8401;
}
#head .head-nav {
	background-image: url('../img/menu-back-orange.png');
}
#head .head-nav ul li {
	background-image: url('../img/head-nav-spacer-orange.gif');
}

#head .head-bar,
#banner .side .views li.selected a,
#wrap.front #head .head-nav ul li:first-child,
#head .head-nav ul li.selected {
	background-color: #ff8401;
}


.front #main .highlights .col.col-3 .image {
	/*display: none;*/
	background-image: url('/img/front-box-boat.jpg');
}



#head .head-logo {
	padding: 35px 0 0 5px;
	background: 0 5px url('../img/head-logo-reykjanes.gif') no-repeat;
}


.dropdown ul {
	width: 150px;
}

.search-results.places .item .about .more a,
.search-results .item .info .more a {
	background-color: #ff8401;
	border: 1px solid #ff8401;
}

.travel-planner-head {
	background-color:#FF8401;
	border-bottom-color:#ccc;
}

.travel-planner .item-wrapper .item .counter {
	color:#A31319;
}
body.is .front #main .main-content .col.col-3 {
	width: 211px;
	border: 1px solid #DDDDDD;
	height: 271px;
	background: #fff;
}
	body.is .front #main .main-content .col.col-3 .title {
		background: #EEE;
		
		margin: 1px;
		padding: 0;
		
		height: 50px;
		
		font-size: 18px;
		font-weight: normal;
		color: #a31319;
		overflow: hidden;
		
		background: 0 0 url('../img/main-title-back.gif') repeat-x;
		border-bottom: 1px solid #ddd;
	}


		body.is .front #main .main-content .col.col-3 .title span {
		display: block;
		
		padding: 13px 18px;
			
		}
		
		
#tinyslides {
	position: relative;
	width: 100%;
	height: 120px;
}
	#tinyslides .item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 120px;
	}
		#tinyslides .item a {
			width: 100%;
			height: 120px;
			display: block;
			background: transparent no-repeat center top;
		}
		#tinyslides .item img {
			display: block;
			border: 0;
			width: 100%;
		}
		
.col .event-index{
	padding-bottom:0;
}

.col .event-index + .event-index {
	padding-top: 0;
}

	#main .highlights .col.col-1 .event-index {
		height:auto;
	}

#main .main-content .col.col-1 {
	position:relative;
}

.front #main .main-content .col .more {
	margin: 3px 0 0 20px;
	
	width: 200px;
	
	font-size: 11px;
}
	.front #main .main-content .col .more a {
		display: block;
		position:absolute;
		right:10px;
		bottom:5px;
		
		padding: 4px 23px 4px 10px;
		
		text-decoration: none;
		color: #555;
		
		border: 1px solid #ddd;
		background: right center url('../img/bullet-red.gif') no-repeat #fff;
		
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.front #main .main-content .col .more A:hover {
		color: #999;
	}

