/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of WebType LLC, The Font Bureau, Ascender Corporation and/or their suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact WebType with any questions: http://www.webtype.com 
*/

/*@font-face {
  font-family: BentonSans;
  src: url("../fonts/BentonSansRE/04844aa6-f0bb-499e-9cca-7ca4526898af-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: BentonSans;
  src: url("../fonts/BentonSansREBold/41d9753c-d52c-481c-a5f8-19d727a6709d-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}*/



/* @group Boilerplate */

/* @group Reset */

/* 
html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }
ul, ol, li {list-style: none;}

blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; background-position: 0 0; background-repeat: no-repeat;outline:none;}

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* @end */

/* @group Tags */

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

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */

/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body { 
	font: 13px Helvetica, Arial, sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.22;
}

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; outline: none; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */

/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#333; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

a, a:active, a:visited { color: #445669; }
a:hover { color:#036; text-decoration: underline;}

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* @end */

/* @group Special */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after, .cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .cf { display: inline-block; }
* html .clearfix, * html .cf { height: 1%; } /* Hides from IE-mac \*/
.clearfix, .cf { display: block; }

/* @end */

@media print {
 
/*
inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/ 
 
* { background: transparent !important; color: #444 !important; text-shadow: none; }
a, a:visited { color: #444 !important; text-decoration: underline; }
a:after { content: " (" attr(href) ")"; } 
abbr:after { content: " (" attr(title) ")"; }
.ir a:after { content: ""; }  /* Don't show links for images */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}

/* @group Responsive design */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
/* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}

/* @end */

/* @end */

/* @group Structure */

body {
	background: #2b332e url(v2/bg.jpg) repeat-x;
}

.page {
	width: 1012px;
	padding-left: 36px;
	margin: 0 auto;
}

#top {
	height: 62px;
	position: relative;
}

#contentwrap {
	background: #e4e9e6 url(v2/bg.jpg) repeat-x 0 -62px;
}

#head {
	padding-top: 30px;
	padding-bottom: 30px;
}

#canvas {
	width: 692px;
	float: left;
	margin: 0 20px 40px 0;
}

#rail {
	float: left;
	width: 300px;
}

/* @end */

/* @group Top */

#logo {
	top: 16px;
	position: relative;
	display: block;
	width: 280px;
}

#logo img {
	float: left;
}

#profile {
	position: absolute;
	right: 0;
	top: 20px;
	color: white;
}

/* @end */

/* @group Head */

h1 {
	font-family: BentonSans, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1px;
}

/* @end */

/* @group View */

#view {
	background: url(v2/view/view_bg.gif) repeat-x 0 -1px;
	position: relative;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 10;
}

#view strong {
	display: block;
	float: left;
	line-height: 34px;
	height: 32px;
	padding: 0 15px 0 17px;
	font-size: 11px;
	color: #e2e2e2;
	text-transform: uppercase;
}

#view ul {
	float: left;
	border-right: 1px solid #585858;
	-webkit-box-shadow: inset -1px 0px 0px #252525;
	-moz-box-shadow: inset -1px 0px 0px #252525;
	-box-shadow: inset -1px 0px 0px #252525;
}

#view li {
	float: left;
}

#view li a {
	padding: 0 6px;
	float: left;
	display: block;
	color: #9d9d9d;
	border-left: 1px solid #252525;
	-webkit-box-shadow: inset 1px 0px 0px #585858;
	-moz-box-shadow: inset 1px 0px 0px #585858;
	-box-shadow: inset 1px 0px 0px #585858;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 10px;
}

#view li a:hover {
	color: white;
	text-decoration: none;
}

#view a b {
	font-family: BentonSans, Helvetica, sans-serif;
	font-weight: normal;
	background: url(v2/view/view_icons.png) no-repeat 0 8px;
	margin: 0 6px;
	padding: 0 0 0 25px;
	display: block;
}

#view #interesting b { background-position: 0 -28px; }
#view #starred b { background-position: 0 -66px; }

#view .on a {
	border-left: 1px solid #585858;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-box-shadow: none;
	background: #313131;
}

#view .on a b {
	opacity: 1;
	color: white;
	font-weight: bold;
}

