@charset "utf-8";
/* 
    Document   : guides.css
    $LastChangedRevision: 391 $
	$LastChangedBy: ChrisMcKee $
	$LastChangedDate: 2010-03-29 11:18:06 +0100 (Mon, 29 Mar 2010) $
    Description: Guides area styling (now in wordpress?)
*/

/*destination box*/

.destinationbox{
clear: both;
display: block;
background: url(/media/images/destination-bg.gif) repeat-x #e5f2d6;
width: 294px;
float: right;
padding: 10px 10px;
margin-top: 20px;
border: 0.050em solid #c7d4b3;
}

*html .destinationbox{
display: inline;
}

.destinationbox h2{
color: #FFF;
margin: 0px 0px 20px 0px;
font-size: 1.4em;
}

.destinationbox li{
clear:left;
list-style-image: url(/media/images/aboutdestinationbullet.png);
list-style-position: inside;
margin: 5px 0px 0px 5px;

}

.destinationbox li a{
color: #88b540;
font-size: 1.2em;
text-decoration: underline;
}

/* page specific overiders */

/* home */

.destinationguides{
float: left;
width: 618px;
height: 270px;
margin-left: 15px;
background-image:url(/media/images/destination-bg.gif);
background-repeat: repeat-x;
border: 1px solid #a8c09f;
padding: 8px 12px 0px 12px;
}

* html .destinationguides{
	display: inline;
}

.destinationguides h2{
color: #fff;
font-size: 1.8em;
}

.destinationguides strong{
float: left;
width: 60px;
padding-top: 3px;
color: #003300;
}

.destinationguides li{
clear: left;
display: block;
float: left;
padding: 0px;
margin: 0px 0px 15px 0px;
width: 610px;
}

.destinationguides a{
color: #003300;
}


.destinationtitle{
clear: both;
margin: 18px auto 0px;
display: block;
padding: 3px;
}

.destinationregions{
display: block;
float: left;
text-indent: 10px;
background-color: #FFF;
width: 450px;
padding: 4px;
color: #003300;

}

.destinationsmore{
float: right;
text-indent: 20px;
background-image:url(/media/images/next.gif);
background-repeat: no-repeat;
color: #006699;
margin-top: 3px;
}

.destinationregions a{
color: #006600;
}

/*about*/

#about .destinationbox{
width: 250px;
}

#about ul h1{
color: #fff;
font-size: 1.6em;
}



