.node-unpublished {
	background-color:#fff4f4;
}
.preview .node {
	background-color:#ffffea;
}
#node-admin-filter ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
}
#node-admin-buttons {
	float:left;
	margin-left:0.5em;
	clear:right;
}
td.revision-current {
	background:#ffc;
}
.node-form .form-text {
	display:block;
	width:95%;
}
.node-form .container-inline .form-text {
	display:inline;
	width:auto;
}
.node-form .standard {
	clear:both;
}
.node-form textarea {
	display:block;
	width:95%;
}
.node-form .attachments fieldset {
	float:none;
	display:block;
}
.terms-inline {
	display:inline;
}
fieldset {
	margin-bottom:1em;
	padding:.5em;
}
form {
	margin:0;
	padding:0;
}
hr {
	height:1px;
	border:1px solid gray;
}
img {
	border:0;
}
table {
	border-collapse:collapse;
}
th {
	text-align:left;
	padding-right:1em;
	border-bottom:3px solid #ccc;
}
.clear-block:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear-block {
	display:inline-block;
}/*_\*/
* html .clear-block {
	height:1%;
}
.clear-block {
	display:block;
}/* End hide from IE-mac */
body.drag {
	cursor:move;
}
th.active img {
	display:inline;
}
tr.even, tr.odd {
	background-color:#eee;
	border-bottom:1px solid #ccc;
	padding:0.1em 0.6em;
}
tr.drag {
	background-color:#fffff0;
}
tr.drag-previous {
	background-color:#ffd;
}
td.active {
	background-color:#ddd;
}
td.checkbox, th.checkbox {
	text-align:center;
}
tbody {
	border-top:1px solid #ccc;
}
tbody th {
	border-bottom:1px solid #ccc;
}
thead th {
	text-align:left;
	padding-right:1em;
	border-bottom:3px solid #ccc;
}
.breadcrumb {
	padding-bottom:.5em
}
div.indentation {
	width:20px;
	height:1.7em;
	margin:-0.4em 0.2em -0.4em -0.4em;
	padding:0.42em 0 0.42em 0.6em;
	float:left;
}
div.tree-child {
	background:url(tree.png) no-repeat 11px center;
}
div.tree-child-last {
	background:url(tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
	background:url(tree.png) no-repeat -11px center;
}
.error {
	color:#e55;
}
div.error {
	border:1px solid #d77;
}
div.error, tr.error {
	background:#fcc;
	color:#200;
	padding:2px;
}
.warning {
	color:#e09010;
}
div.warning {
	border:1px solid #f0c020;
}
div.warning, tr.warning {
	background:#ffd;
	color:#220;
	padding:2px;
}
.ok {
	color:#008000;
}
div.ok {
	border:1px solid #00aa00;
}
div.ok, tr.ok {
	background:#dfd;
	color:#020;
	padding:2px;
}
.item-list .icon {
	color:#555;
	float:right;
	padding-left:0.25em;
	clear:right;
}
.item-list .title {
	font-weight:bold;
}
.item-list ul {
	margin:0 0 0.75em 0;
	padding:0;
}
.item-list ul li {
	margin:0 0 0.25em 1.5em;
	padding:0;
	list-style:disc;
}
ol.task-list li.active {
	font-weight:bold;
}
.form-item {
	margin-top:1em;
	margin-bottom:1em;
}
tr.odd .form-item, tr.even .form-item {
	margin-top:0;
	margin-bottom:0;
	white-space:nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
	border-bottom-width:0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
	border-top-width:0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border:2px solid red;
}
.form-item .description {
	font-size:0.85em;
}
.form-item label {
	display:block;
	font-weight:bold;
}
.form-item label.option {
	display:inline;
	font-weight:normal;
}
.form-checkboxes, .form-radios {
	margin:1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin-top:0.4em;
	margin-bottom:0.4em;
}
.marker, .form-required {
	color:#f00;
}
.more-link {
	text-align:right;
}
.more-help-link {
	font-size:0.85em;
	text-align:right;
}
.nowrap {
	white-space:nowrap;
}
.item-list .pager {
	clear:both;
	text-align:center;
}
.item-list .pager li {
	background-image:none;
	display:inline;
	list-style-type:none;
	padding:0.5em;
}
.pager-current {
	font-weight:bold;
}
.tips {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	font-size:0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
	font-family:inherit;
	font-size:inherit;
	width:14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
	width:8em;
}
dl.multiselect dt, dl.multiselect dd {
	float:left;
	line-height:1.75em;
	padding:0;
	margin:0 1em 0 0;
}
dl.multiselect .form-item {
	height:1.75em;
	margin:0;
}
.container-inline div, .container-inline label {
	display:inline;
}
ul.primary {
	border-collapse:collapse;
	padding:0 0 0 1em;
	white-space:nowrap;
	list-style:none;
	margin:5px;
	height:auto;
	line-height:normal;
	border-bottom:1px solid #bbb;
}
ul.primary li {
	display:inline;
}
ul.primary li a {
	background-color:#ddd;
	border-color:#bbb;
	border-width:1px;
	border-style:solid solid none solid;
	height:auto;
	margin-right:0.5em;
	padding:0 1em;
	text-decoration:none;
}
ul.primary li.active a {
	background-color:#fff;
	border:1px solid #bbb;
	border-bottom:#fff 1px solid;
}
ul.primary li a:hover {
	background-color:#eee;
	border-color:#ccc;
	border-bottom-color:#eee;
}
ul.secondary {
	border-bottom:1px solid #bbb;
	padding:0.5em 1em;
	margin:5px;
}
ul.secondary li {
	display:inline;
	padding:0 1em;
	border-right:1px solid #ccc;
}
ul.secondary a {
	padding:0;
	text-decoration:none;
}
ul.secondary a.active {
	border-bottom:4px solid #999;
}
#autocomplete {
	position:absolute;
	border:1px solid;
	overflow:hidden;
	z-index:100;
}
#autocomplete ul {
	margin:0;
	padding:0;
	list-style:none;
}
#autocomplete li {
	background:#fff;
	color:#000;
	white-space:pre;
	cursor:default;
}
#autocomplete li.selected {
	background:#0072b9;
	color:#fff;
}
html.js input.form-autocomplete {
	background-image:url(throbber.gif);
	background-repeat:no-repeat;
	background-position:100% 2px;
}
html.js input.throbbing {
	background-position:100% -18px;
}
html.js fieldset.collapsed {
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
	margin-bottom:0;
	height:1em;
}
html.js fieldset.collapsed * {
	display:none;
}
html.js fieldset.collapsed legend {
	display:block;
}
html.js fieldset.collapsible legend a {
	padding-left:15px;
	background:url(menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
	background-image:url(menu-collapsed.png);
	background-position:5px 50%;
}
* html.js fieldset.collapsed legend, * html.js fieldset.collapsed legend *, * html.js fieldset.collapsed table * {
	display:inline;
}
html.js fieldset.collapsible {
	position:relative;
}
html.js fieldset.collapsible legend a {
	display:block;
}
html.js fieldset.collapsible .fieldset-wrapper {
	overflow:auto;
}
.resizable-textarea {
	width:95%;
}
.resizable-textarea .grippie {
	height:9px;
	overflow:hidden;
	background:#eee url(grippie.png) no-repeat center 2px;
	border:1px solid #ddd;
	border-top-width:0;
	cursor:s-resize;
}
html.js .resizable-textarea textarea {
	margin-bottom:0;
	width:100%;
	display:block;
}
.draggable a.tabledrag-handle {
	cursor:move;
	float:left;
	height:1.7em;
	margin:-0.4em 0 -0.4em -0.5em;
	padding:0.42em 1.5em 0.42em 0.5em;
	text-decoration:none;
}
a.tabledrag-handle:hover {
	text-decoration:none;
}
a.tabledrag-handle .handle {
	margin-top:4px;
	height:13px;
	width:13px;
	background:url(draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
	background-position:0 -20px;
}
.joined + .grippie {
	height:5px;
	background-position:center 1px;
	margin-bottom:-2px;
}
.teaser-checkbox {
	padding-top:1px;
}
div.teaser-button-wrapper {
	float:right;
	padding-right:5%;
	margin:0;
}
.teaser-checkbox div.form-item {
	float:right;
	margin:0 5% 0 0;
	padding:0;
}
textarea.teaser {
	display:none;
}
html.js .no-js {
	display:none;
}
.progress {
	font-weight:bold;
}
.progress .bar {
	background:#fff url(progress.gif);
	border:1px solid #00375a;
	height:1.5em;
	margin:0 0.2em;
}
.progress .filled {
	background:#0072b9;
	height:1em;
	border-bottom:0.5em solid #004a73;
	width:0%;
}
.progress .percentage {
	float:right;
}
.progress-disabled {
	float:left;
}
.ahah-progress {
	float:left;
}
.ahah-progress .throbber {
	width:15px;
	height:15px;
	margin:2px;
	background:transparent url(throbber.gif) no-repeat 0px -18px;
	float:left;
}
tr .ahah-progress .throbber {
	margin:0 2px;
}
.ahah-progress-bar {
	width:16em;
}
#first-time strong {
	display:block;
	padding:1.5em 0 .5em;
}
tr.selected td {
	background:#ffc;
}
table.sticky-header {
	margin-top:0;
	background:#fff;
}
#clean-url.install {
	display:none;
}
html.js .js-hide {
	display:none;
}
#system-modules div.incompatible {
	font-weight:bold;
}
#system-themes-form div.incompatible {
	font-weight:bold;
}
span.password-strength {
	visibility:hidden;
}
input.password-field {
	margin-right:10px;
}
div.password-description {
	padding:0 2px;
	margin:4px 0 0 0;
	font-size:0.85em;
	max-width:500px;
}
div.password-description ul {
	margin-bottom:0;
}
.password-parent {
	margin:0 0 0 0;
}
input.password-confirm {
	margin-right:10px;
}
.confirm-parent {
	margin:5px 0 0 0;
}
span.password-confirm {
	visibility:hidden;
}
span.password-confirm span {
	font-weight:normal;
}
ul.menu {
	list-style:none;
	border:none;
	text-align:left;
}
ul.menu li {
	margin:0 0 0 0.5em;
}
li.expanded {
	list-style-type:circle;
	list-style-image:url(menu-expanded.png);
	padding:0.2em 0.5em 0 0;
	margin:0;
}
li.collapsed {
	list-style-type:disc;
	list-style-image:url(menu-collapsed.png);
	padding:0.2em 0.5em 0 0;
	margin:0;
}
li.leaf {
	list-style-type:square;
	list-style-image:url(menu-leaf.png);
	padding:0.2em 0.5em 0 0;
	margin:0;
}
li a.active {
	color:#000;
}
td.menu-disabled {
	background:#ccc;
}
ul.links {
	margin:0;
	padding:0;
}
ul.links.inline {
	display:inline;
}
ul.links li {
	display:inline;
	list-style-type:none;
	padding:0 0.5em;
}
.block ul {
	margin:0;
	padding:0 0 0.25em 1em;
}
#permissions td.module {
	font-weight:bold;
}
#permissions td.permission {
	padding-left:1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
	margin-right:1em;
	float:left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
	margin-top:0;
}
#access-rules .mask {
	clear:both;
}
#user-login-form {
	text-align:center;
}
#user-admin-filter ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
}
#user-admin-buttons {
	float:left;
	margin-left:0.5em;
	clear:right;
}
#user-admin-settings fieldset .description {
	font-size:0.85em;
	padding-bottom:.5em;
}
.profile {
	clear:both;
	margin:1em 0;
}
.profile .picture {
	float:right;
	margin:0 1em 1em 0;
}
.profile h3 {
	border-bottom:1px solid #ccc;
}
.profile dl {
	margin:0 0 1.5em 0;
}
.profile dt {
	margin:0 0 0.2em 0;
	font-weight:bold;
}
.profile dd {
	margin:0 0 1em 0;
}
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
	font-weight:bold;
}
.field .field-label-inline, .field .field-label-inline-first {
	display:inline;
}
.field .field-label-inline {
	visibility:hidden;
}
.node-form .content-multiple-table td.content-multiple-drag {
	width:30px;
	padding-right:0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
	padding-right:.5em;
}
.node-form .content-add-more .form-submit {
	margin:0;
}
.node-form .number {
	display:inline;
	width:auto;
}
.node-form .text {
	width:auto;
}
.form-item #autocomplete .reference-autocomplete {
	white-space:normal;
}
.form-item #autocomplete .reference-autocomplete label {
	display:inline;
	font-weight:normal;
}
#content-field-overview-form .advanced-help-link, #content-display-overview-form .advanced-help-link {
	margin:4px 4px 0 0;
}
#content-field-overview-form .label-group, #content-display-overview-form .label-group, #content-copy-export-form .label-group {
	font-weight:bold;
}
table#content-field-overview .label-add-new-field, table#content-field-overview .label-add-existing-field, table#content-field-overview .label-add-new-group {
	float:left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
	display:none;
}
table#content-field-overview tr.content-add-new .description {
	margin-bottom:0;
}
table#content-field-overview .content-new {
	font-weight:bold;
	padding-bottom:.5em;
}
.advanced-help-topic h3, .advanced-help-topic h4, .advanced-help-topic h5, .advanced-help-topic h6 {
	margin:1em 0 .5em 0;
}
.advanced-help-topic dd {
	margin-bottom:.5em;
}
.advanced-help-topic span.code {
	background-color:#EDF1F3;
	font-family:"Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
	font-size:0.9em;
	padding:1px;
}
.advanced-help-topic .content-border {
	border:1px solid #AAA
}
#rail #block-cnngo_apachesolr-uber_filter {
	border:1px solid #e8e8e8;
}
#rail #block-cnngo_apachesolr-uber_filter h3.uber-sub {
	display:block;
	cursor:pointer;
	background:#e2e2e2;
	padding:5px;
	margin:1px !important;
	text-transform:uppercase;
	font-family:"Arial Narrow", "Arial";
	clear:both;
}
#rail #block-cnngo_apachesolr-uber_filter h2.uber-top {
	display:block;
	background:#000;
	color:#fff;
	margin:1px;
	text-transform:uppercase;
	font-family:"Arial Narrow", "Arial";
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	clear:both;
}
#block-cnngo_apachesolr-uber_filter .form-item {
	margin:0 !important;
}
#block-cnngo_apachesolr-uber_filter .form-item label {
	display:block;
	cursor:pointer;
}
#block-cnngo_apachesolr-uber_filter .form-checkboxes, #block-cnngo_apachesolr-uber_filter .form-radios {
	margin:10px 0;
	display:block;
}
#block-cnngo_apachesolr-uber_filter .form-checkboxes .form-item, #block-cnngo_apachesolr-uber_filter .form-radios .form-item {
	border-bottom:1px dotted #878787;
	margin:0 10px !important;
	padding:5px;
	width:40%;
	float:left;
}
#block-cnngo_apachesolr-uber_filter .form-submit input[type=submit] {
	background:#878787;
	color:#fff;
	border:1px solid #878787;
}
#block-cnngo_apachesolr-uber_filter select {
	margin:10px 20px;
	width:300px;
}
.drop-down {
	background:url('sprite.png') no-repeat -255px -103px;
	width:18px;
	height:18px;
	float:left;
}
.drop-down.active {
	background:url('sprite.png') no-repeat -255px -115px;
}
#searchResults .result {
	border-bottom:1px solid #666;
	padding:10px 0 13px;
}
#searchResults .resultTop {
	margin:10px 0;
}
#searchResults .resultTop a, #searchResults .resultTop a:link, #searchResults .resultTop a:visited {
	float:left;
	font-family:georgia;
	font-size:26px;
	line-height:26px;
	color:#000;
	width:360px;
}
#searchResults .resultTop .resultCost {
	font-size:20px;
	line-height:26px;
	color:#666;
	font-family:georgia;
	margin:0 .5em;
}
#searchResults .resultTop .resultType {
	float:right;
	text-transform:lowercase;
	font-family:georgia, serif;
	font-style:italic;
	color:#333;
	padding:2px 5px;
	border:2px solid #333;
	font-size:12px;
}
#searchResults .resultText a, #searchResults .resultText a:link, #searchResults .resultText a:visited {
	color:#000;
}
#searchResults .resultMiddle {
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:4px 0px;
	margin:4px 0 13px;
	color:#666;
}
#searchResults .resultSection {
	float:left;
}
#searchResults .resultSection span {
	text-transform:uppercase;
}
#searchResults .resultHood {
	float:left;
	text-transform:uppercase;
	display:none;
}
#searchResults .resultCat {
	float:right;
	text-transform:uppercase;
	display:none;
}
#searchResults .img {
	float:left;
}
#searchResults .resultMain {
	float:left;
	width:240px;
	padding:0 0 0 10px;
}
#searchResults .genreb {
	padding:15px 0 0 0;
}
.cnn_search-results {
	float:left;
	width:450px;
	margin:0 0 10px 0;
}
#searchSidebar {
	float:left;
	width:150px;
	border-right:3px solid #e6e6e6;
	border-left:3px solid #e6e6e6;
	border-bottom:3px solid #e6e6e6;
	margin:0 15px 0 0;
}
.pagination {
	text-align:right;
}
#searchSidebar h2 {
	font-family:georgia, serif;
	font-size:22px;
	color:#000;
	background-color:#e6e6e6;
	padding:6px 6px 6px 6px;
	line-height:1.2;
	margin:0;
}
.searchSel {
	cursor:pointer;
}
#searchSidebar .sel {
	border:2px solid black;
}
#searchSidebar .tempsel {
	border:2px solid #ccc;
}
#searchSidebar span {
	display:block;
	padding:3px 8px;
	text-transform:uppercase;
	border:2px solid white;
}
h1.searchResults {
	border-bottom:2px solid black;
	padding-bottom:15px;
	font-size:22px;
	color:#333;
}
#sortBy {
	width:auto;
	overflow:hidden;
	font-family:georgia;
}
.sortBox {
	float:right;
}
#sortBy label {
	display:inline;
	float:left;
	padding:4px 8px 0 0;
	margin:0px;
	font-size:1em;
}
#sortBy .searchSection {
	float:left;
}
#sortBy .searchSel {
	padding:4px 7px;
	display:block;
	float:left;
}
#sortBy .sel {
	color:white;
	background:#333;
}
.searchMain {
	float:left;
}
#bottom-left-header {
	width:590px;
	overflow:hidden;
}
#breadcrumb {
	width:1000px;
	overflow:hidden;
	float:left;
}
.dotdotdot {
	float:left;
	font-size:18px;
	margin-top:13px;
}
.breadcrumb {
	display:inline;
	width:auto;
}
#searchbar {
	padding:7px;
}
#cnnSearchInput {
	background:#F2F2F2 url(search-icon.png) no-repeat scroll left center;
	border:1px solid #C2C2C2;
	float:left;
	font-size:15px;
	height:18px;
	margin:0 5px 0 0;
	padding:2px 0 0 25px;
	width:137px;
}
.dimDown input {
	color:#666;
}
.dimDown {
	color:#666;
}
#cnnSearchIn {
	float:left;
	margin:5px 5px 0 0;
}
#cnnSuperSelect {
	float:left;
	margin:0 5px 0 0;
}
.cnnSearchStyle {
	height:22px;
	opacity:0;
	position:relative;
	width:130px;
	z-index:5;
}
.cnnSearchStyle option {
	padding:3px 0 3px 10px;
}
span.select {
	background:#F2F2F2 url(search-down.png) no-repeat scroll right center;
	border:1px solid #C2C2C2;
	height:20px;
	overflow:hidden;
	padding:0 0 0 10px;
	position:absolute;
	text-align:left;
	width:118px;
}
#cnnSearchSubmit {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#333333;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	float:left;
	font-size:15px;
	font-weight:bold;
	padding:0 3px;
	text-transform:uppercase;
}
#uber-filter-form .ahah-progress {
}
#uber-filter-form .form-submit {
	padding:5px;
	margin:10px;
	border:#ddd;
	background:#ccc;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
