/********************************************************
*
* style.css
*
* Copyright (C) 2009 Carbonfrost Systems, Llc.
* All rights reserved.
*
*********************************************************/

/** GENERIC **********************************************************************/

a:hover {
  background-color: #990000;
  color: #FFFFFF;
}
a {
  text-decoration: underline;
  color: #990000; 
}
.highlighted, .todo {
  background-color: #FFFF00;
}

/** MAIN LAYOUT ******************************************************************/
body {
  color: #444444;
  min-width: 700px;
  background: transparent url(http://www.carbonfrost.com/assets/images/rorschach/cfstdesign/frame/cfstdesign_bg_fill.gif) repeat scroll left top;
}
#root {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  width: 980px;
}
.bg-fill-2 {
  background: transparent url(http://www.carbonfrost.com/assets/images/rorschach/cfstdesign/frame/cfstdesign_bg_fill_2.gif) repeat-x scroll left top;
}
.bg-highlight {
  background: transparent url(http://www.carbonfrost.com/assets/images/rorschach/cfstdesign/frame/cfstdesign_bg_highlight.gif) no-repeat scroll center top;
  min-height: 535px;
}
.footer-content a {
  color: #888888;
  background-color: transparent;
  text-decoration: none;
}
.footer-content a:hover {
  color: #888888;
  background-color: transparent;
  text-decoration: underline;
}
.footer-content {
  font-size: 11px;
  color: #333333;
  margin-top: 200px;
  bottom: 20px;
  padding: 2px;
  padding-left: 10px;
  text-shadow: 1px 1px 3px #020202;
}
.footer-content .pipe {
  margin-right: 10px;
  margin-left: 10px;
}
.brand-main-ctrl {
  margin-top: 50px;
}
.brand-main-ctrl h1 {
  display: block;
  text-indent: -999999px;
  background-position: center top;
  background-repeat: no-repeat;
  width: 322px;
  height: 34px;
}
#logoMain {
  width: 378px;
  height: 85px;
  display: block;
  text-indent: -999999px;
  background: transparent url(http://www.carbonfrost.com/assets/images/rorschach/cfstdesign/brand/cfst_design_-brm.png) no-repeat scroll left top;
}
#visualCommunication {
  background-image: url(http://www.carbonfrost.com/assets/images/rorschach/cfstdesign/brand/br_visualcomm.png);
}
#interactiveUXDesign {
  background-image: url(http://www.carbonfrost.com/assets/images/rorschach/cfstdesign/brand/br_interactivedesign.png);
}
#typeDesign {
  background-image: url(http://www.carbonfrost.com/assets/images/rorschach/cfstdesign/brand/br_and_type.png);
}
#contactUs {
  color: #FFFFFF;
  background-color: #34AADE;
  border: 5px #34AADE solid;
}
/** COLUMNS **********************************************************************/
.flex-columns-3a .flex-columns-3a-a,
.flex-columns-3a .flex-columns-3a-b,
.flex-columns-3a .flex-columns-3a-c {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.flex-columns-3a .flex-columns-3a-c {
  margin-right: 0;
}
