/* 
Original Design Concept by Dan Cederholm | www.simplebits.com
Revised Version by Ewen Bell | www.twocats.com.au
*/

/* ---( page defaults )--- */

h1 {
  width: 500px;
  padding: 0px;
  margin: 0px;
  font-size: 32px;
  font-weight: bold;
  line-height: 100%;
  color: #c00;
  letter-spacing: -3px;
  font-family: "Nobile", "Nobile", "Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
}

.standfirst {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-top: 5px;
  width: 400px;
  border-bottom: solid 1px #eee;
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  letter-spacing: -1px;
  color: #777;
}

.stand_first {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-top: 5px;
  width: 550px;
  border-bottom: solid 1px #eee;
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  letter-spacing: -2px;
  color: #222;
}

.leading {
  font-weight: bold;
  font-size: 150%;
  padding-top: 15px;
  padding-bottom: 25px;
}

.standright {
  text-align: right;
  margin-top: -5px;
}

.standshort {
  width: 100%;
}

#row3 .s_title {
	margin: 0px;
	padding: 0px;
	margin-bottom: -15px;
}

.row3 {
	clear: both;
	padding-top: 18px;
}

.ca66 {
	padding-top: 18px;
	padding-bottom: 18px;
	width: 310px;
}

.s_title {
	padding-top: 5px;
	padding-bottom: 20px;
}

.shade {
  margin-top: -8px;
  margin-left: -12px;
  margin-right: -10px;
  padding: 8px;
  background: #ccc url(images/title-shade.jpg) repeat-x top left;
}

.ads {
  color: #aaa;
  font-size: 11px;
  padding-bottom: 4px;
}

.new_naked {
  padding-top: 10px;
  padding-bottom: 15px;
}

.more {
	padding-top: 20px;
}

#more1 {
	float: left;
	width: 65px;
}

#more2 {
	float: right;
	width: 470px;
	color: #f60;
	font-weight: bold;
	font-size: 125%;
	font-family: "Palatino", "Georgia", "Times New Roman", sans-serif;
	line-height: 125%;
	padding-bottom: 30px;
 }

#item1 {
	float: right;
	width: 165px;
	padding-top: 20px;
	padding-right: 30px;
}

#item2 {
	float: left;
	width: 340px;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
}

feature {
  padding-top: 3px;
  padding-bottom: 9px;
  padding-left: 30px;
  padding-right: 0px;
 // border-bottom: #ddd solid 1px;
  }

.indent {
  padding-top: 15px;
  padding-left: 32px;
}

.intropanel {
  padding-top: 15px;
  padding-left: 32px;
}

#stuff {
padding: 9px;
padding-bottom: 5px;
border: solid #777 1px;
}

.photo {
padding: 1px;
border: solid #ccc 1px;
}

.teaser {
	padding-top: 20px;
	padding-bottom: 20px;
}

.dp {
  font-weight: normal;
  font-size: 90%;
  color: #999;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
  margin-bottom:10px;
}

.caption {
  font-weight: normal;
  font-size: 90%;
  color: #999;
}

.photoshow {
padding: 5px;
padding-bottom: 1px;
border: solid #ccc 1px;
}

#photobig {
width: 400px;
}