.uber-filter-button {
	float:right;
}
#hero-images {
	position:relative;
	top:0;
}
.nav {
	float:right;
}
#hero-nav a.activeSlide {
	background-position:2px -37px;
}
#hero-nav {
	position:relative;
	z-index:10;
	top:220px;
	line-height:30px;
	width:100%;
	height:30px;
	overflow:hidden;
	display:inline;
}
#hero-nav a {
	background:url(bullets.gif) no-repeat 2px -8px;
	text-indent:-9999px;
	display:block;
	width:12px;
	height:12px;
	float:left;
	margin:5px;
	overflow:hidden;
}
#hero-pager {
	float:right;
}
.cnngo-hero-wrapper {
	position:absolute;
	display:inline;
	overflow:hidden;
	height:250px;
}
.cnngo-hero-copytext {
	left:0;
	bottom:0;
	color:#fff;
	position:absolute;
	z-index:11;
	background:#000;
	opacity:0.85;
	width:640px;
	padding:10px;
	font-family:Georgia, serif;
	font-size:12px;
	height:20px;
}
.cnngo-hero-content-wrapper {
	background:#000;
	color:#fff;
	opacity:0.80;
	filter:alpha(opacity = 80);
	z-index:12;
	width:620px;
	height:250px;
	position:absolute;
	top:0;
	padding:10px 20px;
	display:none;
	cursor:pointer;
}
.over .cnngo-hero-content-wrapper {
	display:block;
	z-index:15;
	height:250px;
}
h2.cnngo-hero-title {
	font-family:Georgia, serif;
	font-size:30px;
	font-weight:normal;
	line-height:normal;
	width:75%;
	padding:10px 0 0;
}
.cnngo-hero-subhead {
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:75%;
}
.cnngo-hero-sponsor {
	position:absolute;
	right:0;
	float:right;
	margin:10px;
}
.cnngo-hero-sponsor small {
	display:block;
	color:#fff;
	font-size:8px;
}
.cnngo-hero-call-action a {
	font-style:italic;
	padding:10px 0;
	display:inline;
	color:#fff !important;
}
.overlay-action {
	width:100%;
	height:250px;
	display:block;
	position:absolute;
}
#page-gallery {
	background:#000;
	color:#fff;
}
#page-gallery-close {
	float:right;
	overflow:hidden;
}
#page-gallery-close a {
	color:#ccc;
	text-indent:-9999px;
	background:url(sprite.png) no-repeat -255px -160px;
	width:50px;
	height:25px;
	display:block;
}
#page-gallery-header {
	width:960px;
	margin:0 auto;
	height:90px;
	padding:25px 0 10px 0;
}
#page-gallery #gallery-ad {
	margin-left:225px;
	border:0;
	width:728px;
	height:90px;
	background:#999;
}
#page-gallery h1 {
	margin:0 10px;
	color:#fff;
}
#page-gallery h1 a {
	color:#fff;
	text-decoration:underline;
}
#view-gallery-link {
	display:block;
	padding:8px 0 5px 5px;
	float:right;
	overflow:hidden;
}
#view-gallery-link-img {
	display:block;
	float:right;
	background:url("sprite.png") no-repeat scroll -144px -112px transparent;
	text-indent:-9999px;
	width:16px;
	overflow:hidden;
}
#view-gallery-link-text {
	display:block;
	float:right;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size:10.5px;
	text-transform:uppercase;
}
html.busy, html.busy * {
	cursor:wait !important;
}
.bg-enter-email-address {
	background:url('textFieldSprite.png') -30px -72px no-repeat;
}
.bg-enter-password {
	background:url('textFieldSprite.png') -30px -102px no-repeat;
}
.bg-enter-your-email-address {
	background:url('textFieldSprite.png') -30px -133px no-repeat;
}
.bg-enter-confirm-your-email-address {
	background:url('textFieldSprite.png') -30px -824px no-repeat;
}
.bg-enter-reset-code {
	background:url('textFieldSprite.png') -30px -164px no-repeat;
}
.bg-enter-new-password {
	background:url('textFieldSprite.png') -30px -197px no-repeat;
}
.bg-enter-confirm-new-password {
	background:url('textFieldSprite.png') -30px -223px no-repeat;
}
.bg-enter-create-a-password {
	background:url('textFieldSprite.png') -30px -252px no-repeat;
}
.bg-enter-create-a-screen-name {
	background:url('textFieldSprite.png') -30px -704px no-repeat;
}
.bg-enter-type-what-you-see-in-the-box-above {
	background:url('textFieldSprite.png') -30px -764px no-repeat;
}
.cnn-auth-overlay {
	background-color:#4D4D4D;
}
div.cnn-auth-loading {
	background:url('aniProArrow100Grey.gif') no-repeat center center;
	width:100%;
	height:300px;
}
#cnn-auth-login-close, #cnn-auth-register-close, #cnn-auth-forgot-password-close, #cnn-auth-password-reset-close {
	margin:7px 0 0 343px;
	width:11px;
	height:11px;
	background:url('sprite.gif') -1px -4509px no-repeat;
	cursor:pointer;
}
#cnn-auth-problems-contact {
	margin-left:1em;
}
#cnn-auth-submit-wrapper {
	padding:.5em 0 0 0;
	text-align:right;
}
div.cnn-auth-container {
	text-align:center;
}
div.cnn-auth-link {
	float:right;
	padding:6px 10px;
	color:#CCC;
}
div.cnn-auth-link a {
	text-transform:lowercase;
	font-size:14px;
}
div.cnn-auth-link a:hover {
	cursor:pointer;
}
#cnn-auth-login-link-container {
	text-align:left;
}
div.cnn-auth-login-link-container a {
	text-decoration:none;
}
div.cnn-auth-block-message {
	text-align:left;
}
#cnn-auth-login-overlay .form-radio, #cnn-auth-register-overlay .form-radio, #cnn-auth-login-overlay .form-checkbox, #cnn-auth-register-overlay .form-checkbox {
	background-color:#4D4D4D;
}
#cnn-auth-login-overlay label {
	display:none;
}
#cnn-auth-login-overlay #edit-mail, #cnn-auth-login-overlay #edit-pass, #cnn-auth-login-overlay #edit-reset-code, #cnn-auth-login-overlay #edit-pass-conf, #cnn-auth-register-overlay #edit-mail, #cnn-auth-register-overlay #edit-mail-conf, #cnn-auth-register-overlay #edit-pass, #cnn-auth-register-overlay #edit-pass-conf, #cnn-auth-register-overlay #edit-name, #cnn-auth-register-overlay #edit-captcha-text {
	background-color:#F2F2F2;
	font:14px Georgia;
	border:none;
	width:310px;
	padding:.25em;
}
#cnn-auth-register-overlay .error {
	border:1px solid #FF0000;
}
#cnn-auth-user-register-form #edit-name {
	width:150px;
}
#cnn-auth-register-overlay #edit-mail-wrapper label, #cnn-auth-register-overlay #edit-mail-conf-wrapper label, #cnn-auth-register-overlay #edit-pass-wrapper label, #cnn-auth-register-overlay #edit-pass-conf-wrapper label, #cnn-auth-register-overlay #edit-name-wrapper label, #cnn-auth-register-overlay #edit-captcha-text-wrapper label {
	display:none;
}
#cnn-auth-login-overlay #edit-submit, #cnn-auth-register-overlay #edit-submit {
	background-color:#333;
	font:14px arial, sans-serif;
	text-transform:lowercase;
	padding:.5em;
	color:#FFF;
	border:none;
	margin-left:1em;
}
#cnn-auth-login-overlay #edit-submit:hover, #cnn-auth-register-overlay #edit-submit:hover {
	cursor:pointer;
}
div.user-login-block {
	text-align:left;
}
div.user-login-block-inner, div.user-register-block-inner {
	padding:0 20px 20px 20px;
}
div.user-login-block-inner ul li, div.user-register-block-inner ul li {
	color:#FF0000;
}
div.user-login-block-inner .error, div.user-register-block-inner .error {
	color:#333;
}
div.user-login-block a {
	text-align:left;
}
#cnn-auth-login-overlay h1 {
	font:14px Georgia;
	color:#F2EFE9;
}
#cnn-auth-login-overlay p, #cnn-auth-login a {
	color:#CCCCCC;
	font:14px Arial;
}
#cnn-auth-login-overlay #not-registered {
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px dotted;
	text-align:left;
}
.cnn-auth-newsletter-checkboxes {
	width:600px;
}
.cnn-auth-newsletter-checkboxes div {
	float:left;
	width:200px;
}
.cnn-auth-newsletter-checkboxes label {
	float:left;
}
#cnn-auth-newsletter-unsubscribe-header div {
	float:left;
	font-weight:bold;
	border-bottom:1px dotted #999;
	padding:0 0 5px 0;
}
#cnn-auth-newsletter-unsubscribe-header #newsletter {
	width:300px;
}
#cnn-auth-newsletter-unsubscribe-header #status {
	width:150px;
}
#cnn-auth-newsletter-unsubscribe {
	clear:both;
}
.cnn-auth-newsletter-unsubscribe-checkbox .form-item {
	height:30px;
}
.cnn-auth-newsletter-unsubscribe-checkbox .unsubscribe-label {
	float:left;
	width:300px;
}
.cnn-auth-newsletter-unsubscribe-checkbox .form-item div {
	float:left;
}
.cnn-auth-newsletter-unsubscribe-checkbox .form-item label {
	float:right;
}
.cnn-auth-newsletter-unsubscribe-checkbox .form-item label .cnn-auth-newsletter-unsubscribe-checkbox {
	float:right;
	margin-right:100px;
}
#cnn-auth-newsletter-unsubscribe {
}
#cnn-auth-newsletter-table td, #cnn-auth-newsletter-table th {
	font-family:georgia, serif;
	font-weight:normal;
	text-align:center;
}
#cnn-auth-newsletter-table th {
	border-bottom:1px;
}
#user-register .description {
	display:none;
}
ul.profile-nav {
	margin-bottom:10px;
	border-bottom:4px solid #000;
}
#cnn-auth-account-view {
	clear:both;
	border-bottom:1px dotted #999;
	height:4em;
}
#cnn-auth-account-view a {
	float:right;
	margin-right:200px;
}
div.cnn-auth-account-view-email {
	width:300px;
}
div.cnn-auth-account-view-row {
	width:600px;
}
div.cnn-auth-account-view-value, div.cnn-auth-account-view-label {
	float:left;
	font-family:georgia, serif;
	font-size:1.1em;
	padding:2px 0;
}
div.cnn-auth-account-view-label {
	width:150px;
	color:494949;
	font-weight:bold;
}
div.cnn-auth-account-view-value {
	width:450px;
}
#cnn-auth-account-actions {
	clear:both;
	margin:.5em 0 0 0;
	margin:15px 0 0 0;
}
#cnn-auth-account-actions p {
	display:inline;
	margin:0 15px 0 0;
}
#cnn-auth-newsletters {
	font-family:georgia, serif;
}
#cnn-auth-account-edit-email-form #edit-submit, #cnn-auth-account-change-password-form #edit-submit, #cnn-auth-newsletters-form #edit-submit {
	background-color:#636363;
	font:12px arial, sans-serif;
	text-transform:lowercase;
	padding:.5em;
	color:#FFF;
	border:none;
	cursor:pointer;
}
#cnn-auth-account-edit-email-form #edit-add-secondary, #cnn-auth-account-change-password-form #edit-pass-curr, #cnn-auth-account-change-password-form #edit-pass-new, #cnn-auth-account-change-password-form #edit-pass-new-conf {
	font:14px georgia, serif;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	padding:.25em;
}
#cnn-auth-email-addresses {
}
#cnn-auth-email-addresses thead th {
	border-bottom:1px dotted #999;
	padding:0 0 5px 0;
	text-align:left;
}
#cnn-auth-email-addresses tbody td, #cnn-auth-email-addresses thead th {
	font-family:georgia, serif;
}
#cnn-auth-email-addresses tbody td {
	padding:10px 0 0 0;
	border-right:none;
}
#edit-gender-Male-wrapper, #edit-gender-Female-wrapper, #edit-year-of-birth-wrapper label, #edit-year-of-birth {
	float:left;
}
#edit-year-of-birth-wrapper {
	clear:both;
	height:1.5em;
}
#edit-year-of-birth {
	margin-left:1em;
	background-color:#F2F2F2;
	font:14px Georgia;
	border:none;
	width:55px;
	padding:0.1em 0.05em 0.05em 0.25em;
}
#edit-country {
	background-color:#F2F2F2;
	font:14px Georgia;
	border:none;
	width:310px;
	padding:0.1em 0.05em 0.05em 0.25em;
}
#edit-add-secondary-wrapper {
	font-family:georgia, serif;
}
#gender-wrapper {
	height:1.5em;
}
#gender-wrapper .form-radios .form-item {
	margin:0;
	padding:0;
}
#gender-wrapper div.form-item label {
	float:left;
}
.cnn-auth-register-newsletter-wrapper {
	float:left;
	font-size:12px;
}
#edit-privacy-policy-wrapper {
	clear:both;
}
#edit-pass-curr-wrapper label, #edit-pass-new-wrapper label, #edit-pass-new-conf-wrapper label {
	font-family:georgia, serif;
	font-weight:normal;
}
span.required-verbiage {
	font-family:georgia, serif;
	font-size:12px;
}
.default-content-inner #cnn-auth-password-reset-form #cnn-auth-password-reset-close {
	display:none;
}
.default-content-inner #cnn-auth-password-reset-form #edit-mail, .default-content-inner #cnn-auth-password-reset-form #edit-reset-code, .default-content-inner #cnn-auth-password-reset-form #edit-pass, .default-content-inner #cnn-auth-password-reset-form #edit-pass-conf {
	font-size:1.2em;
	width:20em;
}
.default-content-inner #cnn-auth-password-reset-form #cnn-auth-submit-wrapper a {
	display:none;
}
.default-content-inner #cnn-auth-password-reset-form #cnn-auth-submit-wrapper input {
	float:left;
}
#cnn-auth-email-addresses tfoot td {
	border-right:none;
	padding:0px;
}
#cnn-auth-account-actions .dark-button {
	background-color:#636363;
	font:12px arial, sans-serif;
	padding:.5em;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
}
#block-cnn_auth-0 li a {
	padding:0px;
}
.ctools-locked {
	color:red;
	border:1px solid red;
	padding:1em;
}
.ctools-owns-lock {
	background:#FFFFDD none repeat scroll 0 0;
	border:1px solid #F0C020;
	padding:1em;
}
a.ctools-ajaxing, input.ctools-ajaxing, select.ctools-ajaxing {
	padding-right:18px !important;
	background:url(status-active.gif) right center no-repeat;
}
div.ctools-ajaxing {
	float:left;
	width:18px;
	background:url(status-active.gif) center center no-repeat;
}
.container-inline-date {
	width:auto;
	clear:both;
	display:inline-block;
	vertical-align:top;
	margin-right:0.5em;
}
.container-inline-date .form-item {
	float:none;
	padding:0;
	margin:0;
}
.container-inline-date .form-item .form-item {
	float:left;
}
.container-inline-date .form-item, .container-inline-date .form-item input {
	width:auto;
}
.container-inline-date .description {
	clear:both;
}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
	margin-right:5px;
}
.container-inline-date .date-spacer {
	margin-left:-5px;
}
.views-right-60 .container-inline-date div {
	padding:0;
	margin:0;
}
.container-inline-date .date-timezone .form-item {
	float:none;
	width:auto;
	clear:both;
}
#calendar_div, #calendar_div td, #calendar_div th {
	margin:0;
	padding:0;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width:185px;
	border-collapse:separate;
	margin:0;
}
.calendar td {
	padding:0;
}
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
span.date-display-separator {
}
.date-repeat-input {
	float:left;
	width:auto;
	margin-right:5px;
}
.date-repeat-input select {
	min-width:7em;
}
.date-repeat fieldset {
	clear:both;
	float:none;
}
.date-views-filter-wrapper {
	min-width:250px;
}
.date-views-filter input {
	float:left !important;
	margin-right:2px !important;
	padding:0 !important;
	width:12em;
	min-width:12em;
}
.date-nav {
	width:100%;
}
.date-nav div.date-prev {
	text-align:left;
	width:24%;
	float:left;
}
.date-nav div.date-next {
	text-align:right;
	width:24%;
	float:right;
}
.date-nav div.date-heading {
	text-align:center;
	width:50%;
	float:left;
}
.date-nav div.date-heading h3 {
	margin:0;
	padding:0;
}
.date-clear {
	float:none;
	clear:both;
	display:block;
}
.date-clear-block {
	float:none;
	width:auto;
	clear:both;
}
.date-clear-block:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.date-clear-block {
	display:inline-block;
}/*_\*/
* html .date-clear-block {
	height:1%;
}
.date-clear-block {
	display:block;
}/* End hide from IE-mac */
.date-container .date-format-delete {
	margin-top:1.8em;
	margin-left:1.5em;
	float:left;
}
.date-container .date-format-name {
	float:left;
}
.date-container .date-format-type {
	float:left;
	padding-left:10px;
}
.date-container .select-container {
	clear:left;
	float:left;
}
div.date-calendar-day {
	line-height:1;
	width:40px;
	float:left;
	margin:6px 10px 0 0;
	background:#F3F3F3;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#999;
	text-align:center;
	font-family:Georgia, Arial, Verdana, sans;
}
div.date-calendar-day span {
	display:block;
	text-align:center;
}
div.date-calendar-day span.month {
	font-size:.9em;
	background-color:#B5BEBE;
	color:white;
	padding:2px;
	text-transform:uppercase;
}
div.date-calendar-day span.day {
	font-weight:bold;
	font-size:2em;
}
div.date-calendar-day span.year {
	font-size:.9em;
	padding:2px;
}
#ui-datepicker-div table, #ui-datepicker-div td, #ui-datepicker-div th {
	margin:0;
	padding:0;
}
#ui-datepicker-div, #ui-datepicker-div table, .ui-datepicker-div, .ui-datepicker-div table, .ui-datepicker-inline, .ui-datepicker-inline table {
	font-size:12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	background:#ffffff;
	border:2px solid #d3d3d3;
	font-family:Verdana, Arial, sans-serif;
	font-size:1.1em;
	margin:0;
	padding:2.5em .5em .5em .5em;
	position:relative;
	width:15.5em;
}
#ui-datepicker-div {
	background:#ffffff;
	display:none;
	z-index:9999;
}
.ui-datepicker-inline {
	display:block;
	float:left;
}
.ui-datepicker-control {
	display:none;
}
.ui-datepicker-current {
	display:none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	background:#e6e6e6 url(e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	left:.5em;
	position:absolute;
	top:.5em;
}
.ui-datepicker-next {
	left:14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background:#dadada url(dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	background:url(888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border:1px solid #d3d3d3;
	cursor:pointer;
	display:block;
	font-size:1em;
	height:1.4em;
	text-indent:-999999px;
	width:1.3em;
}
.ui-datepicker-next a {
	background:url(888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background:url(454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background:url(454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background:url(222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background:url(222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	background:#e6e6e6;
	border:1px solid #d3d3d3;
	color:#555555;
	font-size:1em;
	line-height:1.4em;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	top:.5em;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	left:2.2em;
	width:7em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	left:9.4em;
	width:5em;
}
table.ui-datepicker {
	text-align:right;
	width:15.5em;
}
table.ui-datepicker td a {
	color:#555555;
	display:block;
	padding:.1em .3em .1em 0;
	text-decoration:none;
}
table.ui-datepicker tbody {
	border-top:none;
}
table.ui-datepicker tbody td a {
	background:#e6e6e6 url(e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border:1px solid #ffffff;
	cursor:pointer;
}
table.ui-datepicker tbody td a:hover {
	background:#dadada url(dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border:1px solid #999999;
	color:#212121;
}
table.ui-datepicker tbody td a:active {
	background:#ffffff url(ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border:1px solid #dddddd;
	color:#222222;
}
table.ui-datepicker .ui-datepicker-title-row td {
	color:#222222;
	font-size:.9em;
	padding:.3em 0;
	text-align:center;
	text-transform:uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color:#222222;
}
.timeEntry_control {
	vertical-align:middle;
	margin-left:2px;
}
* html .timeEntry_control {
	margin-top:-4px;
}
.timeEntry {
	background-color:transparent !important;
}
.timeEntry_control {
	display:none;
}
#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	height:40px;
	width:40px;
	margin-top:-20px;
	margin-left:-20px;
	cursor:pointer;
	overflow:hidden;
	z-index:1104;
	display:none;
}
* html #fancybox-loading {
	position:absolute;
	margin-top:0;
}
#fancybox-loading div {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:480px;
	background-image:url(fancybox.png);
}
#fancybox-overlay {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000;
	z-index:1100;
	display:none;
}
* html #fancybox-overlay {
	position:absolute;
	width:100%;
}
#fancybox-tmp {
	padding:0;
	margin:0;
	border:0;
	overflow:auto;
	display:none;
}
#fancybox-wrap {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0px;
	z-index:1101;
	display:none;
}
#fancybox-outer {
	position:relative;
	width:100%;
	height:100%;
	background:#FFF;
}
#fancybox-inner {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:1px;
	padding:0;
	margin:0;
	outline:none;
	overflow:hidden;
}
#fancybox-hide-sel-frame {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent;
}
#fancybox-close {
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	background-image:url(fancybox.png);
	background-position:-40px 0px;
	cursor:pointer;
	z-index:1103;
	display:none;
}
#fancybox_error {
	color:#444;
	font:normal 12px/20px Arial;
	padding:7px;
	margin:0;
}
#fancybox-content {
	height:auto;
	width:auto;
	padding:0;
	margin:0;
}
#fancybox-img {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	border:none;
	outline:none;
	line-height:0;
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}
#fancybox-frame {
	position:relative;
	width:100%;
	height:100%;
	border:none;
	display:block;
}
#fancybox-title {
	position:absolute;
	bottom:0;
	left:0;
	font-family:Arial;
	font-size:12px;
	z-index:1102;
}
.fancybox-title-inside {
	padding:10px 0;
	text-align:center;
	color:#333;
}
.fancybox-title-outside {
	padding-top:5px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.fancybox-title-over {
	color:#FFF;
	text-align:left;
}
#fancybox-title-over {
	padding:10px;
	background-image:url(fancy_title_over.png);
	display:block;
}
#fancybox-title-wrap {
	display:inline-block;
}
#fancybox-title-wrap span {
	height:32px;
	float:left;
}
#fancybox-title-left {
	padding-left:15px;
	background-image:url(fancybox.png);
	background-position:-40px -90px;
	background-repeat:no-repeat;
}
#fancybox-title-main {
	font-weight:bold;
	line-height:29px;
	background-image:url(fancybox-x.png);
	background-position:0px -40px;
	color:#FFF;
}
#fancybox-title-right {
	padding-left:15px;
	background-image:url(fancybox.png);
	background-position:-55px -90px;
	background-repeat:no-repeat;
}
#fancybox-left, #fancybox-right {
	position:absolute;
	bottom:0px;
	height:100%;
	width:35%;
	cursor:pointer;
	outline:none;
	background-image:url(blank.gif);
	z-index:1102;
	display:none;
}
#fancybox-left {
	left:0px;
}
#fancybox-right {
	right:0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position:absolute;
	top:50%;
	left:-9999px;
	width:30px;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
	z-index:1102;
	display:block;
}
#fancybox-left-ico {
	background-image:url(fancybox.png);
	background-position:-40px -30px;
}
#fancybox-right-ico {
	background-image:url(fancybox.png);
	background-position:-40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility:visible;
}
#fancybox-left:hover span {
	left:20px;
}
#fancybox-right:hover span {
	left:auto;
	right:20px;
}
.fancy-bg {
	position:absolute;
	padding:0;
	margin:0;
	border:0;
	width:20px;
	height:20px;
	z-index:1001;
}
#fancy-bg-n {
	top:-20px;
	left:0;
	width:100%;
	background-image:url(fancybox-x.png);
}
#fancy-bg-ne {
	top:-20px;
	right:-20px;
	background-image:url(fancybox.png);
	background-position:-40px -162px;
}
#fancy-bg-e {
	top:0;
	right:-20px;
	height:100%;
	background-image:url(fancybox-y.png);
	background-position:-20px 0px;
}
#fancy-bg-se {
	bottom:-20px;
	right:-20px;
	background-image:url(fancybox.png);
	background-position:-40px -182px;
}
#fancy-bg-s {
	bottom:-20px;
	left:0;
	width:100%;
	background-image:url(fancybox-x.png);
	background-position:0px -20px;
}
#fancy-bg-sw {
	bottom:-20px;
	left:-20px;
	background-image:url(fancybox.png);
	background-position:-40px -142px;
}
#fancy-bg-w {
	top:0;
	left:-20px;
	height:100%;
	background-image:url(fancybox-y.png);
}
#fancy-bg-nw {
	top:-20px;
	left:-20px;
	background-image:url(fancybox.png);
	background-position:-40px -122px;
}
#fancybox-loading.fancybox-ie div {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_loading.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-close {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-over {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_title_over.png', sizingMethod='scale');
	zoom:1;
}
.fancybox-ie #fancybox-title-left {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-main {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-right {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-left-ico {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-right-ico {
	background:transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie .fancy-bg {
	background:transparent !important;
}
.fancybox-ie #fancy-bg-n {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-ne {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-e {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-se {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-s {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-sw {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-w {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-nw {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/sites/all/libraries/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
#favetable {
	border:0;
	width:540px;
}
#rightcol .item-list, #rightcol h3 {
	padding-left:20px;
}
#leftcol {
	width:150px;
}
#selectCity, #selectSection {
	width:180px;
	margin:5px;
	text-transform:uppercase;
	font-size:14px;
}
#filterwrapper {
	border-right:3px solid #e6e6e6;
	border-left:3px solid #e6e6e6;
	border-bottom:3px solid #e6e6e6;
	margin:0 15px 0 0;
}
.favenode {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:20px;
	margin-bottom:20px;
}
.fRemove {
	display:block;
	position:relative;
	float:right;
	top:-20px;
	background-color:#666;
	color:#ffffff;
	text-transform:uppercase;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
}
.favenode .Eat {
	border-bottom-style:solid;
	border-bottom-color:#CAD656;
	text-transform:lowercase;
}
.favenode .Drink {
	border-bottom-style:solid;
	border-bottom-color:#D9A921;
	text-transform:lowercase;
}
.favenode .Play {
	border-bottom-style:solid;
	border-bottom-color:#7FD0DD;
	text-transform:lowercase;
}
.favenode .Shop {
	border-bottom-style:solid;
	border-bottom-color:#D34A44;
	text-transform:lowercase;
}
.favenode .Sleep {
	border-bottom-style:solid;
	border-bottom-color:#104682;
	text-transform:lowercase;
}
.favenode .city {
	border-bottom:1px dotted #333;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.fRemove a:link, .fRemove a:visited {
	color:#fff;
	text-transform:lowercase;
}
.favenode .list-address {
	padding:5px 0;
}
.favenode .list-ophours {
	padding:5px 0;
}
.favenode a.linkEat {
	text-transform:lowercase;
	color:#CAD656;
	border:0;
	text-decoration:none;
}
.favenode a.linkDrink {
	text-transform:lowercase;
	color:#D9A921;
	border:0;
	text-decoration:none;
}
.favenode a.linkPlay {
	text-transform:lowercase;
	color:#7FD0DD;
	border:0;
	text-decoration:none;
}
.favenode a.linkShop {
	text-transform:lowercase;
	color:#D34A44;
	border:0;
	text-decoration:none;
}
.favenode a.linkSleep {
	text-transform:lowercase;
	color:#114C8C;
	border:0;
	text-decoration:none;
}
.favtitle a {
	line-height:125%;
}
.favtitle, .favtitle a, .favtitle a:link, .favtitle a:visited {
	font-family:georgia, serif;
	font-size:24px;
	color:#000;
}
.favterms {
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:5px 0;
	color:#333;
	font-weight:bold;
}
.favsubhead {
	border-top:1px dotted #999;
	padding:5px 0;
	color:#333;
}
.favterms .hood {
	text-transform:uppercase;
	float:right;
}
.favterms .category {
	font-family:georgia, serif;
	font-style:italic;
	float:left;
}
.favorites-filters {
	width:150px;
	float:left;
	border:6px solid #F2EFEB;
}
.favorites-cost {
	color:#666;
	margin:0 0 0 10px;
}
.favorites-filters h2 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:22px;
	color:#000;
	background-color:#F2EFEB;
	padding:6px 6px 6px 6px;
	line-height:1.2;
	margin:0;
}
.searchSel {
	cursor:pointer;
}
.favorites-filters .sel {
	border:2px solid black;
}
.favorites-filters .tempsel {
	border:2px solid #ccc;
}
.favorites-filters span {
	display:block;
	padding:3px 8px;
	text-transform:uppercase;
	border:2px solid white;
}
#sortBy {
	width:auto;
	overflow:hidden;
	font-family:georgia;
}
.sortBox {
	float:right;
}
#sortBy label {
	display:inline;
	float:left;
	padding:4px 8px 0 0;
	margin:0px;
	font-size:1em;
}
#sortBy .searchSection {
	float:left;
}
#sortBy .searchSel {
	padding:4px 7px;
	display:block;
	float:left;
}
#sortBy .sel {
	color:white;
	background:#333;
}
.searchMain {
	float:left;
}
.favorites-content {
	float:left;
	margin:0 0 0 10px;
	width:450px;
}
.fav-links {
}
.fav-links ul {
	margin:5px 0;
	padding:0;
}
.fav-links ul li {
	display:inline;
	padding:0 5px 0 0;
}
.fav-links ul li a {
}
.gosendthis {
	display:block;
}
.goemailthis {
	margin:0 0 0 120px;
	position:absolute;
	width:300px;
	z-index:100;
}
.goemaildiv {
}
.goemailthanks {
	display:none;
	text-align:center;
	padding:100px 5px;
}
.gosend2thanks {
	display:none;
	text-align:center;
	padding:150px 5px;
}
.gocountryDrop {
}
.goemailhide {
}
.gocc-label {
	font-family:arial;
	font-size:8px;
	text-align:left;
}
.gobutton-bar {
	display:block;
	margin:0 0 0 150px;
	padding:0 5px;
}
.gocc-label {
	font-size:10px;
	line-height:12px;
	text-align:left;
}
.gosendthis-top {
	border-bottom:1px dotted #000000;
	font-size:11px;
	margin:6px 0;
	padding:5px 0;
}
.goaddnote {
	font-size:10px;
	padding:5px 10px;
	text-decoration:underline;
}
.gomsg-chars {
	padding:0 10px;
}
.gochars-left {
	font-size:10px;
	display:none;
}
.gocountryDrop {
}
.gocountryDrop select {
	font-size:10px;
}
.gocountryDrop option {
}
.goform-tos {
	font-size:10px;
	padding:2px;
}
.gobutton-bar {
}
.gophonediv {
	text-align:center;
	display:none;
}
.gosendthis {
	position:absolute;
}
.goaddnote span {
}
.gonotedrop {
	display:none;
}
.gosendcc {
	font-size:12px;
	padding:2px;
}
.gocountrycode {
	font-size:12px;
}
.gonumber1 {
	font-size:12px;
	margin:2px 0px;
}
.gonotebox {
	font-size:10px;
	padding:5px;
	text-decoration:underline;
}
.gosendthis tbody {
	border:0px solid #CCC;
}
.goborder-form {
	background:#F2EFE9 none repeat scroll 0 0;
	padding:0 5px 5px;
	width:290px;
}
.goborder-form-arrow {
	background:transparent url(sprite.gif) no-repeat scroll 0 -3807px;
	height:10px;
	margin:0 0 0 15px;
	width:40px;
}
.goborder-form-inner {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #666666;
	padding:5px;
}
.gocloseThis {
	background:transparent url(sprite.gif) no-repeat scroll -1px -4616px;
	cursor:pointer;
	float:right;
	height:11px;
	width:11px;
}
.goemailthis-cancel {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#333333;
	cursor:pointer;
	font-weight:bold;
	margin:3px 0;
	padding:7px;
	width:55px;
}
.goemailthis-submit {
	background:transparent url(sprite.gif) repeat scroll 3px -341px;
	border:0 none;
	color:white;
	cursor:pointer;
	font-weight:bold;
	margin:3px 0;
	padding:7px;
	width:55px;
}
.gosendthis-cancel {
	background:transparent none repeat scroll 0 0;
	cursor:pointer;
	border:0 none;
	color:#333333;
	font-weight:bold;
	margin:3px 0;
	padding:7px;
	width:55px;
}
.gosendthis-submit {
	background:transparent url(sprite.gif) repeat scroll 3px -341px;
	cursor:pointer;
	border:0 none;
	color:white;
	font-weight:bold;
	margin:3px 0;
	padding:7px;
	width:55px;
}
.gocnnEmailInput {
	background:#FFF none repeat scroll 0 0;
	border:1px solid #C2C2C2;
	color:#666666;
	font-size:12px;
	margin:2px;
	padding:2px;
	width:265px;
}
.gocnnRecipInput {
	background:#FFF none repeat scroll 0 0;
	border:1px solid #C2C2C2;
	color:#666666;
	font-size:12px;
	margin:2px;
	padding:2px;
	width:265px;
}
.gocnnEmailMsgInput {
	background:#FFF none repeat scroll 0 0;
	border:1px solid #C2C2C2;
	color:#666666;
	font-size:12px;
	margin:5px 0 0 5px;
	padding:2px;
	width:250px;
}
.gocnnMessageInput {
	background:#FFF none repeat scroll 0 0;
	border:1px solid #C2C2C2;
	color:#666666;
	font-size:12px;
	margin:5px;
	padding:2px;
	width:250px;
}
.gocnnEmailThisMsgInput {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #C2C2C2;
	color:#666666;
	font-size:12px;
	margin:2px;
	padding:2px;
	width:265px;
}
.gophone-field {
	padding:0 5px;
}
.gophonefield input [type="text"] {
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #C2C2C2;
	color:#666666;
	font-size:15px;
	margin:2px;
	padding:2px;
}
.gotos-err {
	display:none;
	color:red;
	font-size:10px;
	padding:10px 0 0 2px;
}
.gotos-box {
	float:left;
	margin:2px 5px;
}
form.fivestar-widget {
	clear:both;
	display:block;
}
form.fivestar-widget select, form.fivestar-widget input {
	margin:0;
}
.fivestar-combo-stars .fivestar-static-form-item {
	float:left;
	margin-right:40px;
}
.fivestar-combo-stars .fivestar-form-item {
	float:left;
}
.fivestar-static-form-item .form-item, .fivestar-form-item .form-item {
	margin:0;
}
div.fivestar-widget-static {
	display:block;
}
div.fivestar-widget-static br {
	clear:left;
}
div.fivestar-widget-static .star {
	float:left;
	width:17px;
	height:15px;
	overflow:hidden;
	text-indent:-999em;
	background:url(star.gif) no-repeat 0 0;
}
div.fivestar-widget-static .star span.on {
	display:block;
	width:100%;
	height:100%;
	background:url(star.gif) no-repeat 0 -32px;
}
div.fivestar-widget-static .star span.off {
	display:block;
	width:100%;
	height:100%;
	background:url(star.gif) no-repeat 0 0;
}
div.fivestar-widget {
	display:block;
}
div.fivestar-widget .cancel, div.fivestar-widget .star {
	float:left;
	width:17px;
	height:15px;
	overflow:hidden;
	text-indent:-999em;
}
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
	background:url(delete.gif) no-repeat 0 -16px;
	text-decoration:none;
}
div.fivestar-widget .star, div.fivestar-widget .star a {
	background:url(star.gif) no-repeat 0 0;
	text-decoration:none;
}
div.fivestar-widget .cancel a, div.fivestar-widget .star a {
	display:block;
	width:100%;
	height:100%;
	background-position:0 0;
	cursor:pointer;
}
div.fivestar-widget div.on a {
	background-position:0 -16px;
}
div.fivestar-widget div.hover a, div.rating div a:hover {
	background-position:0 -32px;
}
form.fivestar-widget div.description {
	margin-bottom:0;
}
div.fivestar-widget-static .star {
	background-image:url(star.png);
}
div.fivestar-widget-static .star span.on {
	background-image:url(star.png);
}
div.fivestar-widget-static .star span.off {
	background-image:url(star.png);
}
div.fivestar-widget .cancel, div.fivestar-widget .cancel a {
	background-image:url(cancel.png);
}
div.fivestar-widget .star, div.fivestar-widget .star a {
	background-image:url(star.png);
}
div.fivestar-widget div.hover a, div.rating div a:hover {
	background-image:url(star.png);
}
.block-nice_menus {
	z-index:10;
}
ul.nice-menu, ul.nice-menu ul {
	z-index:5;
	position:relative;
}
ul.nice-menu li {
	position:relative;
}
ul.nice-menu a {
	display:block;
}
ul.nice-menu ul, #content-header ul.nice-menu ul {
	position:absolute;
	visibility:hidden;
}
ul.nice-menu li.over ul {
	visibility:visible;
}
ul.nice-menu ul li {
	display:block;
}
ul.nice-menu:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
ul.nice-menu li:hover ul, ul.nice-menu li.menuparent li:hover ul, ul.nice-menu li.menuparent li.menuparent li:hover ul, ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul, ul.nice-menu li.over ul, ul.nice-menu li.menuparent li.over ul, ul.nice-menu li.menuparent li.menuparent li.over ul, ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul, #content-header ul.nice-menu li:hover ul, #content-header ul.nice-menu li.menuparent li:hover ul, #content-header ul.nice-menu li.menuparent li.menuparent li:hover ul, #content-header ul.nice-menu li.over ul, #content-header ul.nice-menu li.menuparent li.over ul, #content-header ul.nice-menu li.menuparent li.menuparent li.over ul {
	visibility:visible;
}
ul.nice-menu li:hover ul ul, ul.nice-menu li:hover ul ul ul, ul.nice-menu li:hover li:hover ul ul, ul.nice-menu li:hover li:hover ul ul ul, ul.nice-menu li:hover li:hover li:hover ul ul, ul.nice-menu li:hover li:hover li:hover ul ul ul, ul.nice-menu li.over ul ul, ul.nice-menu li.over ul ul ul, ul.nice-menu li.over li.over ul ul, ul.nice-menu li.over li.over ul ul ul, ul.nice-menu li.over li.over li.over ul ul, ul.nice-menu li.over li.over li.over ul ul ul, #content-header ul.nice-menu li:hover ul ul, #content-header ul.nice-menu li:hover ul ul ul, #content-header ul.nice-menu li:hover li:hover ul ul, #content-header ul.nice-menu li:hover li:hover ul ul ul, #content-header ul.nice-menu li:hover li:hover li:hover ul ul, #content-header ul.nice-menu li:hover li:hover li:hover ul ul ul, #content-header ul.nice-menu li.over ul ul, #content-header ul.nice-menu li.over ul ul ul, #content-header ul.nice-menu li.over li.over ul ul, #content-header ul.nice-menu li.over li.over ul ul ul, #content-header ul.nice-menu li.over li.over li.over ul ul, #content-header ul.nice-menu li.over li.over li.over ul ul ul {
	visibility:hidden;
}
ul.nice-menu li.menuparent ul, #content-header ul.nice-menu li.menuparent ul {
	overflow:visible !important;
}
ul.nice-menu li.menuparent ul iframe, #content-header ul.nice-menu li.menuparent ul iframe {
	display:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:20px;
	height:20px;
}
.quicktabs-hide {
	display:none;
}
ul.quicktabs_tabs {
	margin-top:0;
}
ul.quicktabs_tabs li {
	display:inline;
	background:none;
	list-style-type:none;
	padding:2px;
	white-space:nowrap;
}
ul.quicktabs_tabs li a:focus {
	outline:none;
}
.quicktabs_main.quicktabs-style-cnngo {
	clear:both;
	position:relative;
	font:Georgia Regular;
	color:#000;
	size:12px;
}
.quicktabs_main.quicktabs-style-cnngo .view-content {
	padding-top:15px;
	font:Georgia Regular;
	color:#000000;
	size:12px!important;
}
.quicktabs_main.quicktabs-style-cnngo .view-content views-field-published-at {
	line-height:15px;
}
.quicktabs_main.quicktabs-style-cnngo .item-list {
	padding-bottom:6px;
}
.quicktabs_main.quicktabs-style-cnngo .content .item-list {
	padding-top:15px;
}
.quicktabs_main.quicktabs-style-cnngo .pager-previous a {
	text-indent:-999;
	color:#fff;
}
.quicktabs_main.quicktabs-style-cnngo .pager-previous {
	background:transparent url(pagination_off.jpg) no-repeat bottom center;
}
.quicktabs_main.quicktabs-style-cnngo .pager-current {
	background:transparent url(pagination_on.jpg) no-repeat bottom center;
}
.quicktabs_main.quicktabs-style-cnngo .pager-next a {
	text-indent:-999;
	color:#fff;
}
.quicktabs_main.quicktabs-style-cnngo .pager-next {
	background:transparent url(pagination_off.jpg) no-repeat bottom center;
}
ul.quicktabs_tabs.quicktabs-style-cnngo {
	margin:0;
	padding:0;
	width:490px;
	_background:#000000;
}
ul.quicktabs_tabs.quicktabs-style-cnngo li {
	float:left;
	display:block;
	height:26px;
	text-transform:uppercase;
	font-family:Helvetica Neue (GRAPHIC);
	font-size:12px;
	min-height:26px;
	line-height:26px;
	padding-left:4px;
	padding-right:4px;
	background:#000000;
	color:#cccccc;
}
ul.quicktabs_tabs.quicktabs-style-cnngo li.active a {
	padding-bottom:15px;
	background:transparent url(arrows.gif) no-repeat scroll 50% 100%;
	color:#fff!important;
}
ul.quicktabs_tabs.quicktabs-style-cnngo li a, ul.quicktabs_tabs.quicktabs-style-cnngo li a:visited {
	color:#ccc;
}
ul.quicktabs_tabs.quicktabs-style-cnngo li a:hover, ul.quicktabs_tabs.quicktabs-style-cnngo li.active a:hover {
	color:#fff;
}
.wrapper.tagadelic {
	text-align:justify;
	margin-right:1em;
}
.tagadelic.level1 {
	font-size:1em;
}
.tagadelic.level2 {
	font-size:1.2em;
}
.tagadelic.level3 {
	font-size:1.4em;
}
.tagadelic.level4 {
	font-size:1.6em;
}
.tagadelic.level5 {
	font-size:1.8em;
}
.tagadelic.level6 {
	font-size:2em;
}
.tagadelic.level7 {
	font-size:2.2em;
}
.tagadelic.level8 {
	font-size:2.4em;
}
.tagadelic.level9 {
	font-size:2.6em;
}
.tagadelic.level10 {
	font-size:2.8em;
}
.filefield-icon {
	margin:0 2px 0 0;
}
.filefield-element {
	margin:1em 0;
	white-space:normal;
}
.filefield-element .widget-preview {
	float:left;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#CCC;
	max-width:30%;
}
.filefield-element .widget-edit {
	float:left;
	max-width:70%;
}
.filefield-element .filefield-preview {
	width:16em;
	overflow:hidden;
}
.filefield-element .widget-edit .form-item {
	margin:0 0 1em 0;
}
.filefield-element input.form-submit, .filefield-element input.form-file {
	margin:0;
}
.filefield-element input.progress-disabled {
	float:none;
	display:inline;
}
.filefield-element div.ahah-progress, .filefield-element div.throbber {
	display:inline;
	float:none;
	padding:1px 13px 2px 3px;
}
.filefield-element div.ahah-progress-bar {
	display:none;
	margin-top:4px;
	width:28em;
	padding:0;
}
.filefield-element div.ahah-progress-bar div.bar {
	margin:0;
}
* {
	padding:0;
	margin:0;
}
#TB_window {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
}
#TB_secondLine {
	font:10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {
	color:#666666;
}
#TB_window a:visited {
	color:#666666;
}
#TB_window a:hover {
	color:#000;
}
#TB_window a:active {
	color:#666666;
}
#TB_window a:focus {
	color:#666666;
}
#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background:url(macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
* html #TB_overlay {
	position:absolute;
