﻿/* Start of the styles for the structure of the navigation page with 3 columns */
#divLeftHandColumn
{
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 200px;
}
#divMainColumn
{
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 534px;
}
#divBreadcrumbs
{

}
#divContent
{
    
}
#divRightHandColumn
{
    float: left;
    overflow: hidden;
    width: 200px;    
}

/* Hide specific sections of the navigation to help prevent the nav getting too long */
#ulVNav li.l2
{
    display: none;
}
#ulVNav li.l3
{
    display: none;
}
#ulVNav li.open
{
    display: block;
}

/* End of the styles for the structure of the navigation page with 3 columns */

/* Fix problems with overflow on the Email This Page balloon */
/* Look out for other problems with content that's too large for the container as it might push the template out */
#divMainColumn
{
	overflow: visible;
}

/* Twitter */

/* This has been copied in from the Councillor Homepage Template
 as the Twitter feed is being used often. Councillor pages can be
changed to 3Column in Alterian (on next big update) to reduce templates*/

#twitterPosts {
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom: 1px dotted #CCC;
}

.twitterPost {
  float:left;
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom: 1px dotted #CCC;
  width:100%;
}

.twitterProfileImg {
  float:left;
  width:48px;
  height:48px;
  margin-right:10px;
}

.twitterPostDate {
  font-size:.85em;
  color:#999;
}

.twitterLeft {
  float:left;
  line-height:30px;
  width:33%;
}