#view #news a:hover b, #view #news.on b,
#view #interesting a:hover b, #view #interesting.on b,
#view #starred a:hover b, #view #starred.on b 
{ opacity: 1; }

#view #interesting em {
	font-family: BentonSans, Helvetica, sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	float: right;
	background: #de9d1e;
	color: black;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	line-height: 1;
	padding: 3px 6px;
	margin: 8px 0 0 8px;
}

/* @group Filter */

#filter {
	padding: 20px 12px 10px;
	margin: 0 4px 15px 64px;
	position: relative;
	top: -10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #666;
	background: #EDF0ED;
	opacity: 1;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px rgba(0, 0, 0, .3);
}

#filter.closed {
	height: 0;
	padding: 0;
	margin-bottom: 24px;
	overflow: hidden;
}

/* @end */

/* @end */

/* @group Dashboard */

.dashboard h1 {
	font-size: 40px;
	line-height: 40px;
	float: left;
	padding-right: 20px;
	background: url(v2/head_line.gif) repeat-y right 0;
}

#followed-places {
	float: left;
	position: relative;
	left: -2px;
	background: url(v2/head_line.gif) repeat-y 0 0;
	padding-left: 20px;
}

#followed-places label {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	display: block;
	margin-bottom: 6px;
}

#followed-places li {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}

#followed-places li a {
	display: block;
	background-image: url(v2/loc_droplet.gif);
	padding-left: 18px;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
}



/* @end */

/* @group Place */

#context-map {
	width: 75px;
	float: left;
}

#place-info {
	padding-left: 95px;
}

/* @end */

/* @group Timeline */

/* @group Item */

.item {
	clear: both;
	position: relative;
	background: white;
	line-height: 1.4;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 30px 74px 12px 15px;
	margin: 0 0 2.2em 0;
	min-height: 60px;
}

.item h2 {
	position: absolute;
	padding-top: 6px;
	top: -22px;
	left: -38px;
	width: 100%;
	height: 46px;
}

.item h2 a, .item h2 .loc {
	font-family: BentonSans, Helvetica, sans-serif;
	font-weight: normal;
	background: url(v2/banner.gif);
	float: left;
	font-size: 11px;
	text-shadow: #71a058 -1px -1px 1px;
	color: white;
	height: 46px;
	line-height: 40px;
}

.item h2 a {
	text-decoration: none;
	font-weight: normal;
}

.item h2 a.schema {
	padding: 0 15px 0 54px;
	text-transform: uppercase;
}

.item h2 .loc {
	background: url(v2/banner_dark.gif) repeat-x 0 0;
}

.item h2 .loc a {
	background: url(v2/banner_split.gif) no-repeat 0 6px;
	padding: 0 11px 0 17px;
	text-shadow: #527740 -1px -1px 1px;
}

.item .item-date {
	position: absolute;
	left: -36px;
	top: 30px;
	width: 31px;
	color: #272827;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	text-shadow: 1px 1px 0px #fff;
	padding-bottom: 17px;
	opacity: .5;
	font-family: BentonSans, Helvetica, sans-serif;
}

.item .item-date:hover {
	opacity: .8;
	text-decoration: none;
	background: url(v2/chain.gif) no-repeat 50% bottom;
}

.item .item-date b {
	font-family: BentonSans, Helvetica, sans-serif;
	display: block;
	font-weight: bold;
	font-size: 23px;
	line-height: 1;
	margin-bottom: 1px;
	padding-left: 1px;
}

.item h3 {
	margin-bottom: 5px;
}

.item h3 a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
}

.item .byline {
	font-size: 12px;
	color: #444;
	margin-bottom: 12px;
	line-height: 1;
	font-family: Georgia, Helvetica, Arial;
	font-style: italic;
}

.item .byline strong {
	color: #000;
	font-family: Helvetica, Arial;
	font-style: normal;
	padding: 0 1px;
}

/* @group Actions */

.actions {
	width: 45px;
	position: absolute;
	right: 0;
	top: 0px;
}

.actions li {
	background: url(v2/action/action_bg.gif) no-repeat 0 0;
	padding-bottom: 3px;
}

