/*
	Augmentations to the master.css styles:
      - To imdemnify 3chillies from any external changes to master.css
      - To allow for changes to support MasterPage/UserControl site framework
	---------------------------------------------------------------------------
    3chillies
*/

#header h1.site-name,
#header h2.site-name {
	height: 65px;
}

#header div.navigation {
	width: inherit;
}

#related-content .section-navigation a.active {
	color: #3778C5;
}

#related-content ul li {
	padding-bottom: 0px;
}

#related-content ul ul li.last {
	padding-bottom: 17px;
}

.news h2 {
    margin-bottom:3px !important;
}

.news .windows-live span {
    font-weight:normal;
    position:relative;
    top:-3px;
    font-size:0.8em;
    color:#9EA2A8;
}

.news .windows-live {
    width:100%;
    text-align:center;
    padding-bottom:10px;
}

.news .windows-live-logo {
    display:inline-block;
    width:78px;
    height:17px;
    text-indent:-9999px;
    background:url(../images/windows-live-logo.gif) no-repeat;
}

.client .logo-wrapper.for-text  {
    margin-top:0;
    padding-top:0;
}

.mad.admin-page #left-column
{
    width:700px;
}