.quoted {
  font-style: italic;
}

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #777;
  background: url(images/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

.quotes {
  font-style: italic;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #066;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

UL {
  list-style: none;
  margin: 0 0 20px 0px;
  padding: 0;
  }

.mini {
  padding-left: 18px;
  background: url(images/miniarrow.jpg) no-repeat 0 2px;
  }

.bookmark {
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 6px;
  }

.rss {
  background: url(images/rss.gif) no-repeat 0 4px;
  }

.deli {
  background: url(images/del.gif) no-repeat 0 4px;
  }

.fb {
  background: url(images/fb.gif) no-repeat 0 4px;
  }

.goo {
  background: url(images/goo.gif) no-repeat 0 4px;
  }

.twitter {
  background: url(images/twitter.gif) no-repeat 0 4px;
  }

.spacer {
  padding-top: 7px;
}

.links {
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 20px;
  background: url(images/link.gif) no-repeat 0 4px;
  }

.colour a.link {
  color: #c60;
  }

.list {
  padding-top: 2px;
  padding-left: 14px;
  padding-bottom: 2px;
  background: url(images/listing.gif) no-repeat 0 5px;
  }

.listing {
	padding-bottom: 20px;
}

/* links */

a:link, a:visited, a:active {
  color: #b00;
  text-decoration: none;
  }

a:hover {
  color: #b00;
  text-decoration: none;
  }

.dp a:link, .dp a:visited, .dp a:active {
  color: #b99;
  text-decoration: none;
  }

.dp a:hover {
  color: #f60;
  text-decoration: none;
  }

.s3Image a:link, .s3Image a:visited, .s3Image a:active {
  color: #000;
  text-decoration: none;
  }

.s3Image a:hover {
  color: #f00;
  text-decoration: none;
  }

#search_result {
	width: 500px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.listing a:link, .listing a:visited, .listing a:active {
  color: #c00;
  text-decoration: none;
  }

.listing a:hover {
  color: #f60;
  text-decoration: none;
  }

.story a:link, .story a:visited, .story a:active {
  color: #630;
  text-decoration: none;
  }

.story a:hover {
  color: #f60;
  text-decoration: none;
  }

.storylinks {
	margin-top: -13px;
	margin-left: 20px;
}

#row3 a:link, #row3 a:visited, #row3 a:active {
  color: #b00;
  text-decoration: none;
  }

#row3 a:hover {
  color: #000;
  text-decoration: none;
  }

#ext a:link, #ext a:visited, #ext a:active {
  color: #aaa;
  }

#ext a:hover {
  color: #f60;
  text-decoration: none;
  }

.topline {
  border-top: solid #eee 1px;
}

.overline {
  padding-top: 10px;
  border-top: solid #eee 1px;
}

.underline {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid #ddd 1px;
}

.dotunder {
  border-bottom: dotted #ddd 1px;
}

.listbody {
	margin-left: 50px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #eee;
	}

.comment {
	margin-left: 40px;
	padding-top: 15px;
	padding-bottom:10px;
	}

.comment_header {
	color: #aaa;
}

/* ---( layout structure )---*/

#addcomment {
	display:none;
}

#mycomments {
	display:none;
}

#comments {
	padding-top: 40px;
	color: #888;
}

.clink {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 24px;
}

#L1 {
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 100%;
	background: #fff url(images/2010/2010-red-tile.jpg) repeat-x top left;
}

#L2 {
	width: 100%;
	margin: 0;
	background: #900;
	padding: 0;
	margin-top: 20px;
}

#wrap {
  margin: 0 auto;
  width: 1102px;
  min-height: 100%;
  }

#row2 {
  float: left;
  width: 1100px;
  margin: 0px;
  padding: 0px;
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
}

.nicefont {
  font-family: "Vollkorn", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
}

#content {
  font-size: 14px;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 360px;
  min-height: 900px;
  float:left;
  z-index: 1;
}

#welcome {
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  padding-top: 45px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 700px;
  z-index: 1;
}

#infobox {
  float: right;
  line-height: 1.5em;
  margin: 0 ;
  width: 150px;
  padding: 5px;
}

#floatright {
  float: right;
  margin: 0 ;
  padding: 5px;
  padding-left: 25px;
}

/* 657 adds 110px to the main section */
/* 597 adds 60px to the main section */

.address {
font-size: 55%;
line-height: 125%;
text-align: right;
padding-right: 20px;
padding-left: 240px;
}

/* ---( header and site name )--- */

#flash {
	position: absolute;
	text-align: center;
	top:  15px;
	margin:  0px;
	padding:  0px;
	margin-left: 0px;
	z-index: 10;
}

#tnt-header h1 {
  margin: 0;
  padding: 0px 0 0px 0;
  height: 200px;
  font-weight: normal;
  font-size: 100%;
  }

.postcard {
  padding-top: 0px;
  padding-left: 460px;
  display: block;
  }

#tnt-header span { display: none; }

