﻿/*
/ --------------------------------------
/	Highlands & Islands Enterprise
/   Frame Digital
/
/ - Homepage
/   - static flash map
/ --------------------------------------
*/

#masthead
{
    height: 300px;
    margin: 20px 0;
    position: relative;
    width: 930px;
}

/*-------------------
/ left
/--------------------*/
#left
{
    width: 600px;
    float: left;
}

#left .snippet, #left .article
{
    width: 173px;
    height: 170px;
    float: left;
    padding: 18px 0 18px 0;
    display: inline;
}

#left .brick-left
{
    padding: 18px 0 0 18px;
}
#left .brick-middle
{
    padding: 18px 0 0 18px;
}

#left .feature-content
{
    width: 100%;
    border-top: solid 1px #CDD7E4;
    background-color: #F2F2F2;
    float: left;
    margin-bottom: 20px;
    display: inline;
}

#left .feature-content li{
	margin:0;
}

#left .feature-content .brick
{
    width: 185px;
    _overflow: hidden;
}



#left .feature-content .brick img.thumbnail
{
    margin-bottom: 5px;
    width: 185px;
    height: 108px;
}
#left .feature-content .snippet
{
    padding-left: 18px;
    height: auto;
}

/*-------------------
/ right side
/--------------------*/

#right
{
    width: 310px;
    float: right;
    min-height: 200px;    
}
#right .snippet
{
    min-height: 150px;
    float: left;
    padding: 0 0 0 20px;
}
#right .snippet ul
{
    float: left;
}

#right #minimap
{
    margin: 5px 0 10px;
}
#right #minimap ul
{
    
    padding-bottom: 10px;
    width: 270px;
}

#right .snippet li{
	margin:0;
}

/*-------------------
/ news
/--------------------*/
#right .news-right
{
    width: 310px;
    float: right;
    margin-top: 20px;
}

#left .brick-double
{
    width: 100%;
}


/*-------------------
/ minimap
/--------------------*/

#minimap{
	background-image: url(../images/framework/bk_minimap.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #dbdee5;
	height:270px;
}


/*-------------------
/ static flash map css
/--------------------*/
#flashwidget
{
    width: 930px; height: 300px;
    position: relative;
}

#flash-image { }
#flash-overlay { position: absolute; top: 50px; left: 0px; color: #fff; font-size: 32px; padding: 5px 10px 10px 10px; background: url(/themes/default/images/framework/flash-subheadline-bg.png); }
#flash-overlay a { color: #fff; line-height: 40px; }
#flash-overlay a:hover { text-decoration: none; }
#flash-links 
{ 
    width: 290px; 
    padding: 12px 10px; 
    height: 276px; 
    background-color: #073b7b; 
    background-image: url(/themes/default/images/framework/flash-links-bg.png);
    
    position: absolute; top: 0px; right: 0px;}

#flash-links ul { padding: 0px; margin: 0px; }
#flash-links ul li { height: 65px; padding: 10px 0 0 0; color: #fff; background: none; border-bottom: solid 1px #063063; margin:0px; font-size: 16px;}
#flash-links ul li a { padding: 10px; display: block; color: #fff; text-decoration: none; }

#flash-links ul li a:hover,
#flash-links ul li:nth-child(1) a { border: solid 1px #c8d3e5; background: #134387; padding: 9px; }

/*-------------------
/ homepage image rotator
/--------------------*/

#slideshow { position: relative; overflow: hidden; }
.panel { height: 300px; position: absolute; width: 930px; display: none; }

#slideshow,
#subheader-container .content,
#subheader-container { position: relative; width: 930px; height: 330px; }

#subheader-container .content .pager-holder 
{ 
    position: absolute; z-index: 100; right: 0px; 
    border-bottom: dotted 1px #999999;
    padding-bottom: 10px;    
    width: 280px;
    top: 17px;
}

#subheader-container .content .pager { float: right; }

#subheader-container .content .pager a 
{ 
    display: block; 
    width: 12px; 
    height: 12px; 
    float: left; 
    background: #58585a;
    font-size: 8px;
    vertical-align: middle;
    text-align: center;
    margin-left: 4px;
    color: #fff;    
    line-height: 12px;
    text-decoration: none;
    float:left;
}

#subheader-container .content .pager a.activeSlide
{
    background: #22509c;
}

#subheader-container .content span.our-priorities
{
    display: block; 
    line-height: 13px;
    width: 80px;
    float:left;
    font-size: 13px;
    color: #666666;
}
#subheader-container .content div.right 
{ 
    position: relative; z-index: 1;
    width: 930px;
    height: 330px; 
}
#subheader-container .content div.left 
{ 
    position: absolute; z-index: 1000; 
    top: 60px;
    width: 280px;
    right: 0px;  
    background: #fff; 
}

#subheader-container .content div.left h1  
{
    color: #666666;
    line-height: normal;
    font-size: 26px;
}

#subheader-container .content div.left p { color: #666666; }
#subheader-container .content div.left p.more a 
{ 
    width: 79px; 
    height: 20px; 
    display: block; 
    text-indent: -3000px; 
    background-image: url(/themes/default/images/buttons/read-more.gif);    
    outline: 0;
}
     
#subheader-container .content div.left p.more a:hover
{
    background-position: bottom;
}

#subheader-container .content div.left p.more a span { display: none; }}