.actions li:first-child {
	padding-top: 12px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

.actions li:last-child {
	background-position: 0 bottom;
	padding-bottom: 10px;
}

.actions a {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	height: 30px;
	margin-left: 2px;
	background: url(v2/action/action_icons.gif) no-repeat 9px 0;
}

.actions .star a { background-position: 9px -30px; }
.actions .tweet a { background-position: 9px -60px; }
.actions .facebook a { background-position: 9px -90px; }

.hover .actions .star a { background-position: -28px -30px; }
.hover .actions .tweet a { background-position: -28px -60px; }
.hover .actions .facebook a { background-position: -28px -90px; }

.actions .star a:hover { background-position: -64px -30px; }
.actions .tweet a:hover { background-position: -64px -60px; }
.actions .facebook a:hover { background-position: -64px -90px; }

/* @end */

/* @end */

/* @group New post */

#new-post {
	clear: both;
	margin-bottom: 34px;
	position: relative;
}

#new-post cite {
	display: block;
	position: absolute;
	width: 63px;
	background: url(v2/post_arrow.png) no-repeat right 0px;
	z-index: 10;
	padding-top: 2px;
}

#new-post cite img {
}

#new-post form {
	margin-left: 63px;
	line-height: 1.4;
}

#new-post #fields {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	background: white;
	opacity: .75;
}

#new-post.active cite {
	background-image: url(v2/post_arrow_white.png);
}

#new-post.active #fields {
	opacity: 1;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .15);
	box-shadow: 0 0 12px rgba(0, 0, 0, .15);
}

#new-post #post-title, #new-post textarea {
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 605px;
	resize: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	color: #ccc;
	font-weight: normal;
	font-size: 14px;
	padding: 12px;
	background: none;
}

#new-post #title-wrap, #new-post #post-submit {
	display: none;
}

#new-post #post-title {
	border-bottom: 1px solid #eee;
	height: 1.1em;
	font-size: 15px;
	font-weight: bold;
}

#new-post #post-body {
	line-height: 16px;
	height: 20px;
}

#new-post #new-post-form .focus {
	color: #444;
}

#new-post #post-submit {
	padding-top: 10px;
}

/* @end */

/* @group Drawer */

.drawer {
	clear: both;
	position: relative;
	display: none;
	background: url(v2/drawer_notch.jpg) no-repeat 0 0;
	padding-top: 15px;
	margin-top: 8px;
	width: 692px;
	left: -15px;
}

.drawer > ul {
	padding: 0 18px 0 18px;
}

.drawer.open {
	display: block;
}

.drawer .avatar {
	float: left;
	width: 42px;
	margin-right: 10px;
}

.drawer .who {
	width: 113px;
	margin-right: 14px;
	float: left;
}

.drawer .who strong {
	font-weight: bold;
	line-height: 14px;
	display: block;
	margin-bottom: 3px;
}

.drawer .who .timestamp {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 13px;
}

.drawer .who .badge {
	background: #7CB659;
	display:inline-block;
	padding:3px 3px 1px;
	color:white;
	font-weight:bold;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 13px;
	border-radius: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.drawer .what {
	float: left;
	width: 500px;
}

/* @group Comments */

.drawer .comments {
	display: none;
	background: url(v2/drawer_bg.jpg);
}

.drawer .comments.active {
	display: block;
}

.drawer li.comment, .drawer .new-comment li {
	padding: 12px 0;
	font-size: 12px;
	line-height: 17px;
}

.comments li.comment {
	border-bottom: 1px solid #b9b9b9;
	border-top: 1px solid #e8e9e9;
}

.comments li:first-child {
	border-top: none;
}

.comments li:last-child {
	border-bottom: none;
}

.comments .what {
	width: 435px;
}

.comments .meta-links {
	padding-top: 4px;
}

.comments .meta-links li {
	float: left;
	margin-right: 10px;
	font-size: 11px;
	line-height: 14px;
}

.comments .thanks.given {
}

.comments .meta-links input[type=submit] {
    border: none;
    background-color: inherit;
    padding: 0;
    color: #607890;
    margin: 0;
}

/* @group Thanks */

.comments .thanks-icon {
    display: block;
    padding-top: 32px;
    padding-left: 1px;
    text-align: center;
    background: url(v2/thumb.jpg) no-repeat 0 0;
}

.comments .thanks-icon:hover {
    cursor: pointer;
}

.comments .thanks-icon.off {
    background: none;
}

.comments .thanks-list {
    display: none;
}

.comments .score {
    float: right;
    width: 18px;
}

/* @end */

/* @group Login popup */

#login-popup .cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(127, 127, 127, 0.7);
    z-index: 1000;
}