/* ---( main column )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 66%;
  color: #066;
  background: url(images/date_icon.gif) no-repeat 0 50%;
  }

.subtext {
  color: #aaa;
}

.subauthorind {
  color: #c60;
  padding-left: 30px;
}

.subauthor {
  color: #c60;
}

.writer {
  font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 10px;
  color: #777;
  padding-top: 5px;
}

.regionlist {
  font-weight: normal;
  font-size: 85%;
  line-height: 150%;
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-top: 20px;
  border-bottom: solid 1px #eee;
}

.subtitle {
  font-weight: bold;
  padding-bottom:20px;
}

.factsbox {
  width: 665px;
  padding: 15px;
  background: #f9f9f9;
  border: 1px dotted #999;
}

.facts_sub {
  font-weight: bold;
  padding-top:0px;
  padding-bottom:20px;
}

.factsdate {
  font-size: 80%;
  color: #888;
  padding-top:10px;
}

.map_label {
  float: right;
  width: 200px;
  padding-top: 20px;
  text-align: left;
}

.map_image {
  float: left;
  width: 450px;
  padding-top: 20px;
}

.minititle {
  font-weight: bold;
  color: #333;
}

.itin {
        color: #066;
}

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0px;
  }

#whatsnew {
	float: left;
	width: 700px;
	height: 420px;
	padding: 0px;
	margin: 0px;
	margin-left: 33px;
	padding-left: 33px;
	text-align: center;
	background: url('/images/coverstories.png') top left no-repeat;
}

.whatsnew {
	top: 0;
	right: 0;
	width: 200px !important;
	height: 390px;
	display: block;
}

.s3fin { 
  clear: both;
  }

#s3{ 
   width: 700px; 
   height: 394px; 
   position: relative;
   overflow: hidden;
}

#s3Content {
   width: 700px; 
   position: absolute; 
   top: 0; 
   margin-left: 0;
}

.s3Image {
   float: right; 
   position: relative; 
   display: none; 
}

.s3Image span {
   position: absolute;
   left: 0;
   font-size: 14px;
   line-height: 18px;
   letter-spacing: -1px;
   padding: 15px;
   width: 200px;
   background-color: #fff;
   filter: alpha(opacity=80);
   -moz-opacity: 0.8; 
   -khtml-opacity: 0.8;
   opacity: 0.8; 
   color: #000;
   display: none; 
   top: 0;
}

.s3Image h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  letter-spacing: -1px;
  font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
}


#maps {
  margin: 10px;
  padding: 10px;
  font-size: 75%;
  }

.map {
  padding: 1px;
  border: solid #ccc 1px;
}

#map {
  margin: 10px;
  padding: 10px;
  width: 600px;
  height: 300px;
}

#subhome {
  width: 100%;
  margin: 0;
  padding: 0;
  }

.subhome {
  float: left;
  width: 240px;
  padding-left: 30px;
}

.homenow {
  float: left;
  width: 500px;
  padding-left: 33px;
  padding-bottom: 0px;
}

.homenow2 {
  float: left;
  width: 420px;
  margin-left: 30px;
  padding-left: 30px;
  padding-bottom: 0px;
  border-left: 1px solid #eee;
}

.picnow {
  float: left;
  width: 120px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.navhome {
	width: 230px;
	height: 165px;
	padding: 20px 23px 15px 23px;
	background: url('images/home-nav.png') no-repeat 0 0;
}

.navhome img {
	border: 1px solid #faa;
	padding: 0;
}

#friends {
  float: left;
  width: 270px;
}

.friends {
  float: left;
  width: 270px;
  padding-top: 15px;
  padding-left: 35px;
}

.bigfriends {
  float: left;
  width: 270px;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #000;
  letter-spacing: -2px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 35px;
}

#extras {
  text-align: center;
  padding: 0px;
  font-size: 100%;
  width: 952px;
  height: 95px;
}


#logo {
display: none;
}

#row1 {
  position: absolute;
  text-align: left;
  top:  135px;
  width: 180px;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  border-right: 1px solid #ddd;
  z-index: 1;
}

#home {
  position: absolute;
  text-align: left;
  top:  0px;
  width: 315px;
  height: 189px;
  padding: 0px;
  margin: 0px;
  margin-left: 22px;
}

#features {
  position: absolute;
  text-align: left;
  top:  22px;
  width: 220px;
  padding: 0px;
  margin: 0px;
  margin-left: 700px;
}

#sponsor {
  position: absolute;
  top: 55px;
  margin: 0;
  margin-left: 340px;
  width: 728px;
  height: 90px;
  padding: 0px;
  padding-top: 15px;
  padding-left: 11px;
  text-align: left;
}

#searchbox {
  position: absolute;
  text-align: right;
  vertical-align: middle;
  top: 12px;
  width: 270px;
  padding: 0px;
  margin: 0px;
  margin-left: 809px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
  font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  z-index: 1;
}

#datebox {
  position: absolute;
  text-align: left;
  top: 15px;
  width: 300px;
  padding: 0px;
  margin: 0px;
  margin-left: 353px;
  color: #fff;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: -1px;
  font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  z-index: 1;
}

#no1 {
  position: absolute;
  text-align: left;
  top:  22px;
  width: 468px;
  height: 60px;
  padding: 0px;
  margin: 0px;
  margin-left: 460px;
}

.headline {
  background: url(images/headline.jpg) no-repeat top left;
  padding-top: 1px;
  padding-bottom: 7px;
  padding-left: 5px;
  font-weight: bold;
}

.boxed {
  padding-top: 2px;
  padding-bottom: 7px;
  padding-left: 18px;
  background: url(images/box.gif) no-repeat 0 3px;
  }

.new {
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 22px;
  margin-left:30px;
  background: url(images/favies.gif) no-repeat 0 4px;
  }

.favies {
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 22px;
  background: url(images/favies.gif) no-repeat 0 4px;
  }


#photomiddle {
  text-align: center;
  margin-top: 20px;
}

#photopanel {
  float: right;
  width: 220px;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-right: 5px;
  margin-top:5px;
}

#row3 {
  position: absolute;
  text-align: left;
  top:  220px;
  width: 310px;
  margin: 0px;
  padding: 0px;
  padding-left: 18px;
  margin-left: 758px;
  min-height: 700px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  z-index: 1;
  //border-left: solid #ddd 1px;
  //background: #fff url(images/side-ad.gif) no-repeat top left;
}

input.radio {
	margin-top: 7px;
	margin-bottom: -3px;
}

input.check {
	margin-top: 7px;
	margin-bottom: 0px;
}

input.datalong {
        width: 300px;
        color: #333;
        height: 14px;
        background-color: #fff;
        border: solid 1px #999;
	font-size: 95%;
}

input.data {
        width: 190px;
}

input.pbutton {
        color: #fff;
        height: 18px;
        width: 60px;
        background: #777;
        border: solid 1px #999;
	font-size: 95%;
}

input.sbutton {
        color: #fff;
        height: 18px;
        width: 60px;
        background: #f60;
        border: none;
}

.comment_box {
        width: 588px;
        color: #333;
        height: 100px;
        background-color: #fff;
        border: solid 1px #999;
}

input.comment_line {
        width: 588px;
        color: #333;
        height: 14px;
        background-color: #fff;
        border: solid 1px #999;
}

input.comment_button {
	background: url('images/2010/comments.png') no-repeat top right;
	width: 150px;
	height: 22px;
	border: none;
	cursor: pointer;
	font-family: "Nobile","Gill Sans", Helvetica, sans-serif;
	letter-spacing: -0.7px;
}

input.check_box {
        background-color: #fff;
        border: solid 1px #999;
}

input.search {
        background-color: #fee;
        border: solid 1px #c99;
	padding-left: 3px;
	color: #000;
	width: 140px;
	height:14px;
  font-size: 11px;
  text-align: left;
}


#row1 input {
        color: #aaa;
        height: 14px;
        width: 150px;;
        background-color: #fff;
        border: solid 1px #aaa;
	font-size: 95%;
}

.oops {
	color: #66c;
}

.flashbox {
	padding: 19px;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	margin-bottom: 12px;
	margin-top: -8px;
}

.flashtop {
	border-top: 1px solid #ddd;
	margin-top: 5px;
}

.storyflash {
	text-align: right;
	padding: 15px;
	border: 1px solid #ddd;
	width: 220px;
	background-color: #fff;
}

.box {
	padding: 15px;
	margin-bottom: 15px;
}

.wide {
	width: 670px;
}

.narrow {
	width: 300px;
}

.textbox {
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.red {
  color: #c60;
}

.dontshow {
  display: none;
  }

.adjustup {
  margin-top: -20px;
  }

.photonote {
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  line-height: 1.2em;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.click {
  vertical-align: -3px;
}

.shareicon {
	vertical-align: middle;
}

.bio {
	padding-top: 15px;
	width: 300px;
}

#bioright {
	float: right;
	text-align: right;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 75%;
}

#bio1 {
	float: right;
	width: 175px;
	text-align: left;
}

#bio2 {
	float: left;
	width: 70px;
	padding-bottom: 4px;
}

.news {
  padding-right: 6px;
  padding-left: 10px;
  padding-bottom: 6px;
  padding-top: 4px;
  margin-bottom: 8px;
  line-height: 150%;
  font-size: 12px;
  border: 1px solid #ddd;
  background: #fff url(images/bgred.gif) no-repeat top left;
}

.atitle {
  font-weight: bold;
  text-align: left;
  color: #777;
  padding: 3px;
  padding-left: 6px;
  margin-bottom: 12px;
  background: url(images/subgrey.gif) no-repeat top left;
}

.n2 {
  padding-left: 10px;
}

.n1 {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.newstitle {
  color: #fff;
  font-weight: bold;
  padding-bottom: 12px;
}

#reg_link {
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
  margin-top: 18px;
  padding-top: 8px;
  border-top: 1px solid #fff;
  color: #06f;
  font-size: 12px;
  font-weight: bold;
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

#news_link_v2 {
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
  margin-top: 12px;
  color: #06f;
  font-size: 22px;
  font-weight: normal;
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 28px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

#news_link {
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
  margin-top: 12px;
  color: #06f;
  font-size: 14px;
  font-weight: bold;
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  line-height: 18px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

#news4 {
	float: right;
	width: 315px;
	padding: 8px;
	padding-left: 18px;
	padding-bottom: 12px;
	text-align: left;
}

#news3 {
	float: left;
	width: 315px;
	padding: 8px;
	padding-left: 0px;
	padding-bottom: 12px;
	text-align: left;
}

#news1 {
	float: right;
	width: 200px;
	padding: 0px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 12px;
	text-align: left;
}

#news2 {
	float: left;
	text-align: right;
	width: 438px;
	padding: 8px;
	padding-left: 18px;
	padding-bottom: 12px;
	padding-top: 14px;
}

.news_item {
  border-bottom: 1px solid #f9f9f9;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.news_item:hover {
	background: #f9f9f9;
	border-bottom: 1px solid #f66;
}

.news_photo {
padding: 0px;
border: solid #999 1px;
}

.news_search {
	margin-bottom: 10px;
	background: #f3f3f3;
}

.reg_precis {
  font-size: 10px;
  color: #000;
}

.news_precis_v3 {
  width: 170px;
  float: left;
  font-size: 11px;
  color: #000;
}

.news_precis_v2 {
  clear: left;
  font-size: 12px;
  color: #000;
}

.news_precis {
  font-size: 12px;
  color: #000;
}

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

.news_date {
  font-size: 90%;
  color: #fff;
  background: #bbb;
  padding-left:8px;
}



/* ------------------------------------ sucker fish -- */

