/* InsideHigherEd.com main screen CSS */

/*
   Color definitions:
   
   deep orange: #ee5018
   dark blue: #047
   dark green: #383
   pale green: #bfd9bf
   
   dark gray: #666
   semidark gray: #999
   medium gray: #ccc
   semilight gray (sidebars): #e6e6e6
       light gray (gutter): #eee
   verylight gray (sideboxes): #f6f6f6


   Font sizes:
   
   140%
   larger
   large
   medium
   90%
   small
   80%

*/

/* 

   Page sections

*/
div#wrapper {
  width: auto;
}

div#header {
  position: normal;
  left: 0;
}

div#smallsidebar {
  display: none;
}

div#maincontent {
  margin: 0;
  width: auto;
}

div#maincontent div#maincol {
  float: none;
  width: auto;
}

div#maincontent div#sidecol {
  display: none;
}

/* one column layout */
div#maincontent div#maincol div#onecol {
  float: none;
  width: auto;
}

div#maincontent div#maincol div#onecol div.bottomtoolbar {
  display: none;
}


/* image styles */
div.object-left, div.object-right, div.object-center {
  margin-top: 0.2em; margin-bottom: 0.7em;
  background: #e6e6e6;
}
div.object-center {
  text-align: center;
}
div.object-left {
/*  margin-top: 1px;*/ margin-left: 0; margin-right: 10px; float: left; clear: left;
}
div.object-right {
 /* margin-top: 1px;*/ margin-left: 10px; margin-right: 10px; float: right; clear: right;
}

div.object-left p, div.object-right p, div.object-center p {
  margin: 0;
}

div.object-left ul, div.object-right ul, div.object-center ul {
  margin-left: 9px;
}

div.object-left li, div.object-right li, div.object-center li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}




/* two column layout */
div#maincontent div#maincol div#twocol {
  width: 50%;
}

div#footer {
  margin: 0;
  width: auto;
}



p.footermenu, div.toolbar {
  display: none;
}

a {
  text-decoration: underline;
}

