
@import url(global.css);
@import url(navbar.css);

#p_home #wrap {
	background: #fff url(../_img/waves_background.gif) no-repeat 0 8px;

	}

/* HOME */
#p_home #main {
	width: 420px; /*370px;*/
	padding: 0px 0px 0 0px;
	line-height: 1.4em;
	font-size: 1.1em;
	float: left;
	height: auto;

	
	}
#p_home #main p {padding:0;}

#p_home #img_banner {
	margin-bottom: 10px;
	height: 270px;
}

#follow_me {
	float: right;
	margin: 8px 10px 10px 0;
}
#follow_me li {
	
	float: left;
	text-indent: -3000px;
	height: 27px;
	padding-top: 0;
	color: #9e1f1f;
	
}
#follow_me li#follow {
	text-indent: 0;
	padding: 6px 6px 0 0;
	font-size: .9em;
}
#follow_me li a {
outline: none;
	display: block;
	height: 0;
	padding-top: 27px;
	padding-left: 30px;


}
#follow_me li#facebook {
	background: url(../_img/follow-icon-facebook.gif) no-repeat 0 0;
}
#follow_me li#twitter {
	background: url(../_img/follow-icon-twitter.gif) no-repeat 0 0;
}
#follow_me li#linkedin {
	background: url(../_img/follow-icon-in.gif) no-repeat 0 0;
}
#nugget_event {
	width: 215px;
	float: right;
	margin: 0px 15px 0 15px;
	background: #ede2cc;
background: #ede2cc url(../_img/home_nugget_img.jpg) no-repeat 0 20px;
	}
	
#nugget_event p {
	padding-right: 10px;
	margin: 0 0 10px 15px;
	line-height: 1.3em;
	font-size: .95em;
	
	}
#nugget_event p.first {
	padding-top: 80px;
	

}
#p_home h2 {
	background: #9e1f1f;
		margin: 0 0 10px 0px;

	padding:5px 0 3px 15px;
	color: #fff;
	width: 200px;
	overflow:hidden;
	height: auto;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	}


#p_home h3 {
	color:#8c8581;
	margin: 0 0 10px 0px;
	}
.nugget_bottom_container {
	border-top: solid 1px #e8e5e5;
	border-bottom: solid 1px #e8e5e5;
	margin-top: -28px;
	margin-right: 15px;

}
.nuggets_bottom {
	margin: 5px 0;
	padding:15px 15px 5px 15px;
	background: #e0dace;

	}
.nuggets_bottom p{
	line-height: 1.4em;
	margin-top:0;
	}

.byline { color: #9e1f1f;}
/* What I Do */
#p_what h2 { background: url(../_img/h2_about.gif) no-repeat 0 0; }


/* Cindy */
#p_cindy h2 { background: url(../_img/h2_cindy.gif) no-repeat 0 0; }

/* samples */
#p_samples h2 { background: url(../_img/h2_samples.gif) no-repeat 0 0; }
dl {
	padding-left: 15px;
	}
dt {font-weight: bold;}
dd {margin: 0px 20px 5px 0px; border-bottom: dotted 1px #ddd;}

#p_samples h3 {
	border-bottom: solid 1px #9e1f1f;
	text-transform: uppercase;
	margin-right: 20px;
	}
.sample {
	padding: 10px 0px 10px 0px;
	border-bottom: dotted 1px #ddd;
	height: 55px;
	margin: 0 20px 0 15px;
	
}
#main .sample p {margin: 0; padding: 0;}
.sample .img {
	float: left;
	width: 100px;
	background: url(../_img/portfolio/sample_bkg.jpg) no-repeat 0 0;
}
.desc {
	float: left;
	width: 300px;
}	

/* contact */
#p_contact h2 { background: url(../_img/h2_contact.gif) no-repeat 0 0; }
address {font-style: normal; padding: 0 20px 70px 15px;}