#login-popup .login-form {
    display: none;
    position: fixed;
    top: 10%;
    left: 15%;
    width: 70%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #999;
    z-index: 1001;
}

#login-popup .login-form .reason {
    text-align: center;
    font-size: 1.1em;
    margin: 0.5em 0 1em 0;
}

#login-popup .errors {
    color: red;
}

/* @end */

/* @end */

/* @group New comment */

.drawer .new-comment {
	display: none;
	background: url(v2/drawer_bg.jpg);
}

.drawer .comments.active + .new-comment li {
	border-top: 1px solid #b9b9b9;
	padding-top: 0;
}

.drawer .comments.active + .new-comment .comment-form {
	border-top: 1px solid #e8e9e9;
	padding-top: 12px;
}

.drawer .comment-form textarea {
	background: #f8f8f8 url(v2/comment_box_bg.gif) no-repeat 0 0;
	border: 1px solid #969797;
	width: 482px;
	height: 45px;
	padding: 8px;
}

.drawer .post-comment-button {
	float: right;
	clear: both;
}

/* @end */

/* @group Drawer tabs new */

/*.drawer-links {
	clear: both;
	background: url(v2/actions/action_bg.gif) repeat 0 0;
	height: 19px;
	position: relative;
	margin-bottom: 20px;
	float: left;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 6px 0 0 8px;
	left: -18px;
}

.drawer-links li {
	float: left;
	display: block;
}

.drawer-links a {
	color: #555;
	height: 13px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 12px 0 36px;
	margin: 0;
	border-left: 1px solid #ccc;
	background-position: 14px 50%;
	display: block;
	line-height: 13px;
}

.drawer-links li:first-child a {
	border: none;
	margin-left: 0;
}

.drawer-links a:hover {
	color: #333;
	text-decoration: none;
}

.view-comments a { background-image: url(v2/actions/action_quotes.png); }
.post-comment a { background-image: url(v2/actions/action_quote.png); }
.map a { background-image: url(v2/actions/action_pin.png);}

.drawer-links .share a {
	width: 27px;
	padding: 0;
	display: block;
	height: 13px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(v2/actions/action_facebook.png) no-repeat 14px 0;
}

.drawer-links .share a.tweet {
	width: 33px;
	border: none;
	background-image: url(v2/actions/action_tweet.png);
	margin-right: 15px;
}*/

/* @end */

/* @group Drawer tabs old */

.drawer-links {
	clear: both;
	background: url(v2/notch.gif) no-repeat 0 7px;
	height: 26px;
	position: relative;
	left: -17px;
	width: 709px;
	padding-left: 6px;
}

.drawer-links li {
	padding: 4px 0 8px 0;
	float: left;
	display: inline-block;
	line-height: 14px;
}

.drawer-links a {
	color: #555;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1px 12px 0 36px;
	margin: 0;
	border-left: 1px solid #ccc;
	background-position: 14px 0;
}

.drawer-links li:first-child a {
	border: none;
	margin-left: 0;
}

.drawer-links a:hover {
	color: #333;
	text-decoration: none;
}

.view-comments a { background-image: url(v2/action_quotes.gif); }
.post-comment a { background-image: url(v2/action_quote.gif); }

.drawer-links .share {
	padding: 11px 0 0 20px;
}

.drawer-links .share a {
	border: none;
	height: 13px;
	width: 13px;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow: hidden;
	background: url(v2/action_facebook.gif) no-repeat 0 0;
}

.drawer-links .share a.tweet {
	width: 19px;
	background: url(v2/action_twitter.gif) no-repeat 0 0;
}

/* @end */

/* @group Active drawer tabs */

.drawer.open + .drawer-links {
	left: -16px;
	background: url(v2/drawer_bottom.jpg) repeat-x 0 0;
	height: 32px;
	padding-left: 4px;
	width: 690px;
}

.drawer.open + .drawer-links li {
	padding-top: 11px;
}

