body { font-size:75%; line-height:1.5em; }
   
body { 
	color:#aaa; 
	font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}
h1,h2,h3,h4,h5,h6 { color:#fff; clear:both; font-weight:normal; }

/* Headings
-------------------------------------------------------------- */
h1 { font-size:1.5em; line-height:1em; }
h2 { font-size:1.5em; line-height:1em; color:#6cadc9; position:absolute; top:45px; }
h3 { font-size:1.5em; line-height:1.3em; margin-bottom:0.5em; }
h3, h3 a		{ color:#ccc; }
h3 a:hover		{ color:#6cadc9; text-decoration:none; background-color:#1a1a1a; }
h4 { font-size:1.17em; font-weight:bold; margin-bottom:0.64em; }
h4.location { font-size:1em; color:#666; margin-bottom:0.5em; }
h5 { font-size:1em; font-weight:bold; }
h6 { font-size:1em; font-weight:bold; }


/* Text elements
-------------------------------------------------------------- */
p			{ margin: 0 0 1.5em; text-align:left; }
p:last, 
p.last		{ margin-bottom: 0; }
p img		{ float: right; margin: 1.8em 0 1.8em 1.8em ; padding: 0; }
p img.alignleft	{ float: left; margin: 1.8em 1.8em 1.8em 0; padding: 0; }
p img.top	{ margin-top: 0; }
p img.aligncenter	{ clear:both; margin:0 auto 18px; text-align:center; }
p img.size-medium	{ width:400px; }
p img.thumbnail	{ width:150px; }
img			{ margin: 0 0 1.8em; }
p .new		{ color:#900; font-weight:bold; }

ul, ol      { margin:0 0 1.8em 1.8em; }
ol ul,
ul ol,
ol ol,
ul ul       { margin-bottom:0; }
div.case-studies .case-study ul,
ul          { list-style-image:url(../images/bullet01.gif); }
div.case-studies .case-study ul ul,
ul ul       { list-style-image:url(../images/bullet02.gif); }
ul ul ul	{ list-style-image:url(../images/bullet03.gif); }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.8em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.8em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.8em; font-style: italic; }
del         { color:#666; }

a           { color:#6cadc9; text-decoration:none; }
a:focus, 
a:hover     { color:#ffF; text-decoration:underline; }

blockquote  { margin: 1.8em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.8em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; } 
tt          { display: block; margin: 1.8em 0; }


/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 1.8em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

table .emphasize	{ font-weight:bold; }


/* Some default classes
-------------------------------------------------------------- */
.small      { font-size: 1em; }
.large      { font-size: 1.5em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.red		{ color:#C00; }
.green		{ color:#090; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }