@import url(../../../css/basic.css);
/*@import url(../../../css/form.css);*/

a { text-decoration:none; color:#7A7A7A; }
a:hover { text-decoration:underline; color:#FFA34B; }

p { margin:0 }

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size:75%;
    line-height:1.4;
	text-align:center;
	color:#939393;
}

body.simple-body {
	text-align:left;
	padding:2em;
}

#wrapper {
	width:945px;
	margin:0 auto;
	text-align:left;
}

#header {
	position:relative;
	border-bottom:9px solid #000;
	height:122px;
}

#trademark {
	background:url(../img/longrun_logo.gif) 0 0 no-repeat;
	width:271px;
	height:48px;
	position:absolute;
	top:68px;
	left:0;
	text-indent:-900px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#utility {
	border-bottom:1px solid #000;
	height:31px;
	position:relative;
}

#crumbs {
	position:absolute;
	top:6px;
	left:0;
}

#crumbs a {
	color:#8C8C8C;
	font-family:Georgia;
	font-style:italic;
}

#user-nav {
	position:absolute;
	right:0;
	top:6px;
}

#user-nav li {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	background:url(../img/user_nav_border.gif) 100% 50% no-repeat;
}

#user-nav li.profile-pic {
	position:relative;
	top:-3px;
}

#user-nav li.end {
	margin:0;
	padding:0;
	background:0;
}

#user-nav li a {
	color:#FFA34B;
}

#search {
	position:absolute;
	right:0;
	top:40px;
}

#search-form { margin:0; padding:0; }

#search-form .input,
#search-form .submit {
	float:left;
	margin:0;
}

#search-form .input input {
	border:1px solid #C5C5C5;
	width:200px;
	color:#C5C5C5;
}

#search-form .submit input {
	background:none;
	border:none;
	font-weight:bold;
	color:#C5C5C5;
}

#main-nav {
	position:absolute;
	top:84px;
	right:0;
}

#main-nav li {
	float:left;
	list-style:none;
	margin-right:25px;
	white-space:nowrap;
	/*border-bottom:1px solid #C5C5C5;*/
	font-family:'Plak Com';
	font-size:20px;
	line-height:0.8em;
}

#main-nav li.odd {
	margin:0;
}

#main-nav li.lower {
	border:0;
}

#main-nav li a {
	display:block;
	padding:4px 0 4px;
	color:#8C8C8C;
	text-transform:uppercase;
}

#footer {
	border-top:1px solid #B2B2B2;
	padding:15px 0 15px;
}

#footer-nav {
	margin:0 0 5px;
	padding:0;
}

#footer-nav li {
	float:left;
	list-style:none;
	margin:0 8px 0 0;
	padding:0 8px 0 0;
	background:url(../img/footer_nav_divide.gif) 100% 4px no-repeat;
	font-size:.9em;
}

#footer-nav li.end {
	padding:0;
	margin:0;
	background:none;
}

#footer-nav li a {
	color:#7A7A7A;
}

#footer-nav li.normal a {
	font-weight:bolder;
	text-transform:uppercase;
	color:#000;
}

#footer-nav li ul {
	padding:0;
	margin:5px 0 0 0;
}

#footer-nav li ul li {
	float:none;
	margin:0;
	padding:0;
	background:none;
}

#footer-nav ul li a {
	color:#8C8C8C;
}

#body {
	padding:15px 0 0;
}

/**********************************************************************
 * heading style
 */
h1, h2, h3, h4, h5, .typeface-js {
	font-family:'Plak Com';
	font-weight:normal;
	margin:0 0 10px;
	line-height:0.85em;
	text-transform:uppercase;
	color:#7A7A7A;
}