#travel, #travel ul {
	float: left;
	list-style: none;
	line-height: 1;
	margin-left: 0px;
	padding: 0;
	z-index: 1;
	line-height: 125%;
}
 
.newtravel {
	padding-top: 8px;
	text-align: left;
}

#navigation {
  position: absolute;
  text-align: left;
  vertical-align: middle;
  top:  168px;
  width: 1100px;
  padding: 0px;
  margin: 0px;
  margin-left: 28px;
  font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
}

#navigation a:hover, #navigation a:link, #navigation a:visited, #navigation a:active {
  color: #fff;
  text-decoration: none;
  }

#navigation a:hover.linked {
  background-color: #b10;
  }

.nav_photo {
  padding-bottom: 3px;
}

.mid_photo {
  padding-top: 3px;
  padding-bottom: 0px;
}

#travel a.linked {
	display: block;
	text-decoration: none;
	padding: 11px;
	padding-bottom: 8px;
	padding-top: 7px;
}

#item a:link, #item a:visited, #item a:active {
  color: #fff;
  }

#item a:hover {
  color: #ff9;
  }

#travel .me:hover {
	background: #444;
}
  
#travel a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}
 
#travel li {
	float: left;
	padding: 0;
}
 
#travel li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 207px;
	padding: 0px;
	background: #333;
	color: #999;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
}

