@import url(reset.css);
@import url(basics.css);
@import url(nav.css);

/*=====  STRUCTURE  =====*/

body {
	background-color: #3a3d46;
	background-image: url("../images/bg_body.gif");
	background-repeat: repeat-x;
	}

		
#container {
	margin: 0px auto;
	width: 790px;
	text-align: left;
}


#header {
	background: transparent url("../images/bg_logo.gif") no-repeat 0 45px;
	font-size: 0.1em;
	line-height: 0.1em;
	text-indent: -9000px;
	width: 100%;
	height: 174px;
	overflow: hidden;
	}

#content {
	clear: both;
	padding: 0 2.8em;
	min-height: 50em;
	}

#footer {
	height: 25px;
	background-image: url("../images/bgFooter.gif");
	}


#content .pushRight {
	margin-right: -2.8em;
	}

#content .pushLeft {
	margin-left: -2.8em;
	}
div.splitColL  {
	margin-right: 10px;
	width: 210px;
	float: left }

div.splitColR {
	margin-left: 10px;
	width: 210px;
	float: right }

/*=====  PORTFOLIO  =====*/

div.portfolioEntry {
	background: #2e3037 url("../images/bg_callout_portfolio.gif") no-repeat top right;
	height: 28.7em;
	overflow: hidden;
	padding-right: .9em;
	margin-bottom: 4.8em;
	}

div.portfolioEntry h2 {
	margin-top: .2em;
	}
div.portfolioEntry p,
div.portfolioEntry ul li {
	font-size: 1.2em;
	line-height: 2em;
	}
div.portfolioEntry p {
	padding-bottom: 2em;
	}
div.portfolioEntry img.thumbnail {
	float: left;
	padding-right: 1.1em;
	position: relative;
	z-index: 200;
	}

div.portfolioEntry ul.credits li {
	float: left;
	width: 9.5em;
	}

/*=====  TYPOGRAPHY  =====*/

.callToAction p {
	color: #424f62;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 1.4em }

.callToAction i {
	color: #727f92;
	font-style: italic;
	font-weight: normal }


/*=====  jQUERY TOOLTIPS  =====*/

#tooltip  {
	background-color: #eee;
	padding: 5px;
	width: 200px }

#tooltip h3, #tooltip p  {
	color: #000;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.2em;
	text-align: left;
	margin: 0 }



/*=====  OVERRIDES  =====*/

img.floatRight {
	margin-left: 20px;
	}

img.floatLeft {
	margin-right: 20px;
	}

ul.indent {
	margin-left: 2em;
	}


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

ul.bullets li, {
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px ;
	}

ul.bullets li  {background: url("../images/bg_bullet.gif") no-repeat 3px 9px; padding-left: 15px;}

.expandomatic {
	cursor: pointer;
	}