/*
  June 2013
  Changes to layout, exanding lists and sidebar widgets.
*/

#sidebar
{
/*
  border: 1px solid black;
  background-color: #F2F2F2;
*/
  float: right;
  min-height: 660px;
  width: 350px;
/*  margin-top: 10px; */
  margin-bottom: 10px;
  margin-right: -10px;
}
.sidebar-widget,
.sidebar-widget-img
{
  background-color: white;
  margin: 10px;
  border: 2px solid grey;
  font-size: 10pt;

  background-color: #F2F2F2;
  border: none;
}

.sidebar-widget-test
{
  width: 300px;
  float: left;
  margin-left: 0;
  margin-right: 20px;
  height: 380px;
}

.sidebar-widget
{
  padding: 10px;
}
.sidebar-widget-img img
{
  width: 100%;
}

.sidebar-widget h1,
.rss-title
{
  font-size: 14pt;
  margin: 0;
  margin-bottom: 4px;
  font-weight: bold;
}
.sidebar-widget h1 a,
.rss-title a
{
  color: black !important;
}
.sidebar-widget li
{
  /* mainly overriding ".item-list ul li" */
  margin-left: 0 !important;
  font-size: 10pt !important;
  line-height: 1.2em !important;
}

.sidebar-widget .views-field-title
{
  font-weight: bold;
}

.banner
{
  width: 1160px;
}
.news
{
  left: 10px;
}
.events
{
  left: 434px;
}

#container
{
  border-left: none;
  border-right: none;
}

.expander
{
  cursor: pointer;
}

ul.rss-items,
ul.tweet_list
{
  list-style: none outside none;
  margin-left: -40px;
}

.rss-items li
{
  padding-bottom: 10px;
}

.tweet_avatar img
{
  margin-right: 4px;
}

.tweet_date
{
  float: right;
}
.tweet_list li
{
  padding-bottom: 8px;
}

.widget_popular_rank
{
  font-size: 150%;
  padding-right: 2px;
  color: #555555;
}


/* testing */
.twitter_search
{
  font-size: 12px;
  background-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 10px;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 350px;
}
.twitter_search .stream-item-footer,
.twitter_search .username
{
  display: none;
}
.twitter_search .fullname,
.twitter_search .time
{
  vertical-align: top;
  font-size: 12px;
  
}
.twitter_search .time
{
  float: right;
}
.twitter_search .avatar
{
  width: 32px;
  height: 32px;
  padding-right: 8px;
}
.twitter_search .content
{
  border-bottom: 1px solid #F2F2F2;
  padding-top: 4px;
}


/* custom twitter app */
.twitter_results
{
  padding-left: 0;
  margin-top: 0; 
}
.twitter_result
{
  list-style: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #F2F2F2;
}
.twitter_result_header
{
  padding-bottom: 2px;
}
.twitter_created_at
{
  font-size: 11px;
  float: right;
  color: #707070;
}
.twitter_user_profile_image_url
{
  border-radius: 4px 4px 4px 4px;
  width: 32px;
  height: 32px;
  float: left;
  padding-right: 3px;
}
.twitter_header_names
{
  padding-top: 2px;
}
.twitter_user_screen_name
{
  vertical-align: 12px;
  font-size: 11px;
  color: #707070;
}
.twitter_user_name
{
  font-weight: bold;
  font-size: 12px;
}
.twitter_user_name a
{
  color: #333333 !important;
}
.twitter_text
{
  font-size: 12px;
  clear: both;
}
.twitter_text a
{
}

.blog_node,
.news_node,
.theme-feed,
.tag-feed,
.theme-feed-empty
{
  background-color: #F6F6F6;
  border: medium none;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.theme-feed-empty
{
  width: 165px;
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
}
.theme-feed-empty li
{
  margin-left: -40px;
  list-style: none;
  padding-bottom: 6px;
}
#content-left > li
{
  list-style: none;
}

.tag-list ul li
{
  padding-bottom: 4px;
}



/* test out some different colours on the top level menus */
/*
#header-menu > .menu > li:nth-child(1) > a,
#header-menu > .menu > li:nth-child(5) > a,
#header-menu > .menu > li:nth-child(6) > a
{
  background: none repeat scroll 0 0 green;
}
#header-menu > .menu > li:nth-child(1) > a:hover,
#header-menu > .menu > li:nth-child(5) > a:hover,
#header-menu > .menu > li:nth-child(6) > a:hover
{
  background: none repeat scroll 0 0 black;
}
#header-menu > .menu > li a li
{
  background: none repeat scroll 0 0 #C62B33;
}
*/


/* extra image padding required with CKEditor upgrade */
.content img
{
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ssi_table tbody
{
  border-top: none;
}


.item-list .pager li
{
  padding: 0;
  margin: 0 0 0 1em;
}