.drawer-links li.active {
	background: url(v2/drawer_tab.jpg) no-repeat 0 0;
}

.drawer-links li.active a {
	padding-left: 36px;
	background-position: 14px 0;
}

.drawer-links .active + li {
	background: url(v2/drawer_tab.jpg) no-repeat -394px 0;
}

.drawer-links .active + .active {
	background-position: -8px 0;
}

.drawer-links .active a {
	color: #404040;
	text-shadow: #ededed 1px 1px 1px;
}

.drawer-links li + .active a {
	margin-left: 1px;
	border: none;
}

.drawer-links .active + li a {
	border: none;
	margin-left: 1px;
}

.drawer-links .active + .active a {
	border-left: 1px solid #adadad;
	margin-left: 0;
}

.view-comments.active a { background-image: url(v2/action_quotes_on.gif); }
.post-comment.active a { background-image: url(v2/action_quote_on.gif); }

/* @end */

/* @end */

/* @group In the media */

.excerpts {
	border-left: 4px solid #eee;
	padding-left: 15px;
	margin-bottom: 1em;
}

.excerpts p {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

.excerpts p:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* @end */

/* @group Announcements */

.announcements .author {
	width: 75px;
	float: left;
	margin-bottom: 1em;
}

.announcements .author img {
	border: 1px solid #444;
}

.announcements .post {
	padding-left: 93px;
	margin-bottom: 1em;
}

/* @end */

/* @group Ratings */

.review-group {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.review-group:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.star-rating {
	display: block;
	overflow: hidden;
	width: 76px;
	height: 14px;
	background: url(v2/star_rating.gif) 0 0 no-repeat;
	position: absolute;
	top: 1px;
	left: 0;
}

.star-rating strong {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 14px;
	background: url(v2/star_rating.gif) 0 -18px no-repeat;
}

.star-rating .stars4 {
	width: 80%;
}

.star-rating .stars3 {
	width: 60%;
}

.star-rating .stars2 {
	width: 40%;
}

.star-rating .stars1 {
	width: 20%;
}

.businesses {
	display: block;
	padding-left: 95px;
	font-size: 11px;
	color: #666;
}

.businesses strong {
	font-size: 14px;
}

/* @end */

/* @group Crime */

.crime-group {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.crime-group:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.crime h3 {
	display: block;
	width: 76px;
	padding-top: 1px;
	left: 0;
	font-size: 14px;
	line-height: 17px;
	float: left;
	padding-bottom: 10px;
}

.crime-group ul {
	display: block;
	padding-left: 95px;
}

.crime-group li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	position: relative;
	padding: 0 80px 10px 0;
}

.crime-group li:last-child {
	border: none;
	margin-bottom:0;
}

.crime .permalink {
	display: inline-block;
	margin-bottom: 2px;
}

.crime .loc {
	display: inline-block;
	padding: 1px 5px;
	font-size: 12px;
	background: #eee;
	margin-bottom: 2px;
}

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

.crime .timestamp b {
	color: #222;
	font-weight: normal;
}

.crime .comment-count {
	position: absolute;
	right: 0;
	top: 0;
	color: #222;
	background: url(v2/crime_quote.gif) no-repeat 0 0;
	width: 32px;
	height: 29px;
	text-align: center;
	line-height: 26px;
	padding-left: 1px;
}

.crime .comment-mark {
	display: none;
	position: absolute;
	right: 0;
	top: 9px;
	color: #555;
	text-transform: uppercase;
	font-size: 10px;
	background: url(v2/action_quote.gif) no-repeat right 0;
	padding-right: 20px;
}

.crime .comment-count i {
	display: none;
}

.crime .comment-count + .comment-mark {
	top: 7px;
	right: 40px;
	padding: 0;
	background: none;
}

.crime .hover {
	cursor: pointer;
}

.crime .hover .comment-mark {
	display: block;
}

/* @end */

/* @group Photo */

.photos .photo-group {
	margin-bottom: 12px;
	overflow: hidden;
	height: 92px;
}

.photos .photo-stripe {
	width: 4000px;
}

.photos strong.credit {
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 8px;
	display: block;
}

.photos strong.credit b {
	font-weight: bold;
}

.photo {
	float: left;
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.photo:last-child {
	margin-right: 0;
}

.photo:hover {
	position: relative;
	top: 2px;
	border-color: #aaa;
}

.photo img {
	margin: 6px;
	float: left;
}

/* @end */

/* @group Real Estate */

.real-estate-listing {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 10px 0;
}

.real-estate-listing:last-child {
	border-bottom: none;
}

.real-estate-listing .thumbnail {
	display: block;
	float: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
	margin-right: 12px;
}

.real-estate-listing .thumbnail img {
	margin: 5px;
	float: left;
}

.real-estate-listing h3 {
	margin-bottom: 0;
}

.real-estate-listing h3, .real-estate-listing p {
	/*width: 580px;*/
}

.real-estate-listing h3 a {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
	font-weight: normal;
}

.real-estate-listing p {
	font-size: 12px;
	color: #555;
}

.real-estate-listing h3, .real-estate-listing p {
	padding-left: 93px;
}

.real-estate-listing p strong {
	color: #222;
	font-weight: normal;
}

/* @end */

/* @group Apartment Listings */

.apartment-listing {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 10px 0;
}

.apartment-listing:last-child {
	border-bottom: none;
}

.apartment-listing .thumbnail {
	display: block;
	float: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
	margin-right: 12px;
}

.apartment-listing .thumbnail img {
	margin: 5px;
	float: left;
}

.apartment-listing h3 {
	margin-bottom: 0;
}

.apartment-listing h3, .apartment-listing p {
	/*width: 580px;*/
}

.apartment-listing h3 a {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 4px;
	font-weight: normal;
}

.apartment-listing p {
	font-size: 12px;
	color: #555;
}

.apartment-listing h3, .apartment-listing p {
	padding-left: 93px;
}

.apartment-listing p strong {
	color: #222;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group Rail */

#rail .module {
	margin-bottom: 20px;
}

#rail h2 {
	background: url(v2/sidebar_dashed.gif) repeat-x 0 50%;
	position: relative;
	margin: 0 0 16px 0;
}

#rail h2 span {
	font-family: BentonSans, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	padding: 0 5px 0 0;
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	background: #e4e9e6;
}

/* @group Ad */

.ad-banner {
	display: none;
	width: 728px;
	height: 90px;
	background: #444;
	float: right;
	margin-bottom: 2em;
}

#rail .ad-rail {
	width: 300px;
	height: 250px;
	background: #444;
}

