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

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

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

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

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

#photobig {
width: 410px;
}

.quoted {
  font-style: italic;
}

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  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;
  }

.more {
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 30px;
  padding-right: 0px;
  background: url(images/arrow.jpg) no-repeat 0 2px;
  font-weight:bold;
  }

#row3 h4 {
  padding: 0;
  margin: 0;
  width: 175px;
  height: 28px;
  background: url(images/row3-line.jpg) no-repeat top left;
}

#row3 h3 {
  padding: 0;
  margin: 0;
  width: 175px;
  background: url(images/row3-new.jpg) no-repeat top left;
}

#row3 h2 span {
  display: none;
}

#row3 h4 span {
  display: none;
}

#row3 h3 span {
  display: none;
}

#row3 .more {
  padding-top: 8px;
  padding-bottom: 7px;
  margin-left: -30px;
  }

#row3 .indent {
  margin-top: 5px;
  padding-left: 20px;
  background: url(images/miniarrow.jpg) no-repeat 0 3px;
}

.spacer {
  padding-top: 7px;
}

.links {
  padding-top: 4px;
  padding-bottom: 7px;
  padding-left: 30px;
  background: url(images/linkarrow.jpg) no-repeat 0 -2px;
  }

.shade {
  padding-top: 4px;
  padding-bottom: 7px;
  background: url(images/link.jpg) repeat-x;
  width: 180px;
  }

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


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

/* links */

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

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


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

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

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

#row3 a:hover {
  color: #f60;
  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;
}


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

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

#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;
}


#czars-header {
  margin: 0px;
  padding: 0;
  height: 130px;
  background: #fff url(images/title.jpg) no-repeat top left;
  }


#czars-header h1 {
  margin: 0;
  padding: 0px 0 0px 0;
  height: 130px;
  font-weight: normal;
  font-size: normal;
  }

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

#czars-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;
}

#row3 .highlight {
  color: #c60;
}

.subtitle {
  font-weight: normal;
}

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

.title {
  margin: 0px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 120%;
  font-weight: bold;
  padding: 0px;
  padding-left: 15px;
  padding-bottom: 11px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #06f;
 }

#row3 .title {
  margin: 0px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 120%;
  font-weight: normal;
  padding: 0px;
  padding-left: 15px;
  padding-bottom: 11px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #c60;
}

.itin {
        color: #066;
}

/* ---( sidebar )--- */

/* ---( footer )--- */

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

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

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

#footer {
  height: 54px;
  background: url(images/footer.gif) no-repeat bottom left;
  width: 950px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  }

#logo {
display: none;
}

#content {
  padding: 0px;
  padding-left: 215px;
  padding-right: 260px;
  min-height: 700px;
  z-index: 1;
}

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

#extras {
  position: absolute;
  text-align: left;
  top:  18px;
  width: 130px;
  padding: 0px;
  margin: 0px;
  margin-left: 788px;
  font-family: gill, helvetica, sans-serif;
  font-size: 95%;
}

#row2 {
  position: absolute;
  text-align: left;
  top:  110px;
  width: 972px;
  margin: 0px;
  padding: 0px;
}

#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:  110px;
  width: 210px;
  margin: 0px;
  padding: 0px;
  margin-left: 727px;
  color: #aaa;
  font-family: gill, helvetica, sans-serif;
  z-index: 1;
}

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: #666;
        border: solid 1px #999;
	font-size: 95%;
}

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


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

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

#navsearch {
	padding-left:0px;
	color:#aaa;
}


.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;
}

#row3 .box {
	padding: 15px;
	margin-bottom: 15px;
	border: none;
	background: #333 url(images/row3bg.jpg) no-repeat top left;
}

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

.wide {
	width: 670px;
}

.narrow {
	width: 300px;
}

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

.red {
  color: #c60;
}

.dontshow {
  display: none;
  }

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

.photonote {
  font-family: gill, helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  line-height: 1.2em;
}

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

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