/* 
   
   
   Botball.org Style Sheet 
   contact: lcox@kipr.org
   version: 12 Feb 2007
   
   
   CONTENTS
   ****************************************
   - Pallet
   - Layout
   - Common Elements
   - Header
  
   PALLETTE
   ****************************************

   Botball Red   #CC0000		
   Page Background   #F5F5F5

   ** Text **
   
   
   ** Nav Colors **
   
   #970601
   #CB0000
   #FF6600
   #FF9833
   #FFCB00
   #CB9800
   #989800
   #669898

*/


/* LAYOUT
   ***************************************/

/** Basic Page Grid **/

body {
    font-family :  Times, "Times New Roman", serif;
  background :  #F5F5F5 ;

}

#wrap {
    width : 850px;
}


#l-hed {
    height : 90px;
    width: 750px;
}
#l-sidebar {
    display : inline;
    margin-left : 10px;
    padding-top : 2em;
    float : left;
    width : 230px;
}

#l-main-content {
    float : left;
    width : 470px;
    margin-bottom : 50px;
/*    border-left : 1px solid #333333;*/
    padding-left : .5em;
    margin-left : .5em;


}

#l-foot {
    clear : both;
    font-family : Arial, Verdana, sans-serif;
    font-size : 10px;
    text-align : left;
}
#f-nav {
    margin : 0px auto;
    width : 60%;
    list-style-type : none;
}

#topmenu {
    position : absolute;
    left : 10px;
    top : 10px;
    list-style-type : none;
    font-family : Arial, Verdana, sans-serif;
    font-size : 15px;
    text-transform : uppercase;
    color : #363636;
}



/** home grid **/

#home #l-sidebar {
    display : inline;
    margin-left : 10px;
    float : left;
    width : 345px;
}

#home #l-main-content {
    float : left;
    width : 385px;
    margin-bottom : 50px;
    margin-top: 1em;
    border-left : none;
    padding-left : 5px;
}


/* COMMON ELEMENTS 
   *****************************************/

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address  {
	margi n: 0px;
	padding: 0px;
}


/** Text **/
body, td, th, p {
    font-size : 10px;
/**    color: #333333;**/
    color: #000000;
}

h1, h2,  h3,  h4 {
    font-family : Arial, Verdana, sans-serif;
    color: #000000;
    margin : .5em 0px 0.30em 0px;
    line-height : 120%;
}

h1 {
    font-size : 27px;

}
h2 {
    font-size : 17px; 
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

a:link, a:visited {
    color : #980000;
}

h1 a:link, h1 a:visited {
    color : #980000;
}
a:hover, a:active {
}

#partnership {
    clear : both;
}

img {
    border : none;;
}


p {
    margin : .25em 0px .5em 0px;
}

ul.nobull {
    list-style-type : none;
}

li, dd, blockquote {
	margin-left: 1em;
}





/** decorations **/

div.rightbox30 {
    float:right; 
    margin: 1em;  
    width: 30%; 
}

p.boxcap, p.boxcap a {
 font-size: 12px; 
 text-align:center; 
 text-indent:0; 
}


*.redline {	
 border-bottom: 2px solid #CC0000;	
}

div.redline30 {
  background-color:#CC0000; 
  width:30em; 
  height:.2em; 
  margin-left: auto; 
  margin-right:auto;
}

hr.redline30 {

  width:30em; 
  height:.2em; 
  margin-left: auto; 
  margin-right:auto;
  border: 0;
  border-top: .2em solid #CC0000;
  padding:0;
}


/** Forms **/

form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}

form label {
    font-weight: bold;
}


table.awards {
  border-collapse: collapse;
}

table.awards td {
  border: 0;
  margin: .25em;
  padding: .25em;;
  vertical-align: text-top;
  text-align: left;

}

table.awards th {
    text-align: right;
    vertical-align: text-top;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: .25em;
    padding: .25em;;
}

table.long-awards th {
    text-align: left;
    vertical-align: text-top;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: .25em;
    padding: .25em;;
}



sup.regmark {
  font-size: 75%;	
}


/* HEADER 
   *****************************************/
#logo {
    margin-top : 6px;
    margin-right : 20px;
    float : right;
}

#udm li.season {
    width : 114px;
    height : 20px;
    background : transparent url(/_test/current_season.gif) no-repeat left top;
}
#udm li.about {
    width : 101px;
    height : 20px;
    background : transparent url(/_test/about.gif) no-repeat left top;
}
#udm li.funding {
    width : 156px;
    height : 20px;
    background : transparent url(/_test/funding_scholarships.gif) no-repeat left top;
}
#udm li.resources {
    width : 150px;
    height : 20px;
    background : transparent url(/_test/educational_resources.gif) no-repeat left top;
}
#udm li.botnews {
    width : 68px;
    height : 20px;
    background : transparent url(/_test/botnews.gif) no-repeat left top;
}
#udm li.sponsors {
    width : 75px;
    height : 20px;
    background : transparent url(/_test/sponsors.gif) no-repeat left top;
}
#udm li.scrapbook {
    width : 80px;
    height : 20px;
    background : transparent url(/_test/scrapbook.gif) no-repeat left top;
}

#udm {
    background : transparent url(/_a/i/navbar.gif) no-repeat 5px top;
}
#udm ul li { 
    width:auto; 
    float:left !important; 
}

#udm ul ul {
    padding : 0px 5px;    
}



/** Top Menu **/

#topmenu div.tm-item {
    float: left;
    margin-right: .75em;
    font-weight: bold;
}


/* BODY
   *****************************************/

#l-body td,
#l-body th,
#l-body p,
#l-body li,
#l-body blockquote {
    font-size : 14px;
    line-height : 125%;
}

#l-main-content big {
font-size: 17px;
}

#l-main-content li,
#l-main-content dd,
#l-main-content blockquote {
    margin-left: 2em;
}


#l-sidebar img {
    display : block;
    padding : 0px 10px 10px 0px;
}

#l-sidebar ul.l-subnav {
list-style: none; 
text-align: right; 
padding-right: 1em;
}


#l-sidebar p {
    font-size: 12px;  
}


#teamslist ul {

    padding: 0;
    margin: 0;
    width:65em;;

}

#teamslist ul li{

    float: left;
    width: 22em;
    margin-left: 0;
    margin-right: 1em;;

}




#home #l-main-content ul {
    list-style : disc outside url(/_a/i/bullet.gif);
}

#home #l-sidebar p {
    font-family : Arial, Verdana, sans-serif;
    font-size: 15px;
}




/* FOOTER
   ****************************************/

#gsearch {
    width : 75%;
    margin : 0px auto;
}


#f-nav li {
    font-family : Arial, Verdana, sans-serif;
    font-size : 15px;
    position: relative;
    float : left;
    display: inline;
    text-decoration: none;
}


/* Other
***********************************/	
table#GCERschedule {
    border-collapse:collapse;
}

#GCERschedule td {
    vertical-align: top;
}
#GCERschedule tr.free  {
    border: 2px solid #669898;
}



/* HACK
   ****************************************/
.prop {
    float:right;
    width:1px;
}

.height200px{
    height:200px;
}





