@CHARSET "UTF-8";



#welcome_box{
	
	
}

.welcome{
	
	padding:				5px;
	position:				relative;
	background-color:		#313D66;
}

#col_a .box.title {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 1.4em;
  background-color: #E5E5F3;
  color: #141B42;
  padding: 4px 6px;
}

#col_a .box.titled {
  margin-top: 0px;
}

.mostviewed ol,
.mostviewed ol li {
  list-style-type: decimal;
}

.mostviewed li {
  margin-left: 17px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.2em;
}

.mostviewed li a {
  font-size: 1.0em;
  font-weight: normal;
}

.box .tl{
	
	width:					1px;
	height:					1px;
	background-color:		#212D56;
	position:				absolute;
	
	top:					0;
	left:					0;
	
}

.box .tr{
	
	width:					1px;
	height:					1px;
	background-color:		#212D56;
	position:				absolute;
	
	top:					0;
	right:					0;
	
}

.box  .br{
	
	width:					1px;
	height:					1px;
	background-color:		#212D56;
	position:				absolute;
	
	bottom:					0;
	right:					0;
	
}

.box  .bl{
	
	width:					1px;
	height:					1px;
	background-color:		#212D56;
	position:				absolute;
	
	bottom:					0;
	left:					0;
	
}


.welcome a{
	
	font-weight:			bold;
	font-size:				1.3em;
	
}

.welcome a:hover{
	
	border-bottom:			1px solid #FFF;
	
}


#icon_listings{
	
	position:				absolute;
	top:					4px;
	right:					5px;
	
}

#icon_features{
	
	position:				absolute;
	top:					4px;
	right:					-7px;
	
}

#icon_guide{
	
	position:				absolute;
	top:					4px;
	right:					5px;
	
}

#icon_edinburgh{
	
	position:				absolute;
	bottom:					0;
	right:					-2px;
	
}

.map{
	
	position:				relative;
	
	height:					99px;
	
	font-size: 1.1em;
	
	background:				url(../images/map.png);
	
}

#label_west{
	
	font-size:				1.1em;
	position:				absolute;
	top:					20px;
	left:					10px;
	
}

#label_north{
	
	font-size:				1.1em;
	position:				absolute;
	top:					8px;
	left:					62px;
	
}

#label_east{
	
	font-size:				1.1em;
	position:				absolute;
	top:					20px;
	right:					16px;
	
}

#label_central{
	
	font-size:				1.1em;
	position:				absolute;
	top:					32px;
	left:					58px;
	
}

#label_south{
	
	font-size:				1.1em;
	position:				absolute;
	top:					72px;
	left:					60px;
	
}

/*
#featured_article .col_a{
	
	width:					312px;
	padding:				0 10px 0 10px;
	float:					left;
	margin-right:			-156px;
	
}

#featured_article .col_b{
	
	width:					136px;
	float:					left;
	margin-left:			156px;
	padding-right:			20px;
	
}
*/

#events{
	
	margin:					0 0 20px 0;
	
}


.featured_article a:link,
.featured_article a:visited{
	color:					#125;
}


.featured_article .header{
	
	padding:				10px 20px;
	
	background-color:		#E8EAEF;
	
	border-bottom:			#D8DADF 1px solid;
	
}

.featured_article h4{
	
	font-size:				1.2em;
	margin:					0 0 4px 0;
	
}

.featured_article .content{
	
	padding:				10px 20px;
	
	
}

.featured_article_image{

	float:					right;
	margin:					0 0 10px 40px;
	
}

#top_picks_holder{
	
	width:					362px;
	height:					304px;
	overflow:				hidden;
	float:					left;
	
	margin:					0 20px 0 0;
	
}

#top_picks{
	
	background-color:		#111;
	
}

#top_picks_title{
	
	padding:				5px 15px 0 15px;
	
	height:					25px;
	
	font-size:				1.5em;
	font-weight:			bold;
	
	background-color:		#C00;
	background-image:		url(../images/red_grad.png);
	
}

#top_picks li.top_pick{
	
	width:					362px;
	height:					274px;
	/* overflow:				hidden; */
	float:					left;
	position:				relative;
	
	background-color:		#111;
	
}

.top_pick .image{
	
	text-align:				center;
	
}

.top_pick .date{
	
	
}


.top_pick .info_horiz{
	
	width:					342px;
	position:				absolute;
	bottom:					0;
	left:					0;
	padding:				10px;
	
	background-image:		url(../images/000x60.png);
	
}

.top_pick .info_horiz .title{
	
	font-size:				1.8em;
	font-weight:			bold;
}

.top_pick #pick_number {
  position: absolute;
  top: -23px;
  right: 10px;
  font-size: 1.3em;
  color: #D09597;
}

.top_pick #pick_number .current {
  font-weight: bold;
  color: white;
}

.small_event{
	
	float:					left;
	position:				relative;
	
	width:					172px;
	height:					142px;
	
	background-color:		#111;

}

.small_event .title{
	
	height:					14px;
	color:					#FFF;
	font-weight:			bold;
	padding:				2px 5px;
	
}

.small_event .info{
	
	padding:				5px;
	width:					162px;
	position:				absolute;
	bottom:					0;
	
	font-size:				1.1em;
	
	background-image:		url(../images/000x60.png);
	
}

.small_event .image{
	
	text-align:				center;
	
}

#small_event_a{
	
	margin:					0 0 20px 0;
	
}

#small_event_a .title{

	background-color:		#999;
	
}

#small_event_b .title{

	background-color:		#900;
	
}


#sky_ad_01 {
  background-color: #0C1024;
  height: 400px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.2em;
}


.more a{
	
	font-size:				0.9em;
	color:					#33F;
	
}