height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px');
}
#TB_window {
	position:fixed;
	background:#ffffff;
	z-index:102;
	color:#000000;
	display:none;
	border:4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window {
	position:absolute;
margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin:15px 0 0 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px;
}
* html #TB_load {
	position:absolute;
margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect {
	position:absolute;
height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
div.fieldgroup {
	margin:.5em 0 1em 0;
}
div.fieldgroup .content {
	padding-left:1em;
}
div.panel-pane div.admin-links {
	font-size:xx-small;
	margin-right:1em;
}
div.panel-pane div.admin-links li a {
	color:#ccc;
}
div.panel-pane div.admin-links li {
	padding-bottom:2px;
	background:white;
	z-index:201;
}
div.panel-pane div.admin-links:hover a, div.panel-pane div.admin-links-hover a {
	color:#000;
}
div.panel-pane div.admin-links a:before {
	content:"[";
}
div.panel-pane div.admin-links a:after {
	content:"]";
}
div.panel-pane div.panel-hide {
	display:none;
}
div.panel-pane div.panel-hide-hover, div.panel-pane:hover div.panel-hide {
	display:block;
	position:absolute;
	z-index:200;
	margin-top:-1.5em;
}
div.panel-pane div.node {
	margin:0;
	padding:0;
}
div.panel-pane div.feed a {
	float:right;
}
.views-exposed-form .views-exposed-widget {
	float:left;
	padding:.5em 1em 0 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
	margin-top:1.6em;
}
.views-exposed-form .form-item, .views-exposed-form .form-submit {
	margin-top:0;
	margin-bottom:0;
}
.views-exposed-form label {
	font-weight:bold;
}
.views-exposed-widgets {
	margin-bottom:.5em;
}
html.js a.views-throbbing, html.js span.views-throbbing {
	background:url(status-active-1.gif) no-repeat right center;
	padding-right:18px;
}
div.view div.views-admin-links {
	font-size:xx-small;
	margin-right:1em;
	margin-top:1em;
}
.block div.view div.views-admin-links {
	margin-top:0;
}
div.view div.views-admin-links ul {
	padding-left:0;
}
div.view div.views-admin-links li a {
	color:#ccc;
}
div.view div.views-admin-links li {
	padding-bottom:2px;
	z-index:201;
}
div.view div.views-admin-links-hover a, div.view div.views-admin-links:hover a {
	color:#000;
}
div.view div.views-admin-links-hover, div.view div.views-admin-links:hover {
	background:transparent;
	;
}
div.view div.views-admin-links a:before {
	content:"[";
}
div.view div.views-admin-links a:after {
	content:"]";
}
div.view div.views-hide {
	display:none;
}
div.view div.views-hide-hover, div.view:hover div.views-hide {
	display:block;
	position:absolute;
	z-index:200;
}
div.view:hover div.views-hide {
	margin-top:-1.5em;
}
.views-view-grid tbody {
	border-top:none;
}
body {
	font-size:100%;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
}
td {
	border-right:1px solid #ccc;
	padding:7px;
}
pre, code {
	font-size:1.1em;
	font-family:"Courier New", "DejaVu Sans Mono", monospace;
}
h1 {
	font-size:2em;
	line-height:1.3em;
	margin-top:0;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:0.667em;
}
h3 {
	font-size:1.3em;
	line-height:1.3em;
	margin-top:0.769em;
	margin-bottom:0.769em;
}
h4, h5, h6 {
	font-size:1.1em;
	line-height:1.3em;
	margin-top:0.909em;
	margin-bottom:0.909em;
}
p, ul, ol, dl, pre, table, fieldset {
	margin:0 0 1em 0;
}
blockquote {
	margin:1em 2em;
}
ul, ol {
	margin-left:0;
	padding-left:2em;
}
.block ul, .item-list ul {
	margin:1em 0;
	padding:0 0 0 2em;
}
ul ul, ul ol, ol ol, ol ul, .block ul ul, .block ul ol, .block ol ol, .block ol ul, .item-list ul ul, .item-list ul ol, .item-list ol ol, .item-list ol ul {
	margin:0;
}
li {
	margin:0;
	padding:0;
}
.item-list ul li {
	margin:0;
	padding:0;
	list-style:inherit;
}
ul.menu li, li.expanded, li.collapsed, li.leaf {
	margin:0;
	padding:0;
}
ul {
	list-style-type:disc;
}
ul ul {
	list-style-type:circle;
}
ul ul ul {
	list-style-type:square;
}
ul ul ul ul {
	list-style-type:circle;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style-type:lower-alpha;
}
ol ol ol {
	list-style-type:decimal;
}
dt {
	margin:0;
	padding:0;
}
dd {
	margin:0 0 0 2em;
	padding:0;
}
a:link {
}
a:visited {
}
a:hover, a:focus {
}
a:active {
}
table {
	border-collapse:collapse;
}
th, thead th, tbody th {
	text-align:left;
	padding:0;
	border-bottom:1px solid #CCCCCC;
	font-size:1.1667em;
	color:#333;
}
th a {
	color:#333;
}
thead th {
	padding-right:7px;
}
tbody {
	border-top:none;
}
abbr {
	border-bottom:1px dotted #666;
	cursor:help;
	white-space:nowrap;
}
abbr.created {
	border:none;
	cursor:auto;
	white-space:normal;
}
img {
	border:0;
}
hr {
	height:1px;
	border:1px solid #666;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:1em 0;
	padding:0.5em;
}
.with-wireframes #header .section, .with-wireframes #content .section, .with-wireframes #navigation .section, .with-wireframes .region-sidebar-first .section, .with-wireframes .region-sidebar-second .section, .with-wireframes #footer .section {
	margin:1px;
	padding:2px;
	border:1px solid #ccc;
}
.with-wireframes .region-page-closure {
	margin-top:1px;
	padding:2px;
	border:1px solid #ccc;
}
body {
}
#page-wrapper, .region-page-closure {
	margin-left:auto;
	margin-right:auto;
	width:992px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#page {
}
#header {
	height:90px;
	padding:20px 10px;
	border-bottom:1px solid #666;
}
#header .section {
}
#search-box {
	float:right;
}
#subheader .block {
	margin:0;
}
#subheader #subheader-left {
	float:left;
}
.region-header {
	clear:both;
}
#main-wrapper {
	padding:0 10px;
	clear:both;
}
#main {
	margin:10px 0;
}
.sidebar-first #content {
	width:790px;
	margin-left:200px;
	margin-right:-992px;
}
margin-right:-614px;
}
*/  .two-sidebars #content {
width:590px;
margin-left:200px;
margin-right:-790px;
}
#navigation {
	clear:both;
	width:100%;
	margin-left:0;
	margin-right:-100%;
	padding:0;
}
#navigation .block {
	margin:0 !important;
}
#navigation ul li ul li ul {
	background:#fff;
}
#navigation ul li ul li a {
	display:block;
}
#navigation .section {
}
#navigation ul {
	margin:0;
	padding:0;
	text-align:left;
}
#navigation li {
	padding:0;
}
.region-sidebar-first {
	float:left;
	width:200px;
	margin-left:0;
	margin-right:-200px;
	padding:0;
}
.region-sidebar-first .section {
	margin:0 20px 0 0;
	padding:0;
}
.region-sidebar-second {
	float:left;
	width:350px;
	margin-left:624px;
	margin-right:-624px;
	padding:0;
}
.region-sidebar-second .section {
	margin:0 0 0 20px;
	padding:0;
}
#footer {
	clear:both;
}
#footer .section {
}
.region-page-closure {
}
#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer, .region-page-closure {
	overflow:visible;
	word-wrap:break-word;
}
#navigation {
	overflow:hidden;
}
#hero-wrapper {
	clear:both;
	padding:0 10px;
	margin:10px 0;
	height:250px;
	overflow:hidden;
}
#hero {
	float:left;
	margin-left:0;
	margin-right:-660px;
	padding:0;
	width:660px;
	height:250px;
	overflow:hidden;
	display:inline;
}
#ad-hero {
	margin-left:670px;
	margin-right:-670px;
	width:300px;
	height:250px;
	float:left;
	display:inline;
}
#ad-hero p {
	margin:0;
}
.three-columns #rail {
	float:right;
	width:490px;
	margin:0px;
	padding:0;
}
.three-columns #content {
	clear:both;
	margin-left:0;
	width:470px;
	float:left;
}
.not-front #hero {
}
.two-columns #content {
	margin-left:0;
	margin-right:-624px;
	width:624px;
	float:left;
}
.two-columns #rail {
	margin-left:634px;
	margin-right:-634px;
	width:336px;
	float:left;
}
#rail-left {
	float:left;
	margin-left:0;
	margin-right:-250px;
	width:240px;
	display:inline;
}
#rail-right {
	float:right;
	margin:0px;
	width:240px;
	display:inline;
}
body {
}
#page-wrapper {
}
#page {
}
#header {
	background:#000;
}
#navigation {
	background:#000;
}
#header .section {
}
#main-wrapper {
}
#main {
}
#footer {
}
#footer .section {
}
div.tabs {
	margin:20px 0 10px;
	background-color:#000;
	text-align:center;
	width:624px;
}
ul.primary {
	background:none repeat scroll 0 0 #000000;
	border:none;
	line-height:normal;
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;
	text-align:center;
}
ul.primary li {
	float:left;
	margin:0;
	padding:0;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	color:#ccc;
}
ul.primary li a {
	display:block;
	margin:0;
	padding:7px 10px;
	border:none;
	font-weight:normal;
	text-decoration:none;
	color:#ccc;
	background:none repeat scroll 0 0 #000000;
}
ul.primary li a .tab {
	display:block;
	margin:0;
	padding:0;
	border:none;
	background:none repeat scroll 0 0 #000000;
}
ul.primary li a:hover {
	border-width:0;
	background-color:transparent;
	background:none repeat scroll 0 0 #000000;
	color:#fff;
}
ul.primary li a:hover .tab {
	color:#fff;
	background:none repeat scroll 0 0 #000000;
}
ul.primary li.active a, ul.primary li.active a:hover {
	border-width:0;
	color:#fff;
	background-color:#000;
}
ul.primary li.active a .tab, ul.primary li.active a:hover .tab {
	background:none repeat scroll 0 0 #000000;
}
ul.secondary {
	margin:0;
	padding:0 0 0 5px;
	border-bottom:1px solid #c0c0c0;
	list-style:none;
	white-space:nowrap;
	background:url(tab-secondary-bg.png) repeat-x left bottom;
}
ul.secondary li {
	float:left;
	margin:0 5px 0 0;
	padding:5px 0;
	border-right:none;
}
ul.secondary a {
	display:block;
	height:24px;
	margin:0;
	padding:0;
	border:1px solid #c0c0c0;
	text-decoration:none;
	color:#777;
	background:url(tab-secondary.png) repeat-x left -56px;
}
ul.secondary a .tab {
	display:block;
	height:18px;
	margin:0;
	padding:3px 8px;
	line-height:18px;
}
ul.secondary a:hover {
	background:url(tab-secondary.png) repeat-x left bottom;
}
ul.secondary a.active, ul.secondary a.active:hover {
	border:1px solid #c0c0c0;
	color:#000;
	background:url(tab-secondary.png) repeat-x left top;
}
div.messages, div.status, div.warning, div.error {
	min-height:21px;
	margin:0 1em 5px 1em;
	border:2px solid #ff7;
	padding:5px 5px 5px 35px;
	color:#000;
	background-color:#ffc;
	background-image:url(messages-status.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
div.status {
}
div.warning {
	border-color:#fc0;
	background-image:url(messages-warning.png);
}
div.warning, tr.warning {
	color:#000;
	background-color:#ffc;
}
div.error {
	border-color:#c00;
	background-image:url(messages-error.png);
}
div.error, tr.error {
	color:#900;
	background-color:#fee;
}
div.messages ul {
	margin-top:0;
	margin-bottom:0;
}
body {
	margin:0;
	padding:0;
	font-size:75%;
	font-family:Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color:#494949;
	line-height:1.3333em;
}
#page-wrapper {
}
#page {
}
#skip-to-nav a, #skip-to-nav a:visited {
	position:absolute;
	display:block;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	text-align:center;
	background-color:#666;
	color:#fff;
}
#skip-to-nav a:hover, #skip-to-nav a:active, #skip-to-nav a:focus {
	position:static;
	width:100%;
	height:auto;
	padding:2px 0 3px 0;
}
#header {
	background-color:#000;
}
#header .section {
}
#logo-wrapper {
	float:left;
	margin:0px;
	display:inline;
}
#logo {
	display:block;
	margin:0;
	padding:0;
	width:220px;
}
#logo img {
	vertical-align:bottom;
	height:70px;
}
#leaderboard {
	float:right;
	margin:0px;
	width:728px;
	display:inline;
}
#leaderboard .block, #leaderboard .block p {
	margin:0;
}
#name-and-slogan {
}
h1#site-name, div#site-name {
	margin:0;
	font-size:2em;
	line-height:1.3em;
}
#site-name a:link, #site-name a:visited {
	color:#000;
	text-decoration:none;
}
#site-name a:hover, #site-name a:focus {
	text-decoration:underline;
}
#site-slogan {
}
#subheader {
	background:#f0eeef;
}
#subheader a {
	font-family:"Arial";
	font-size:12px;
	color:#666;
}
#subheader a:hover {
	font-family:"Arial Bold";
	color:#333;
}
.region-header {
}
#main-wrapper {
	clear:both;
}
#main {
}
#content {
}
#content .section {
	margin:0;
	padding:0;
}
#mission {
}
.region-content-top {
}
.breadcrumb {
	padding-bottom:0;
}
h1.title, h2.title, h3.title {
	margin:0;
}
tr.even {
}
tr.odd {
}
div.messages {
}
div.status {
}
div.warning, tr.warning {
}
div.error, tr.error {
}
.error {
}
.warning {
}
div.tabs {
}
.help {
	margin:1em 0;
}
.more-help-link {
	font-size:0.85em;
	text-align:right;
}
#content-area {
}
ul.links {
	margin:1em 0;
	padding:0;
}
ul.links.inline {
	margin:0;
	display:inline;
}
ul.links li {
	display:inline;
	list-style-type:none;
	padding:0 0.5em 0 0;
}
.pager {
	clear:both;
	margin:1em 0;
	text-align:right !important;
}
.pager a, .pager strong.pager-current {
}
.feed-icons {
	margin:1em 0;
}
.more-link {
	text-align:right;
}
.region-content-bottom {
}
.region-sidebar-first {
}
.region-sidebar-first .section {
}
.region-sidebar-second {
}
.region-sidebar-second .section {
}
#footer {
	border-top:1px dotted #ccc;
	border-bottom:10px solid;
	padding:1em 10px 1em 10px;
}
#footer .section {
}
#footer-message {
}
.region-footer {
}
.region-page-closure {
}
.box {
}
.box h2 {
}
.box .content {
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.element-hidden {
	display:none;
}
.element-invisible {
	height:0;
	overflow:hidden;
	position:absolute;
}
#herotab {
	height:280px;
	overflow:hidden;
}
#herotab .tabdiv {
	background:#000;
}
h2#header-articles {
	border-bottom:2px solid #000;
}
.inline-image {
	float:left;
	margin:1em 1em 1em 0;
}
.inline-image-caption {
	border-bottom:1px dotted #CCCCCC;
}
.in-caption, .in-caption240x135, .in-caption240x240, .in-caption400x267, .in-caption400x500, .in-captioninline_image_624x416, .in-captioninline_image_416x624 {
	color:#666;
	font-size:12px;
	padding:2px 0 9px;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	font-family:Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
.in-caption, .in-caption240x135, .in-caption240x240 {
	width:240px;
}
.in-caption400x267, .in-caption400x500 {
	width:400px;
}
.in-captioninline_image_624x416 {
	width:624px;
}
.in-captioninline_image_416x624 {
	width:416px;
}
div.node-translations {
	float:right;
}
ul.node-translations {
	list-style-type:none;
}
a.translation-link {
	text-decoration:underline !important;
}
div.block.with-block-editing {
	position:relative;
}
div.block.with-block-editing div.edit {
	display:none;
	position:absolute;
	right:0;
	top:0;
	z-index:40;
	border:1px solid #eee;
	padding:0 2px;
	font-size:0.75em;
	background-color:#fff;
}
div.block.with-block-editing:hover div.edit {
	display:block;
}
.block {
	margin-bottom:1em;
}
.block.region-odd {
}
.block.region-even {
}
.block.odd {
}
.block.even {
}
.region-count-1 {
}
.count-1 {
}
h2.header {
	border-bottom:3px solid #000;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
}
.block .content {
}
#block-aggregator-category-1 {
}
#block-aggregator-feed-1 {
}
#block-block-1 {
}
#block-blog-0 {
}
#block-book-0 {
}
#block-comment-0 {
}
#block-forum-0 {
}
#block-forum-1 {
}
#block-menu-primary-links {
}
#block-menu-secondary-links {
}
#block-node-0 {
}
#block-poll-0 {
}
#block-profile-0 {
}
#block-search-0 {
}
#block-statistics-0 {
}
#block-user-0 {
}
#block-user-1 {
}
#block-user-1 ul {
	text-align:right;
}
#block-user-1 ul li {
	display:inline;
}
#block-user-2 {
}
#block-user-3 {
}
#block-apachesolr_search-currentsearch h3 {
	font-family:Georgia;
	font-size:24px;
	font-weight:normal;
}
#block-block-16 {
	background:#000;
}
#block-block-16 .tabnav {
	text-align:right;
}
#block-block-16 p {
	margin:0;
}
#block-block-15 .tabdiv {
	height:250px;
}
#rail-full .rail-half-left, #rail-full .rail-half-right {
	width:240px;
	float:left;
	display:inline;
}
#rail-full .rail-half-left {
	margin-left:0;
	margin-right:0px;
}
#rail-full .rail-half-right {
	margin:0px;
	float:right;
}
#rail-full .rail-complete {
	clear:both;
}
#block-cnngo_apachesolr-mlt-002 {
	height:100%;
	width:624px;
	border-bottom:1px solid #ccc;
}
#block-cnngo_apachesolr-mlt-002 .item-list {
	border:none;
}
#block-cnngo_apachesolr-mlt-002 .item-list ol {
	float:left;
	list-style-type:none;
	width:624px;
	margin-bottom:0px;
}
#block-cnngo_apachesolr-mlt-002 .item-list li {
	width:203px;
	float:left;
}
#block-cnngo_apachesolr-mlt-002 .item-list li.first {
	width:203px;
	margin-left:-24px;
	margin-right:7px;
}
#block-cnngo_apachesolr-mlt-002 .item-list li.last {
	width:203px;
	margin-left:7px;
}
#block-cnngo_apachesolr-mlt-002 .item-list li .sectionheader {
	width:198px;
	background-color:#bdce5c;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:regular;
	color:#fff;
	font-size:1.333em;
	padding-left:5px;
	margin-top:5px;
	text-transform:uppercase;
	height:18px;
	padding-top:2px;
}
#block-cnngo_apachesolr-mlt-002 .item-list li .Life {
	background-color:#AD50B5;
}
#block-cnngo_apachesolr-mlt-002 .item-list li .Play {
	background-color:#75C5D4;
}
#block-cnngo_apachesolr-mlt-002 .item-list li .Drink {
	background-color:#CC9B1C;
}
#block-cnngo_apachesolr-mlt-002 .item-list li .Shop {
	background-color:#C13937;
}
#block-cnngo_apachesolr-mlt-002 .item-list li .Visit {
	background-color:#1361B5;
}
#block-cnngo_apachesolr-mlt-002 .price {
	font-family:Arial;
	font-weight:regular;
	color:#666;
	font-size:11px;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	margin-top:6px;
	margin-bottom:7px;
	text-align:right;
	height:17px;
}
#block-cnngo_apachesolr-mlt-002 .priceleft {
	float:left;
}
#block-cnngo_apachesolr-mlt-002 .list-title-class {
	font-family:Georgia;
	font-weight:regular;
	color:#000;
	font-size:13px;
}
#block-cnngo_apachesolr-mlt-002 .text {
	margin-top:6px;
	font-family:Arial;
	font-weight:regular;
	color:#494949;
	font-size:12px;
}
#block-cnngo_apachesolr-mlt-002 a.morelink:link {
	color:#494949;
	text-decoration:underline;
}
#block-cnngo_apachesolr-mlt-002 .morelistings {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	color:#000;
	font-size:11px;
	text-transform:uppercase;
	margin-top:8px;
	margin-bottom:20px;
	bottom-border:1px solid #999;
}
#block-cnngo_apachesolr-mlt-002 .alistings-subhead {
	text-transform:capitalize;
}
#block-cnngo_apachesolr-mlt-001 .item-list {
	border:none;
	padding-bottom:20px;
}
#block-cnngo_apachesolr-mlt-001 ol {
	list-style-type:none;
	padding-left:0px;
}
#block-cnngo_apachesolr-mlt-001 li {
	border-bottom:1px solid #ccc;
	height:100px;
	margin-top:10px;
}
#block-cnngo_apachesolr-mlt-001 li.first {
	width:336px;
	height:100px;
	margin-top:10px;
}
#block-cnngo_apachesolr-mlt-001 .list-title-class {
	font-family:Georgia;
	font-weight:normal;
	font-size:15px;
	color:#000;
}
#block-cnngo_apachesolr-mlt-001 a:hover {
	color:#666;
}
#block-cnngo_apachesolr-mlt-001 .block-apachesolr-mini-image {
	padding-right:0px;
	float:left;
}
#block-cnngo_apachesolr-mlt-001 img {
	width:90px;
	height:90px;
	padding-right:10px;
	padding-bottom:10px;
	border:none;
}
#block-cnngo_apachesolr-mlt-001 .apachesolr-spacer {
	padding-top:15px;
}
#block-cnngo_apachesolr-mlt-001 .apachesolr-full-article {
	font-size:11px;
	font-weight:bold;
}
.block-cnngo_apachesolr-mlt-001-content {
	background-color:#FFFFFF;
	display:inline-block
}
.block-apachesolr-mlt-001 ol {
	margin:0;
	padding:0;
}
#quicktabs-1 {
	width:490px;
	position:relative;
	clear:both;
	min-height:230px;
}
.quicktabs_wrapper.quicktabs-style-cnngo .view-content {
* padding-top:3px;
	overflow:hidden;
}
.quicktabs_wrapper.quicktabs-style-cnngo .item-list {
	border:none;
	padding-bottom:0px;
}
.quicktabs_wrapper.quicktabs-style-cnngo .views-field-title {
	font-size:12px;
	color:#000000;
	font-family:Georgia, serif;
}
.quicktabs_wrapper.quicktabs-style-cnngo .item-list li.views-row {
	font-family:Georgia, serif;
	width:auto;
	padding-bottom:10px !important;
	margin-bottom:0;
	border:none;
}
ul.quicktabs_tabs.quicktabs-style-cnngo {
	padding-left:0;
	margin:0;
* height:39px;
}
ul.quicktabs_tabs.quicktabs-style-cnngo li {
	font-family:Helvetica Neue (Graphic);
	font-size:10.5px;
	letter-spacing:-0.1px;
	height:26px;
	color:#CCC;
	padding-left:0;
	padding-right:0;
	text-align:center;
	width:98px;
* background:transparent url(background.gif) repeat-x;
}
ul.quicktabs_tabs.quicktabs-style-cnngo li.last {
	margin-bottom:0;
}
ul.quicktabs_tabs.quicktabs-style-cnngo li a {
	display:block;
	height:20px;
* height:14px;
* line-height:14px;
* padding-top:6px;
* padding-bottom:6px;
}
.quicktabs_wrapper.quicktabs-style-cnngo .field-content {
	font-family:Georgia, serif;
	font-weight:normal;
	color:#000;
	font-size:12px;
}
.quicktabs_wrapper.quicktabs-style-cnngo .field-content a:hover {
	color:#666666;
}
.quicktabs_wrapper.quicktabs-style-cnngo .views-field-published-at .field-content, .quicktabs_wrapper.quicktabs-style-cnngo .views-field-created .field-content, .quicktabs_wrapper.quicktabs-style-cnngo .views-field-name .field-content, .quicktabs_wrapper.quicktabs-style-cnngo .views-field-timestamp .field-content {
	font-family:Arial, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#999999;
}
.quicktabs_wrapper.quicktabs-style-cnngo .views-field-name {
	margin-right:0;
}
.quicktabs_wrapper.quicktabs-style-cnngo li.views-row span {
	line-height:0;
}
.quicktabs_wrapper.quicktabs-style-cnngo li.views-row-first {
	margin-top:0;
}
.quicktabs_wrapper.quicktabs-style-cnngo .item-list .pager {
	display:none;
}
#quicktabs-2 {
	width:336px;
	height:182px;
	margin:20px 10px 20px 0px;
	border-bottom:1px solid #CCC;
	position:relative;
	clear:both;
}
#quicktabs-2 ul.quicktabs_tabs.quicktabs-style-cnngo {
	width:336px;
}
#quicktabs-2 ul.quicktabs_tabs.quicktabs-style-cnngo li {
	width:112px;
}
#quicktabs-2 span.views-field-published-at, #quicktabs-2 span.views-field-created, #quicktabs-2 span.views-field-name, #quicktabs-2 .views-field-timestamp {
	display:none;
}
#block-cnngo_formblock-suggestion_box {
	width:336px;
