/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for 
   you to simply add your own. This is a basic template 
   after all.
   ---------------------------------------------------------*/
	body {
   
	}
	/* Default link styling */
	a:link { color:#0271fb; }
	a:visited { color:#bd02fb; }
	a:hover, a:focus { color:#000; }
	a:active { color:#fb0e02; }
	
	
	
/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/


	body {

		font-family: Arial, sans-serif;
		font-size: 14px;
		color: #231f20;
		line-height: 20px;
		width: 966px;
		margin: 0 auto;
		text-align: center;
		-webkit-font-smoothing: antialiased;
	}

	header {
		padding-top: 40px;
		margin-bottom: 45px;
	}

	h1,
	h2,
	h3 {
		font-family: "adobe-garamond-pro", sans-serif;
		color: #f84e5d;
		font-weight: normal;
		margin: 0 auto;
	}

	h2,
	h3 {
		border-bottom: 1px solid #231f20;
		padding-bottom: 15px;
		padding-top: 10px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 24px;
		margin-bottom: 3px;
		padding-bottom: 10px;
	}

	p {
		margin: 0;
		margin-bottom: 20px;
	}

	#about {
		width: 723px;
	}

	#expertise {
		width: 867px;
	}

	#contact {
		width: 570px;
	}

	#about-copy {
		font-size: 22px;
		font-family: "adobe-garamond-pro", sans-serif;
		line-height: 27px;
	}

	#expertise-copy {
		line-height: 18px;
	}

	#expertise-copy span {
		font-weight: bold;
		font-size: 22px;
		margin: 0 5px;
	}

	.contact {
		width: 30%;
		float: left;
		font-size: 15px;
		line-height: 18px;
	}

	.contact a {
		color: inherit;
		text-decoration: none;
	}

	#contact1 {
		margin-left: 200px;
	}

	address {
		clear: left;
		font-style: normal;
		padding-top: 20px;
		padding-bottom: 25px;
		font-size: 15px;
		line-height: 18px;
	}

	#note {
		background: url(/_/images/bullet.png) top center no-repeat;
		padding-top: 45px;
		border-bottom: 1px solid #231f20;
		padding-bottom: 5px;
		font-size: 15px;
	}

	small {
		font-size: 12px;
	}



	
/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
    * {
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
		background:transparent !important;
    }
	html { background-color:#fff; }
	/* Hide navigation */
	nav { display:none; }

	/* Show link destinations in brackets after the link text */
	a[href]:after { content: " (" attr(href) ") "; }
	a[href] {
		font-weight:bold;
		text-decoration:underline;
		color:#06c;
		border:none;
	}
	/* Don't show link destinations for JavaScript or internal links */ 
	a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
	
	/* Show abbr title value in brackets after the text */
	abbr[title]:after { content: " (" attr(title) ")"; }

	figure { 
		margin-bottom:1em; 
		overflow:hidden;
	}

	figure img { border:1px solid #000; }
}