#travel .meme {
	padding: 7px;
	background: #333;
	width: 191px;
}
 
#travel li li {
	padding-right: 1em;
}

#travel .me {
	width: 181px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 14px;
	padding-bottom: 8px;
	border-top: 1px solid #444;
}
 
#travel li ul a {
}
 

#travel li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#travel li:hover ul ul, #travel li:hover ul ul ul, #travel li.sfhover ul ul, #travel li.sfhover ul ul ul {
	left: -999em;
}
 
#travel li:hover ul, #travel li li:hover ul, #travel li li li:hover ul, #travel li.sfhover ul, #travel li li.sfhover ul, #travel li li li.sfhover ul {
	left: auto;
}
 
#travel li:hover, #travel li.sfhover {
}
 
 
.c1{
  margin-top: -6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.c2{
  border-top: 1px solid #eee;
  padding-top: 3px;
  padding-bottom: 5px;
}

.c3:hover {
  background: #f9f9f9;
}

.c3 {
  padding-right: 6px;
  padding-left: 10px;
}

.truth {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #aaa;
  letter-spacing: -2px;
  font-family: "Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  padding-top: 15px;
  padding-bottom: 0px;
}

h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  letter-spacing: -1px;
  font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
}

h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  letter-spacing: -1px;
  font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  margin: 0px;
  padding: 0px;
  padding-bottom: 8px;
}

