html, body{
	height:100%;
}
body{
	margin:0;
	background:#fff;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
	font-size:small;
	color:#000;
}
#container{
	width:1070px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	background:#e6e6e1;
}
a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
#content-column a{
	text-decoration:underline;
}
#content-column .node a{
	text-decoration:none;
}
.profile-blocks-container a{
	text-decoration:underline;
}
/* ================ */
/* = Header Items = */
/* ================ */
#tip-top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0 auto;
	background:#fff;
	border-bottom:1px solid #e6e6e1;
	z-index:98;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	color:#555;
}
#block-nice_menus-1{
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #d6d6d6;
	float:left;
}
ul#nice-menu-1{
	padding:0;
	width:100%;
	border-bottom:1px solid #bbb;
}
ul#nice-menu-1 li{
	background:#fff;
	border:none;
}
ul#nice-menu-1 li a{
	padding:6px;
}
ul#nice-menu-1 li a:hover{ 
	background:#ccc;
}
ul#nice-menu-1 li ul li ul li a{
	padding:2px;
}
span.welcome{
	font-style:italic;
	font-family:georgia, serif;
	display:block;
	position:absolute;
	top:0;
	right:15px;
	height:27px;
	line-height:27px;
	z-index:999;
}
#header{
	background:#000;
	color:#fff;
	height:120px;
	position:relative;
}
#header a{
	color:#ccc;
}
#header a:hover{
	color:#fff;
}
#header h3.logo{
	position:absolute;
	margin:0;
	padding:0;
	bottom:19px;
	left:20px;
}
#header h3.logo a{
	display:block;
	width:140px;
	height:0;
	padding:68px 0 0 0;
	margin:0;
	overflow:hidden;
	background:url(images/logo.gif) no-repeat;
	outline:none;
}
#header-content{
	width:680px;
	height:62px;
	position:absolute;
	bottom:19px;
	right:20px;
}
#header-slogan{
	position:absolute;
	top:0;
	left:0;
	font-weight:normal;
	text-transform:lowercase;
	font-size:medium;
	width:319px;
	height:0;
	overflow:hidden;
	background:url(images/slogan.gif) no-repeat;
	margin:0;
	padding:23px 0 0 0;
}
#header-register{
	position:absolute;
	top:0;
	right:0;
	height:23px;
	line-height:23px;
	text-transform:uppercase;
	color:#ccc;
	font-size:85%;
}
#header-register a{
	color:#eb9855;
	padding:0 4px;
}
#header-register a:hover{
	color:#fff;
}
#header-register ul,
#header-register ul li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#global-nav{
	position:absolute;
	bottom:0;
	left:0;
}
#global-nav ul.menu{
	margin:0;
	padding:0;
	height:30px;
	float:left;
}
#global-nav ul.menu li{
	display:inline;
	font-size:110%;
	letter-spacing:1px;
	margin:0;
	padding:0;
	height:30px;
}
#global-nav ul.menu li a{
	display:block;
	float:left;
	font-family:Impact, Charcoal, sans-serif;
	text-transform:uppercase;
	margin:0 15px 0 0;
	height:30px;
	line-height:38px;
	font-weight:300;
	outline:none;
}
#global-nav ul.menu li a.active,
#global-nav ul.menu li a:active{
	border-top:1px solid #eee;
	margin-top:-1px;
	outline:none;
}
#global-nav ul.menu li.home a.active,
#global-nav ul.menu li.home a:active{
	border-top:none;
	margin-top:0;
	outline:none;
}
#global-nav ul.menu li.people a.active{
	border-top:1px solid #eee;
	margin-top:-1px;
}
#global-nav ul.menu li a:hover,
#global-nav ul.menu li.home a:hover{
	border-top:1px solid #fff;
	margin-top:-1px;
}
#global-nav ul.menu li.newsletter a:hover{
	color:#fff;
}
#global-nav ul.menu li.newsletter a{
	color:#eb9855;
}
#header-search{
	position:absolute;
	bottom:0;
	right:0;
	width:215px;
	text-align:right;
}
#header-search label{
	display:none;
}
#header-search input#edit-search-theme-form-1{
	float:left;
	width:140px;
	background:url(images/input_shadow.gif) top left no-repeat;
	border:none;
	color:#777;
	padding:2px 5px;
	margin:0;
}
#header-search input#edit-submit,
#header-search input#edit-submit-1,
#header-search input#edit-submit-2{
	background:#000;
	text-transform:uppercase;
	color:#ccc;
	border:none;
	padding:2px 0;
	margin:0;
	font-size:85%;
}
#bottom-nav-wrapper{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	margin:0;
	padding:0;
	height:30px;
	border-top:1px solid #777;
}
hr#header-lower{
	border:none;
	border-top:1px solid #777;
	width:100%;
	position:absolute;
	height:0;
	bottom:30px;
	margin:0;
	padding:0;
}
/* =========== */
/* = Content = */
/* =========== */
form#comment-form input.form-text,
form#comment-form textarea.form-textarea{
	background:url(images/input_shadow.gif) top left no-repeat #fff;
	border:1px solid #cdcdcb;
	padding:5px 3px 3px 5px;
}
#content-container{
	margin:30px 0;
	float: left;
	width: 100%;
	position:relative;
}
p{
	margin:0 0 1em 0;
}
a img{
	border:none;
}
h1{
	margin:0;
	padding:0;
}
h2{
	margin:0;
	padding:0;
}
#left-profile-blocks{
	width:330px;
	float:left;
}
#right-profile-blocks{
	width:330px;
	float:right;
}
a.big-hidden-images{
	display:block;
	position:absolute;
	left:-9999px;
}
#secondary-column h2,
h2.square-heading,
h2.comments,
h3.slideshow-bar{
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	font-size:140%;
	font-family:Impact, Charcoal, sans-serif;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	font-weight:normal;
	position:relative;
	line-height:1.75em;
}
#block-block-3 p{
	display:inline;
}
#block-block-3 a{
	display:block;
	margin:-25px 0 40px 0;
	padding:0 0 0 15px;
	font-size:140%;
	font-family:Impact, Charcoal, sans-serif;
	text-transform:uppercase;
	background-color:#444;
	color:#fff;
	font-weight:normal;
	position:relative;
	line-height:1.75em;
}
#takeaway-content a,
#takeaway-details a{
	text-decoration:none !important;
	color:#e46500 !important;
}
#takeaway-content a:hover{
	color:#555;
}
#secondary-column h2 span,
h2.square-heading span,
h3.slideshow-bar span{
	font-size:x-small;
	position:absolute;
	right:15px;
	line-height:3.5em;
	font-family:helvetica, arial, sans-serif;
}
#secondary-column h2 span a,
h2.square-heading span a,
h3.slideshow-bar span a{
	color:#fff;
}
/* =============== */
/* = Tags Colors = */
/* =============== */
/*.weird,
#block-views-latest_weird-block_1 h2,
.taxonomy_term_8 a{
	background-color:#734493 !important;
	border:1px solid #734493 !important;
}
.node-body-weird a{
	color:#734493 !important;
	text-decoration:underline;
}
.books,
.writers,
.movies,
#block-views-latest_books-block_1 h2,
.taxonomy_term_6 a{
	background-color:#31316a !important;
	border:1px solid #31316a !important;
}
.node-body-books a,
.node-body-writers a,
.node-body-movies a{
	color:#31316a !important;
	text-decoration:underline;
}
.pets,
#block-views-latest_pets-block_1 h2,
.taxonomy_term_7 a{
	background-color:#41b49d !important;
	border:1px solid #41b49d !important;
}
.node-body-pets a{
	color:#41b49d !important;
	text-decoration:underline;
}
.politics,
#block-views-latest_politics-block_1 h2,
.taxonomy_term_9 a{
	background-color:#3b5d90 !important;
	border:1px solid #3b5d90 !important;
}
.node-body-politics a{
	color:#3b5d90 !important;
	text-decoration:underline;
}
.spirituality,
#block-views-latest_spirituality-block_1 h2,
.taxonomy_term_22 a{
	background-color:#ff0000 !important;
	border:1px solid #ff0000 !important;
}
.node-body-spirituality a{
	color:#ff0000 !important;
	text-decoration:underline;
}
.sports,
#block-views-latest_sports-block_1 h2,
.taxonomy_term_21 a{
	background-color:#613506 !important;
	border:1px solid #613506 !important;
}
.node-body-sports a{
	color:#613506 !important;
	text-decoration:underline;
}
.sex,
#block-views-latest_sex-block_1 h2,
.taxonomy_term_3 a{
	background-color:#bf61bf !important;
	border:1px solid #bf61bf !important;
}
.node-body-sex a{
	color:#bf61bf !important;
	text-decoration:underline;
}
.fashion,
.stores,
#block-views-latest_fashion-block_1 h2,
.taxonomy_term_5 a{
	background-color:#c62f6b !important;
	border:1px solid #c62f6b !important;
}
.node-body-fashion a,
.node-body-stores a{
	color:#c62f6b !important;
	text-decoration:underline;
}
.music,
.events,
.clubs,
#block-views-latest_music-block_1 h2,
.taxonomy_term_4 a{
	background-color:#a46033 !important;
	border:1px solid #a46033 !important;
}
.node-body-music a,
.node-body-events a,
.node-body-clubs a{
	color:#a46033 !important;
	text-decoration:underline;
}
.galleries,
.artists,
#block-views-latest_art-block_1 h2,
.taxonomy_term_2 a{
	background-color:#88c719 !important;
	border:1px solid #88c719 !important;
}
.node-body-art a,
.node-body-galleries a,
.node-body-artists a{
	color:#e46500 !important;
	text-decoration:none;
}
.food,
.restaurants,
#block-views-latest_food-block_1 h2,
.taxonomy_term_1 a{
	background-color:#e4bc1a !important;
	border:1px solid #e4bc1a !important;
}
.node-body-food a,
.node-body-restaurants a{
	color:#e4bc1a !important;
	text-decoration:underline;
}*/
#node-4 .content a,
#node-484 .content a,
.profile-node #profile-content a{
	color:#e46500 !important;
	text-decoration:none;
}
#left-profile-block-1-body a,
#right-profile-block-1-body a{
	text-decoration:underline !important;
	color:#e46500 !important;
}
#left-profile-blocks,
#right-profile-blocks{
	padding-top:10px;
}
#left-profile-block-1-body,
#right-profile-block-1-body,
#left-profile-block-2-body,
#right-profile-block-2-body{
	border:1px solid #000;
	border-top:none;
}
/* ===================== */
/* = Front Tags Blocks = */
/* ===================== */
#front-tags-blocks{
	
}
#front-tags-blocks .block h2{
	border:none !important;
	clear:both;
	margin:0;
}
#front-tags-blocks .block .view-content{
	margin:15px 0 0 0;
	padding:0;
	width:312px;
	float:left;
}
#front-tags-blocks .block .view-content .views-field-title{
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
#front-tags-blocks .block .view-content .views-field-field-small-profile-image-fid{
	float:left;
	margin-right:10px;
}
#front-tags-blocks .block .view-content .views-field-field-tiny-teaser-value{
	font-size:85%;
	display:inline;
	margin-right:5px;
}
#front-tags-blocks .block .view-content .views-field-view-node{
	font-weight:bold;
	font-size:85%;
	text-transform:uppercase;
	display:inline;
}
#front-tags-blocks .block .view-content div.views-row-odd,
#front-tags-blocks .block .view-content div.views-row-even{
	background:#fff;
	border:1px solid #000;
	padding:8px;
	float:left;
	margin:0 0 10px 0;
	width:312px;
}
#block-views-Popular_posts-block_2 .block .view-content .views-row-odd,
#block-views-Popular_posts-block_2 .block .view-content .views-row-even{
	
}
/* ================ */
/* = People Pages = */
/* ================ */
#front-tags-blocks h2 a{
	color:#fff;
}
#elsewhere-container{
	float:right;
	width:140px;
	padding-top:6px;
	margin:10px 5px 8px 0;
	border-top:1px solid #000;
}
#elsewhere-twitter a{
	display:block;
	float:right;
	height:0;
	width:140px;
	overflow:hidden;
	padding:20px 0 0 0;
	margin-bottom:5px;
	background:url(images/twitter.png) left 0 no-repeat;
}
#elsewhere-facebook a{
	display:block;
	float:right;
	height:0;
	width:140px;
	overflow:hidden;
	padding:20px 0 0 0;
	margin-bottom:5px;
	background:url(images/facebook.png) left 0 no-repeat;
}
#elsewhere-twitter a:hover,
#elsewhere-facebook a:hover{
	background-position:left -20px;
}
#elsewhere-itunes a{
	display:block;
	float:right;
	height:0;
	width:47px;
	overflow:hidden;
	margin-right:5px;
	padding:15px 0 0 0;
	background:url(images/itunes.png) top left no-repeat;
}
#elsewhere-rss a{
	display:block;
	float:right;
	height:0;
	width:33px;
	overflow:hidden;
	padding:15px 0 0 0;
	line-height:15px;
	background:url(images/rss.png) top left no-repeat;
}
div.profile-block-body{
	background:#fff !important;
	padding:15px 10px;
	margin:0 0 30px 0;
}
div.profile-blocks-container{
	margin-bottom:40px;
}
div.profile-blocks-container h2.square-heading{
	margin-bottom:0;
}
#profile-heading{
	margin:30px 0;
}
#profile-heading h1,
#profile-heading h2{
	font-weight:300;
}
#profile-heading h2{
	color:#444;
}
#profile-content{
	margin-bottom:30px;
	line-height:1.5em;
	font-size:110%;
	color:#444;
}
.advertisement p{
	margin:0;
}
#block-spread-0{
	border:1px solid #000;
	background:#fff;
	margin:0 0 30px 0;
	width:100%;
}
#block-spread-0 div.content{
	margin:10px;
}
#block-spread-0 div.content form{
	width:155px;
	float:left;
}
#block-spread-0 input.form-text{
	background:url(images/input_shadow.gif) top left no-repeat #fff;
	border:1px solid #cdcdcb;
	padding:5px 3px 3px 5px;
	width:145px;
	margin:3px 0;
}
#block-spread-0 input#edit-submit-1{
	padding:1px 4px;
	margin:3px 0 0 0;
	border:1px solid #000;
	background:#000;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	float:right;
}
#edit-0-wrapper,
#edit-from-wrapper,
#edit-message-wrapper{
	margin:0;
	padding:0;
}
#emailthistitle{
}
#block-similarterms-1,
#block-similarterms-2,
#block-views-archive-block{
	margin:0 0 40px 0;
}
#block-block-4,
#block-views-Popular_posts-block_2{
	margin:0 0 20px 0;
}
#block-similarterms-1 ul,
#block-similarterms-2 ul,
#block-block-4 ul,
#block-views-archive-block ul{
	margin:0;
	padding:0;
}
#block-similarterms-2 li,
#block-similarterms-1 li,
#block-block-4 li,
#block-views-archive-block li{
	margin:0;
	padding:3px 0 3px 20px;
	list-style:none;
	font-weight:bold;
}
#block-block-4 h2{
	margin:0 0 15px 0 !important;
}
#block-views-other_people-block_1 li{
	margin:0;
	padding:3px 0 3px 20px;
	list-style:none;
}
#form-success{
	display:none;
	float:left;
	font-size:80%;
	margin:6px 0 0 0;
}
#spinner{
	display:none;
	float:left;
	width:16px;
	height:16px;
	margin:6px 0 0 0;
	background:url(images/spinner.gif) center no-repeat;
}
.innertube{
	margin:0 20px;
	min-height:500px;
}
#content-column{
	margin-right: 350px;
}
#content-column-span{
	margin-right:0;
}
#secondary-column{
	float: left;
	width: 330px;
	margin:30px 0 40px -330px;
	position:relative;
	z-index:10;
}
#block-views-latest_people-block_1 .views-row-odd,
#block-views-latest_people-block_1 .views-row-even,
#block-views-other_people-block_1 .views-row-odd,
#block-views-other_people-block_1 .views-row-even{
	padding:8px;
	background:#fff;
	border:1px solid #000;
	margin-bottom:10px;
	float:left;
	width:312px;
}
#block-views-latest_people-block_1 .views-field-field-tiny-teaser-value,
#block-views-other_people-block_1 .views-field-field-tiny-teaser-value{
	font-size:85%;
	line-height:1.2em;
	display:inline;
	margin-right:5px;
}
#block-views-latest_people-block_1 .views-field-title,
#block-views-other_people-block_1 .views-field-title{
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
}
#block-views-latest_people-block_1 .views-field-view-node,
#block-views-other_people-block_1 .views-field-view-node{
	display:inline;
}
#block-views-latest_people-block_1 .views-field-view-node a,
#block-views-other_people-block_1 .views-field-view-node a{
	font-weight:bold;
	text-transform:uppercase;
	font-size:85%;
	line-height:1.2em;
}
.view-id-latest_people .view-footer{
	text-align:right;
	width:100%;
	float:right;
}
.read-more,
.view-id-latest_people .view-footer p a{
	text-transform:uppercase;
	font-weight:bold;
	font-size:95%;
	padding-left:5px;
}
.view-id-latest_people .view-footer p a{
	text-transform:lowercase;
}
.large-teaser,
.blog-node{
	padding:15px;
	background:#fff;
	border:1px solid #000;
	margin-bottom:40px;
}
span.submitted{
	display:block;
	color:#777;
	font-size:x-small;
	margin-bottom:10px;
}
ul.links li.blog_usernames_blog{
	display:none;
}
.blog-node .content p{
	line-height:1.5em;
	font-size:110%;
	color:#444;
}
.blog-node .terms{
	font-weight:bold;
	padding:9px;
	font-size:90%;
	background:#ccc;
	margin-bottom:15px;
}
.blog-node .links .service_links_delicious,
.blog-node .links .service_links_current,
.blog-node .links .service_links_delicious,
.blog-node .links .service_links_digg,
.blog-node .links .service_links_stumbleupon,
.blog-node .links .service_links_propeller,
.blog-node .links .service_links_reddit,
.blog-node .links .service_links_magnoliacom,
.blog-node .links .service_links_newsvine,
.blog-node .links .service_links_furl,
.blog-node .links .service_links_facebook,
.blog-node .links .service_links_google,
.blog-node .links .service_links_yahoo,
.blog-node .links .comment_add,
.blog-node .links .comment_comments{
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
.blog-node div.links{
	float:left;
	width:100%;
	position:relative;
}
.blog-node .links .node_read_more{
	display:none;
}
.blog-node .links #read-more{
	float:right;
}
.blog-node .links .comment_add,
.blog-node .links .comment_comments{
	margin-right:50px;
	height:16px;
	line-height:16px;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
}
.blog-node .links .service_links_delicious a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/delicious.png);
	background-position:0 0;
}
.blog-node .links .service_links_current a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/current.png);
	background-position:0 0;
}
.blog-node .links .service_links_digg a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/digg.png);
	background-position:0 0;
}
.blog-node .links .service_links_stumbleupon a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/stumbleit.png);
	background-position:0 0;
}
.blog-node .links .service_links_propeller a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/propeller.png);
	background-position:0 0;
}
.blog-node .links .service_links_reddit a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/reddit.png);
	background-position:0 0;
}
.blog-node .links .service_links_magnoliacom a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/magnoliacom.png);
	background-position:0 0;
}
.blog-node .links .service_links_newsvine a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/newsvine.png);
	background-position:0 0;
}
.blog-node .links .service_links_furl a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/furl.png);
	background-position:0 0;
}
.blog-node .links .service_links_facebook a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/facebook.png);
	background-position:0 0;
}
.blog-node .links .service_links_google a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/google.png);
	background-position:0 0;
}
.blog-node .links .service_links_yahoo a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/yahoo.png);
	background-position:0 0;
}
.blog-node .links .service_links_delicious a:hover,
.blog-node .links .service_links_current a:hover,
.blog-node .links .service_links_delicious a:hover,
.blog-node .links .service_links_digg a:hover,
.blog-node .links .service_links_stumbleupon a:hover,
.blog-node .links .service_links_propeller a:hover,
.blog-node .links .service_links_reddit a:hover,
.blog-node .links .service_links_magnoliacom a:hover,
.blog-node .links .service_links_newsvine a:hover,
.blog-node .links .service_links_furl a:hover,
.blog-node .links .service_links_facebook a:hover,
.blog-node .links .service_links_google a:hover,
.blog-node .links .service_links_yahoo a:hover{
	background-position:0 16px;
}
/* ======================= */
/* = Sidebar Share Links = */
/* ======================= */
#share-links-sidebar .links .service_links_delicious,
#share-links-sidebar .links .service_links_current,
#share-links-sidebar .links .service_links_delicious,
#share-links-sidebar .links .service_links_digg,
#share-links-sidebar .links .service_links_stumbleupon,
#share-links-sidebar .links .service_links_propeller,
#share-links-sidebar .links .service_links_reddit,
#share-links-sidebar .links .service_links_magnoliacom,
#share-links-sidebar .links .service_links_newsvine,
#share-links-sidebar .links .service_links_furl,
#share-links-sidebar .links .service_links_facebook,
#share-links-sidebar .links .service_links_google,
#share-links-sidebar .links .service_links_yahoo{
	float:left;
	margin:4px 1px 0 0;
	padding:0;
}
#share-links-sidebar .links .service_links_delicious a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/delicious.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_current a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0;
	overflow:hidden;
	background-image:url(images/service_links/current.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_digg a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/digg.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_stumbleupon a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/stumbleit.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_propeller a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/propeller.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_reddit a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/reddit.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_magnoliacom a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/magnoliacom.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_newsvine a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/newsvine.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_furl a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/furl.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_facebook a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/facebook.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_google a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/google.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_yahoo a{
	display:block;
	float:left;
	width:16px;
	height:0;
	padding:16px 0 0 0;
	margin:0 3px 0 0;
	overflow:hidden;
	background-image:url(images/service_links/yahoo.png);
	background-position:0 0;
}
#share-links-sidebar .links .service_links_delicious a:hover,
#share-links-sidebar .links .service_links_current a:hover,
#share-links-sidebar .links .service_links_delicious a:hover,
#share-links-sidebar .links .service_links_digg a:hover,
#share-links-sidebar .links .service_links_stumbleupon a:hover,
#share-links-sidebar .links .service_links_propeller a:hover,
#share-links-sidebar .links .service_links_reddit a:hover,
#share-links-sidebar .links .service_links_magnoliacom a:hover,
#share-links-sidebar .links .service_links_newsvine a:hover,
#share-links-sidebar .links .service_links_furl a:hover,
#share-links-sidebar .links .service_links_facebook a:hover,
#share-links-sidebar .links .service_links_google a:hover,
#share-links-sidebar .links .service_links_yahoo a:hover{
	background-position:0 16px;
}
#share-links-sidebar .links{
	padding:0 !important;
	margin:0 !important;
}
#share-links-sidebar{
	width:145px;
	float:right;
}
#embed-sidebar{
	clear:both;
	margin:10px 0;
	padding-top:5px;
	border-top:1px solid #000;
}
input#input-embed-sidebar{
	width:300px;
}
/* ============================ */
/* = Tables in the admin area = */
/* ============================ */
td{
	padding:5px;
}
tr.odd{
	background:#fafafa;
}
#fancy_title tbody{
	border:none;
}
#fancy_title td,
#fancy_title tr{
	padding:0;
}
.blog-node .terms span{
	font-size:85%;
	font-weight:300;
	text-transform:uppercase;
}
div.fieldset-wrapper{
	padding-bottom:10px;
}
.teaser-name{
	font-size:125%;
	width:155px;
	float:left;
	margin:15px 0 0 0;
}
.teaser-name-sub{
	font-size:100%;
	width:155px;
	float:left;
	margin:0;
	color:#555;
	font-weight:normal;
	clear:left;
}
.teaser-description{
	width:485px;
	float:right;
	margin:15px 0 0 0;
}
.teaser-tags{
	width:485px;
	float:right;
	margin:25px 0 0 0;
}
.teaser-takeaway-tags{
	clear:left;
	font-size:85%;
	color:#777;
}
.teaser-takeaway-tags a{
	color:#777;
}
.teaser-takeaway-tags a:hover{
	color:#000;
}
.large-takeaway-teaser{
	padding:15px;
	background:#fff;
	border:1px solid #000;
	margin-bottom:20px;
	position:relative;
}
div.takeaway-teaser-image{
	width:200px;
	height:200px;
	float:left;
	margin-right:15px;
	overflow:hidden;
	text-align:center;
}
h2.takeaway-teaser-name{
	font-size:125%;
	margin:0 0 15px 0;
}
div.takeaway-teaser-description{
	margin:15px 0;
}
div.view-taxonomy-term{
	margin-top:14px;
}
.large-teaser ul.links li{
	display:inline;
	padding:0;
}
.large-teaser ul.links li a{
	text-transform:uppercase;
	display:block;
	float:left;
	padding:1px 4px 1px 4px;
	margin:0 6px 4px 0;
	color:#fff;
	font-size:75%;
	background:#000;
	border:1px solid #000;
}
div.messages{
	padding:10px;
	text-align:center;
	background:#c8f385;
	border:1px solid #87cc1a;
	color:green;
	margin-bottom:15px;
}
div.error{
	background:#FFCCCC;
	border:1px solid #DD7777;
	color:#EE5555;
}
/* ============= */
/* = Takeaways = */
/* ============= */