/* @end */

/* @group People near you */

#people-near-you #people {
	margin-bottom: 3px;
}

#people-near-you #people a {
	float: left;
	display: block;
	margin-right: 9px;
	margin-bottom: 9px;
	opacity: .6;
}

#people-near-you #people.off a {
	opacity: 1;
}

#people-near-you #people a.on {
	opacity: 1;
	box-shadow: 0 0 5px rgba(100, 100, 100, 0.8);
	-webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.8);
	-moz-box-shadow: 0 0 5px rgba(100, 100, 100, 0.8);
}

#people-near-you #people img {
	float: left;
}

#people-near-you #people a.last {
	margin-right: 0;
}

#person-info {
	font-size: 12px;
	clear: both;
	line-height: 18px;
	padding-right: 3px;
	margin-bottom: 12px;
}

#people-near-you #people.off + #person-info {
	color: #666;
	line-height: 2em;
}

#person-info b {
	color: #000;
	font-size: 14px;
}

/* @end */

/* @group Quotebox */

#rail .quotebox {
	margin-bottom: 20px;
}

#rail .quotebox p {
	background: #f7f8f8;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 11px 15px 15px 15px;
	font-style: italic;
	font-family: Georgia;
	font-size: 13px;
	line-height: 18px;
}

#rail .quotebox cite {
	background: url(v2/quote_point.gif) no-repeat 25px 0;
	padding-top: 30px;
	padding-left: 13px;
	display: block;
}

#rail .quotebox img {
	float: left;
	width: 42px;
	margin-right: 8px;
}

#rail .quotebox cite span {
	display: block;
	padding-left: 55px;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
}

#rail .quotebox cite span i {
	font-size: 9px;
	text-transform: uppercase;
	line-height: 13px;
	display: block;
	font-style: normal;
	margin-top: 2px;
	color: #888;
}

/* @end */

/* @end */