form {
  margin: 0px;
  padding: 0px;
}

.style_leader {
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 4px;
  margin-top: -15px;
  margin-left: 5px;
  margin-bottom: 28px;
  border-bottom: 1px solid #efefef;
}

.news_leader {
  font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 88px;
  padding-bottom: 4px;
  margin-top: -10px;
  margin-bottom: 18px;
  color: #bbb;
}

#fini1 {
	float: left;
	width:230px;
	padding-left: 40px;
	/* margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #933; */
}

#fini2 {
	float: left;
	width:330px;
	padding-left: 40px;
	border-left: 1px solid #933;
}

#fini3 {
	width:330px;
	float: left;
	margin-left: 40px;
	padding-left: 30px;
	/* border-left: 1px solid #933;*/
}

#fini8 {
	width:700px;
	float: left;
	margin-left: 40px;
	padding-left: 30px;
	border-left: 1px solid #933;
}

#fini4 {
	clear: both;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-left: 40px;
   filter: alpha(opacity=50);
   -moz-opacity: 0.5; 
   -khtml-opacity: 0.5;
   opacity: 0.5; 
}

.finiTitle {
	color: #c60;
	font-size: 100%;
	padding-bottom: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 85%;
}

#fin {
	margin: 0 auto;
	width: 1100px;
	padding-top: 20px;
	font-family: "Nobile", "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 24px;
	letter-spacing: 0px;
}

#fin a:link, #fin a:visited, #fin a:active {
  color: #fff;
  padding: 5px;
  margin-left: -5px;
  text-decoration: none;
  }

#fin a:hover {
  color: #fff;
  text-decoration: none;
  padding: 5px;
  margin-left: -5px;
  background-color: #a00;
  }

.add {
  padding-right: 2px;
}

input.mcsub {
	width: 127px;
	color: #999;
	padding: 2px;
	height: 16px;
	background-color: #fff;
	border: solid 1px #666;
	font-family: "Nobile","Gill Sans", Helvetica, sans-serif;
	font-size: 85%;
}

input.mcbut {
	background: url('images/2010/sub.png') no-repeat top right;
	width: 95px;
	height: 22px;
	color: #999;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
	font-family: "Nobile","Gill Sans", Helvetica, sans-serif;
	letter-spacing: -0.7px;
}

.mcfloat {
	float: left;
	width: 135px;
	margin-top: 10px;
}

.searchnav {
	border-top: 1px #eee solid;
	margin-top: 30px;
	padding-top: 20px;
}

.tall_photos {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.team {
	padding-top: 20px;
	width: 450px;
}

.vid {
	padding-top: 20px;
}

.sharebox {
	float: left;
	height: 80px;
	width:  80px;
}

.shareboxessay {
	float: right;
	height: 600px;
	width:  70px;
	background: url(/images/photo-essay.png) bottom left no-repeat;
}

.creditbox {
	padding-top: 25px;
	padding-bottom: 5px;
}

.shareL {
	float: left;
	width: 55px;
	padding-right: 10px;
}

.shareR {
	float: left;
	width: 670px;
	padding-top: 10px;
	padding-left: 10px;
	background: #efefef;
}

.regulars {
	background: #f9f9f9;
	padding: 10px;
}

.biophoto {
	margin-top: -10px;
}

.pic_sq {
	float: left;
	width: 120px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.pic_fb {
	float: left;
	width: 75px;
	height: 70px;
	padding-top: 5px;
}

.pic_me {
	float: left;
	width: 190px;
}

#regionL {
	float: left;
	width: 200px;
	padding-right: 20px;
}

.region {
	padding-top: 3px;
}

#crossbox {
  width: 300px;
  height: 300px;
}

