@charset "UTF-8";
/* CSS Document

VERSION 1.0
	Author: Matt Garrison
	Contact: matt@mehiganbellone.com

	CONTENTS ----------

	   1. RESET
	   2. HTML ELEMENTS
	   3. LAYOUT
	   4. SECTION STYLES
		    4.1 Home Page
	   		4.2 Portfolio
				4.3 Testimonials
				4.4 Footer
		 5. CUSTOM STYLES
	   6. PRINT PAGE ELEMENTS
*/


/* 1. =RESET CSS
=============================================================================== */
@import url(reset.css); /* RESET CSS */

/* 2. =HTML ELEMENTS
================================================================================ */
@import url(html-elements.css); /* HTML ELEMENTS CSS */
/* 3. =LAYOUT
================================================================================ */
/*** NOTES ***
 - Use spaces between a CSS rule and it's value eg. (margin:[space][value])
 - Put a new line between each selector
 - Alphabetize CSS rules but group similar ones eg, (margin and padding, height and width)
 - 0 is the same as 0px in most cases
 */

body {
	background:#dff4fc;
}
#container {
	background: #fff; /* When colors have a hex value repeated 6 times it can be shortened to 3 */
	margin: 0 auto;
	width:960px;
	overflow: auto;
}
#header { /* Header area of site, contains navigation and other elements */
	background: url(/images/masthead.jpg) no-repeat top left #fff;
	width:960px;
	height: 277px;
}
#red-tag { /*needs to be the first item in header*/
	position:absolute;
	top: 94px;
}
#logo {
	width: 376px;
	height: 180px;
	margin: 0px 0px 0px 292px;
	float: left;
}
#contact-info {
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 103px 20px 0 0;
	text-align: right;
	float: right;
}
#contact-info a {
	text-decoration: none;
	color: #fff;
}
#contact-info a:hover {
	text-decoration:underline;
}
/* It is best to use the block model to stack pieces on top of eachother when
   possible rather than absolutely positioning them */
#menu { /*Primary site menu, should be a 2L*/
	padding: 13px 0px 0px 438px;
	width: 520px;
	text-align: left;
	float:right;
}
#menu li {
	display: inline;
	padding-right: 21px;
}
/* When defining link states they should always be in the order: (focus, link, visited, hover, active) */
/* IE will not apply rules across pseudo classes, to apply font-size needed to add the base rule for the <a> tag */
#menu a, #menu a:link {
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.3em;
	text-decoration: none;
}
#menu a:visited {
	color: #fff;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.active {
	color: #ddd;
}

#twitter {
	float:right;
	padding: 20px 20px 0 0;
}

#content { /* Main content area of the page */
	background: url(/images/content_bg.jpg) no-repeat top left #fff;
	height: 100%;
	width: 960px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 200px;
	padding: 30px 20px 20px 36px;
}
#sidebar h3 {
	color: #666;
	font-size: 1em;
	line-height: .9em;
	font-weight: bold;
	margin: .2em 0;
}
#sidebar p,
#sidebar ul {
	color: #004b8d;
	font-size: 10pt;
	line-height: 13pt;
	margin: .5em 0;
}

#sidebar ul {
  margin: .5em 0 0 1.5em;
}

#sidebar span {
	padding-left:60px;
}
#sidebar a {
	padding-right: 10px;
	font-size: 10pt;
	font-style:italic;
	color: #666;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar img {
	padding-top: 10px;
}

#main-content {
	width: 590px;
	float: right;
	margin: 20px 70px 20px 0px;
}
#quote-wrapper {
	width:500px;
	padding-left: 45px;
	margin: 24px 0px;
}
#read-more-testimonials a {
	margin-left: 420px;
	font-size:10pt;
	line-height: 13pt;
	font-style:italic;
	color: #004b8d;
	text-decoration:none;
}
#read-more-testimonials a:hover {
	text-decoration: underline;
}
#footer { /* Contains footer elements */
	clear: both;
	width:960px;
	background-color: #004b8d;
	text-align:center;
}
/* 4. =SECTION STYLES
 *    - Use this section for page/section specific rules, they appear lower
 *      because they take higher precedence than the rules above
================================================================================ */

/* 4.1 =Home Page
-------------------------------------------------------------------------------- */
#home-content {
	width: 658px;
	float: right;
	margin: 44px 20px 20px 20px;
}
#mission {
	color: #004b8d;
	font-size: 11pt;
	line-height: 15pt;
	width: 480px;
	position: absolute;
	top: 264px;
	margin-left: 155px;
}
#featured-project img {
	margin-top: 70px;
	margin-left: 10px;
	width: 100%; /*for IE6*//*float: left;*/
}
#featured-project p {
	position: absolute;
	top: 372px;
	padding-left: 520px;
	color: #004b8d;
	font-size: 10pt;
	line-height: 14pt;
}
#featured-project span a {
	padding-left: 20px;
	font-style:italic;
	color: #004b8d;
	text-decoration:none;
}
#featured-project span a:hover {
	text-decoration:underline;
}
#quote-wrapper-homepage {
	width:500px;
	padding-left: 116px;
}
/* 4.2 =Portfolio
-------------------------------------------------------------------------------- */
#portfolio_content .portfolio_desc p {
	font-size: .8em;
	color: #5091CD;
	margin: 0;
	padding: 0;
}
#portfolio_content .portfolio_desc span {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	color: #004b8d;
	margin:0;
	padding: 0;
}
#sample-content {
	width: 670px;
	float: right;
	margin: 20px auto 20px;
	text-align: center;
}
#sample-content img {
	max-width: 100%;
	height: auto;
}
#portfolio_content {
	width: 960px;
	/*padding: 0px 0px 30px 0px;*/
	/*background-color: #0F3;*/
	margin: 76px 0px 30px 0px;
}
#portfolio_content .portfolio_header {
	color: #004b8d;
	font-size: 1em;
	line-height: .8em;
	width: 480px;
	position: absolute;
	top: 242px;
	margin-left: 420px;
}
#portfolio_content .portfolio_group {
	width: 960px;
	height: /*114px*/auto;
	margin: 20px 0px 0px 0px;
	/*background-color:#F09;*/
	overflow:auto;
}
#portfolio_content .portfolio_desc {
	float:left;
	width: 250px;
	/*background-color:#0FF;*/
	padding-top:15px;
	height: auto;
}
#portfolio_content .portfolio_desc img {
	float:left;
}
ul.portfolio_pieces {
	float: right;
	width:690px;
	height:auto;/*background-color: #FF6;*/
	padding: 0;
}
.portfolio_pieces li {
	background: url(/images/portfolio_test_square.jpg) no-repeat center;
	float: left;
	list-style: none;
	height: 110px;
	width: 110px;
	position: relative;
}
.portfolio_pieces li img {
	position: absolute;
	top: 14px;
	left: 14px;
}
/* 4.3 =Testimonials
-------------------------------------------------------------------------------- */

p.attribution {
	font-size:8pt;
	color:#004b8d;
	margin: 10px 0 24px 69px;
}
/* 4.4 =Footer
-------------------------------------------------------------------------------- */
#footer p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	line-height:24pt;
	font-weight:bold;
}
#footer a {
	text-decoration:none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:underline;
}
/* 5. =CUSTOM STYLES
================================================================================ */
.bssbold {
	font-size: 1.1em;
	font-weight: bold;
}
.homepage blockquote {
	padding-left: 116px;
}
.homepage p.attribution {
	margin: 10px 0 0 140px;
}

/* 6. =PRINT PAGE ELEMENTS
================================================================================ */
@media print {
/* Place all CSS rules specific to print here */
}