* height:96px;
	height:auto;
	border:1px solid #CCC;
}
#block-cnngo_formblock-suggestion_box .content {
	margin-top:7px;
}
#block-cnngo_formblock-suggestion_box .boxleft {
	float:left;
	margin-left:7px;
	margin-right:7px;
}
#block-cnngo_formblock-suggestion_box .leftImg {
	background:transparent url(sprite-1.gif) no-repeat scroll -250px -1085px;
	height:79px;
	width:72px;
}
#block-cnngo_formblock-suggestion_box .error {
	margin-top:5px;
	margin-bottom:0px;
}
#block-cnngo_formblock-suggestion_box .boxright {
	width:314px;
* width:224px;
	height:auto;
	margin-right:35px;
* margin-right:25px;
}
#block-cnngo_formblock-suggestion_box #suggestion_header {
	font-family:Georgia;
	font-weight:normal;
	color:#000;
	font-size:16px;
	padding-bottom:5px;
}
#block-cnngo_formblock-suggestion_box #suggestion_hdesc {
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#494949;
}
#block-cnngo_formblock-suggestion_box #suggestion_expand {
	font-weight:bold;
	padding-bottom:4px;
	cursor:pointer;
}
#block-cnngo_formblock-suggestion_box #edit-name-wrapper input {
	width:210px;
	margin-top:3px;
	margin-bottom:-2px;
	margin-left:87px;
