/* ---------------------------------------------------------------------------- 
 
Theme Name: busitheme

Author: Bo Warwick-Smith
Website: http://www.bigfootbuiltit.com

Description: A minimal theme to use as a base for developing business websites.


---------------------------------------------------------------------------- */

/*  Note: Order of @imports is important. */



/*  Default css from CSS-Boilerplate.
    <http://code.google.com/p/css-boilerplate/> */
@import "include/css/boilerplate/reset.css";
@import "include/css/boilerplate/typography.css";
@import "include/css/boilerplate/forms.css";


/*  Layout grid generated by makegrid.py.
    <http://www.bigfootbuiltit.com/> */
@import "include/css/makegrid/grid.css";


/*  Web Site main style sheet generated by Less CSS.
    The only css changes you should make are by editing file "site.less" and
    compiling it (Command "lessc site.less") .
    <http://lesscss.org/> */
@import "include/css/site.css";


/* -----------------------------------------------------------------------------
OVERRIDE CHANGES GO HERE ( styles / textures per website)

careful about overwriting this data!!!!
------------------------------------------------------------------------------*/

body { background-image: url(include/images/grad-blue.jpg); background-repeat: repeat-x; background-color: white; background-position: 0 0; }
h1 {  } 
h2 {  }
h3 { color: #c00; }
h4 { font-weight: bold; }
h5 { font-variant: small-caps; }
h6 {  } 
a {  }
a:hover {  }


#header-ct, #navigation-ct {
    width: 910px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #aaa;
}

#header-ct { background-position: 0 0; background-image: url(include/images/header.jpg); background-repeat: repeat-x; }
#header a { color: #222; }
#header p { color: #222; letter-spacing: 1px; font-weight:bold; }
#header-text { padding-left: 18px; background-color: white; width: 548px; margin-left: -18px;
    opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
    filter: alpha(opacity=75);
}
#navigation-ct { border-top: none; background-color: #E92B44; -moz-border-radius-bottomleft: 20px; -moz-border-radius-bottomright: 20px; -webkit-border-bottom-right-radius: 20px; -webkit-border-bottom-left-radius: 20px;}

#footer-ct { color: #222; }
#header-ct { border-top: none; border-bottom: none; background-color: yellow; }
#sidebar h4 { border-color: #666; }
#navigation a { padding: 0 24px; color: white; letter-spacing: 1px; }
#navigation a:hover { color: #900; }
#navigation .current_page_item a { color: yellow; }

#content-ct { margin-top:21px; background-color: white; border: 1px solid #aaa; -moz-border-radius: 20px; -webkit-border-radius: 20px; }