.zlow {
	z-index: 1000;
}

#essay {
	background: #333 url(/images/pe-top.jpg) top left no-repeat;
}

.essay {
	background: url(/images/pe-bottom.jpg) bottom left no-repeat;
	padding: 10px;
	padding-left: 20px;
	color: #ddd;
}

#essay h1 {
	color: #fff;
	padding-top: 20px;
	padding-left: 20px;
}

#essay a:link, #essay a:visited, #essay a:active {
  color: #fff;
  }

#essay .standfirst {
	font-weight: normal;
	font-size: 11px;
	border: none;
	color: #ddd;
	padding-left: 20px;
}

#square_link {
	float: left;
	width: 120px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #ddd;
	font-size: 11px;
	font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
	line-spacing: 100%;
}

#square_link1 {
	float: left;
	width: 120px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
}

#square_link2 {
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -12px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
}

#square_link3 {
	float: left;
	width: 120px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ddd;
	font-size: 11px;
	font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
}

#square_link:hover, #square_link1:hover, #square_link2:hover, #square_link3:hover {
	background: #f9f9f9;
}

.s_link {
	line-height: 150%;
}

#final_pics {
	padding-left: 30px;
}

#btravel {
	padding-left: 29px;
	padding-bottom: 10px;
}

#ctravel {
	padding-bottom: 10px;
}

#brow {
	padding-bottom: 5px;
	margin-top: -10px;
	color: #fff;
}

#brow a:link, #brow a:visited, #brow a:active, #brow a:hover {
  color: #fff;
  text-decoration: none;
 }

.factoids {
	font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
        background: url('/images/facts.png') no-repeat top left;
        display: block;
        width: 300px;
        height: 22px;
        padding: 0px;
        color: #fff;
	font-weight: normal;
	font-size: 12px;
        border: none;
        padding-left: 15px;
        padding-top: 3px;
	margin-bottom: 18px;
}

a.btravel {
	font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
        background: #fff url('/images/travel.png') no-repeat top left;
        display: block;
        width: 300px;
        height: 22px;
        padding: 0px;
        color: #fff;
	font-weight: normal;
	font-size: 12px;
        border: none;
        padding-left: 15px;
        padding-top: 3px;
}

a.btravel:hover {
	background-position: bottom left;
}

.c66 {
	padding-top: 18px;
	padding-bottom: 8px;
}

.pullquote {
	float: right;
	width: 300px;
	padding-left: 25px;
	padding-bottom: 20px;
	font-size: 12px;
	font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
}

.bigquote {
	font-size: 34px;
	line-height: 38px;
	letter-spacing: -3px;
	color: #3b5997;
	padding-bottom: 40px;
}

.arquote {
	font-size: 34px;
	line-height: 38px;
	letter-spacing: -3px;
	color: #3b5997;
	padding-bottom: 10px;
}

.pullnav {
	float: right;
	width: 310px;
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-left: 1px #eee solid;
}

.bignow {
	font-size: 26px;
	line-height: 36px;
	letter-spacing: -2px;
	color: #c90;
	padding-top: 8px;
	padding-bottom: 8px;
}

.grey a:link, .grey a:active, .grey a:visited {
	color: #555;
}
.grey a:hover {
	color: #000;
}
.ochre a:link, .ochre a:active, .ochre a:visited {
	color: #c00;
}
.ochre a:hover {
	color: #000;
}

.nowin {
	padding-top:5px;
	font-family: "Nobile","Gill Sans", "Verdana", "Arial", "Helvetica", sans-serif;
	letter-spacing: -1px;
}

#social {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.social {
	float: left; 
	width: 120px;
	padding-right: 10px;
}
.social2 {
	float: left; 
	width: 500px;
}

.loveit {
	float:right;
	padding-top: 15px;
	width: 125px;
}

