/* 
  BLUEPRINT CSS
   * Filename:        compressed.css
   * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
   
   Generated by:
    * Blueprint CSS Grid Generator (2008-07-19) [http://kematzy.com/blueprint-generator/]
    
 == STRUCTURE: ========================
    * Page width:            990 px
    * Number of columns:     16
    * Column width:          60 px
    * Margin width:          2 px
   ======================================

*/


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:12px;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

@font-face {
	font-family: "AG";
    src: url(../../_fonts/agregular.ttf);
}
@font-face {
	font-family: "AG";
    font-style:italic;
    src: url(../../_fonts/agitalic.ttf);
}
@font-face {
	font-family: "AG";
    font-weight:bold;
    src: url(../../_fonts/agmedium.ttf);
}
@font-face {
	font-family: "AG";
    font-weight:bold;
    font-style:italic;
    src: url(../../_fonts/agmediumitalic.ttf);
}

/* typography.css */
body {font-size:1em;color:#000;background:#FFF;font-family:"AG", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#000;font-family:"AG", Helvetica, Arial, sans-serif;}
h1 {font-size:1em;font-style:italic;font-weight:bolder;}
h2 {font-size:1em;font-weight:bolder;}
h3 {font-size:1em;font-style:italic;font-weight:bold;}
h4 {font-size:1em;font-weight:bold;}
h5 {font-size:1em;font-style:italic;}
h6 {font-size:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1em;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold; color:#000;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* grid.css */
.container {width:990px;margin:18px;}
.showgrid {background:url(src/grid.png);}
/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16 {float:left;margin-right: 2px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 60px;}
.span-2  { width: 122px;}
.span-3  { width: 184px;}
.span-4  { width: 246px;}
.span-5  { width: 308px;}
.span-6  { width: 370px;}
.span-7  { width: 432px;}
.span-8  { width: 494px;}
.span-9  { width: 556px;}
.span-10 { width: 618px;}
.span-11 { width: 680px;}
.span-12 { width: 742px;}
.span-13 { width: 804px;}
.span-14 { width: 866px;}
.span-15 { width: 928px;}
.span-16, div.span-16 { width: 990px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 62px;}
.append-2  { padding-right: 124px;}
.append-3  { padding-right: 186px;}
.append-4  { padding-right: 248px;}
.append-5  { padding-right: 310px;}
.append-6  { padding-right: 372px;}
.append-7  { padding-right: 434px;}
.append-8  { padding-right: 496px;}
.append-9  { padding-right: 558px;}
.append-10 { padding-right: 620px;}
.append-11 { padding-right: 682px;}
.append-12 { padding-right: 744px;}
.append-13 { padding-right: 806px;}
.append-14 { padding-right: 868px;}
.append-15 { padding-right: 930px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 62px;}
.prepend-2  { padding-left: 124px;}
.prepend-3  { padding-left: 186px;}
.prepend-4  { padding-left: 248px;}
.prepend-5  { padding-left: 310px;}
.prepend-6  { padding-left: 372px;}
.prepend-7  { padding-left: 434px;}
.prepend-8  { padding-left: 496px;}
.prepend-9  { padding-left: 558px;}
.prepend-10 { padding-left: 620px;}
.prepend-11 { padding-left: 682px;}
.prepend-12 { padding-left: 744px;}
.prepend-13 { padding-left: 806px;}
.prepend-14 { padding-left: 868px;}
.prepend-15 { padding-left: 930px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:0px;
  margin-right:1px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:62px;
  margin-right:59px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -62px;}
.pull-2 { margin-left: -124px;}
.pull-3 { margin-left: -186px;}
.pull-4 { margin-left: -248px;}
.pull-5 { margin-left: -310px;}
.pull-6 { margin-left: -372px;}
.pull-7 { margin-left: -434px;}
.pull-8 { margin-left: -496px;}
.pull-9 { margin-left: -558px;}
.pull-10 { margin-left: -620px;}
.pull-11 { margin-left: -682px;}
.pull-12 { margin-left: -744px;}
.pull-13 { margin-left: -806px;}
.pull-14 { margin-left: -868px;}
.pull-15 { margin-left: -930px;}
.pull-16 { margin-left: -992px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16 {float:left;position:relative;}


.push-1 { margin: 0 -62px 1.5em 62px;}
.push-2 { margin: 0 -124px 1.5em 124px;}
.push-3 { margin: 0 -186px 1.5em 186px;}
.push-4 { margin: 0 -248px 1.5em 248px;}
.push-5 { margin: 0 -310px 1.5em 310px;}
.push-6 { margin: 0 -372px 1.5em 372px;}
.push-7 { margin: 0 -434px 1.5em 434px;}
.push-8 { margin: 0 -496px 1.5em 496px;}
.push-9 { margin: 0 -558px 1.5em 558px;}
.push-10 { margin: 0 -620px 1.5em 620px;}
.push-11 { margin: 0 -682px 1.5em 682px;}
.push-12 { margin: 0 -744px 1.5em 744px;}
.push-13 { margin: 0 -806px 1.5em 806px;}
.push-14 { margin: 0 -868px 1.5em 868px;}
.push-15 { margin: 0 -930px 1.5em 930px;}
.push-16 { margin: 0 -992px 1.5em 992px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16 {float:right;position:relative;}

.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none; height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* custom styles */
.browsers {
visibility:hidden;
height:0;
margin:0;
padding:0;
}
.printme {
position:absolute;
top:45px;
right:36px;
width:100px;
height:100px;
background:url(../../images/printme.jpg) top left no-repeat;
}
.printme a {
padding:100px 50px;
}
.heade {
background:url(../../images/avatar.jpg) top left no-repeat;
height:301px;
}
.heade:hover {
background:url(../../images/a2.jpg) top left no-repeat;
height:301px;
}
.heade a {
width:300px;
height:300px;
padding:300px 150px;
}
.name {
font-size:5em;
line-height:1em;
margin-top:54px;
}
.name a {
font-size:1em;
color:#000;
text-decoration:none;
}
.name a:hover {
text-decoration:underline;
}
.section {
font-size:2.6em;
}
.desc h2 {
margin-bottom:5px;
}
.desc h2 a{
line-height:1;
font-size:1.5em;
text-decoration:none;
}
.desc h2 a:hover {
color:#0066FF;
}
.desc h3 {
line-height:2;
font-size:1.25em;
margin-bottom:.5em;
}
.desc a {
color:#000;
}
.desc a:hover {
text-decoration:none;
}
.desc h6 {
margin-bottom:.5em;
}
.desc img {
padding:2px;
margin-bottom:.5em;
}
.brpush {
line-height:1.5;
height:1.5em;
}

.status {
position:absolute;
top:0;
left:0;
right:0;
height:14px;
width:100%;
padding:2px 0;
color:#FFF;
background:#0099FF;
text-align:center;
border-bottom:#00CCFF solid thin;
z-index:1001;
}
.status a {
color:#FFF;
}

.post div {
margin-bottom:54px;
}

.lifestream_events img {
border:thin white solid;
}
.lifestream {
padding-bottom:27px;
}
.ls4 {
background: url(/wp-content/plugins/lifestream/images/twitterbg.jpg) top left repeat;
}
.ls4 a, .ls4 abbr, .ls4 span, .ls4 small {
color:#000;
}
.ls4 a:hover {
text-decoration:none;
}
.ls3 {
background: url(/wp-content/plugins/lifestream/images/itunesbg.jpg) top left repeat;
}
.ls3 h6, .ls3 p, .ls3 a, .ls3 div{
background: rgb(0, 0, 0) ; opacity: 0.9;
color:#FFF;
padding:3px;
}
.ls3 a:hover {
text-decoration:none;
}
.lifestream_meta {
color:#333;
}
tiny a {
font-size:10px;
top:0;
text-decoration:none;
}
.ls7 {
background: url(/wp-content/plugins/lifestream/images/lastfmbg.jpg) top left repeat;
}
.ls7 a {
color:#000;
}
.ls7 a:hover {
text-decoration:none;
}
.ls8 {
background: url(/wp-content/plugins/lifestream/images/hulubg.jpg) top left repeat;
}
.ls8 a {
color:#000;
}
.ls8 a:hover {
text-decoration:none;
}
.ls2 {
background: url(/wp-content/plugins/lifestream/images/readerbg.jpg) top left repeat;
}
.ls2 a {
color:#000;
}
.ls2 a:hover {
text-decoration:none;
}
.ls6 {
background: url(/wp-content/plugins/lifestream/images/flickrbg.jpg) top left repeat;
color:#C4C6FF;
}
.ls6 a{
color:#FFF;
}
.ls6 ul li img {
width:50px;
height:50px;
display:block;
}
.lifestream_hour {
	color:#FFF;
}
.ls6 ul li {
	height:50px;
}
.ls6 a:hover{
text-decoration:none;
}
.ls5 {
background: url(/wp-content/plugins/lifestream/images/pandorabg.jpg) top left repeat;
}
.ls5 a{
color:#000;
}
.ls5 a:hover{
text-decoration:none;
}
.ls9 {
background: url(/wp-content/plugins/lifestream/images/skitchbg.jpg) top left repeat;
color:#FFF;
}
.ls9 a {
color:#FFF;
}
.ls9 a:hover{
text-decoration:none;
}
.ls10 {
background: url(/wp-content/plugins/lifestream/images/society6bg.jpg) top left repeat;
color:#FFF;
}
.ls10 a {
color:#FFF;
}
.ls10 a:hover{
text-decoration:none;
}
.ls10 h6 {
color:#FFF;
}
.lifepost {
padding:27px 8px 9px 8px;
margin-right:15px;
margin-bottom:18px;
border: black thin solid;
height:150px;
overflow:hidden;
width:170px;
float:left;
}
h6 a {
color:#000000;
}
h6 {
color:#000000;
}
h6 a:visited {
color:#000;
}
h6 a:hover {
text-decoration:none;
}
.blacked h1, .blacked h2, .blacked h3, .blacked h4, .blacked h5, .blacked h6 {
color:#DDD;
}
.blacked h1 a, .blacked h2 a, .blacked h3 a, .blacked h4 a, .blacked h5 a, .blacked h6 a {
color:#DDD;
}
.blacked {
width:100%;
height:211px;
margin:18px auto 0 auto;
padding:27px 0 0 0;
color:#DDD;
background:url(../../images/footer.jpg) top left no-repeat;
}
.blacked a {
color:#DDD;
}
.blacked a:hover {
text-decoration:none;
}
#footer {
border:none;
}
.search {
height:12px;
width:125px;
margin-top:0px;
margin-right:8px;
margin-bottom:9px;
}
.searchsubmit {
height:10px;
margin-top:0;
}
.quicknote {
background:#0099FF;
padding-top:18px;
margin-bottom:36px;
border:#0092FF medium solid;
}
.quicknote h1 {
color:#FFF;
font-size:1.2em;
}
.quicknote h1 a {
color:#FFF;
font-size:inherit;
}
.quicknote h1 a:hover {
text-decoration:none; 
}
.quicknote .imgcrop {
overflow:hidden;
height:275px;
}
.imgcrop {
width:805px;
}
.imgcrop div {
float:left;
}
.imgcrop img {
width:380px;
float:left;
margin-right:6px;
}
.nav {
font-size:1em;
}
.nav a {
text-decoration:none;
color:#000;
font-size:.75em;
}
.nav a:hover {
color:#0099FF;
}
.pict img {
border:#CCC 1px solid;
}
.pict img:hover {
border:#0092FF 1px solid;
}
/* Print Resumé (this needs to stay at the bottom) 
This takes all the spans and reduces them down to nothing. Using .print div doesn't work.
 */
.print {visibility:hidden; height:0px;}
.print .span-1, .print .span-2, .print .span-3, .print .span-4, .print .span-5, .print .span-6, .print .span-7, .print .span-8, .print .span-9, .print .span-10, .print .span-11, .print .span-12, .print .span-13, .print .span-14, .print .span-15, .print .span-16 {height:0px;margin:0;padding:0; overflow:hidden;}
.screen {visibility:visible;}

