   /* larifari.org style guide */

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, tt, var,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* fonts */

body {
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    color: #333;
    height: 100%;
}
html>body {
    font-size: 12px;
    line-height: 18px;
}

#topnav {
    font-size: 11px;
}
#tweets p {
	font-size:13px;
}

a {
    color: black;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: none;
    color: #DA0012;
}

b.jesus {
    color: #000;
}

html p {
	padding-top:10px;
	line-height: 1.7em;
}



h1 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.metadata {
    color: #555;
    font-size: 11px;
}

h2 {
	font-size: 15px;
	color: #333;
}

h3 {
	font-size: 13px;
	line-height: 15px;
	color: #333;
	font-weight: normal;
	margin-top:5px;
}

cite {
	display:block;
	font-size: 11px;
	line-height: 15px;
	color:#888;
	font-weight: normal;
	font-style: normal;
}

cite b {
	font-style: normal;
}

p#related {
	margin-top:-10px;
	padding-left:20px;
}

img {
	border: none;
}

ol, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bordered { background: #fff; 
	margin: 0px; 
	padding: 6.5px; 
	overflow: hidden;
	border: 1px solid #d1d1d1; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	  }

.followme { cursor:pointer;
	    margin-top:8px;
	    float:right;
	    background: url(sprite.png) -500px -340px no-repeat;
	    color:#666;
	    font-size:9px;
	    padding: 2px 6px; 
	    border: 1px solid #d1d1d1; 
	    border-radius: 5px; 
	    -moz-border-radius: 5px; 
	    -webkit-border-radius: 5px; 
	    text-shadow: 0px 1px 0px #e5e5ee;
	  }

.followme:hover {
    border: 1px solid #999;
    color: #000;
}

.stripes {
    background: url(sprite.png) 0 -400px no-repeat;
}

.press-cite {
    float:left;
    width:230px;
    font-size:11px;
}
.press-cite a {
    font-weight:normal;   
}

.press-cite2 {
    font-size:11px;
}
.press-cite2 a {
    font-weight:normal;   
}

.press-quote {
    float:right;
    width:380px;
    font-size:11px;
}

input { background: #fff; 
	margin: 0px; 
	padding: 6.5px; 
	border: 1px solid #d1d1d1; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	font-size: 12px; 
	color: #666; }

/* layout */

html,body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	background: transparent url(/_/tastepattern-bg.png) repeat-y 0% 0%;
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}

#page {
	position: relative;
	padding: 0;
	width: 840px;
	height: auto !important;
	height: 100%;
	min-height:100%;
	background-color: white;
	overflow: hidden;
	visibility: visible;
	margin: 0;
}

.shadow {
    -moz-box-shadow:0 2px 4px rgba(51, 51, 51, 0.3);
}

#header {
        position:relative;
	margin-top: 20px;
	margin-left: 20px;
	width: 800px;
	height: 30px;
	overflow: hidden;
}

#logo {
    cursor:pointer;
    position:absolute;
    left:0;
    top:0;
    background: url(sprite.png) 0px 0px no-repeat;
    width:130px;
    height:30px;
}

#content {
        float: left;
	position: relative;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 70px;
	width: 800px;
	height: auto;
	z-index: 0;
}

#footer {
    position: absolute;
    bottom: 10px;
    margin-left: 20px;
    text-align: right;
}

#topnav {
	float: right;
	margin-top: 7px;
	padding: 0;
	width: 480px;
	text-align: right;
	z-index: 0;
}

#topnav ul li {
	display: inline;
	padding-left: 15px;
}

#topnav ul li#active {
	background: url(sprite.png) -750px -50px no-repeat;
	width:14px; height:13px;
	padding-left: 15px;
}

.triangle-bullet {
	background: url(sprite.png) -750px -50px no-repeat;
	width:14px; height:13px;
	float: left;
	margin-top: 1px;
	margin-right: 3px;
}

#filterby li {
	font-size:9px;
	line-height:13px;
	list-style:none;
	margin:10px 0px;
}

.more-press li a {
    color:#999;
    font-weight:normal;
    font-size:9px;
    line-height:11px;
    list-style:none;
    margin:10px 30px 10px 0px;
}


#leftrail {
    float:left;
    width:130px;
    overflow:hidden;
}

#mainrail {
    float:left;
    margin-left:30px;
    width:480px;
    overflow:hidden;
}

#rightrail {
    float:right;
    width:130px;
    overflow:hidden;
}
	
#menu {
	float:left;
	padding-top:10px;
	margin-left:10px;
	width:180px;
}

#menu ul li {
	padding-bottom: 10px;
}


.tinytext {
    clear:both;
    font-family:Verdana,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;    color: #333;
    font-size: 9px;
    line-height: 1.35em;
}
div.tinytext a {
    font-weight:normal;
}


#left-two-col {
    clear:left;
    padding: 20px 5px 0 0;
}




/* sprite */

#hugo-macro {background: url(sprite.png) 0px -45px no-repeat;width:305px;height:335px;}
#hugo-micro {background: url(sprite.png) -320px -45px no-repeat;width:120px;height:132px;float:left;margin-right:20px}
#hugo-clarkkent {background: url(hugo-clarkkent.jpg) 0px 0px no-repeat;width:305px;height:467px;}

#reload {background: url(sprite.png) -750px -80px no-repeat;width:33px;height:33px;margin-top:-5px;margin-left:10px}
#reload:hover {background: url(sprite.png) -749px -79px no-repeat;width:33px;height:33px;margin-top:-5px;margin-left:10px}
#extlink {background: url(sprite.png) -750px -120px no-repeat;width:33px;height:33px;margin-top:-5px;margin-left:10px}
#extlink:hover {background: url(sprite.png) -749px -119px no-repeat;width:33px;height:33px;margin-top:-5px;margin-left:10px}


#press-mercurynews {background: url(sprite.png) -500px -50px no-repeat;width:221px;height:23px;float:left;}
#press-spokesman {background: url(sprite.png) -500px -90px no-repeat;width:203px;height:15px;float:left;}
#press-nytmag {background: url(sprite.png) -500px -130px no-repeat;width:238px;height:23px;float:left;}
#press-latimes {background: url(sprite.png) -500px -170px no-repeat;width:182px;height:23px;float:left;}
#press-techreview {background: url(sprite.png) -500px -210px no-repeat;width:102px;height:28px;float:left;}
#press-bostonglobe {background: url(sprite.png) -500px -250px no-repeat;width:173px;height:23px;float:left;}
#rss-button {background: url(sprite.png) -500px -290px no-repeat;width:90px;height:32px;float:left;}
.ws10 {clear:both;height:10px;}
.ws20 {clear:both;height:20px;}
.ws30 {clear:both;height:30px;}

.hrule {clear:both;margin:0;padding:0;background: url(sprite.png) 0px -40px no-repeat;width:800px;height:1px;}
.hrule-light {clear:both;margin:0;padding:0;background: url(sprite.png) 0px -37px no-repeat;width:800px;height:1px;}
#header-hrule {position:absolute;top:29px;padding:0;background: url(sprite.png) 0px -40px no-repeat;width:800px;height:1px;}

