.container {
	background-image:url(../img/backgrounds/leader.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:100%;
	height:445px;
	}
	
.primary {
	width:900px;
	align:center;
	height:286px;
	background-image:url(../img/backgrounds/home-primary.png);
	background-position:top center;
	margin: 0px auto 25px auto;
	}	

.intro {
	width:340px;
	margin:260px 35px 0px 0px;
	float:right;
	font-family: 'Droid Serif', Arial, Verdana, sans serif; 
}		

.intro a {
font-weight:bold;

}
.featured {
	width:250px;
	height:170px;
	float:right;
	margin:260px 0px 0px 0px;
	background-color:#e0e0e0;

}

.nav {
	width:121px;
	float:left;
	margin:138px 0px 0px 11px;
	padding:10px 3px 14px 15px;
	font-family:'Cabin', Tahoma, Verdana, sans-serif;
}	
.nav ul {
	margin-bottom:6px;
	}


body {	
	margin: 0px 0px 0px 0px;
	color:#121212;
	font-family: Tahoma,"Lucida Sans Unicode", Verdana;
	font-weight:100;
	font-size:12px;
	line-height:18px;
	}
	
a	{color: #a30e0e;
	text-decoration:none;
	
	}

a:hover {
color:#770807;
text-decoration:underline;

}

ul { list-style-type:none;
display:block;
padding:0px;
margin: -2px 0px 0px 0px;

}

li { 
}

li a:hover {
color:#f2f2f2;
background-color:#b28f23;
text-decoration:none;
padding:1px 9px 1px 9px;
background-image:url(img/nav/bar.gif);
background-repeat:repeat-x;
background-repeat:middle left;
}

p {
margin:0px 15px 10px 4px;
padding:0px;
}

	
/* HOME */


	
.main {
	width:375px;
	float:left;
	margin-top:-18px;
	padding:21px 21px 21px 21px;
	}	
	
.main p {
	margin-top:45px;
	*margin-top:70px;
	}	
	
.bird-img-home {
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 18px;
	}	
	
.subheads {
	font-size: 12px;
	line-height:30px;
	color:#888888;
	font-family:'Droid Serif',Verdana,Arial;
	font-weight:bold;
	}

	
/* Highlighted portfolio piece */	

.spotlight {
	width:200px;
	float:right;
	margin-top:0px;
	padding: 8px 5px 12px 20px;
	margin-top:260px;
	font-size:11px;
	line-height:16px;
	background-color:#f0f0f0;
	}

.spotlight img {
	margin: 6px 14px 0px 14px;
	float:right;
	}
	
.spotlight p {
margin:0px 5px 10px 0px;
padding-right:5px;
float:left;
}	
	
.portfolio-highlights {
	width:300px;
	height:150px;
	float:left;
	margin:24px 12px 0px 30px;
	padding:0px;
	font-size:13px;
	text-align:left;
	}	

.portfolio-highlights a {
	padding-bottom:4px;
	}	

.portfolio-highlight-logos {
	width:26px;
	height:20px;
	float:left;
	background-color:white;
	padding:5px;
	margin: 10px 0px 0px 0px;
	border: solid 1px #B28F23;
	}	
	
.portfolio-highlight-callout {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	text-align:left;
	width:210px;
	margin: -22px 0px 0px 44px;
	float:left;
	}
	
.portfolio-highlight-callout ../img {
	}	

.project-description {
	font-size:11px;
	line-height:16px;
	text-align:left;
	float:left;
	}		
	
.project-description p {
	margin-left:0px;
	float:left;
	*width:175px;
	*margin-top:5px;
	}		
		
	
.project-title {
	text-align:middle;
	margin: 10px 0px 10px 0px;
	float:left;
	}
	
.project-title a {
		background-color:black;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  font-size:11px;
	text-decoration:none;
	color:#e8b72d;
	font-weight:bold;
	padding: 3px 10px 3px 10px;
	*height:18px;
	}	
	
.project-title a:hover {
	background-color:#770807;
	color:white;
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
  text-decoration:none;
	}	
	
.projects {
	width: 130px;
	height:90px;
	margin: 12px 6px 0px 0px;
	padding:0px;
	float:left;
	background-color:none;
	border: 0px solid black;
	}
			
/* FOOTER */

.footer {
	width:900px;
	margin:0px auto 0px auto;
	}
	
.social-media {
	width:35px;
	margin: 1px 15px 0px 25px;
	float:left;
}	

			
			
	
/* Twitter feed styles */

.twitter {
	
	font-size:11px;
	float:left;
	
	}
	
.twitter-widget li { 
	margin-bottom:4px;
	*margin-bottom:2px;
	padding-bottom:3px;
	*padding-bottom:4px;
	margin-top:1px;
	background-image:none;
	background-color:none;
	border-bottom:1px solid #dfdfdf;
	}

.twitter-widget li a:hover { 
	padding:0px;
	text-decoration:underline;
	}