* margin-left:0px;
	border:1px solid #CCC;
	height:18px;
	font-family:Arial;
	font-weight:normal;
	color:#999;
	font-size:12px;
}
#block-cnngo_formblock-suggestion_box #edit-mail-wrapper input {
	width:210px;
	margin-bottom:-2px;
	margin-left:87px;
* margin-left:0px;
	border:1px solid #CCC;
	height:18px;
	font-family:Arial;
	font-size:12px;
	color:#999;
	font-weight:normal;
}
#block-cnngo_formblock-suggestion_box #edit-subject-wrapper input {
	width:210px;
	border:1px solid #CCCCCC;
	color:#999999;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	height:18px;
	margin-bottom:-2px;
	margin-left:87px;
* margin-left:0px;
}
#block-cnngo_formblock-suggestion_box #edit-message-wrapper textarea {
	border:1px solid #CCCCCC;
	color:#999999;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	margin-bottom:-2px;
	margin-left:87px;
* margin-left:0px;
	padding:0px;
	width:210px;
}
#block-cnngo_formblock-suggestion_box .grippie {
	border:none;
	height:0px;
	overflow:none;
}
#block-cnngo_formblock-suggestion_box #edit-submit-1 {
	background-color:white;
	border:none;
	color:#999;
	font-size:11px;
	font-weight:bold;
	margin-bottom:20px;
	padding-right:8px;
	margin-left:87px;
* margin-left:0px;
	cursor:pointer;
}
#block-cnngo_formblock-suggestion_box #edit-cancel {
	background-color:white;
	border:none;
	color:#999;
	font-size:11px;
	font-weight:bold;
	margin-bottom:20px;
	padding-right:8px;
	cursor:pointer;
}
#block-cnngo_formblock-suggestion_box #edit-links-wrapper input {
	border:1px solid #CCCCCC;
	color:#999999;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	height:18px;
	margin-bottom:-2px;
	margin-left:87px;
* margin-left:0px;
	width:210px;
}
#block-views-listings_blocks-block_1 {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
#block-cnn_auth-0 li #cnn-auth-login-overlay:hover, #block-cnn_auth-0 li #cnn-auth-register-overlay:hover, #block-cnn_auth-0 li #cnn-auth-login-register:hover, #block-cnn_auth-0 li #cnn-auth-login-cancel:hover {
	background:#4D4D4D;
	color:#666666;
	font-family:Georgia, serif !important;
	font-size:14px;
}
#block-cnn_auth-0 p #cnn-auth-forgot-password, #block-cnn_auth-0 p #cnn-auth-problems-contact, #block-cnn_auth-0 a #cnn-auth-login-cancel, #block-cnn_auth-0 a #cnn-auth-login-register, #block-cnn_auth-0 a #cnn-auth-register-cancel, #block-cnn_auth-0 #edit-privacy-policy-wrapper a, #block-cnn_auth-0 p #cnn-auth-continue-to-reset {
	border-bottom:1px dotted #999999;
	color:#E6E6E6;
	font-family:Georgia, serif;
	padding:0px;
	font-size:14px;
	text-shadow:0px 0px 0px;
	text-transform:lowercase;
}
#block-cnn_auth-0 p #cnn-auth-forgot-password:hover, #block-cnn_auth-0 p #cnn-auth-problems-contact:hover, #block-cnn_auth-0 a #cnn-auth-login-cancel:hover, #block-cnn_auth-0 a #cnn-auth-login-register:hover, #block-cnn_auth-0 a #cnn-auth-register-cancel:hover, #block-cnn_auth-0 #edit-privacy-policy-wrapper a:hover, #block-cnn_auth-0 p #cnn-auth-continue-to-reset:hover {
	border-bottom:1px dotted #999999;
	color:#E6E6E6;
	font-family:Georgia, serif !important;
	padding:0px;
	font-size:14px;
	text-shadow:0px 0px 0px;
	background:#4D4D4D;
	text-transform:lowercase;
}
#block-cnn_auth-0 {
	float:right;
}
#block-cnn_auth-0 #not-registered {
	text-shadow:0px 0px 0px;
	font-size:14px;
	color:#CCCCCC;
}
#block-cnn_auth-0 #not-registered h1 {
	margin-bottom:0.5em;
}
#block-cnn_auth-0 .user-register-block-inner {
	color:#CCCCCC;
	text-shadow:0px 0px 0px;
}
#block-cnn_auth-0 .user-register-block-inner th {
	color:#CCCCCC;
}
#block-cnn_auth-0 .user-register-block-inner td {
	padding:0px;
	border-right:0px;
}
#block-cnn_auth-0 .user-register-block-inner a, #block-cnn_auth-0 .user-register-block-inner a:hover {
	border-bottom:1px dotted #999999;
	color:#E6E6E6;
	font-family:Georgia, serif !important;
	padding:0px;
	font-size:14px;
	text-shadow:0px 0px 0px;
	background:#4D4D4D;
	text-transform:lowercase;
}
#block-cnn_auth-0 #cnn-auth-login-overlay, #block-cnn_auth-0 #cnn-auth-register-overlay {
	position:absolute;
	top:198px;
	left:50%;
	z-index:5000;
	width:360px;
	background-color:#4D4D4D;
	color:#CCC;
	margin-left:136px;
	text-align:left;
	font:14px Georgia;
	padding:0px;
}
#block-cnn_auth-0 li #cnn-auth-login-link, #block-cnn_auth-0 li #cnn-auth-login-link {
	text-shadow:0px 0px 0px;
}
#block-cnn_auth-0 li .cnn-auth-login-link-hl {
	color:#FFFFFF;
}
#header-fave-cnt {
	background:url("sprite-1.gif") no-repeat scroll -76px -10px transparent !important;
	white-space:pre;
}
#header-fave-cnt:hover {
	background:url("sprite-1.gif") no-repeat scroll -76px -10px #ADADAD !important;
	color:#FFFFFF;
!important;
	font-family:"Arial" !important;
}
#header-fave-cnt.active {
	background:url("sprite-1.gif") no-repeat scroll -76px -10px #ADADAD !important;
	color:#FFFFFF;
!important;
}
#block-cnn_auth-0 li a {
	text-transform:lowercase;
}
li a.active {
	color:#000;
}
#navigation {
	font-family:"Arial Narrow", "Arial";
	font-size:14px;
}
#navigation a {
	color:#969696;
	font-weight:bold;
	display:block;
	padding:11px 20px;
	font-family:"Arial Narrow";
}
ul.topnav {
	list-style:none;
	margin:0;
	float:left;
}
ul.topnav li {
	margin:0;
	padding:0 15px 0 0;
}
ul.topnav span {
	background:url(sprite-1.gif) no-repeat -300px -65px;
	width:30px;
	height:40px;
	float:left;
	display:block;
	border-right:1px solid #969696;
	cursor:pointer;
}
ul.topnav li a {
	padding:5px 0;
	color:#fff;
	font-weight:normal;
}
ul.subnav {
	position:absolute;
	display:none;
	width:100px;
	border-bottom:1px solid #969696;
	border-right:1px solid #969696;
	background:#f0efef;
	z-index:99999;
	margin-top:35px !important;
}
ul.subnav li {
	clear:both;
	border-bottom:1px dotted #999;
	margin:0 20px;
	padding:5px 0 !important;
	float:none !important;
}
ul.subnav li.first {
	margin-top:10px !important;
}
ul.subnav li.last {
	border:0 !important;
	margin-bottom:15px !important;
}
ul.subnav li a:hover {
	color:#333 !important;
}
ul.subnav li a {
	display:block;
	font-family:"Arial";
	font-size:11px;
}
ul.nice-menu ul.subnav li {
	clear:both;
}
li.active-li #selected-city {
	color:#333;
}
li.active-li a {
	background:#f0efef;
}
li.active-li span {
	background:#f0efef url(sprite-1.gif) no-repeat -300px -65px;
}
ul.nice-menu, ul.nice-menu ul {
	position:absolute;
	margin:0 !important;
	z-index:99;
}
ul.nice-menu li {
	margin:0;
	padding:0;
}
.nice-menu li a:hover {
	color:#333;
}
.nice-menu li {
	text-transform:uppercase;
	list-style-type:none;
	border-right:1px solid #969696;
	display:inline;
}
.nice-menu li ul {
	background:#f0efef;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
	border-right:1px solid #969696;
	padding:5px 20px 10px 20px !important;
	top:35px;
	left:-1px;
}
.nice-menu li ul li {
	text-transform:capitalize;
	padding:0;
	border-right:0;
}
.nice-menu li ul li:last-child {
	border:0;
}
.nice-menu li ul li a {
	border-bottom:0 !important;
	padding:0 !important;
	color:#969696 !important;
}
.nice-menu li ul li a.active {
	background:#f0efef !important;
}
ul.nice-menu li.menuparent ul, #content-header ul.nice-menu li.menuparent ul {
	overflow:hidden !important;
	z-index:1000;
}
.region-navigation {
}
#main-menu {
}
#main-menu a {
	padding:0;
}
#main-menu li {
	display:block !important;
}
#main-menu li.active-trail {
	display:block;
}
#secondary-nice {
	margin-left:61px;
}
.nice-menu li {
	float:left;
}
#navigation .nice-menu li a:hover {
	color:#333;
}
#navigation .nice-menu li a.active {
	color:#fff;
}
#navigation .nice-menu li.active-li a.active:hover, #navigation .nice-menu li.active-li a.active {
	background:#f0efef;
	color:#333 !important;
}
li.menu-18862 {
	position:absolute;
	top:64px;
	right:0;
}
li.menu-18987 {
	position:absolute;
	top:35px;
	right:0;
}
li.menu-19006 {
	position:absolute;
	top:91px;
	right:0;
}
li.menu-16927 a {
	font-family:"Arial Bold" !important;
	color:#333 !important;
	font-size:12px;
	text-transform:uppercase;
}
li#menu-21917 a, li#menu-21922 a, li#menu-23923 a, li#menu-23910 a, li#menu-1303 a, li#menu-1298 a, li#menu-23926 a, li#menu-23925 a, li#menu-23927 a {
	border-bottom:4px solid #ad50b5;
}
li#menu-21917 a.active, li#menu-21922 a.active, li#menu-23923 a.active, li#menu-23910 a.active, li#menu-1303 a.active, li#menu-1298 a.active, li#menu-23926 a.active, li#menu-23925 a.active, li#menu-23927 a.active {
	background:#ad50b5;
}
li#menu-29530 a, li#menu-29531 a, li#menu-29533 a, li#menu-29532 a, li#menu-29535 a, li#menu-27859 a {
	border-bottom:4px solid #000;
}
li#menu-29530 a:hover, li#menu-29531 a:hover, li#menu-29533 a:hover, li#menu-29532 a:hover, li#menu-29535 a:hover, li#menu-27859 a:hover {
	border-bottom:4px solid #F0EFEF;
}
li#menu-25980 a, li#menu-1304 a, li#menu-1299 a {
	border-bottom:4px solid #1361B5;
}
li#menu-25980 a.active {
	background:#1361B5;
}
li#menu-1304 a.active, li#menu-1299 a.active {
	background:#75c5d4;
}
li#menu-21920 a, li#menu-21921 a, li#menu-23924 a, li#menu-1305 a, li#menu-1300 a, li#menu-23909 a, li#menu-23929 a, li#menu-23928 a, li#menu-23930 a {
	border-bottom:4px solid #1361b5;
}
li#menu-21920 a.active, li#menu-21921 a.active, li#menu-23924 a.active, li#menu-1285 a.active, li#menu-1305 a.active, li#menu-1300 a.active, li#menu-23909 a.active, li#menu-23929 a.active, li#menu-23928 a.active, li#menu-23930 a.active {
	background:#1361b5;
}
li#menu-1296 a, li#menu-16034 a, li#menu-1286 a, li#menu-1306 a, li#menu-1301 a, li#menu-1291 a, li#menu-1276 a {
	border-bottom:4px solid #bfcf44;
}
li#menu-1296 a.active, li#menu-16034 a.active, li#menu-1286 a.active, li#menu-1306 a.active, li#menu-1301 a.active, li#menu-1291 a.active, li#menu-1276 a.active {
	background:#bfcf44;
}
li#menu-1297 a, li#menu-16052 a, li#menu-1287 a, li#menu-1307 a, li#menu-1302 a, li#menu-1292 a, li#menu-1281 a {
	border-bottom:4px solid #cc9b1c;
}
li#menu-1297 a.active, li#menu-16052 a.active, li#menu-1287 a.active, li#menu-1307 a.active, li#menu-1302 a.active, li#menu-1292 a.active, li#menu-1281 a.active {
	background:#cc9b1c;
}
li#menu-1298 a, li#menu-16014 a, li#menu-1288 a, li#menu-1308 a, li#menu-1303 a, li#menu-1293 a, li#menu-1279 a {
	border-bottom:4px solid #75c5d4;
}
li#menu-1298 a.active, li#menu-16014 a.active, li#menu-1288 a.active, li#menu-1308 a.active, li#menu-1303 a.active, li#menu-1293 a.active, li#menu-1279 a.active {
	background:#75c5d4;
}
li#menu-1299 a, li#menu-16095 a, li#menu-1289 a, li#menu-1309 a, li#menu-1304 a, li#menu-1294 a, li#menu-1280 a {
	border-bottom:4px solid #c13937;
}
li#menu-1299 a.active, li#menu-16095 a.active, li#menu-1289 a.active, li#menu-1309 a.active, li#menu-1304 a.active, li#menu-1294 a.active, li#menu-1280 a.active {
	background:#c13937;
}
li#menu-1300 a, li#menu-16096 a, li#menu-1290 a, li#menu-1310 a, li#menu-1305 a {
	border-bottom:4px solid #194ba6;
}
li#menu-1300 a.active, li#menu-16096 a.active, li#menu-1290 a.active, li#menu-1310 a.active, li#menu-1305 a.active {
	background:#194ba6;
}
li#menu-16111 a, li#menu-17322 a {
	border-bottom:4px solid #983aa7;
}
#secondary-menu {
}
.block-menu {
}
.block-menu_block {
}
#subheader ul {
	margin:0;
	padding:0;
}
#subheader ul li {
	display:inline;
	float:left;
	padding:4px 0;
}
#home-button:hover, #home-button.active {
	float:left;
	text-indent:-9999px;
	display:block;
	background:url(sprite-1.gif) no-repeat -520px -325px;
	width:20px;
	height:20px;
	border-right:1px solid #969696;
	color:#fff;
	background-color:#F0EFEF;
}
#home-button {
	float:left;
	text-indent:-9999px;
	display:block;
	background:url(sprite-1.gif) no-repeat -461px -325px;
	width:20px;
	height:20px;
	border-right:1px solid #969696;
	color:#fff;
}
#subheader {
	clear:both;
	height:25px;
}
#subheader li:before {
	content:" |";
	color:#bbb;
	font-size:10px;
	line-height:18px;
}
#subheader li:first-child:before {
	content:"";
}
#subheader li a {
	padding:5px 10px;
	font-size:13px;
	text-shadow:1px 0 1px #ccc;
}
#subheader li a.active, #subheader li a:hover {
	background:#adadad;
	color:#fff;
	font-family:"Arial" !important;
}
#block-cnn_auth-0 {
	float:right;
}
.node ul.node-actions li a {
	display:block;
	font-size:10.5px;
	color:#aaaaaa !important;
	padding-left:15px;
	background:url(sprite-1.gif) no-repeat;
}
.node ul.node-actions li.share-email a {
	cursor:pointer;
}
.node ul.node-actions li.share-facebook a, .node ul.node-actions li.share-twitter a {
	cursor:pointer;
	color:#AAAAAA;
}
.node ul.node-actions li.share-share a {
	background-position:-17px -15px;
}
.node ul.node-actions li.share-share a:hover {
	background-position:-16px -32px;
}
.node ul.node-actions li a:hover {
	color:#000;
}
.node ul.node-actions li a.action-share {
	background-position:-20px -15px;
}
.node ul.node-actions li .flag-favorite a {
	background-position:-80px -15px;
}
.node ul.node-actions li.print_html {
	margin-left:0 !important;
}
.node ul.node-actions li.print_html a {
	background-position:-200px -15px;
}
.node ul.node-actions li a.flag-link-toggle {
	height:15px;
}
.node ul.node-actions .flag-message {
	left:-135px;
	top:-40px;
}
.node {
}
.node-sticky {
}
.node-unpublished {
}
.node-unpublished div.unpublished, .comment-unpublished div.unpublished {
	overflow:visible;
	color:#d8d8d8;
	font-size:55px;
	font-family:Impact, "Arial Narrow", Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	word-wrap:break-word;
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	position:fixed;
	opacity:0.5;
	top:500px;
	left:0;
}
.node-by-viewer {
}
.node-type-page {
}
.node h2.title {
	color:#000;
	font-size:2.333333em;
	font-family:Georgia, serif;
	font-weight:normal;
}
.node h3 {
	font-size:1.33333em;
	color:#333;
	font-weight:bold;
}
.node table tr td {
	padding:0;
	margin:0;
	border:0;
}
.node .field-field-article-sub-head {
	color:#494949;
	font-family:Georgia, serif;
	font-size:1.166667em;
	font-style:italic;
	margin-bottom:5px;
}
.node .body a:link {
	color:#333;
	text-decoration:underline;
}
.node .article-video {
	text-align:center;
}
div.fieldgroup .content {
	padding-left:0;
}
.node .field-field-authors-reference {
	background:#e8e8e8;
	background-image:none;
padding:5px 9px  clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.node .field-field-authors-reference p, .node .field-field-authors-reference h2 {
	font-family:Arial, sans-serif;
	color:#666;
	font-style:italic;
	font-size:0.916667em;
	margin-bottom:0;
}
.node .field-field-authors-reference h2 {
	font-style:normal;
	margin-left:58px;
	margin-top:7px;
}
.node .field-field-authors-reference p {
	margin-left:58px;
	margin-bottom:0.916667em;
}
.node .field-field-authors-reference .submitted {
	display:none;
}
.marker {
	color:#c00;
}
.field-field-author-image {
	width:40px;
	height:40px;
	background-color:#eee;
	float:left;
	margin:0px 9px 9px 9px;
}
.node.node-unpublished .picture, .comment.comment-unpublished .picture {
	position:relative;
}
.node .meta {
}
.node .submitted {
}
.node .terms {
}
.node .main-image {
	float:left;
	margin-bottom:10px;
}
.node .main-image.img240x310 {
	width:240px;
	margin-right:10px;
}
.node .main-image.img400x600 {
	width:400px;
	margin-right:10px;
}
.node .main-image em {
	float:left;
	width:85%;
}
.node .node-actions-wrapper {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px 0;
	margin:15px 0;
	height:20px;
	clear:both;
}
.node form.fivestar-widget {
	float:left;
}
.node form.fivestar-widget div.description {
	float:left;
}
.node ul.node-actions {
	float:right;
	height:15px;
	line-height:15px;
	margin:0;
	padding:0;
}
.node ul.node-actions li {
	list-style-type:none;
	float:left;
	padding:3px 5px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, sans-serif;
}
.node .content {
	line-height:1.5em;
}
.node .content h3 {
	margin-top:24px;
}
.node .content p {
	margin:1em 0 !important;
}
.node .content .inline-image {
	float:left;
	margin:0 1em 1em 0;
	clear:both;
}
.node .content ul.links.inline {
}
.node .content ul.links li {
	display:inline;
	list-style-type:none;
	padding:0 0 0 1em;
}
.node .content ul.links li:after {
	content:',';
}
.node .content ul.links li.last:after {
	content:"";
}
.node .content ul.links.inline a {
	text-decoration:none !important;
	text-transform:uppercase !important;
	font-family:"Arial Narrow", Arial, sans-serif !important;
	font-weight:bold !important;
	color:#9d9d9d !important;
}
.node .content a:link, .node .content a:visited {
	color:#04679A;
}
.node .content .item-list ul.pager {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:1em 0;
}
.node .content .item-list ul.pager a:link, .node .content .item-list ul.pager a:visited {
	color:#666 !important;
}
.node .tags-inline-bottom {
	margin:1em 0;
}
.node-teaser {
	padding:1em 0;
	clear:both;
	text-align:justify;
}
.node-teaser h2.title {
	margin-left:150px;
	font-family:Georgia;
	font-size:24px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:10px;
}
.node-teaser .image {
	float:left;
	width:140px;
	height:140px;
	background-color:#f4f4f4;
	margin:0 10px 10px 0;
}
.node-teaser .type {
	font-size:10px;
	text-transform:uppercase;
	margin-left:150px;
}
.node-teaser .meta {
	color:#999;
	font-family:Arial, sans-serif;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:0 0 5px 150px;
	padding:0;
}
.node-teaser li.life a:link, .node-teaser li.life a:visited {
	color:#AD50B5;
}
.node-teaser li.shop a:link, .node-teaser li.shop a:visited {
	color:#C3403D;
}
.node-teaser li.visit a:link, .node-teaser li.visit a:visited {
	color:#1361B5;
}
.node-teaser li.drink a:link, .node-teaser li.drink a:visited {
	color:#CC9B1C;
}
.node-teaser li.play a:link, .node-teaser li.play a:visited {
	color:#75C5D4;
}
.node-teaser li.eat a:link, .node-teaser li.eat a:visited {
	color:#BFCF44;
}
.node-teaser li.escape a:link, .node-teaser li.escape a:visited {
	color:#1361B5;
}
.node-teaser .meta .links {
	float:left !important;
	margin:0;
}
.node-teaser .meta a {
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, sans-serif;
}
.node-teaser .mini-icon-article-video {
	width:10px;
	height:10px;
	background:url(sprite-1.gif) no-repeat -170px -115px;
}
.node div.fivestar-widget {
	float:left;
}
.posted {
	float:right;
}
.terms-inline {
	display:block;
	padding:3px 0 2px 0;
}
.node-teaser .body {
	margin:7px 10px 5px 150px;
}
.node-teaser .last {
	border:0;
}
.node .tags ul li:after {
	content:",";
}
.node .tags ul li.last:after {
	content:"";
}
.node-teaser .more-bold {
	margin:4px 0 0 0;
}
.node-type-article .meta ul.links.inline, .node-type-listing .meta ul.links.inline {
	border:none;
	display:inline;
	margin:0;
	padding:0;
	text-align:left;
}
.node-type-article .meta ul.links.inline a, .node-type-listing .meta ul.links.inline a {
	text-decoration:underline;
	text-transform:uppercase;
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#333;
}
.preview .node {
}
a.more {
	display:block;
}
.field-field-article-byline {
	color:#999;
	font-size:0.91667em;
}
.full-field-date {
	color:#999;
	padding-left:20px;
}
#comment-form div.fivestar-widget, #comment-form div.fivestar-widget .description {
	float:left;
}
#comment-controls .form-submit {
	display:none;
}
.node .tags-inline-bottom ul.links.inline a {
	color:#333 !important;
	font-family:Arial, sans-serif !important;
	font-size:0.91667em !important;
	font-weight:normal !important;
	text-transform:uppercase !important;
	text-decoration:underline !important;
}
.node-type-event .body {
	width:624px;
	height:auto;
}
.node-type-event .field {
}
.node-type-event .field-type-location {
	float:left;
	width:208px;
	height:60px;
}
.node-type-event .field-field-listing-hours {
	float:left;
	width:208px;
	height:60px;
}
.node-type-event .field-field-listing-relative-cost {
	float:left;
	width:208px;
	height:60px;
}
.node-type-event .field-field-listing-payments-accepted {
	float:right;
	width:208px;
	height:60px;
	margin-top:-45px;
}
.node-type-event .field-label {
	color:#000;
	text-transform:uppercase;
}
.node-type-event .field-items {
	color:#333;
	font-size:11px;
	line-height:1.2em;
}
.node-type-event .adr {
	color:#494949;
	font-size:11px;
}
.node-type-event p {
	width:624px;
	height:auto;
	font-family:Arial;
	font-weight:regular;
	color:#494949;
	font-size:12px;
	padding-right:10px;
}
.node-type-event p a.inline:link {
	font-family:Arial;
	font-weight:regular;
	color:#333;
	font-size:12px;
	text-decoration:underline;
}
.node-type-event .field-type-link {
	width:208px;
	height:auto;
}
.node-type-event h2.title {
	font-family:georgia, serif;
	font-size:2.33333em;
	font-weight:normal;
	margin-bottom:-3px;
}
.node-type-event .submitted {
	font-family:Arial;
	color:#333;
	font-size:11px;
}
.node-type-event a:link {
	color:#333;
}
.node-type-event .field-field-inline-image {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	float:left;
	font-weight:regular;
	padding:10px 20px 10px 0;
}
.node-type-article .field {
	width:auto;
	padding:0;
	height:auto;
}
.node-type-article .field-field-author-image {
	float:left;
}
.node-type-article .field-label {
	color:#000;
	text-transform:uppercase;
}
.node-type-article .adr {
	color:#333;
	font-size:11px;
}
br.clear-both {
	clear:both;
}
span.field-field-article-body p {
	color:#494949 !important;
	font-family:Arial, sans-serif !important;
	font-weight:normal !important;
	font-size:12px !important;
}
.field-field-article-body p {
	color:#494949 !important;
	font-family:Arial, sans-serif !important;
	font-weight:normal !important;
	font-size:12px !important;
}
.field-field-article-body a {
	color:#333333 !important;
	font-family:Arial, sans-serif !important;
	font-weight:normal !important;
	text-decoration:underline !important;
	font-size:12px !important;
}
.field-field-listing-promo-image {
	float:left;
	margin:0 2em 0 0;
}
.field-field-meta-description, .field-field-listing-promo-text {
	color:#999;
	font-size:0.91667em;
	margin-bottom:20px;
}
.field-field-listing-promo-text {
	clear:left;
	display:block;
	float:left;
	margin:0 2em 1em 0;
	width:240px;
}
.addthis img {
	margin-bottom:4px;
	vertical-align:bottom;
}
#comment-form-content, #comment-form-content form {
	position:inherit;
}
#comments h2 {
	color:#000000;
	font-family:Georgia, serif;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:3px;
}
#post-button {
	background-color:#999999;
	color:#FFFFFF;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase;
	width:90px;
}
#post-button a {
	color:#FFFFFF;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
