/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.1 | 201072010 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* =Font sizes & margins */

p, ul, ol, dl, address, table, pre, form, fieldset {	
	margin-bottom: 1.5em; 
}
h1 {font-size: 2.25em;font-weight: 900;margin-bottom:.5em;}
h2 {font-size: 1.5em;line-height: 1.25; } 
h3 {font-size: 1.3125em;}
h4 {font-size: 1.125em;} 
h5, h6 {font-size: 1em;} 

                

/* html5 stuff */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }

body {    
  background: #b6d2d6 url(../images/bg.jpg);
  color: #222b2d; 
  /*font-family: "Hoefler Text", Garamond, "Baskerville", "Baskerville Old Face", "Times New Roman", serif;*/
  font-family:ff-tisa-web-pro-1,ff-tisa-web-pro-2, georgia, serif;
  font-size: 100%; 
  font-weight: normal;
  line-height:1.5; 
  vertical-align:baseline;
  }    
 
.branding {
  background: #222b2d;
  color: #878c8d;
  line-height: 60px;
} 
.branding div {
  background: url(../images/mark.png) no-repeat 100% 50%;
}
.branding a {
  background: url(../images/jbrewer-me.png) no-repeat 0 0;
  display: block;
  float: left;
  text-indent: -9999em;
  width: 144px;
  height: 17px;
  position: relative;
  top: 22px;
}
.branding a:hover {
  border: 0;
}
/*.branding div a {
  color: #d2d5d5;
  font-size: 1.3125em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: rgba(0,0,0,0.9) 0 1px 1px;
}*/
.branding em {
  font-size: 0.875em;
  font-weight: normal;
  margin-left: 2em;
  text-shadow: rgba(0,0,0,0.9) 0 1px 1px;
}                                         
.branding div, section, footer {
  margin: 0 auto;
  width: 740px;
}
hgroup {
  padding:0;
  margin: 1.5em 0;
}

@-webkit-keyframes thinking {
  from { -webkit-transform: scale(1);}
  50% { -webkit-transform: scale(1.025); }
  to { -webkit-transform: scale(1); }
}
@-webkit-keyframes intersect {
  from { opacity: 0;}
  50% { opacity: 1; }
  to { opacity: 0;}
}


section {
  text-shadow: rgba(255,255,255,0.2) 0 1px 0;
}
section .diagram {
  background: url(../images/head-venn.png) no-repeat 0 100%;
  height:320px;
  margin: 24px 0 36px;
  position: relative;
  width: 720px; 
}
.diagram b {
  background:url(../images/brain.png) no-repeat 0 0;
  display: block;
  height: 200px;
  position: absolute;
  top: 5%;
  left: 2%;
  width: 215px;
  -webkit-animation-name: thinking;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
}
.diagram span {
  background: url(../images/arrow.png) no-repeat 0 0;
  display: block;
  height: 260px;
  position: absolute;
  width: 400px;
  left: 170px;
  top: 36px;
}
.diagram i {
  background: url(../images/intersect.png) no-repeat 0 0;
  display: block;
  height: 60px;
  opacity: 1;
  position: absolute;
  width: 58px;
  right: 131px;
  top: 133px;
  -webkit-animation-name: intersect;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
}
.split {
  float: left;
  width: 47%;
}
p.split+p.split {float: right;width: 46%;}
.content {
  clear:both;
  float: left;
}

hgroup h3 {
  font-weight:normal;
  width:85%;
}
section h3 {
  font-size:1em;
  margin-bottom:3em;
}                   
h3 span {
  display:block;
}

/*abbr[title='and'] {
 font-family: "Hoefler Text","Baskerville", "Palatino", "Book Antiqua", serif;
 font-style: italic; 
 font-weight: normal;    
 border:0;
}  
h2 abbr[title='and'] {
  font-family: "Baskerville", "Palatino", "Book Antiqua", serif;
  font-weight: bold;
  font-style: normal;
}*/   
a:link, a:visited {
  color:#0e7e9d;
  color:hsla(193, 82.9060%, 22.9412%, 0.8);
  text-decoration:none;
  border-bottom:1px dotted transparent;
  -webkit-transition: all 250ms ease-out;
} 

a:active, a:hover {
  border-bottom:1px dotted;
  color:hsla(193, 82.9060%, 22.9412%, 1.0000);
  text-shadow: rgba(255,255,255,0.9) 0px 1px 1px;
}
footer {     
  border-top:1px solid #8fadb1;  
  clear:both;          
  font-size: 0.875em;  
}
footer p {
  padding:0.75em 0 0;  
  
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
  
