/**
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *   
 * - There is an scss (SASS) version of this file in the /sass/ directory in your
 *   sub-theme, if you set Compass to watch it or the directory this file will be
 *   overwritten!
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 
 /* page structure
  * 
  * #page */
 
 /*styles to strip out */
 /* $header  = Main site header 
  * top-right = links
  * #branding = logo
  * #explore-button
  *  
  * */
#header {
  background: none repeat scroll 0 0 #415635;
  height: 75px;
  position: fixed;
  max-width: 1020px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 100;
}

#header.serviceontario {
  background-color: #02713c;
}

/*#top-right {
  color: #FFFFFF;
  float: right;
  top: 5px;
  postition: relative;
  right: 35px;
}*/

/* Contains Ontario logo */
#branding {
  float: left;
}

#explore-button {
  font-family: 'Cabin', sans-serif;
  background-color: #C6CEC3;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  cursor: pointer;
  font-size: 1.5em;
  padding: 0 5px 2px;
  position: absolute;
  right: 35px;
  width: auto;
}
/* $homepage 
 *  header
 *  .clear-box 
 * 
 * 
 * 
 * 
 * */
 #home-navbar {
 }
 .clear-box {
  box-shadow: 2px 2px 11px -4px #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url('/sites/all/themes/ontario/scripts/PIE.htc');
 }
 
 
 
/* $content area
*  #intro = highlight box
* #left = content-body, article, main content
*  #right = right aside, right-sidebar-top 
*  TOC styling
* 
*  */
/* Intro Box at top of page */
#intro {
  display: block;
  float: left;
  border: 15px solid #DBE2D6;
  margin: 25px 15px 30px;
  padding: 5px;
  width: 890px;
}
#right {
  float:right;
  width: 260px;
  margin-right: 25px;
}

#left {
	
}

#right .block-title .plus-minus, .toc-title .plus-minus {
  font-size: 36px;
}
/* TOC styling */
#toc-menu.fixed {
  position: fixed;
  top: 100px;
  width: 240px;
}

/* $footer 
 *  #contact 
 *  topics
 *  minister-footer
 * */

.region-footer-middle { /* contact us area */
  margin:0 10px;
}
#contact h2 { /* contact us area h2 */
  margin-bottom: 15px;
}
#contact hr {
  width: 90%;
  margin-left: 7px;
}
.region-footer-right { /* topics */
  margin-left: 10px;
}
.minister-footer {
  margin-left: 10px;
}
.minister-content p, .minister-content h2 {
  margin-right: 10px;
}
/* move contact things over 10px to properly align
footer .rtecenter, footer hr {
  margin-left: -10px	
} - don't need with border on topics column */