#cnngo-smt-entry-form {
	display:block;
}
.page-page-block404 .fivestar-widget, .page-page-block404 ul.links.inline, .page-page-block404 .field-field-article-byline {
	display:none;
}
#node-profile-links {
	padding-bottom:1em;
}
#node-profile-posts {
	clear:both;
	padding-top:10px;
}
#node-profile-actions ul.links {
	margin:0;
}
.node-type-profile h1 {
	margin-bottom:1em;
}
.node-type-profile #header-latest-posts {
	line-height:1em;
	border-bottom:3px solid #000;
}
.node-type-profile h3 {
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	padding:10px 0;
	margin:0;
}
.node-type-profile .art-pager {
	float:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px 0;
	margin:5px 0;
	height:20px;
}
.node-type-profile .art-pager .pager-intro {
	font-weight:bold;
	float:left;
}
.node-type-profile .art-pager .item-list {
	float:right;
}
.node-type-profile div.views-row-last {
	border:0;
}
.node-type-profile #node-profile-content {
	margin-top:10px;
}
.node-type-profile #node-profile-image {
	width:200px;
	height:200px;
	float:left;
	border:1px solid #ccc;
	background:#f4f4f4;
	margin:0 10px 10px 0;
}
.node-type-profile #node-profile-actions, .view-id-author_recent_posts #node-profile-actions {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:right;
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
}
.node-type-profile #node-profile-actions a, .view-id-author_recent_posts #node-profile-actions a {
	color:#aaa;
	display:block;
}
.node-type-profile #node-profile-actions li:hover, .view-id-author_recent_posts #node-profile-actions li:hover {
	background:#4d4d4d;
}
.node-type-profile #node-profile-actions li a:hover, .view-id-author_recent_posts #node-profile-actions a:hover {
	color:#fff;
}
.node-type-profile #node-profile-actions ul, .view-id-author_recent_posts #node-profile-actions ul {
	float:right;
}
.node-type-profile #node-profile-actions ul li, .view-id-author_recent_posts #node-profile-actions ul li {
	float:left;
}
.node-type-profile #node-profile-actions ul li a, .view-id-author_recent_posts #node-profile-actions ul li a {
	padding:5px 5px 5px 25px;
	display:block;
}
.node-type-profile #node-profile-links ul {
	padding:0;
	margin:0;
}
.node-type-profile #node-profile-links ul li {
	list-style-type:none;
	text-decoration:underline;
}
.view-id-author_recent_posts .views-field-field-article-preview-image-fid {
	float:left;
	margin:0 10px 10px 0;
	background:url('loading.gif') no-repeat 50% 50%;
	width:140px;
	height:140px;
}
.view-id-author_recent_posts .views-field-title a {
	color:#000000;
	display:block;
	font-family:georgia, serif;
	font-size:22px;
	line-height:24px;
	padding:5px 0;
}
.view-id-author_recent_posts .views-row-odd, .view-id-author_recent_posts .views-row-even {
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.view-id-author_recent_posts .views-field-published-at {
	border-top:1px dotted #d8d8d8;
	border-bottom:1px dotted #d8d8d8;
	color:#999;
	font-size:11px;
}
.view-id-author_recent_posts .views-field-published-at {
	margin:5px 0 5px 150px;
}
.view-id-author_recent_posts .views-field-view-node a {
	font-weight:bold;
	color:#000;
	font-size:80%;
}
li.action-email {
	background:url('icon_email.png') no-repeat 10px 10px;
}
li.action-subscribe {
	background:url('icon_subscribe.png') no-repeat 10px 10px;
}
li.action-follow a {
	background:url('icon_subscribe.png') no-repeat 10px 10px;
}
.node-type-profile .views-field-view-node, .node-type-profile .views-field-title, .node-type-profile .views-field-field-article-body-value {
	padding-left:150px;
}
.view-article-authors {
	clear:both;
}
.view-article-authors a {
	color:#9e9e9e !important;
	text-decoration:underline;
	font-weight:bold;
}
.view-article-authors .views-field-field-author-image-fid {
	float:left;
	font-style:normal !important;
}
.view-article-authors .views-field-field-author-image-fid a {
	width:50px;
	height:50px;
	margin-right:10px;
	display:block;
}
.view-article-authors .views-field-body, .view-article-authors views-field-view-node {
	padding:5px 0;
}
.view-article-authors .views-row-odd, .view-article-authors .views-row-even {
	margin:5px 0;
	background:#ededed;
	color:#999;
	padding:10px !important;
	border:0 !important;
}
div.views-row span.views-field-field-author-image-fid {
	font-style:normal !important;
}
.views-field-view-node span.field-content {
	font-style:italic;
	display:inline-block;
}
.views-field-field-author-short-bio-value div.field-content {
	font-style:italic;
	display:inline-block;
}
.view-article-authors .views-field-field-author-short-bio-value .field-content, .view-article-authors .views-field-field-author-short-bio-value .field-content p {
	display:inline;
	margin:0;
}
.view-article-authors .views-field-nothing {
	clear:both;
}
.node .content .inline-embedlistings h2.title {
	color:#000000 !important;
}
.node .content .inline-embedlistings .body a.more-bold {
	color:#000000 !important;
	text-decoration:none !important;
}
.node .content .inline-embedlistings .meta .node-meta ul.links li:after, .node .content .inline-embedlistings .meta .node-meta ul.links li.last:after {
	content:"";
}
.node .content .inline-embedlistings h2.title {
	color:#000000 !important;
}
.node .content .inline-embedlistings .body {
	color:#000000;
}
.node .content .inline-embedlistings .body a.more-bold {
	color:#000000 !important;
	text-decoration:none;
}
.node .content .inline-embedlistings.node-teaser {
	position:relative;
	font-style:normal;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}
.node .content .inline-embedlistings.node-teaser.divider {
	border-top:1px solid #CCCCCC;
}
.node .content .inline-embedlistings.node-teaser a {
	color:#000000 !important;
	text-decoration:none;
}
.node .content .inline-embedlistings.node-teaser .meta ul.links.inline {
	float:none !important;
}
.node .content .inline-embedlistings.node-teaser .meta ul.links.inline li {
	padding:0 0.5em 0 0;
}
.node .content .inline-embedlistings.node-teaser .meta ul.links.inline li.city-term a {
	color:#000000 !important;
}
.node .content .inline-embedlistings.node-teaser .message {
	position:absolute;
	background:#FFEEEE url("messages-error.png") 10px 20px no-repeat;
	border:2px solid #CC0000;
	padding:20px;
	color:#990000;
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	text-align:center;
	width:580px;
	height:100px;
	opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.embedlistings-map h2 {
	border-bottom:3px solid #000000;
	color:#000000;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.66667em;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.node .content .webform-client-form {
	margin-bottom:30px;
}
.node .content #webform-component-favorite label:not(.option) {
font-family:Georgia, serif;
color:#000000;
font-size:2.33333em;
font-weight:normal;
line-height:1.3em;
}
.node .content .webform-client-form #webform-component-favorite .form-item, .node .content .webform-client-form #webform-component-favorite .form-radios {
	margin:0;
}
.node .content .webform-client-form #webform-component-favorite .form-radios div {
	padding-top:10px;
}
.node .content .webform-client-form #webform-component-write_in label {
	display:none;
}
.node .content .webform-client-form #webform-component-write_in .form-item {
	margin-top:0;
}
.node .content .webform-client-form #webform-component-write_in input {
	margin-left:16px;
}
.node .content .webform-client-form input[type=submit] {
	background:none repeat scroll 0 0 #999999;
	border:1px solid #999999;
	color:#FFFFFF;
	cursor:pointer;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1em;
	margin:0;
	padding:3px;
	text-transform:uppercase;
}
.item-list {
	margin:0;
}
.view .item-list {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:10px 0 0 0;
}
ul.pager {
	border:none;
	color:#666;
	font-family:Arial, "Arial Narrow", sans-serif;
	font-weight:bold;
	margin:2px 0;
	padding:0;
	text-transform:uppercase;
}
.item-list .pager li {
	background:none;
	color:#000;
	display:inline;
	font-weight:bold;
	list-style-type:none;
	padding:0;
	font-size:12px;
}
ul.pager li.pager-current, ul.pager li.pager-item {
	background:none;
	padding:0 3px;
	margin:0;
}
ul.pager li a {
	background:none;
	color:#666;
	padding:0;
	margin:0;
}
ul.pager li a:active, ul.pager li a:hover {
	background:none;
	color:#000;
	padding:0;
	margin:0;
}
ul.pager .pager-previous {
	margin-right:6px;
}
ul.pager .pager-next {
	margin-left:7px;
}
ul.pager .pager-first a, ul.pager .pager-last a, ul.pager .pager-last, ul.pager .pager-ellipsis {
	display:none;
}
.item-list .pager-mini li {
	display:inline;
	padding:0;
}
ul.pager-mini li a {
	background:url(sprite-1.gif) no-repeat scroll -148px -137px;
	padding:0;
	margin:0;
}
ul.pager-mini li a:hover, ul.pager-mini li.pager-current, ul.pager-mini li.pager-item {
	background:url(sprite-1.gif) no-repeat scroll -160px -137px;
	padding:0;
	margin:0;
}
.views-row-last .divider {
	border-bottom:0;
}
.views-field-view-comment {
	text-decoration:underline;
}
.view-comments-recent .views-field-title {
	font-size:0.916667em;
	line-height:1.454545em;
	color:#333;
	text-decoration:underline;
}
.view-comments-recent .views-field-title {
	text-decoration:none;
}
.attachment-before .views-row-last {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #ccc;
}
.view .imagecache-140x140 {
	float:left;
}
.view .imagecache-140x140 img {
	border:1px solid #e6e6e6;
	margin:0 10px 0 0;
}
.sections .views-field-nid {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.more-bold {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}
#block-quicktabs-1 .views-row {
	width:auto;
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.attachment-after {
	margin-top:15px;
}
.view-city .view-display-id-attachment_1 .views-field-field-listing-image-fid img {
	background:#bfcf44;
}
.view-city .view-display-id-attachment_2 .views-field-field-listing-image-fid img {
	background:#cc9b1c;
}
.view-city .view-display-id-attachment_3 .views-field-field-listing-image-fid img {
	background:#c13937;
}
.view-city .view-display-id-attachment_4 .views-field-field-listing-image-fid img {
	background:#1361b5;
}
.view-city .attachment .view-content img {
	width:230px;
	height:130px;
	display:block;
}
.view-city .views-field-name {
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1em;
}
.view-city .views-field-field-listing-image-fid .field-content {
	height:150px;
}
.view-city .views-field-tid {
	text-transform:none;
	font-family:Arial, sans-serif;
	font-size:1.0833em;
	line-height:20px;
}
.view-city .views-field-tid-1 {
	float:left;
	padding:4px 0 2px 0;
	margin:6px 0 7px 0;
}
.view-city .views-field-field-listing-relative-cost-value {
	text-align:right;
	padding:4px 0 2px 0;
	margin:6px 0 7px 0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
.view-city .views-field-name, .view-city .views-field-name a {
	color:#fff;
}
.view-city .views-field-tid, .view-city .views-field-tid a {
	color:#fff;
}
.attachment .view-city {
	float:left;
	width:230px;
	height:285px;
	position:relative;
}
.view-city .view-display-id-attachment_2, .view-city .view-display-id-attachment_4 {
	margin-left:10px;
}
.view-city .view-display-id-attachment_1, .view-city .view-display-id-attachment_3 {
	clear:both;
}
.views-field-title-1 a {
	text-decoration:underline;
}
#content .view-topicpage {
	width:624px;
	margin-bottom:1em;
}
.section-topic #rail {
	float:left;
	margin-left:636px;
	margin-right:-636px;
	padding:0;
	width:336px;
}
.section-topic #rail-full {
	width:336px;
}
.view-topicpage .attachment-before {
	float:left;
}
.view-topicpage .attachment-before .views-row-last {
	padding:0;
	margin:0;
	border:none;
}
.view-topicpage .view-display-id-attachment_2 {
}
.view-topicpage .view-display-id-attachment_2 .view-content {
}
.view-topicpage .views-row-first {
	border-top:3px solid #000000;
	margin:0;
	padding:10px 0 0 0;
}
.view-topicpage .views-field-field-inline-image-fid {
	float:left;
	margin-right:1em;
}
.view-topicpage .views-field-body {
	clear:right;
}
.view-topicpage .views-field-tid-1 {
}
.views-field-field-column-logo-main-fid {
	text-align:center;
}
.view-topicpage .views-field-title a {
	color:#000;
	font-family:Georgia, serif;
	font-size:18px;
	line-height:1.2em;
	padding-bottom:5px;
}
.view-topicpage .views-row {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	height:140px;
	padding:10px 0;
}
.view-topicpage .attachment-before .views-row {
	height:auto;
}
.view-topicpage .attachment-before .views-field-nothing {
	display:none;
}
.view-topicpage .views-field-title {
	border-bottom:1px dotted;
	font-family:Georgia, serif;
	font-size:1.16667em;
	line-height:1.16667em;
	margin:0 0 3px 150px;
	padding-bottom:5px;
	width:474px;
}
.view-topicpage .views-field-tid-1 .field-content a {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	height:0.9166667em;
	margin-right:4px;
	text-transform:uppercase;
}
.view-topicpage .views-field-tid .field-content {
	font-family:Arial, sans-serif;
	height:0.9166667em;
	text-transform:lowercase;
}
.view-topicpage .views-field-tid .field-content a {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	height:0.9166667em;
	text-transform:uppercase;
}
.view-topicpage .views-field-published-at {
	color:#999;
	font-family:Arial, sans-serif;
	height:0.9166667em;
	float:right;
	text-transform:none;
}
.view-topicpage .views-field-field-article-body-value {
	border-top:1px dotted;
	margin:3px 0 0 150px;
	padding-top:5px;
	width:474px;
}
.view-topicpage .views-field-view-node {
	margin:3px 0 3px 150px;
	clear:none;
}
.view-topicpage .views-field-view-node .field-content a {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	height:0.9166667em;
	padding-top:5px;
	text-transform:uppercase;
}
.attachment .view-city .views-field-tid .item-list {
	display:inline;
	border:none;
}
.front #content .section {
	width:470px;
}
.section .views-field-title {
	font-family:Georgia, serif;
	font-size:1.166667em;
	line-height:1.16667em;
	padding-bottom:5px;
}
.section .views-field-tid {
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, sans-serif;
	height:1em;
	display:inline;
}
.view-header h2.title, .block h2.title {
	border-bottom:3px solid #000;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#000;
	text-transform:uppercase;
	margin:0 0 5px 0;
}
.feed-icons {
	margin:4px 0 0 0;
	float:right;
}
.views-row {
	padding-bottom:5px;
}
.view-display-id-page_1 .views-row {
	text-align:justify;
	clear:both;
}
.view-article-authors .views-row {
	padding:10px;
	font-style:none !important;
}
.views-row-last {
	padding-bottom:5px;
	border-bottom:none;
}
#block-block-15 {
	margin-bottom:15px;
	height:200px;
}
#block-views-blog_buzz-block_1 .attachment-before .views-row-first {
	padding-top:10px;
}
.block .views-row {
	width:240px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	margin-bottom:15px;
}
.block .views-row-last {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.block .views-field-title {
	font-family:Georgia, serif;
	font-size:1.166667em;
	line-height:1.142857em;
	padding:0;
}
#block-views-blog_buzz-block_1 .views-field-title-1 {
	font-family:Georgia, serif;
	font-size:0.91667em;
	padding:0;
}
.block .views-field-title-1 a {
	color:#333;
	text-decoration:underline;
}
.block .views-field-created, .block .views-field-name, .block .views-field-timestamp {
	color:#999;
	font-size:0.833333em;
	line-height:2em;
}
.block .views-field-name {
	font-style:italic;
	margin-right:5px;
}
.block .views-field-field-local-view-blog-name-value {
	font-size:0.916667em;
	line-height:1.454545em;
	color:#333;
	text-decoration:underline;
}
.block .attachment-after .views-row-last {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #ccc;
}
.block .view-display-id-attachment_2 .views-field-nothing {
	background:none;
}
#block-views-blog_buzz-block_1 {
	border-bottom:1px solid #ccc;
}
.view-comments-recent .views-row-first {
	margin-top:10px;
}
.views-field-view-comment {
	text-decoration:underline;
}
.view-comments-recent .views-field-title {
	font-size:0.916667em;
	line-height:1.454545em;
	color:#333;
	text-decoration:underline;
}
.view-comments-recent .views-field-title {
	text-decoration:none;
}
.view-comments-recent .item-list {
	border-top:none;
}
.attachment-before .views-row-last {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #ccc;
}
.sections .views-field-nid {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.full-article {
	margin:0 0 0 150px;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}
.meta ul.links li {
	padding:0 0.5em 0 0;
}
.view-city .terms-inline {
	font-size:11px;
	font-family:Arial, sans-serif;
}
.node-teaser .meta .taxonomy-vid-10 {
	border:none;
	margin-left:0;
	float:left;
	padding:0;
}
.node-teaser .meta .taxonomy-section {
	border:none;
	float:left;
	margin:0;
}
.node-teaser .meta .term-in {
	border:none;
	color:#333;
	margin:0 3px 0 2px;
	padding:0;
}
.node-teaser .meta .taxonomy-nav {
	border:none;
	float:none;
	margin:0;
}
.node-teaser .meta ul.links.inline a {
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-7 a {
	color:#BFCF44;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-eat a {
	color:#BFCF44 !important;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-7 a {
	color:#BFCF44;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-8 a {
	color:#CC9B1C;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-drink a {
	color:#CC9B1C !important;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-9 a {
	color:#75c5d4;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-play a {
	color:#75c5d4 !important;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-10 a {
	color:#c3403d;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-shop a {
	color:#c3403d !important;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-11 a {
	color:#1361B5;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-visit a {
	color:#1361B5 !important;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-life a {
	color:#AD50B5 !important;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.node-teaser .meta ul.links.inline .taxonomy-term-813 a {
	color:#ac50b5;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
}
.attachment-after {
	margin-top:15px;
}
.view-city h2.header {
	margin:0;
}
.view-city .node ul.links {
	float:right;
}
.view-city .node .meta ul.links {
	float:none;
}
.view-city .attachment-after .view-content {
	width:230px;
}
.view-city .views-field-name .field-content {
	margin-left:4px;
}
.view-city .views-field-tid {
	display:inline;
	text-transform:none;
	font-family:Arial, sans-serif;
}
.view-city .views-field-tid-1 {
	color:#494949;
	float:left;
	padding:4px 0 2px 0;
	margin:6px 0 7px 0;
	font-size:0.916667em;
}
.view-city .views-field-tid-1 a {
	color:#666;
}
.view-city .views-field-field-listing-relative-cost-value {
	text-align:right;
	padding:4px 0 2px 0;
	margin:6px 0 7px 0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	font-size:0.916667em;
	color:#666;
}
.view-city .views-field-field-listing-promo-text-value {
	margin-bottom:5px;
	font-size:1em;
	color:#494949;
	display:inline;
}
.view-city .views-field-title-1 {
	display:inline;
	clear:right;
	font-size:1em;
	color:#333;
	text-decoration:underline;
}
.view-city .views-field-name, .view-city .views-field-tid-2 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.333em;
	text-transform:uppercase;
	width:inherit;
}
.view-city .views-field-name, .view-city .views-field-name a, .view-city .views-field-tid, .view-city .views-field-tid a, .view-city .views-field-tid-2 a {
	color:#fff;
}
.attachment-after .view-city {
	color:#fff;
}
.attachment-after .views-field-name, .attachment-after .views-field-tid {
	display:inline;
	line-height:1.4em;
	position:relative;
	z-index:4;
}
.view-city .views-field-field-listing-image-fid img {
	margin-top:-22px;
}
.view-city .views-field-field-listing-image-fid img {
	padding-top:20px;
}
.view-city .node ul.links.inline {
	border:none;
	display:inline;
	margin:0;
	padding:0;
	text-align:right;
	width:auto;
}
.view-city .field-type-text {
	font-family:"Arial";
	font-size:12px;
	font-style:normal;
}
.view-city h2.title, .view-franchise-page h2.title {
	font-family:Georgia, serif;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:8px;
}
.views-field-title-1 a {
	text-decoration:underline;
}
.attachment .view-city .views-field-tid ul, .view-listings-blocks ul {
	display:inline;
	margin:0;
	padding:0;
}
.attachment .view-city .views-field-tid li, .view-listings-blocks li {
	display:none;
	list-style-type:none;
}
.attachment .view-city .views-field-tid li.first, .view-listings-blocks li.first {
	display:block;
	list-style-type:none;
	float:left;
	margin-left:4px;
}
.view-citypulse .views-field-title {
	font-size:1.083333em;
	line-height:1.3em;
	padding-bottom:2px;
	margin-bottom:2px;
}
#block-views-citypulse-block_1 h2 {
	background:#fff url(sprite-1.gif) no-repeat scroll 134px -1111px;
	display:block;
	height:27px;
	line-height:30px;
	padding-top:10px;
	clear:both;
}
.view-citypulse .views-field-nothing {
	color:#494949;
	margin-bottom:5px;
}
.block .view-citypulse .views-row {
	padding-bottom:2px;
	margin-bottom:6px;
}
.block .view-citypulse .attachment-before .views-row-last {
	border-bottom:none;
	margin-bottom:10px;
}
.block .view-citypulse .views-field-field-article-column-nid {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size:0.916667em;
}
.view-footer {
	clear:both;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size:0.91666em;
	text-transform:uppercase;
}
.view-listings-blocks .view-footer {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	font-size:1em;
	padding:2px 0 3px 0;
	margin:-19px 0 25px 0
}
.view-city .view-footer {
	border:none;
	font-size:1em;
	padding:0;
	margin:-19px 0 25px 0
}
.view-listings-blocks .view-footer p, .view-city .view-footer p {
	margin:0;
	padding:0;
}
.view-listings-blocks .view-footer a, .view-city .view-footer a {
	color:#666;
}
.header {
	font-family:"Arial Narrow", Arial, sans-serif;
}
.view-article-authors {
	background-color:#e8e8e8;
	padding:0;
	margin:20px 0;
}
.views-field-field-author-image-fid {
	float:left;
	margin:0 0 10px 0;
}
.views-field-field-author-short-bio-value p {
	font-style:italic;
}
.views-field-view-node {
	clear:both;
}
.listing-blocks {
	width:470px;
	float:left;
}
.listing-block {
	width:230px;
	float:left;
	height:285px;
}
.listing-block-1, .listing-block-3 {
	margin:0 10px 0 0;
}
.view-feeds-list {
	margin:0 0 10px 0;
}
.view-feeds-list .view-header .title {
	margin:20px 0;
	font-family:Georgia, Arial, Helvetica;
	font-size:28px;
	color:#000;
}
.view-feeds-list .view-header .subtitle {
	margin-bottom:10px;
	font-family:Arial, Helvetica;
	font-size:15px;
	font-weight:bold;
}
.view-feeds-list .view-header p {
	margin-bottom:10px;
	font-family:Arial, Helvetica;
	font-size:12px;
}
.view-feeds-list .view-header #edit-city-wrapper {
	float:left;
	padding-right:1em;
}
.view-feeds-list .views-exposed-widgets {
	margin-bottom:0;
}
.view-feeds-list .view-filters {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px 0 0 0;
}
.view-feeds-list .view-header #edit-city-wrapper label, .view-feeds-list .view-filters .views-exposed-widget label {
	color:#494949;
	float:left;
	margin-right:5px;
	padding-top:2px;
}
.view-feeds-list .view-filters .views-widget {
	float:left;
}
.view-feeds-list .view-header #edit-city-wrapper select option, .view-feeds-list .view-filters select option {
	padding:0 0 2px 8px;
	color:#494949;
}
.view-feeds-list .view-content .views-field-body {
	display:block;
	clear:both;
}
.view-feeds-list .view-content .views-row {
	padding:15px 0 15px 0;
}
#block-views-feeds_list-block_1 .view-content .views-row {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
#block-views-feeds_list-block_1 .view-content .views-row-first {
	padding-top:10px;
}
#block-views-feeds_list-block_1 {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#edit-submit-feeds-list {
	display:none;
}
.view-feeds-list .views-field-field-websiteurl-url {
	border-bottom:1px dotted #999999;
	margin:0 0 1px 0;
	padding:0 0 10px 0;
}
.view-feeds-list .views-field-field-websiteurl-url a:link, .view-feeds-list .views-field-field-websiteurl-url a:hover, .view-feeds-list .views-field-field-websiteurl-url a:visited {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:18px;
}
.view-feeds-list .views-row .views-field-tid {
	color:#333333;
	text-transform:none;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
.view-feeds-list .views-row .views-field-tid-1 {
	width:100%;
	color:#666666;
	font-family:Arial;
	font-size:11px;
}
.view-feeds-list .view-content .views-row .views-field-body {
	border-top:1px dotted #999999;
	margin:2px 0 0 0;
	padding:7px 0 2px 0;
}
.view-feeds-list .view-content .views-row .views-field-body .field-content p {
	margin:0;
}
.view-feeds-list .views-field-field-websiteurl-url-1 a:link, .view-feeds-list .views-field-field-websiteurl-url-1 a:hover, .view-feeds-list .views-field-field-websiteurl-url-1 a:visited {
	font-family:"Arial Narrow";
	font-size:11px;
	font-weight:bold;
	line-height:11px;
}
#block-ad_cube-1 {
	width:335px;
}
#block-views-feeds_list-block_2, #block-views-feeds_list-block_2 .content, #block-views-feeds_list-block_2 .content .view-feeds-list {
	width:335px;
}
#block-views-feeds_list-block_2 .content .view-feeds-list .view-content {
	border-top:0px solid #cccccc;
}
#block-views-feeds_list-block_2 .content .view-feeds-list .view-content .item-list {
	border-top:0px;
	border:none;
}
#block-views-feeds_list-block_2 .content .view-feeds-list .view-content .item-list h3 {
	margin:6px 0;
	cursor:pointer;
}
#block-views-feeds_list-block_2, #views-accordion-feeds_list-block_2 .views-accordion-item {
	margin-bottom:10px;
	padding:0 10 0 15px;
}
#views-accordion-feeds_list-block_2 .views-accordion-item .views-field-title-1 {
	font-size:11px;
}
#views-accordion-feeds_list-block_2 .views-accordion-item .views-field-created {
	font-size:0.833333em;
	line-height:1em;
}
#views-accordion-feeds_list-block_2 .accordion-item-last {
	margin-bottom:4px;
}
#views-accordion-feeds_list-block_2 .views-accordion-item .field-content a {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999
}
#block-views-menu_columns-block_1 {
	border-bottom:1px solid #ccc;
}
#block-views-event_feature-block {
	width:240px;
	padding-bottom:15px;
}
#block-views-event_feature-block .content {
	width:240px;
}
.view-event-feature {
	width:240px;
	height:auto;
}
.view-event-feature .view-content img {
	width:240px;
	height:135px;
}
.view-event-feature .item-list {
	border:none;
	margin-top:-2px;
}
.view-event-feature .block ul, .item-list ul {
	margin-left:-18px;
}
.view-event-feature .view-content .item-list ul {
	list-style:none;
}
.view-event-feature .view-content .item-list ul li {
	margin-left:-6px;
	padding:0px;
}
.view-event-feature .view-content .item-list .views-field-title {
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:16px;
	margin-top:10px;
	margin-bottom:9px;
}
.view-event-feature .views-field-body .field-content p {
	font-family:Arial;
	font-weight:regular;
	color:#494949;
	font-size:12px;
}
.view-event-feature .views-field-view-node .field-content {
	margin-top:15px;
	margin-bottom:12px;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:10px;
}
.view-event-feature .views-field-view-node .field-content a {
	align:left
}
.view-listings-blocks .views-row {
	min-height:240px;
	width:230px;
	float:left;
	margin:0 0 10px 0;
	padding:0;
	border:none;
}
.view-listings-blocks .views-row-1, .view-listings-blocks .views-row-3 {
	margin-right:10px;
}
.view-listings-blocks .views-field-markup, .view-listings-blocks .views-field-tid-3, .view-listings-blocks .views-field-name-1 {
	line-height:1.4em;
	position:relative;
	z-index:4;
}
.view-listings-blocks .views-field-markup a {
	float:left;
	margin-left:4px;
	margin-right:4px;
}
.view-listings-blocks .views-field-markup, .view-listings-blocks .views-field-tid-3 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.333em;
	font-weight:bold;
	text-transform:uppercase;
	width:inherit;
}
.view-listings-blocks .views-field-markup a, .view-listings-blocks .views-field-tid-3 a, .view-listings-blocks .views-field-name-1 a {
	color:#fff;
}
.view-listings-blocks .views-field-field-listing-image-fid img {
	background:none repeat scroll 0 0 #BFCF44;
	height:130px;
	width:230px;
	padding-top:20px;
	margin-top:-21px;
}
.view-listings-blocks .views-field-field-listing-image-fid.life img {
	background-color:#AD50B5;
}
.view-listings-blocks .views-field-field-listing-image-fid.eat img {
	background-color:#BFCF44;
}
.view-listings-blocks .views-field-field-listing-image-fid.drink img {
	background-color:#CC9B1C;
}
.view-listings-blocks .views-field-field-listing-image-fid.shop img {
	background-color:#C13937;
}
.view-listings-blocks .views-field-field-listing-image-fid.play img {
	background-color:#75C5D4;
}
.view-listings-blocks .views-field-field-listing-image-fid.escape img, .view-listings-blocks .views-field-field-listing-image-fid.visit img {
	background-color:#1361B5;
}
.view-listings-blocks .views-field-phpcode-1, .view-listings-blocks .views-field-tid {
	color:#494949;
	float:left;
	padding:4px 0 2px 0;
	margin:6px 0 7px 0;
	font-size:0.916667em;
	font-family:Arial, sans-serif;
	text-transform:none;
}
.view-listings-blocks .views-field-phpcode-1 a, .view-listings-blocks .views-field-tid a {
	color:#666;
}
.view-listings-blocks .views-field-field-listing-relative-cost-value {
	text-align:right;
	padding:4px 0 2px 0;
	margin:6px 0 7px 0;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	font-size:0.916667em;
	color:#666;
}
.view-listings-blocks .views-field-field-listing-relative-cost-value .field-content {
	display:inline;
}
.view-listings-blocks .views-field-title {
	padding-bottom:4px;
}
.view-listings-blocks .views-field-title-1 {
	display:inline;
	clear:right;
	font-size:1em;
	color:#333;
	text-decoration:underline;
}
.view-listings-blocks .item-list {
	border:none;
	margin:0;
	padding:0;
	float:left;
}
.view-listings-blocks .item-list ul {
	margin-left:4px;
}
.view-listings-blocks .views-field-name-1 {
	border:none;
	margin-left:0;
	padding:3px 0 0 0;
	float:left;
	font-size:1.1em;
}
.view-write-for-us .view-header h2 {
	background:url(sprite-1.gif) no-repeat scroll 105px -1096px transparent;
	color:#000;
	font-family:Georgia, serif;
	font-size:2.333em;
	font-weight:normal;
	padding:20px 0 0;
	margin-bottom:0;
	width:240px;
}
.view-write-for-us .view-header h3 {
	color:#333;
}
.view-write-for-us table {
	width:100%;
}
.view-write-for-us .views-field-title {
	font-family:Arial, sans-serif;
	color:#333;
	padding:7px;
}
.view-write-for-us thead td {
	border:1px solid #CCCCCC;
}
.view-write-for-us table {
	border:1px solid #CCCCCC;
}
.view-write-for-us thead, .view-write-for-us thead td, .view-write-for-us thead td.views-field-title {
	background-color:#e6e6e6;
	color:#333;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:1.1667em;
	text-transform:uppercase;
}
.view-write-for-us thead td {
	border:1px solid #ccc;
}
.view-write-for-us tr.odd {
	background-color:#fff;
}
.view-write-for-us tr.even {
	background-color:#e6e6e6;
}
.view-write-for-us tbody td.views-field-title a {
	color:#000;
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:1em;
	text-transform:none;
}
.view-write-for-us .views-field-field-status-value, .view-write-for-us .views-field-field-status-value th, .view-write-for-us .views-field-name, .view-write-for-us .views-field-name th {
	text-align:center;
	padding:0;
}
.view-write-for-us #post-button {
	margin-bottom:20px;
}
.view-write-for-us .views-field-field-status-value a, .view-write-for-us .views-field-name a {
	color:#333;
}
.view-menu-columns .view-footer {
	margin-top:15px;
}
.view-franchise-page {
	margin-top:10px;
}
.view-franchise-page .form-item label {
	display:block;
	float:left;
	font-weight:normal;
	margin-right:10px;
}
.view-franchise-page .view-content {
	border-top:3px solid #000;
	padding-top:5px;
}
.view-franchise-page .view-header-image {
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
.franchise-blogpage-views-field-title {
	margin-bottom:10px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #999999;
}
.franchise-blogpage-views-field-published-at {
	font-weight:normal;
	font-size:11px;
	margin-bottom:5px;
}
.franchise-blogpage-views-field-field-article-sub-head-value {
	color:#494949;
	font-family:Georgia, serif;
	font-size:1.166667em;
	font-style:italic;
	margin-bottom:20px;
}
.franchise-blogpage-views-field-field-article-main-image-fid {
	padding-bottom:20px;
	font-style:italic;
}
.franchise-blogpage-views-field-field-article-video-value {
	padding-bottom:20px;
	font-style:italic;
	text-align:center;
}
.franchise-blogpage-views-field-view-node {
	font-weight:bold;
	float:left;
}
div.franchise-blogpage-views-field-view-node:after {
	color:#000000;
	margin-left:5px;
	content:" |";
}
.franchise-blogpage-views-field-view-comment {
	font-weight:bold;
	margin-left:7px;
	margin-right:2px;
	float:left;
}
.franchise-blogpage-views-field-comment-count {
	font-weight:bold;
	color:#000000;
}
#comments {
	margin:1em 0;
	border:none;
	float:left;
	width:100%;
	clear:both;
}
#comments .title {
	border-bottom:3px solid #000000;
	color:#000000;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.66667em;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