#takeaway-heading{
	margin:0 0 30px 0;
}
#takeaway-heading h1{
	font-weight:300;
	font-size:225%;
}
#takeaway-heading h2{
	color:#444;
}
#takeaway-content{
	margin:0 0 20px 0;
	line-height:1.2em;
	font-size:110%;
	color:#000;
	font-weight:300;
}
#takeaway-content h6{
	margin-bottom:0;
}
#takeaway-address{
	font-size:110%;
	line-height:1.2em;
	font-weight:300;
}
#takeaway-info{
	width:335px;
	float:left;
	margin:0;
}
div#takeaway-details a{
	text-decoration:underline;
}
div.block-more-link{
	font-weight:bold;
	text-transform:lowercase;
	width:100%;
	float:left;
	text-align:right;
	margin:0 0 40px 0;
	font-family:Arial, sans-serif;
}
div.block-more-link a{
	color:#000;
}
div#block-similarterms-2,
#block-block-4{
	margin-top:25px;
}
ul#takeaway-buttons{
	margin:0 0 20px 0;
	padding:0;
	width:100%;
	float:left;
	position:relative;
}
ul#takeaway-buttons li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
ul#takeaway-buttons li a{
	padding:1px 4px;
	margin:0 3px 0 0;
	display:block;
	float:left;
	background:#000;
	text-decoration:none;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	font-size:85%;
}
ul#takeaway-buttons li.print{
	margin-bottom:5px;
	float:right;
}
ul#takeaway-buttons li.print a.print{
	padding-right:17px;
	color:#000;
	font-weight:bold;
	font-size:small;
	text-transform:none;
	background:url(images/print.png) right center no-repeat transparent;
}
.notify-errors{
	text-align:right;
	font-size:90%;
}
#takeaway-content .notify-errors a{
	color:#555 !important;
	text-decoration:underline !important;
}
ul#print-notify{
	width:20%;
	float:right;
	margin:0;
	padding:0;
	font-size:x-small;
	text-align:right;
}
ul#print-notify li{
	list-style:none;
}
#takeaway-details{
	margin:15px 0 20px 0;
	font-size:110%;
	line-height:1.2em;
	font-weight:300;
}
#takeaway-details h3{
	font-size:85%;
	font-weight:300;
	text-transform:uppercase;
	margin:10px 0 0 0;
}
/* Recommendations Block */
#block-views-references_block-block_1 h2{
	margin:0;
	padding:0 0 0 15px;
	font-size:140%;
	font-family:Impact, Charcoal, sans-serif;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	font-weight:normal;
	position:relative;
	line-height:1.75em;
}
#block-views-references_block-block_1 h2 span{
	font-size:x-small;
	position:absolute;
	right:15px;
	line-height:3.5em;
	font-family:helvetica, arial, sans-serif;
}
#block-views-references_block-block_1 ul{
	margin:20px 0 30px 0;
	padding:0;
	float:left;
	width:100%;
}
#block-views-references_block-block_1 ul li.reference-row{
	border:1px solid #000;
	background:#fff;
	margin:0 0 10px 0;
	padding:8px;
	list-style:none;
	width:662px;
	float:left;
}
#block-views-references_block-block_1 .views-field-field-small-profile-image-fid{
	float:left;
	margin-right:8px;
}
#block-views-references_block-block_1 .views-field-title{
	float:left;
	width:500px;
	font-weight:bold;
	margin:0 0 8px 0;
	font-size:115%;
}
#block-views-references_block-block_1 .views-field-field-profile-takeaway-quote-value{
	float:left;
	margin:0 30px;
	width:440px;
}
/* ============= */
/* = Slideshow = */
/* ============= */

img.slideshow-main{
	border:10px solid #fefefc;
}
.slideshow-main-image-container{
	width:100%;
	text-align:center;
	position:relative;
}
.slideshow-container{
	width:330px;
	float:left;
	margin:0 15px 5px 0;
	position:relative;
	overflow:hidden;
}
.slideshow-container ul.thumbs{
	margin:10px 0 0 0;
	padding:0;
	height:85px;
	position:absolute;
	left:0;
	width:9999px;
}
.slideshow-container ul.thumbs li{
	display:block;
	float:left;
	list-style:none;
	margin:0 6px 6px 0;
	padding:0;
	border:1px solid #000;
}
.slideshow-container ul.thumbs li a{
	display:block;
	float:left;
	border:none;
	margin:0;
	outline:none;
	overflow:hidden;
	height:75px;
	width:75px;
	background:#fff;
}
.slideshow-container ul.thumbs li a img{

}
.slideshow-container ul.thumbs li a.selected img{
	margin:-5px;
}
.slideshow-container ul.thumbs li a.selected{
	border:5px solid #fefefc;
	height:65px;
	width:65px;
}
#picture-slides-thumbnails{
	height:105px;
	width:100%;
	position:relative;
}
.scroll-pane {
	float:left;
	position:relative;
}
span#picture-slides-image-text{
	color:#666;
}
#picture-slides-container{
	height:230px;
}
h3.slideshow-bar{
	margin:10px 0;
}
h3.slideshow-bar span a{
	display:block;
	float:left;
	height:0;
	width:14px;
	overflow:hidden;
	padding:3.5em 0 0 0;
	outline:none;
	color:#000;
}
h3.slideshow-bar span a#start-slideshow{
	background:url(images/start_slideshow.png) center no-repeat;
	margin-right:16px;
}
h3.slideshow-bar span a#stop-slideshow{
	background:url(images/stop_slideshow.png) center no-repeat;
	margin-right:16px;
	display:none;
}
h3.slideshow-bar span a#previous-image{
	background:url(images/prev_img.png) center no-repeat;
	margin-right:8px;
}
h3.slideshow-bar span a#next-image{
	background:url(images/next_img.png) center no-repeat;
}
/* ============ */
/* = Comments = */
/* ============ */
div.comment{
	border-bottom:1px solid #555;
	margin:20px 0;
	padding-bottom:20px;
	position:relative;
}
div.comment div.content,
div.comment h3,
div.comment div.links{
	margin-left:170px;
}
div.block-similarterms h2{
	margin-bottom:12px !important;
}
.profile-terms,
.takeaway-terms{
	margin:20px 0;
	font-weight:bold;
}
.profile-terms span,
.takeaway-terms span{
	display:block;
	float:left;
}
.takeaway-terms ul.links,
.profile-terms ul.links{
	width:640px;
	float:right;
	margin:0;
	padding:0;
}
div.comment div.links ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
div.comment div.links ul li,
.takeaway-terms ul.links li,
.profile-terms ul.links li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
div.comment div.links ul li a,
.takeaway-terms ul.links li a,
.profile-terms ul.links li a{
	padding:1px 4px !important;
	margin:0 3px 3px 0 !important;
	display:block;
	float:left;
	background:#000 !important;
	color:#fff !important;
	font-weight:300;
	text-transform:uppercase;
	font-size:85% !important;
	border:none !important;
	text-decoration:none !important;
}
div.comment .fivestar-widget-static{
	width:160px;
	position:absolute;
	top:45px;
	left:0;
}
div.comment span.submitted{
	width:160px;
	position:absolute;
	top:0;
	left:0;
	line-height:1.75em;
}
/* ================ */
/* = Comment Form = */
/* ================ */
form#comment-form label{
	display:inline;
	font-weight:normal;
}
form#comment-form{
	position:relative;
	min-height:445px;
}
form#comment-form div.description{
	float:left;
}
form#comment-form #edit-name-wrapper{
	position:absolute;
	left:0;
	top:0;
	width:180px;
}
form#comment-form #edit-mail-wrapper{
	position:absolute;
	left:0;
	top:50px;
	width:180px;
}
form#comment-form #edit-homepage-wrapper{
	position:absolute;
	left:0;
	top:145px;
	width:180px;
	display:none;
}
form#comment-form div.fivestar-form-item{
	position:absolute;
	left:0;
	top:150px;
	width:180px;
}
form#comment-form div.description{
	font-size:x-small;
}
form#comment-form p,
form#comment-form ul{
	display:none;
}
form#comment-form input#edit-name,
form#comment-form input#edit-mail,
form#comment-form input#edit-homepage,
form#comment-form input#edit-captcha-response{
	width:170px;
}
form#comment-form input.form-submit{
	position:absolute;
	bottom:10px;
	background:#000;
	border:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	font-size:90%;
}
#edit-preview{
	display:none;
}
form#comment-form fieldset.captcha{
	position:absolute;
	bottom:35px;
	left:0;
	border:none;
	width:170px;
	padding:0;
	margin:0;
}
form#comment-form fieldset.captcha div.description{

}
form#comment-form fieldset.captcha legend{
	display:none;
}
form#comment-form #edit-subject-wrapper{
	position:absolute;
	right:0;
	top:0;
	width:480px;
}
form#comment-form #edit-comment-wrapper{
	position:absolute;
	right:0;
	top:50px;
	width:480px;
}
form#comment-form input#edit-subject,
form#comment-form textarea#edit-comment{
	width:470px;
}
form#comment-form textarea#edit-comment{
	height:340px;
}
form#comment-form .resizable-textarea{
	width:auto;
}
form#comment-form ul.tips{
	visibility:hidden;
	clear:both;
}

/* ========== */
/* = Footer = */
/* ========== */

#footer{
	background:#999;
	width:100%;
	height:150px;
	position:relative;
}
#footer h4{
	position:absolute;
	top:19px;
	left:20px;
	margin:0;
	padding:0;
}
#footer h4 a{
	display:block;
	width:110px;
	height:0;
	padding:51px 0 0 0;
	overflow:hidden;
	background:url(images/footer_logo.gif) no-repeat;
	outline:none;
}
#footer-copyright{
	position:absolute;
	bottom:60px;
	left:20px;
	font-size:85%;
}
#footer-revel-in{
	position:absolute;
	bottom:15px;
	left:20px;
	font-size:85%;
	font-weight:bold;
}
#footer-revel-in a{
	text-decoration:underline;
}
.footer-column{
	width:170px;
	float:right;
	position:relative;
	top:40px;
}
ul.footer-menu{
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
ul.footer-menu li{
	font-size:90%;
	list-style:none;
	line-height:1.4em;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
.container-inline{
	display:inline;
}
#showplayer{
	position:relative;
	z-index:1;
}
/* =============== */
/* = jScroll CSS = */
/* =============== */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	width:8px;
	overflow: hidden;
	background:url(images/drag_left.png) left center no-repeat transparent;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	width:8px;
	overflow: hidden;
	background:url(images/drag_right.png) right center no-repeat transparent;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
div.blog-node div.content a{
	color:#e46500;
}
/* ================== */
/* = New Front Page = */
/* ================== */
.view-id-Front .view-content{
	clear:left;
}
.view-id-Front button#front-prev{
	width:90px;
	z-index:11;
	height:160px;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(images/front_prev.png) top left no-repeat #e6e6e1;
	border:0px solid #fff;
	position:absolute;
	top:0;
	left:0;
	display:block;
	outline:none;
}
.view-id-Front button#front-next{
	width:90px;
	z-index:11;
	height:160px;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background:url(images/front_next.png) top left no-repeat #e6e6e1;
	border:0px solid #fff;
	position:absolute;
	top:0;
	right:0;
	display:block;
	outline:none;
}
.view-id-Front button::-moz-focus-inner{
	border: 1px solid #e6e6e1;
}
.view-id-Front button#front-next:active,
.view-id-Front button#front-prev:active,
.view-id-Front button#front-next:focus,
.view-id-Front button#front-prev:focus{
	outline:none;
	outline-color:#e6e6e1;
	outline-width:0px;
}
.view-id-Front .view-content{
	position:relative;
	width:100%;
	float:left;
	margin:27px 0 0 0;
	height:160px;
	overflow:hidden;
}
.view-id-Front .view-content .item-list{
	margin-right:90px;
}
.view-id-Front .view-footer{
	width:100%;
	float:left;
	margin:-225px 0 0 0;
	position:relative;
}
.view-id-Front .view-content .item-list ul{
	margin:0;
	padding:0;
	position:absolute;
	left:92px;
	width:9999px;
}
.view-people-page .view-content .item-list ul{
	width:860px;
	margin:0 auto;
	float:left;
	position:relative;
	left:92px;
}
.view-id-Front .view-content .item-list ul li,
.view-people-page .view-content .item-list ul li{
	list-style:none;
	margin:0 12px 0 0;
	padding:1px 9px 9px 1px;
	float:left;
	width:150px;
	height:150px;
	background:url(images/featured_ds.png) top right no-repeat #e6e6e1;
	color:#fff;
	text-align:center;
	position:relative;
}
.view-people-page .view-content .item-list ul li{
	margin:0 12px 12px 0;
}
.view-id-Front .view-content .item-list ul li .views-field-field-tiny-teaser-value a,
.view-people-page .view-content .item-list ul li .views-field-field-tiny-teaser-value a{
	background:url(images/small_play.png) bottom right no-repeat #343434;
	color:#eee;
	height:130px;
	width:122px;
	padding:10px 15px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	display:none;
}
.view-id-Front .view-content .item-list ul li.hover .views-field-field-tiny-teaser-value a,
.view-people-page .view-content .item-list ul li.hover .views-field-field-tiny-teaser-value a{
	display:block;
}
.view-id-Front .view-content .item-list ul li.hover .views-field-field-tiny-teaser-value a span,
.view-people-page .view-content .item-list ul li.hover .views-field-field-tiny-teaser-value a span{
	display:block;
}
.view-id-Front .view-content .item-list ul li .views-field-title,
.view-people-page .view-content .item-list ul li .views-field-title{
	font-weight:bold;
	font-size:115%;
	padding:7px 0 1px 0;
}
.view-id-Front .view-content .item-list ul li .views-field-field-subtitle-value,
.view-people-page .view-content .item-list ul li .views-field-field-subtitle-value{
	font-size:80%;
}
.view-id-Front .view-content .item-list ul li a,
.view-people-page .view-content .item-list ul li a{
	color:#fff;
}
.view-id-Front .view-content .item-list ul li .views-field-field-subtitle-value a,
.view-people-page .view-content .item-list ul li .views-field-field-subtitle-value a{
	color:#eee;
}
.view-id-Front .view-display-id-attachment_1 .view-content{
	width:675px;
	margin:0;
	padding:0;
	float:left;
}
.view-id-Front .view-display-id-attachment_1 .view-footer{
	width:330px;
	margin:0;
	padding:0;
	float:right;
	position:relative;
	top:auto;
	left:auto;
}
.view-id-Front .view-display-id-attachment_1 #front-mission{
	padding:10px 15px;
	background:#fff;
	border:1px solid #000;
	margin:0 0 15px 0;
}
.view-id-Front .view-display-id-attachment_1 #front-adspace{
	padding:15px;
	background:#fff;
}
.view-id-Front,
.view-people-page{
	position:relative;
}
.view-id-Front{
	position:relative;
	z-index:10;
	float:left;
	width:100%;
}
#profile-video{
	width:675px;
	height:410px;
	background:#000;
	z-index:4;
}
/* =============== */
/* = Front Video = */
/* =============== */
.view-id-Front_video{
	height:410px;
	position:relative;
}
#front-video{
	position:absolute;
	top:0;
	left:0;
}
.view-Front-video{
}
.view-Front-video .views-field-title h5{
	font-weight:normal;
	text-transform:uppercase;
	margin:-7px 0 0 0;
	padding:0 0 0 5px;
	text-align:left;
	background:#e6e6e1;
	position:relative;
	left:5px;
	z-index:9;
	width:80px;
	font-size:11px;
}
#block-block-5 h5{
	font-weight:normal;
	text-transform:uppercase;
	margin:-22px 0 12px 0;
	padding:0 0 0 5px;
	text-align:left;
	background:#e6e6e1;
	position:relative;
	left:-5px;
	z-index:9;
	width:100px;
	font-size:11px;
}
#block-block-5 p{
	margin:0;
}
.view-Front-video .views-field-title a{
	padding:15px 0 65px 0;
	width:328px;
	display:block;
	text-align:center;
	float:left;
	font-size:170%;
	outline:none;
}
.view-Front-video .views-field-title a:active,
.view-Front-video .views-field-title a:focus{
	outline:none;
}
.view-Front-video .views-field-field-right-block-1-title-value a,
.view-Front-video .views-field-field-left-block-1-title-value a{
	color:#fff;
	margin:0;
	display:block;
	padding:0 15px 0 15px;
	font-family:Impact, Charcoal, sans-serif;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	font-weight:normal;
	position:relative;
	line-height:1.75em;
	z-index:3;
}
.view-Front-video .views-field-field-left-block-1-title-value{
	float:left;
	text-align:right;
	margin:0;
	position:absolute;
	left:-999px;
	top:70px;
}
.view-Front-video .views-field-field-right-block-1-title-value{
	float:left;
	text-align:left;
	margin:0;
	position:absolute;
	left:-999px;
	top:70px;
}
.view-Front-video .view-footer{
	padding:15px;
	margin:30px 0 0 0;
	background:#fff;
	width:300px;
	float:left;
}
#block-views-Front_video-block_1{
	position:relative;
}
#block-views-Front_video-block_1 .view-footer{
	position:absolute;
	bottom:0;
	right:0;
}
#block-views-Front_video-block_1 .views-field-title{
	position:absolute;
	top:0;
	right:0;
	width:328px;
	height:110px;
	border:1px solid #bbb;
}
/* ============= */
/* = Tag Cloud = */
/* ============= */
.block-tagadelic,
.block-tagadelic{
	background:#000;
	margin:15px 0;
	padding:10px 15px;
	text-align:justify;
}
.block-tagadelic a,
.block-tagadelic a{
	color:#fff;
	text-transform:uppercase;
	font-weight:200;
}
.block-tagadelic a:hover,
.block-tagadelic a:hover{
	color:#eb9855;
}
.block-tagadelic .more-link,
.block-tagadelic .more-link{
	display:none;
}
.block-tagadelic .level1{
	font-size:1em;
}
.block-tagadelic .level2{
	font-size:1.4em;
}
.block-tagadelic .level3{
	font-size:1.8em;
}
#block-views-archive-block{
	margin:20px 0;
}
.takeaway-teaser-rec-by{
	text-align:right;
	color:#777;
	text-transform:uppercase;
	font-size:75%;
	position:absolute;
	bottom:15px;
	right:15px;
}
.takeaway-rec-by{
	color:#777;
	text-transform:uppercase;
	font-size:90%;
	margin-top:5px;
}
.takeaway-teaser-rec-by span,
.takeaway-rec-by span{
	text-transform:none;
	font-weight:bold;
	color:#000;
	font-size:medium;
	padding-left:3px;
}
.takeaway-teaser-rec-by span{
	font-size:130%;
}
.takeaway-teaser-rec-by a,
.takeaway-rec-by a{
	text-decoration:none !important;
}
.view-taxonomy-term .views-row a,
.reference-row a{
	text-decoration:none !important;
}
#block-tagadelic-0{
	margin-top:30px;
}
#block-tagadelic-0 h3{
	display:none;
}
#block-tagadelic-0 ul{
	margin-top:10px;
}
h1#title-allvideosoriginalvideoportraitsofinterestingnewyorkers{
	display:none;
}
/* ======= */
/* = Ads = */
/* ======= */
#secondary-column .block-ad{
	background:#fff;
	padding:15px;
	margin-bottom:30px;
}
/* ============== */
/* = City Guide = */
/* ============== */
#cg-intro{
	font-size:medium;
	margin:10px 0 30px 0;
}
#cg-col1,
#cg-col2,
#cg-col3{
	float:left;
	width:32%;
}
#cg-col1 h2,
#cg-col2 h2,
#cg-col3 h2{
	border-bottom:2px solid #000;
	text-transform:uppercase;
}
#cg-col1 ul,
#cg-col2 ul,
#cg-col3 ul{
	margin:10px 0;
	padding:0;
}
#cg-col2 ul{
	margin-bottom:30px;
}
#cg-col1 ul li,
#cg-col2 ul li,
#cg-col3 ul li{
	list-style:none;
	margin:0;
	padding:0 0 0 1em;
}
#cg-col1{
	margin-right:20px;
}
#cg-col2{
	margin-right:20px;
}
#cg-col3{
	
}
/* ===================== */
/* = People Page Pager = */
/* ===================== */
.view-people-page ul.pager{
	width:100px;
	margin:0 auto;
}
.view-people-page ul.pager li{
	float:left;
	padding:0;
}
.view-people-page ul.pager li.pager-next a,
.view-people-page ul.pager li.pager-previous a{
	display:block;
	float:left;
	width:14px;
	height:0;
	padding:14px 0 0 0;
	overflow:hidden;
	outline:none;
}
.view-people-page ul.pager li.pager-next,
.view-people-page ul.pager li.pager-previous{
	width:14px;
	height:14px;
	padding:0;
}
.view-people-page ul.pager li.pager-next{
	background:url(images/pp_next_inactive.gif) left no-repeat;
}
.view-people-page ul.pager li.pager-previous{
	background:url(images/pp_prev_inactive.gif) left no-repeat;
}
.view-people-page ul.pager li.pager-next a{
	background:url(images/pp_next.gif) left no-repeat;
}
.view-people-page ul.pager li.pager-previous a{
	background:url(images/pp_prev.gif) left no-repeat;
}
.view-people-page div.view-content div.item-list ul{
	min-height:526px;
}
/* ========== */
/* = Pagers = */
/* ========== */
.pager{
}
.item-list .pager li{
	margin:0;
	padding:0;
}
.pager a{
	background:#000;
	border:1px solid #000;
	padding:2px 4px;
	margin-right:3px;
	color:#fff !important;
	text-decoration:none !important;
}
.pager a:hover{
	background:#e6e6e1;
	color:#000 !important;
	border:1px solid #000;
}
.pager li.pager-current{
	padding:2px 4px;
	margin-right:3px;
	background:#e6e6e1;
	color:#000;
}
.pager li.pager-previous{
	margin:0 1em 0 0;
}
.pager li.pager-next{
	margin:0 0 0 1em;
}
.pager li.pager-next a,
.pager li.pager-last a,
.pager li.pager-first a,
.pager li.pager-previous a{
	background:#e6e6e1;
	color:#000 !important;
	border:none;
}
#user-login-form {
	text-align:left;
}
#user-login-form .item-list{
	margin:10px 0;
}
#user-login-form .item-list li.first{
	display:none;
}
.protected_page-node a{
	color:#E46500 !important;
	text-decoration:none;
}
#block-block-5{
	border:1px solid #bbb;
	padding:15px;
	margin-bottom:30px;
}
#blog-contact-link{
	text-transform:uppercase;
	font-weight:bold;
}
#related-blog-posts{
	margin:0 0 40px 0;
}
#related-blog-posts ul{
	margin:10px 0 0 0;
}
#related-blog-posts ul li{
	list-style:none;
	margin:.25em;
}
#related-blog-posts ul li a{
	color:#EB9855;
}