h1 { font-size:36px; color:#000; }
h2 { font-size:29px; }
h3 { font-size:22px; }
h4 { font-size:22px; margin:0 0 3px; }

.heading.main, .heading.main a { color:#000; margin:0 0 5px; }
.heading.sub, .heading.sub a { color:#0084B4; }

.g-heading {
	border-bottom:3px solid #000;
	margin:0 0 5px;
	padding:0;
	line-height:0.8em;
	color:#000;
	text-transform:uppercase;
	font-size:24px;
}

.g-heading.headline {
	font-size: 32px;
	margin: 0 0 10px;
}

.g-heading.headline a {
	color: #000;
}

.g-heading.alt {
	color:#7A7A7A;
	border-color:#7A7A7A;
}

.g-heading.alt2 {
	margin:0 0 15px;
}

.g-heading.alt3 {
	color:#000000;
	border:none;
}

.g-heading.alt4 {
	color:#aeaeb2;
}

.g-heading.right-border {
	border-width: 0 0 1px;
}

.g-heading.top-border {
	border-width: 3px 0 0;
	border-style: solid;
	border-color: #000;
	padding: 5px 0 0;
}

.small {
	font-size:16px;
}

.news .n-heading,
.news .n-heading a,
.news a.voice {
	color:#CB3467 !important;
}

.featured .n-heading,
.featured .n-heading a,
.featured a.voice {
	color:#0099CB !important;
}

.learning .n-heading,
.learning .n-heading a,
.learning a.voice {
	color:#55C096 !important;
}

/**********************************************************************
 * graphical heading
 */
/*
.g-heading {
	border-bottom:3px solid #000;
	margin:0 0 5px;
	background:url(../img/basic_titles.gif) 0 0 no-repeat;
	text-indent:-900px;
	overflow:hidden;
	padding:0 0 5px;
	line-height:1.3em;
}

.g-heading.conversations   { background-position:0 0; }
.g-heading.voices          { background-position:0 -59px; }
.g-heading.conservation    { background-position:0 -118px; }
.g-heading.community       { background-position:0 -177px; }
.g-heading.culture         { background-position:0 -236px; }
.g-heading.commerce        { background-position:0 -296px; }
*/

/**********************************************************************
 * Content style
 */
.content.text {
	color:#7A7A7A;	
}

.content.text p a { text-decoration:none; color:#7A7A7A; }
.content.text p a:hover { text-decoration:underline; color:#FFA34B; }

.content.text .image {
	display:block;
	margin:0 0 5px;
}

.content.text h3 {
	margin:0 0 10px;
	text-transform:uppercase;
	color:#7A7A7A;
}

.content.text p {
	margin:0 0 10px;
	color:#000;
}

.content.text li {
	color:#000;
	margin:0 0 5px;
}

.content.text li ul {
	padding-top:5px;
}

.content.text blockquote,
.content.text blockquote p {
	font-style:italic !important;
	font-size:1.1em;
	margin:0 0 10px;
	color:#7A7A7A !important;
	font-family:Georgia, Helvetica, Arial, Verdana, sans-serif;
}

.content.text p.post-meta {
	color:#7A7A7A;
	margin:0 0 5px;
}

.content.text p.post-footer {
	margin: 2em 0 0;
}

.content.text.archived h3,
.content.text.archived p {
	margin:0 0 0;	
}

.content.text.listed h2,
.content.text.listed h3,
.content.text.listed p  {
	margin:0 0 5px;
}

.content ol {
	padding: 0 0 0 20px;
}

/**********************************************************************
 * gallery style
 */
.gallery {
	margin:0 0 10px;
}

.gallery img {
	display:block;
}

.gallery-canvas {
	height:310px;
	position:relative;
	background:#000;
}

.gallery-canvas,
.gallery-thumbs {
	width:625px;
}

.gallery-canvas img {
	position:absolute;
}

.gallery-loading {
	position:absolute;
	padding:5px;
	background:#000;
	color:#FFF;
	font-family:Georgia;
	font-style:italic;
	display:none;
}

.gallery-thumbs {
	overflow:hidden;
	height:70px;
	position:relative;
	background:#000;
}

.gallery-thumbs-strip {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	background:#000;
}

.gallery-thumbs-strip td { 
	padding:0;
	margin:0;
	background:#000;
}

.gallery-thumbs-strip td a {
	width:120px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	display:block;
	background:url(../img/loading.gif) 50% 50% no-repeat;
	text-indent:-900px;
	overflow:hidden;
}

.gallery-thumbs-strip td a.selected {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.gallery-thumbnail-slider {
	width:25px;
	height:70px;
	position:absolute;
	top:0;
	background:url(../img/slider_arrow.gif) 0 0 no-repeat;
	text-indent:-900px;
	overflow:hidden;
	display:none;
}

.gallery-thumbnail-slider.left-button {
	left:0;
	background-position:0 0;
}

.gallery-thumbnail-slider.right-button {
	right:0;
	background-position:-25px 0;
}

/**********************************************************************
 * Common style
 */
p.post-info {
	font-family:Georgia;
	font-style:italic;
	color:#7A7A7A;
}

p.post-info a.more {
	color:#FFA34B !important;
}

.cycle span { color:#8c8c8c; }
.cycle.color1 { color:#C8265A; }
.cycle.color2 { color:#0084B4; }
.cycle.color3 { color:#56BF96; }
.cycle.color4 { color:#7A7A7A; }

.clouds {
	font-size:1.1em;
}

.comment {
	font-style:italic;
	font-weight:lighter;	
}

/**********************************************************************
 * bubble
 */
.bubble {
	display:inline-block;
	background:url(../img/comment.gif) 100% 0 no-repeat;
	font-size:.9em;
	font-weight:normal;
	height:17px;
	line-height:1.2;
	font-style:normal;
}

.bubble-inner {
	display:inline-block;
	background:url(../img/comment.gif) 0 0 no-repeat;
	color:#fff;
	line-height:1.2;
	height:17px;
	padding:0 0 0 6px;
	margin:0 6px 0 0;
	text-align:right;
}

/**********************************************************************
 * posts
 */
.posts {
	margin:0 0 10px;
}

.posts .heading {
	margin:0 0 5px;
}

.posts .para {
	margin:0 0 5px;
	color:#000;
	font-weight:bolder;
	line-height:1.1;
}

.posts.simple {
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em;
	margin: 0 0 1em;
}

.posts.simple blockquote {
	font-style: italic;
	margin: 0 0 1em;
}

/**********************************************************************
 * Form style
 */
form { padding:0 0 15px; }

.input.text input,
.input.password input,
.input.textarea textarea {
	width:250px;
}

.input {
	clear:both;
	margin:0 0 15px;
}

.input label {
	text-align:right;
	padding-left:10px;
}

.input input,
.input textarea,
.input select {
	float:left;
}

.input.text input,
.input.password input,
.input.textarea textarea,
.input.select select  {
	width:200px;
}

.input input.error,
.input textarea.error {
	border:2px solid #FF0000;
}

.input .error-message,
.input label.error {
	clear:both;
	color:#FF0000;
	padding:5px 0 0;
}

/**********************************************************************
 * Grid basic grid rule
 */
.grid {
	margin:0 0 15px;
}

.grid .block {
	float:left;	
}

.grid .vblock {
	padding:0 0 5px;
	margin:0 0 15px;
	border-bottom:1px solid #B2B2B2;
}

.grid .vblock.end {
	border:none;
	margin:0;
}

.grid.feature-home {
	height:250px;
}

.grid.four-block {
	/*background:url(../img/grid_4block.gif) 0 100% no-repeat;*/
}

.grid.four-block .block {
	float:left;
	width:225px;
	margin-right:15px;
	padding-bottom:5px;
}

.grid.four-block .block.end {
	margin-right:0;
}

.grid.three-news-block .block {
	width: 198px;
	margin-right:15px;
	padding-bottom:5px;
}

.grid.three-news-block .block.end {
	margin-right:0;
}

.grid.new-home .block1 {
	width: 625px;
}

.grid.new-home .block2 {
	float: right;
	width: 302px;
}

.grid.new-home .vblock {
	border: 0;
}

.grid.feature2 {
	margin: 0 0 .5em;
}

.grid.feature2 .block1 {
	width: 304px;
}

.grid.feature2 .block2 {
	width: 304px;
	float: right;
}

.grid.feature {
	padding:0 0 5px;
	background:url(../img/grid-feature.gif) 0 100% no-repeat;	
}

.grid.feature .block1 {
	float:left;
	width:305px;
}

.grid.feature .block2 {
	float:right;
	width:625px;
}

.grid.destinations .row {
	margin:0 0 10px;
	background:url(../img/grid-destinations.gif) 0 100% no-repeat;	
}

.grid.destinations .row.end {
	background:none;	
}

.grid.destinations .block {
	float:left;
	margin:0 15px 0 0;
	width:305px;
	padding:0 0 0;
}

.grid.destinations .block.end {
	margin:0;
	float:right;
}

.grid.destinations .block h3.heading {
	margin:0;
	padding:0 0 5px;
	line-height:0.8em;
}

.grid.destinations .block h3.heading a {
	line-height:0.8em;
	background:url(../img/link-arrow.gif) 100% 50% no-repeat;
	display:block;
}

.grid.regualr .main {
	float:left;
	width:625px;
}

.grid.regualr .sidebar {
	float:right;
	width:305px;
}

.grid.content .main {
	float:left;
	width:450px;
}

.grid.content .sidebar {
	float:right;
	width:160px;
}

.grid.signin .block.login {
	float:left;
	width:305px;
}

.grid.signin .block.register {
	float:right;
	width:625px;
}

.grid.account .block.account-detail {
	float:left;
	width:465px;
}

.grid.account .block.profile-detail {
	float:right;
	width:465px;
}

.grid.even .main {
	float:left;
	width:465px;
}

.grid.even .sidebar {
	float:right;
	width:465px;
}

.grid.even .sidebar img {
	padding-top: 20px;
}

.grid.even .representation {
	float:left;
	width:230px;
}

.grid.even .details {
	float:right;
	width:230px;
}

.grid.even img {
	padding-bottom: 15px;
}

.grid.even .representation img {
	padding-bottom: 0;
}

.grid.even h3,
.grid.even .representation h4 {
	border-bottom:3px solid #7a7a7a;
}

.grid.even .details h4 {
	border-bottom:3px solid #aeaeb2;
	margin-bottom:30px;
}

.grid.even .details.top h4 {
	border-bottom:3px solid #aeaeb2;
	margin-bottom:0px;
}

.grid.even .details p {
	padding-bottom:12px;
	color:#000000;
}

.grid.even a.back {
	display:block;
	clear:both;
	float:right;
}

.grid.other-destination {
	margin:0 0 5px;
}

.grid.other-destination .block.image { 
	width:100px;
}

.grid.other-destination .block.texts { 
	width:200px;
	float:right;
}

.grid.other-destination .block.texts h4 { 
	margin:0; 
}

.grid.other-destination .block.texts p { 
	line-height:1.1;
}

.top-story-box {
	background: #edebec;
	padding: 1em;
	border: 1px solid #dfdfdf;
}

.grid.other-destination.v2 {
	border-bottom: 1px solid #000;
	padding: 0 0 .6em;
	margin: 0 0 .6em;
	position: relative;
}

.grid.other-destination.v2 a.view {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 1px;
	text-indent: -900px;
	background: url(../img/destination_arrow.gif) 0 0 no-repeat;
	overflow: hidden;
}

.grid.other-destination.v2 .block {
	border: 0;
}

.grid.other-destination.v2 .block.image {
	width: 164px;
}

.grid.other-destination.v2 .block.texts {
	width: 130px;
}

/**********************************************************************
 * Address list
 */
.address {
	float:left;
	width:230px;	
}

.address.odd {
	float:right;
}

/**********************************************************************
 * Subnavigation
 */
#subnavigation h3 {
	border-bottom:1px solid #dcdcdc;
}

#subnavigation ul {
	padding-left: 30px;
	list-style: none;
}

#subnavigation li {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
}

#subnavigation ul li a {
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/**********************************************************************
 * Comment form
 */
.comment-form form {
	display:block;
	float:right;
	width:540px;
}

.comment-form .user-info {
	float:left;
	width:60px;
}

.comment-form .input.textarea label {
	display:block;
	margin:0 0 5px;
	text-align:left;
	padding-left:0;
}

.comment-form .input.textarea textarea {
	width:480px;
}

/**********************************************************************
 * Terms & Conditions
 */
/*
ul.smallprint,
ul.smallprint ul {
	margin-bottom:0;
}

ul.smallprint li {
	padding-bottom:6px;
	padding-left:20px;
	color:#000000;
}

ul.smallprint ul {
	padding-top:6px;
}
*/

/**********************************************************************
 * Comments
 */
.comment-row {
	border-bottom:1px solid #ccc;
	margin:0 0 10px;	
	padding:0 0 10px;
}

.comment-row.child {
	padding-left:60px;
}

.comment-row .avatar {
	float:left;
	width:50px;
}

.comment-row .comment-data {
	float:left;
	margin:0 10px 0;
	width:440px;
	display:inline;	
}

.comment-row .content.text p {
	margin:0 0 3px;
}

.comment-row .reply {
	float:right;
	text-align:right;
	width:90px;
}
.comment-row .reply a {
	color:#FFA34B;
	font-style:italic;
	display:block;
	margin:16px;
}

.inline-conversations {
	margin:15px 0 0;
}

/**********************************************************************
 * Account page
 */
.avatar-preview {
	width:100px;
	height:100px;
	background:#eee;
	border:1px solid #ccc;
	padding:3px;
}

/**********************************************************************
 * Authro
 */
.author {
	border-bottom:1px solid #B2B2B2;
	padding:0 0 5px;
	margin:0 0 5px;
}

.author.end { 
	border:0;
	margin:0;
	padding:0;
}

.author .avatar {
	float:left;
	width:50px;
}

.author .author-info {
	float:right;
	width:250px;
	padding:10px 0 0;
}

/**********************************************************************
 * Sorting form
 */
.sorting-form select {
	width:149px;
}

/**********************************************************************
 * Video player overlay
 */
.video-player-overlay {
	background:#000;
	color:#FFF;
	padding:10px;
	text-align:left;
}

.video-player-info .content.text h2,
.video-player-info .content.text p {
	margin:0 0 4px;
	color:#FFF;
}

.video-player-info .content.text a,
.video-player-info .content.text a:visited {
	color:#FFF;
}

.video-player-info .content.text a {
	text-decoration:underline;
}

.video-player-info .content.text p.close-overlay {
	text-align:right;
}

.video-player-info .content.text .closeDOMWindow {
	color:#FFF;
	text-decoration:underline;
}

/*
.closeDOMWindow {
	position:absolute;
	top:-5px;
	right:-5px;
	z-index:10002;
	background:url(../../../img/modal/close.png) 0 0 no-repeat;
	width:30px;
	height:30px;
	display:block;
	text-indent:-900px;
	overflow:hidden;
}
*/

/**********************************************************************
 * Sub navigation
 */
.sub-nav {
	margin:0;
	padding:0;
}
.sub-nav li {
	list-style:none;
	margin:0;
	padding:0;
}

.sub-nav a.typeface-js,
.sub-nav ul.level2 a {
	font-size:22px;
	border-bottom:1px solid #ccc;
	display:block;
}

.sub-nav ul.level2 a {
	font-size:14px;
	margin:0 0 5px;
}

/**********************************************************************
 * Credits style
 */
.credits {
	margin:0;
	padding:0;
}

.credits li {
	float:right;
	list-style:none;
}

/**********************************************************************
 * RSS feed link
 */
.rss-link {
	background: url(../../../img/feed-icon-14x14.png) 0 50% no-repeat;
	padding: 0 0 0 18px;
}

.home-destinations {
	position: relative;
}

.home-destination-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 19px;
}

.home-destination-nav .item {
	display: block;
	position: absolute;
	width: 17px;
	height: 19px;
	text-indent: -900px;
	overflow: hidden;
	background: url(../img/next_prev.jpg) 0 0 no-repeat;
}

.home-destination-nav .item.next {
	right: 0;
	background-position: -17px 0;
}

.home-destination-nav .item.disabled {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