#comments .box h2 {
	display:none;
}
#edit-comment-wrapper .form-item label {
	display:none;
}
.comment {
	border-bottom:1px solid #ccc;
	float:left;
	padding:15px 0 0 0;
	width:100%;
}
.comment-preview {
}
.comment.new {
}
.comment.first {
}
.comment.last {
	margin-bottom:1em;
}
.comment.odd {
}
.comment.even {
}
.comment-unpublished {
}
.comment-unpublished div.unpublished {
}
.comment-by-anonymous {
}
.comment-by-node-author {
}
.comment-by-viewer {
}
.comment h3.title {
}
.new {
	color:#c00;
}
.comment .picture {
}
.comment .submitted {
	color:#999999;
	float:left;
	padding:0 10px 1em 0;
	width:100px;
}
.comment .submitted a {
	color:#494949;
	display:block;
}
.comment .content {
	width:504px;
	float:left;
	clear:right;
	padding:0 10px 0 0;
}
.indented .comment .submitted {
	width:100px;
	padding-right:10px;
	float:left;
}
.indented .comment .content {
	float:left;
	clear:right;
	padding:0 10px 0 0;
}
.comment .user-signature {
}
.comment ul.links {
	clear:both;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	padding-top:10px;
	margin:0 0 10px 0;
	text-transform:uppercase;
	display:none;
}
.indented {
	margin-left:0px;
}
.preview .comment {
}
#comment-form {
	background-color:#e6e6e6;
	padding:10px 10px 10px 10px;
}
.resizable-textarea {
	width:100%;
}
html.js .resizable-textarea textarea {
	color:#494949;
	font-family:Arial, sans-serif;
	font-size:1em;
	height:115px;
	padding:8px;
	width:586px;
}
#comment-form input[type="submit"] {
	background:#999999;
	border:1px solid #999999;
	color:#fff;
	cursor:pointer;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1em;
	margin:0;
	padding:3px;
	text-transform:uppercase;
}
.ajax-comments-processed a.pressed {
	border-bottom:none;
	outline:0 none;
	text-decoration:none;
}
div.fivestar-widget-static {
	display:block;
	margin-bottom:7px;
}
#article-comment-expander {
	text-align:right;
	margin-bottom:10px;
	color:#333;
	font-size:0.91667em;
}
#comment-policy {
	clear:both;
	width:100%;
}
#comment-policy p {
	color:#999;
	font-size:0.8333em;
}
#comment-policy a {
	color:#999;
	font-size:1em;
	text-decoration:underline;
}
.each-comment {
	background-color:#fff;
}
#comment-controls #edit-mode-wrapper, #comment-controls #edit-comments-per-page-wrapper, #comment-controls #edit-order-wrapper, #comment-controls #edit-submit {
	display:none;
}
#comment-controls {
	text-align:right;
}
.comment-sort {
	color:#333;
	font-size:0.833em;
	text-align:right;
	text-transform:uppercase;
}
.newest-first, .oldest-first {
	cursor:pointer;
}
#comment-controls .description {
	display:none;
}
#comments #post-button {
	width:50px;
}
#leave-comment {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:10px;
}
.width-80 {
	width:80%;
}
.read-all-comments {
	width:20%;
	cursor:pointer;
	text-decoration:underline;
}
#ajax-comments-preview {
	visibility:hidden;
}
.form-item, .form-checkboxes, .form-radios {
	margin:1em 0;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border:2px solid #c00;
}
.form-item label {
	display:block;
	font-weight:bold;
}
.form-item label.option {
	display:inline;
	font-weight:normal;
}
.form-required {
	color:#c00;
}
.form-item .description {
	font-size:0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin:0.4em 0;
}
.form-submit {
}
.container-inline div, .container-inline label {
	display:inline;
}
.tips {
}
#search-box {
}
#edit-search-theme-form-1-wrapper label {
	display:none;
}
#search-block-form {
}
#edit-search-block-form-1-wrapper label {
	display:none;
}
#user-login-form {
	text-align:left;
}
#user-login-form ul {
	margin-bottom:0;
}
#user-login-form li.openid-link {
	margin-top:1em;
	margin-left:-20px;
}
#user-login-form li.user-link {
	margin-top:1em;
}
#user-login ul {
	margin:1em 0;
}
#user-login li.openid-link, #user-login li.user-link {
	margin-left:-2em;
}
form tbody {
	border-top:1px solid #ccc;
}
form th, form thead th {
	text-align:left;
	padding-right:1em;
	border-bottom:3px solid #ccc;
}
form tbody th {
	border-bottom:1px solid #ccc;
}
#search input[type=text] {
	border:1px solid #9a9a9a;
	width:270px;
	font-size:12px;
	padding:4px 25px;
	background:#fff url(sprite-1.gif) no-repeat scroll -350px -92px;
}
#search .form-submit {
	width:40px;
	background:#333;
	color:#fff;
	border:1px solid #333;
	text-transform:uppercase;
}
.citypulse-form #webform-component-first_name {
	float:left;
	padding-right:20px;
}
.citypulse-form #webform-component-last_name {
	float:left;
}
.citypulse-form #webform-component-email {
	clear:both;
	float:left;
	padding-right:20px;
}
.citypulse-form #webform-component-phone {
	float:left;
}
.citypulse-form #webform-component-country {
	clear:both;
}
.citypulse-form #webform-component-accompanied_by .form-item {
	float:left;
	padding-right:15px;
}
.citypulse-form #webform-component-license, .field-field-assignment2-body {
	clear:both;
}
.field-label-assignment2, .field-value-assignment2 {
	float:left;
}
.field-label-assignment2 {
	padding-right:5px;
	font-weight:bold;
}
.field-value-assignment2 {
	padding-right:30px;
	padding-bottom:15px;
}
.field-field-assignment2-sub-head {
	padding-top:15px;
	font-weight:bold;
	font-size:18px;
	padding-bottom:7px;
}
.citypulse-logo {
	background:url("sprite-1.gif") no-repeat scroll 134px -1111px #FFFFFF;
	clear:both;
	width:270px;
}
.citypulse-form #edit-submit {
	background-color:#999999;
	color:#FFFFFF;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase;
	width:90px;
}
.citypulse-form #edit-submit a {
	color:#FFFFFF;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.field {
}
.field-type-datetime {
}
.field-type-filefield {
}
.field-type-nodereference {
}
.field-type-number-decimal {
}
.field-type-number-float {
}
.field-type-number-integer {
}
.field-type-text {
}
.field-type-userreference {
}
.field-field-FIELDNAME {
}
#block-block-13 {
	width:225px;
}
#block-views-gallery_photos-block_1, #block-views-gallery_photos-block_2 {
	width:240px;
	margin:0 10px;
}
#block-views-gallery_photos-block_1 .views-field-field-article-galleryvideo-image-fid, #block-views-gallery_photos-block_2 .views-field-field-article-galleryvideo-image-fid {
	width:240px;
	height:135px;
	margin-bottom:10px;
}
#block-views-gallery_photos-block_1 .views-field-title {
	color:#000000;
	font-family:georgia, serif;
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	padding-right:3px;
}
#block-views-gallery_photos-block_2 .views-field-title {
	color:#000000;
	font-family:georgia, serif;
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	padding-right:3px;
}
#block-views-gallery_photos-block_3 .view-gallery-photos {
	margin-top:0;
}
.view-gallery-photos .view-footer {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	margin-top:10px;
}
#block-views-gallery_photos-block_3 {
	width:336px;
	height:auto;
	margin-right:10px;
}
#block-views-gallery_photos-block_3 .view-content {
}
#block-views-gallery_photos-block_3 .views-row, #block-views-gallery_photos-block_3 .views-row-last {
	height:56px;
	padding:10px 0;
	width:100%;
	margin:0;
}
#block-views-gallery_photos-block_3 .views-field-field-article-galleryvideo-image-fid {
	background-color:#F7F7F7;
	float:left;
	height:56px;
	margin-bottom:0;
	margin-right:10px;
	padding-bottom:0;
	width:86px;
}
#block-views-gallery_photos-block_3 .loading {
	background:none;
}
#block-views-gallery_photos-block_3 img {
	width:86px;
	height:56px;
}
#block-views-gallery_photos-block_3 .field-content {
	font-family:Arial;
	color:#494949;
	font-size:12px;
	font-weight:regular;
	height:66px;
	overflow:none;
}
#block-views-gallery_photos-block_3 .view-footer {
	padding-bottom:0;
	padding-top:0;
}
#block-views-gallery_photos-block_3 .sponsored-by-canon {
	margin-top:-15px;
	margin-bottom:20px;
}
#content .section .view-gallery-photos .view-content {
	clear:both;
}
.view-gallery-photos #edit-city-wrapper {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.view-gallery-photos .imagecache-140x140 img {
	margin:0;
	padding:0;
	border:none;
}
.view-gallery-photos td {
	border:1px solid #ccc;
	padding:14px 7px;
	min-height:200px;
	width:140px;
}
#content .section .view-gallery-photos .views-field-title {
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:1em;
	padding:5px 0;
	max-chars:150;
	padding:5px, 0;
}
#content .section .view-gallery-photos td {
	vertical-align:top;
}
.view-gallery-photos .sponsored-by {
	background:url(sprite-1.gif) no-repeat scroll -368px -1120px transparent;
	display:block;
	float:right;
	height:34px;
	margin-top:-54px;
	width:90px;
}
#block-views-gallery_photos-block_3 .sponsored-by-canon {
	background:url(sprite-1.gif) no-repeat scroll -368px -1120px transparent;
	margin:-10px 0 0 246px;
}
.view-gallery-photos h1 {
	border-bottom:3px solid #000000;
	color:#000000;
	font-family:Georgia, serif;
	font-size:2.333em;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0;
}
#block-views-gallery_photos-block_3 h2.title {
	margin:0;
}
.view-gallery-photos .form-item label {
	display:block;
	float:left;
	font-weight:bold;
	padding-right:8px;
}
#content .section .view-gallery-photos .form-item label {
	padding-top:1px;
}
.view-gallery-photos form {
}
#block-views-gallery_videos-block_1 {
}
#block-views-gallery_videos-block_1 .view-content {
}
#block-views-gallery_videos-block_1 img {
	padding-top:5px;
}
#block-views-gallery_videos-block_1 .gallery-field:first-child, #block-views-gallery_videos-block_1 .gallery-field.first {
	margin-right:10px;
	float:left;
}
#block-views-gallery_videos-block_1 .views-row {
	width:100%;
	margin-bottom:0px;
}
#block-views-gallery_videos-block_1 .views-field-field-article-body-value {
	font-family:Arial;
	color:#494949;
	font-size:12px;
	font-weight:regular;
	height:66px;
}
#block-views-gallery_videos-block_1 .view-footer {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:0px;
	padding-top:15px;
}
#block-views-gallery_videos-block_3 .view-footer {
	border-bottom:none;
	padding-bottom:0px;
	padding-top:10px;
}
.view-gallery-videos .views-row {
	clear:both;
	display:block;
	position:relative;
}
.view-gallery-videos .views-row .gallery-field .views-field-field-article-galleryvideo-image-fid {
	padding:0;
	margin:0;
}
.view-gallery-videos .view-footer {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}
#block-views-gallery_videos-block_3 {
	margin-top:20px;
	margin-right:10px;
	clear:both;
}
#block-views-gallery_videos-block_3 .view-content {
}
#block-views-gallery_videos-block_3 .views-field-field-article-galleryvideo-image-fid {
	background-color:#F7F7F7;
	height:56px;
	margin:0 10px 0 0;
	padding:0;
	width:86px;
}
#block-views-gallery_videos-block_3 img {
	width:86px;
	height:56px;
}
#block-views-gallery_videos-block_3 .gallery-field:first-child, #block-views-gallery_videos-block_3 .gallery-field.first {
	float:left;
	margin:0;
	padding:0;
}
#block-views-gallery_videos-block_3 .views-row {
	height:56px;
	width:100%;
	margin-bottom:0px;
	padding:10px 0;
}
#block-views-gallery_videos-block_3 .views-field-field-article-body-value {
	font-family:Arial;
	color:#494949;
	font-size:12px;
	font-weight:regular;
	height:66px;
}
#block-views-gallery_videos-block_1 .views-row-even {
	padding-top:5px;
}
#block-views-gallery_videos-block_1 .views-row-last {
	padding-top:5px;
}
#block-views-gallery_videos-block_1 .sponsored-by-canon {
	margin-bottom:7px;
	margin-top:-13px;
}
#block-views-gallery_photos-block_3 .sponsored-by-canon {
	background:url(sprite-1.gif) no-repeat scroll -368px -1120px transparent;
	margin:-10px 0 0 246px;
}
#content .section .view-gallery-videos .view-content {
	clear:both;
}
.view-gallery-videos .imagecache-140x140_image img {
	margin:0;
	padding:0;
	border:none;
}
.view-gallery-videos #edit-city-wrapper {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.view-gallery-videos td {
	border:1px solid #ccc;
	padding:14px 7px;
	min-height:200px;
	width:140px;
}
#content .section .view-gallery-videos td {
	vertical-align:top;
}
.view-gallery-videos .views-field-title {
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:1em;
	padding:5px 0;
	max-chars:150;
	text-overflow:ellipsis;
}
.view-gallery-videos .sponsored-by {
	background:url(sprite-1.gif) no-repeat scroll -368px -1120px transparent;
	display:block;
	float:right;
	height:34px;
	margin-top:-54px;
	width:90px;
}
#block-views-gallery_videos-block_3 .sponsored-by-canon {
	background:url(sprite-1.gif) no-repeat scroll -368px -1120px transparent;
	margin:-10px 0 0 246px;
}
.view-gallery-videos h1 {
	border-bottom:3px solid #000000;
	color:#000000;
	font-family:Georgia, serif;
	font-size:2.333em;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0;
}
#block-views-gallery_videos-block_3 h2.title {
	margin:0;
}
.view-gallery-videos .form-item label {
	display:block;
	float:left;
	font-weight:bold;
	padding-right:8px;
}
#content .section .view-gallery-videos .form-item label {
	padding-top:1px;
}
.view-gallery-videos form {
}
a:link, a:visited {
	text-decoration:none;
	color:#000;
	outline:none;
}
.clearfix {
	clear:both;
}
.paginated {
	border-bottom:none !important;
}
.divider {
	border-bottom:1px solid #ccc;
}
.header-text {
	color:#7f7f7f !important;
	font-size:10px;
}
.loading {
	text-align:center;
}
.widget {
	margin-bottom:15px;
}
.widget a {
	color:#222;
	text-decoration:none;
}
.widget a:hover {
	color:#009;
	text-decoration:underline;
}
.tabnav {
	background:#000;
}
.tabnav li {
	display:inline;
	list-style:none;
	padding-right:5px;
}
.tabnav li a {
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	padding:4px 6px;
	outline:none;
}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background:#dedbd1;
	color:#222;
	text-decoration:none;
}
.tabdiv {
	background:#fff;
	display:inline;
}
.tabdiv li {
	font-family:Georgia;
	line-height:18px;
}
.ui-tabs .ui-tabs-hide {
	position:absolute;
	left:-10000px;
}
#search {
	padding:8px 20px;
}
#search input[type=text] {
	border:1px solid #9a9a9a;
	width:310px;
	font-size:12px;
	padding:4px 25px;
	background:#fff url(sprite-1.gif) no-repeat scroll -475px -292px;
}
#search #edit-submit {
	width:40px;
	background:#333;
	color:#fff;
	border:1px solid #333;
	text-transform:uppercase;
}
#rail-full .content h2 {
	font-family:Georgia, serif;
	font-size:1.5em;
	font-weight:normal;
	color:#000;
	margin:0;
}
#rail-full p {
	margin:0;
}
#rail-full .rail-half-left .view-content img, #rail-full .rail-half-right .view-content img {
	margin:0;
	padding:0;
}
#rail-full .rail-complete {
	clear:both;
}
#block-quicktabs-1 .views-row {
	width:auto;
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.footer-content {
}
.footer-menu {
	float:left;
	width:140px;
}
.footer-menu a {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#999999;
}
.footer-menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer-menu li {
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer-header {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
}
.footer-right {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#888888;
}
.footer-right a {
	color:#888888;
}
#logo-footer {
	background:transparent url(sprite-1.gif) no-repeat scroll -475px -264px;
	display:block;
	width:80px;
	height:20px;
}
.footer-right-logo {
	padding-top:40px;
	padding-bottom:10px
}
.footer-right-top, .footer-right-bottom {
	padding-left:5px;
}
.full-field-inline-image {
	float:left;
	margin:0 10px 0 0;
}
h1 {
	color:#000000;
	font-family:Georgia, serif;
	font-size:2.333em;
	font-weight:normal;
	line-height:1.3em;
	margin:0 0 0.25em 0;
}
ul.profile-nav {
	background-color:#000000;
	border-bottom:none;
	color:#FFFFFF;
	height:27px;
	margin:0 0 10px;
	padding:0;
	text-align:center;
}
.profile-nav li {
	display:inline-block;
	list-style:none outside none;
	margin:0;
	padding:5px 30px;
}
.profile-nav a:link, .profile-nav a:visited {
	color:#ccc;
	font-family:"Arial Narrow", Arial, Sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
}
.profile-nav a:active {
	color:#fff;
	padding-bottom:2em;
	border-bottom:2px solid red;
}
.nlsub-text {
	color:#666666;
	font-family:Arial;
	font-size:1em;
	font-weight:normal;
	line-height:1.286em;
	margin-bottom:0;
	padding:3px 5px;
}
#cnn-auth-newsletters {
	font-family:georgia, serif;
	margin-top:1em;
}
#cnn-auth-newsletters table {
	border-collapse:collapse;
	width:100%;
}
#cnn-auth-newsletters td {
	border-right:none;
	padding:3px 5px;
}
#cnn-auth-newsletters .nlsub-hdr {
	padding:0;
	width:100%;
}
#cnn-auth-newsletters .nlsub-text {
	color:#666666;
	font-family:Arial;
	font-size:.90em;
	font-weight:normal;
	line-height:1.286em;
	margin-bottom:0;
	padding:0;
}
#nlsub-submit {
	margin-right:0;
	text-align:right;
}
#cnn-auth-newsletters .form-submit {
	width:auto;
}
#cnn-auth-newsletters .form-submit {
	background-color:#494949;
	border:medium none;
	color:#FFFFFF;
	float:right;
	font:bold 1em "arial narrow", arial, sans-serif;
	padding:5px 10px;
	text-transform:uppercase;
	width:auto;
}
#block-block-14 .content h2, #block-block-20 .content h2 {
	font-family:georgia, serif;
	font-size:16px;
	font-weight:normal;
}
#block-block-14 .content p, #block-block-20 .content p {
	font-family:"Arial";
	font-size:12px;
}
.video-camera {
	background:transparent url(sprite-1.gif) no-repeat scroll -170px -115px;
	width:20px;
	height:10px;
	display:inline-block;
	padding:0;
}
.sponsored-by-canon {
	background:url(sprite-1.gif) no-repeat scroll -368px -1120px transparent;
	display:block;
	height:35px;
	margin:-10px 0 0 150px;
	text-align:right;
	width:90px;
}
.gmap_title {
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	background-color:#b2c537;
	padding:5px;
}
.gmap_event_title {
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	background-color:#55bfcc;
	padding:5px;
}
.gmap_bubble {
	font-size:0.91667em;
}
#block-views-gallery_photos-block_3 .views-field-field-article-main-image-fid .field-content .loading a img {
	width:86px;
	height:56px;
}
#cnn-auth-newsletters .eventr {
	background-color:#e6e6e6;
}
#cnn-auth-newsletters tbody {
	border-top:none;
}
#cnn-auth-newsletters .tdclass {
	border:1px solid #CCCCCC;
}
#contact-mail-page #edit-submit {
	background-color:#636363;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font:12px arial, sans-serif;
	padding:0.5em;
	text-transform:lowercase;
}
div .node-type-static a:link {
	color:#333333;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}
div .node-type-static a:visited {
	color:#333333;
	text-decoration:underline;
}
#site-map .level-0 a {
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
}
#site-map .leaf a {
	text-decoration:underline;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	white-space:nowrap;
	text-transform:capitalize;
}
#site-map .level-0 {
	width:630px;
	height:150px;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:15px;
	padding-top:15px;
}
#site-map .leaf {
	padding-bottom:5px;
	padding-right:40px;
	width:100%;
}
.sitemapcl {
	float:left;
}
#site-map li {
	list-style-type:none;
}
#site-map ul {
	margin:0px;
	padding:0px;
}
#block-cnngo_core-0 h2.title {
	font-family:serif, arial;
	font-size:22px;
}
#block-views-promo_feature-block {
	border:1px solid #cccccc;
	width:238px;
}
#block-views-promo_feature-block .item-list {
	border:0px;
}
#block-views-promo_feature-block .views-row {
	margin-bottom:0px;
}
.promo-block-views-field-title {
	font-size:16px;
	color:#000000;
	font-family:georgia, serif;
	padding-bottom:20px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}
