/* RESPONSIVE GRID SYSTEM =============================================================================  */



/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Source Sans Pro', verdana, arial, helvetica, sans-serif; 	
color : #000; 
text-align: center;
line-height:1.6;
}

button, 
input, 
select, 
textarea { 
font-family :  arial, helvetica, helve, sans-serif; 
color : #333; }


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
	margin:0;
	padding:0;
}

	#headcontainer {
		width: 100%;
		background-color:#0d0e2d;
		margin:0 auto;
		padding:0;
			position: relative;	}
			
#headcontainer.making {
	background-color:#300b03;
			min-height:380px;
			}
#headcontainer.blog {
	background-color:#1a3926;
			min-height:320px;
			}
		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
		min-height:120px;
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0px;
			position: relative;
			display:table;
		}
header.doing {
			height:380px;
			min-height:380px;
			background:url(../images/boston-sci.jpg) center center no-repeat;
			background-size: cover;	
}
header.blog {
			height:320px;
			min-height:288px;
			background:url(../images/bkch-bg.jpg);
			background-position:center center;
			background-repeat:no-repeat;
}
	#maincontentcontainer {
		width: 100%;
		background:url(../images/t-bg.jpg) repeat-x;
	}

#maincontentcontainer.md {
		background:url(../images/md-bg.jpg) repeat-x;
		font-size:1.2em;
	}

		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				/*font-size: 0.9em;  13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 3em 0px;
				color: #333;
				position: relative;
			}

	
	#submaincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				/* font-size: 0.9em; 13 / 16 */
				max-width: 72em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1.4em 0px;
				color: #333;
				position: relative;
	}
	
/*	
.submain {
max-width:48em;	
}
*/
.subright, .subleft {
		padding-top:4em;
}

.apple {
	-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
border:1px solid #bbb;
padding:1em;
background:#FFF;	
	margin-top:1em;
	position:relative;}

.flesh {
	background:#f7f0e1;
		-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
border:1px solid #bbb;
padding:1.4em;
	margin:0;}
	
	
	#footercontainer {
		width: 100%;	
		border-top: 2px solid #222;
		margin: 0 auto;
		background:#444;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #ccc;
			text-align:center;
		}

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4 {
font-family: 'Crimson Text', Georgia, sans-serif;
margin : .8em 0 .2em 0; 
line-height : 1.3;
hyphens : auto; 
font-weight:bold;
}

h1 { 
font-size : 2.0em; /* 96 / 16 */

}

header h1 {
	color:#fff;
	margin:0 auto;
	font-size:2.6em;
display:table-cell;
			vertical-align:middle;
			padding-top:1em;
} 

header.doing h1{vertical-align:bottom; padding-bottom:1em;
text-shadow: 2px 2px 4px #000000;
}

header.blog h1 {
position:absolute;
	top:20px; 
	left:20px;
}

header.blog h2 {
position:absolute;
	bottom:20px; 
	right:20px;
}

header.blog h1 {
display:inline;
margin: 40px 0 0 40px	
}

h2 { 
color: #222;
font-size : 1.8em; /* 40 / 16 */

}

h3 { 
color: #222;
font-size : 1.4em; /* 28 / 16 */
 }


h4 { 
color: #222;
font-size : 1.2em; }

	footer h4 { 
		color: #ccc;
	}

h5 { 
color: #222;
margin: 0.4em 0 1em 0; 
font-size : 0.9em; /* 20 / 16 */ 
font-weight:600;
}


h6 { 
color: #555;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */



p, ol, ul, dl, address { 
margin : .6em 0 .6em 0; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  'Sanchez', Georgia, sans-serif;
font-size : 1.2em; /* 40 / 16 */
color: #222;
}



p.center {
text-align: center;
}


ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

blockquote {
	font-style:italic;
	font-weight:600;
	margin-left:2em;
	margin-right:2em;
}

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

.cathead {
	font-style:italic;
	margin:0;
}

.about {
font-style:italic;
font-weight:400;
letter-spacing:1.1;
}

.attribution {
	font-style:italic;
	margin:0 0 0.6em 0; 
}
.date {
	font-size:0.9em;
	font-style:italic;
	font-weight:400;
	margin:0 0 0.6em 0; 
}
.updated {
	font-size:0.9em;
	font-style:italic;
	color:#306;
}

ul.hj_social_bookmarks {
	display:block;
	list-style:none;	
	margin:0;
	padding:0;
	text-align:left;
}

ul.hj_social_bookmarks li{
	display:inline-block;	
	margin-right:1em;
}

.sidebump {
font-size:0.8em;
padding-left:24px;	
line-height:1.2;
}
 .sidebump a {text-decoration:none}

/* LINKS =============================================================================  */

a { 
color : #07639e;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

p a {text-decoration:underline}

a:visited { 
color : #330066; }

a:hover, 
a:active { 
outline : 0;
color : #0383d3;
text-decoration:underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #222;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #222;
}

h1 a:hover, h1 a:active {
	color : #07639e;
}
h2 a:hover, h2 a:active {
	color : #07639e;
}
h3 a:hover, h3 a:active {
	color : #07639e;
}

h1 a:visited:hover, h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover {
	color: #330066;
}

footer a, footer h4 a { 
color : #ffffff;
/*-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;*/
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0.4em 1em 0.4em 0; }
img.floatright { float: right; margin: 0 0 0.4em 1.4em; }
img.midline {vertical-align:middle;}


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }




		footer a:link, footer a:visited { color: #999; text-decoration: underline; }
		footer a:hover { color: #fff; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/* MENU   ==============================================================================*/
	
 
   #menucontainer {
	width: 100%;
		margin:0 auto	;
		padding:0;
		background:#1A324A;
	
   }
   #menu {
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 0px;
				position: relative;
   }
 #menu a{
	 padding:0;
	 font-weight:bold;
	 line-height:2;
	color : #ffffff;
	margin:0 2em 0 1em;

 }
 
 #leftmenu a {
	 display:block;
	 font-weight:bold;
	 line-height:2; 
	 color:#222;
 }
 #leftmenu a:hover {
	 background:#1A324A;
	 color:#fff;
	 text-decoration:none;
 }
 

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.inset_right {width:25%; 
		float:right; 
		margin-left:2em
}

.sectionbreak {
	clear: both;
	padding: 1em 0;
	margin: 0px;
}

/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }
