﻿/*
Override of main.css
*/

/*
.page
{
    background-color: #f5ffff;
    color:Black;
}
a:link
{
    color: red;
    text-decoration: none;
}
a:visited
{
    color: red;
    text-decoration: none;
}
h1
{
    color:#4b68b2;
}
h2
{
    color:#4b68b2;
}
h4
{
    color:#4b68b2;
}    
*/
.Header
{
    visibility:hidden;
    height:0px;
    overflow:hidden;
}

.Header .TopBar
{
    background-color:#ace5fd;
    visibility:hidden;
}
.Header .Logo
{ 
    border-width:0px;
  /*  background-color:#ace5fd;*/
    visibility:hidden;
}

.Logo .Image
{
    /*visibility:hidden;*/
    /*background-color:Black;*/
}

.Header .MainMenu
    { 
       
	    color:#3c350b;	    
    }
    ul#menu li a
    {
        color:#3c350b;	    
    }
    ul#menu li a:hover
    {
        color:#F3D00B;
    }
.Header .MainMenu a:visited {
    color:#3c350b;
}
 .Header .MainMenu label
    {
        color:#5e520d;
    }

.Header .SubTitleLineOne
    {
        /*background: url(/Images/CyclingTeam/leftside_bg.png) repeat-y;
          color:white;	    
          width: 250px;*/
	    color: #dd7600;
	    margin-top:30px;	    
    }
/*    
.Header .cyclingTeam_title
{
    background: url(/images/CyclingTeam/leftside_teamtitle.png) no-repeat;
    width: 250px;
    height: 50px;
}
    
.Header .SubTitleLineTwo
{
    background: url(/Images/CyclingTeam/leftside_bg.png) repeat-y;
}
*/
.MainContent
{
    clear:both;
    margin-left:5px;
    margin-right:5px;
    margin-top:0px;
}
/*
Override of fixedLeftFillRightTwoColumn.css
*/    
.projectsBanner
{
    overflow:hidden;
    margin-top:55px;
}
.leftside_menu {
	background: url(/images/projects/leftside_bg.png) repeat-y;
	width: 220px;
	padding: 5px 15px 15px 15px;
}
.navigation_title {
	background: url(/images/CyclingTeam/leftside_navtitle.png) no-repeat;
	width: 250px;
	height: 50px;
}
.leftside_menu p 
{
    font-weight:bold;
    color: #ade4ff;
}
.leftside_menu a 
{
    font-weight:bold;
    color: #ade4ff;
}
/*
New css
*/
.tweets_title
{
    background: url(/images/CyclingTeam/leftside_tweetstitle.png) no-repeat;
	width: 250px;
	height: 50px;
}
.tweets_body{
	background: url(/images/projects/leftside_bg.png) repeat-y;
	width: 220px;
	padding: 5px 15px 15px 15px;		
	overflow:hidden;
	color:#ade4ff;
}
.tweets_body p
{
    color:#ade4ff;
}
/*
.tweets_body a
{
    color:white;
}
*/
.blog_title
{
    background: url(/images/CyclingTeam/leftside_blogtitle.png) no-repeat;
	width: 250px;
	height: 50px;
}
.blog_body{
	background: url(/images/projects/leftside_bg.png) repeat-y;
	width: 220px;
	padding: 5px 15px 15px 15px;		
	
	color:#ade4ff;
}
/*
.blog_body a{color:white;}
*/

 .SubMenu
 {
     float:left;
     /*font-family:AdvoCut;
     font-size: .4em;*/
     font-family:Franklin Gothic Medium Cond;
        font-weight:Bold;
        font-size:.5em;
     height:20px;
 }
 ul#submenu
    {       
	    margin-top:0;
	    padding:0;
	    list-style-type:none;
	    position:relative;
	    display:block;
	    height:20px;
    }
    ul#submenu li
    {
	    display:block;
	    float:left;
	    margin:0;
	    padding:0;
    }
    ul#submenu li a
    {
	    display:block;
	    float:left;
	    text-decoration:none;
	    /*padding:top right bottom left*/
	    padding:0px 10px 0 0px;	
	    height:15px;
    }
    ul#submenu li a:hover
    {

    }
    #submenu a.current
    {
        display:block;
	    color:#a52b2b;	    
    }
    
.defaultBanner
{    
    background-color:White;
    /*background-image:url('/Images/Default/bannerbackground.png');
    background-repeat:repeat-x;
    height:226px;
    padding:3px 3px 3px 3px;   
    */
    border-color:#a8a8a8;
    border-style:ridge;
    border-width:3px;
    height:186px;
}
.defaultBanner .bannerContainer
{       
    overflow:hidden;
    position:relative;
}
.bannerContainer img
{
    display:block;
}

#twitter_div
{
    /*
    border-color:#a8a8a8;
    border-style:solid;
    border-width:1px;
    
    background-color:#a8a8a8;
    */
    font-style:italic;
}

#twitter_div ul
{
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}

.SubContentContainer
{
    margin-top:20px;
}

.SubContentContainer .Left
{
    float:left;
    width: 0;
    margin-right:2.5%;
}

.SubContentContainer .Middle
{
    float:left;
    width: 82.5%;
    margin-right:2.5%;
}

.SubContentContainer .Right
{
    float:left;
    width: 15%;
}