.promo-block-views-field-field-promo-image-fid {
	padding-left:10px;
	padding-right:10px;
}
.promo-block-views-field-body {
	margin-top:-4px;
	padding-left:10px;
	padding-right:10px;
	font-family:arial;
	font-size:12px;
	color:#494949;
}
.promo-block-views-field-field-promo-action-link-url {
	padding-left:10px;
	padding-bottom:10px;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	font-family:"Arial Narrow";
	text-transform:uppercase;
}
.promo-block-views-field-field-promo-ref-node-nid {
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	color:#000000;
	font-family:georgia, serif;
}
.promo-block-views-field-field-sponsor-logo-fid {
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
}
#block-views-feature_block-block {
	border-bottom:1px solid #ccc;
}
#block-views-feature_block-block .item-list {
	border:0px;
}
.featured-promo-views-field-title {
	padding-left:10px;
	font-size:16px;
	color:#000000;
	font-family:georgia, serif;
	padding-bottom:10px;
	padding-right:3px;
	font-weight:normal;
}
.featured-promo-views-field-body {
	font-size:12px;
	color:#494949;
	font-family:Arial;
	padding-right:3px;
	padding-bottom:15px;
	padding-left:10px
}
.featured-promo-views-field-field-promo-image-fid {
	padding-bottom:10px;
}
.featured-promo-views-field-view-node {
	padding-bottom:18px;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	font-family:"Arial Narrow";
	text-transform:uppercase;
}
.event-head {
	font-family:Arial, sans-serif;
	font-size:24px;
	color:#000;
	font-weight:normal;
}
.event-padd {
	padding-top:8px;
	padding-bottom:16px;
}
.event-flt-left {
	float:left;
}
#event-info-block {
	color:#494949;
	clear:both;
	display:block;
	font-size:0.91667em;
	width:624px;
	margin:10px 0 20px 0;
}
.event-info-header {
	color:#000;
	font-weight:bold;
}
.event-block-width-1 {
	width:203px;
	margin-right:10px;
}
.event-block-width-2 {
	width:200px;
	margin-right:10px;
}
.event-block-width-3 {
	width:200px;
}
.event-flt-left {
	margin-bottom:10px;
}
.event-padd-top {
	padding-top:13px;
}
.event-links {
	width:624px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:24px;
}
.event-links-left {
	padding:5px 0px 5px 0px;
	float:left;
}
.event-links-right {
	padding:7px 10px 7px 0px;
	float:right;
}
.event-link-rht-padd {
	padding-right:17px;
}
a.event-link-txt:link, a.event-link-txt:visited, a.event-link-txt:active {
	color:#999997;
	text-transform:uppercase;
}
a.event-link-txt:hover {
	color:#656565;
	text-transform:uppercase;
}
#event-image {
	padding-top:10px;
	width:624px;
}
#event-body {
	width:624px;
}
#site-map a {
	text-decoration:underline;
}
#site-map li.expanded {
	border-bottom:1px solid;
	list-style-position:none;
	list-style-image:none;
	list-style-type:none;
	padding-bottom:15px;
	padding-top:15px;
}
#site-map li.expanded a {
}
#site-map li.leaf {
	list-style-position:none;
	list-style-image:none;
	list-style-type:none;
}
#site-map ul.menu {
	list-style-position:none;
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	font-size:12px;
	font-family:arial;
}
#site-map ul.menu li {
	margin:0px;
}
#site-map ul {
	padding:0px;
}
#block-views-tagcloud-block_1 {
	width:336px;
	line-height:2.5em;
	font-family:Arial;
	padding-left:15px;
}
.section-best-eats #content {
	float:left;
	margin-left:0;
	margin-right:0;
}
.panels-flexible-best_eats-inside h2 {
	color:#000000;
	font-family:Georgia, Times New Roman;
	font-size:35px;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:5px;
}
ul.best-eats-location {
	list-style-type:none;
	padding-left:0;
}
ul.best-eats-location li a {
	color:#484848 !important;
	outline:medium none;
	text-decoration:none;
}
#article-column-body {
	text-align:justify;
}
.section-best-eats .divider {
	border-bottom:none;
}
.section-best-eats .fb_edge_widget_with_comment {
	border-bottom:1px solid #CCCCCC;
}
div.node-translations {
	float:right;
	margin:0 25px 0 0 !important;
}
div.node-translations ul li {
	display:inline;
	margin:0;
	padding:0 10px;
}
#article-column-subtitle {
	font-family:Georgia, serif;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
}
.panels-flexible-row-best h2 {
	color:#000000;
	font-family:Georgia, serif;
	font-size:26px;
	font-weight:normal;
}
.box-editor textarea.form-textarea, .box-editor input#edit-description, .box-editor input#edit-title, .grippie, .resizable-textarea textarea {
	width:296px !important;
}
fieldset.collapsible {
	width:285px !important;
}
ul.best-eats-location li a {
	color:#000000;
}
ul.best-eats-location li {
	color:#999999;
}
.panel-pane h2.pane-title {
	font-size:14px;
	display:inline;
}
.panel-pane .pane-content {
	display:inline-block;
	position:relative;
}
.panel-pane ul.links li a {
	text-decoration:underline;
	color:#000000;
}
.review {
	text-align:justify;
}
.review .reviewtitle {
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	background:#cc9b1c;
	padding:0 0 0 0px;
	text-align:center;
	text-transform:uppercase;
}
.review .reviewtitle a {
	color:#ffffff;
}
.review .revbanner {
	padding:13px 0;
	text-align:center;
	background:#000000;
	margin-bottom:8px;
}

.bonus{
	padding:6px 0;
	border-bottom:1px solid #CCCCCC;
}

.bonus .smallbanner{
	float:left;
}

.bonus .info{
	float:left;
	padding-left:5px;
}

.bonus .download{
	float:right;
}

.update{
	padding-left:10px;
	float:left;
	color:#ffffff;
	padding-top:10px;
	text-transform:uppercase;
}


ul.mylinks{
	list-style:none;
	margin:0px;
	padding:0px;
}

.inner h2{
	border-bottom:3px solid #000000;
	color:#000000;
	font-family:"Arial Narrow",Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 5px;
	text-transform:uppercase;
	clear:both;
	display:block;
	height:27px;
	line-height:30px;
	padding-top:10px;
}











