/***************************************
 * TITLE: Gazetteer Default Stylesheet *
 * URI  : gazetteer/default.css        *
 * MODIF: 2003-Nov-08 13:56 +0800      *
 * MEDIA: screen, projection, tv       *
 ***************************************/

/* DESCRIPTION:
 * This is the default stylesheet for Gazetteer. It renders the main copy in three columns
 * and has a tab-like bar beneath the title for navigation. The tabs become depressed when
 * the User hovers the mouse pointer over them, giving a dynamic effect.
 *
 * This stylesheet is best used for display on large display areas (eg: standard computer
 * monitors).
 */


/* ##### Common Styles ##### */

body {
  color: gray;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted gray;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

acronym:hover, .titleTip:hover {  /* Ignored by MSIE. The nerve! */
  border-bottom: 1px solid rgb(70,130,180);  /* 'steelblue' not recognised here by Opera */
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ###### Header ###### */

.headerTitle {
  color: rgb(175,175,175);
  background-color: transparent;
  font-family: garamond, "times new roman", times, roman, serif;
  font-size: 400%;
  margin: 0 0 0 5mm;
  padding: 1ex 0 0 0;
}

.headerTitle a {
	color: rgb(175,175,175);
	text-decoration: none;
}

.subHeader {
  margin: 0;
  padding: 0.75em 1ex 0.5ex 1ex;
  border-bottom: 1px solid #C9D7F1;  /* 'steelblue' not recognised here by Opera */
}

.subHeader .dateline {
  color: rgb(175,175,175);
  background-color: transparent;
  font-style: italic;
  float: right;
  margin: 0 1ex;
  padding: 0;
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.subHeader .navigation li {
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  display: inline;
}

.subHeader a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.subHeader a:hover {
  color: #4682B4;
  background-color: transparent;
  text-decoration: none;
}

.subHeader .navigation .tab {
  color: rgb(175,175,175);
  background-color: rgb(248,248,248);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1.25em 1ex 1.25em;
  border-top: 1px solid rgb(231,231,231);
  border-right: 1px solid rgb(97,97,97);
  border-left: 1px solid rgb(231,231,231);
}
.subHeader .navigation a.tab:hover {
  color: #4682B4;
  background-color: rgb(248,248,248);
  text-decoration: none;
  padding-bottom: 0.8ex;
  border-top: 1px solid rgb(97,97,97);
  border-right: 1px solid rgb(231,231,231);
  border-left: 1px solid rgb(97,97,97);
  position: relative;
  left: 1px;
  top: 1px;
}

.navigation a {
	color: white;
}

.navigation a:hover {
	color: white;
}

.subHeader .navigation .highlighted {
  color: white;
  background-color: #EBEFF9;
  border-top-color: #C9D7F1;
  border-right-color: #C9D7F1;
  border-left-color: #C9D7F1;
}


/* ##### Main Copy ##### */

#main-copy {
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 0 2em;
  padding: 0;
  min-height:400px;
}

#main-copy p {
  text-indent: 1em;
  margin: 0 0 1.5em 0;
  padding: 0;
}

#main-copy q {
  color: rgb(225,225,225);
  background-color: transparent;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  text-indent: -1ex;
  margin: 0.3em 0 0.8em 1ex;
  padding: 0;
  display: block;
}

#main-copy q.centred {
  text-align: center;
  margin-left: 0;
}

q:before, q:after {  /* Prevents Gecko from adding quotation marks around quote */
  content: "";
}


#main-copy a {
  color: #404040;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#main-copy li a {
  color: #404040;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

#main-copy a:visited {
  color: gray;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

#main-copy a:hover {
  color: #4682B4;
  background-color: transparent;
  text-decoration: none;
}

#main-copy h1 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145.5%;
  font-weight: bold;
  margin: 0 0 1.05em 0;
  padding: 0;
}

.byline {
  font-size: 91%;
  border-bottom: 1px solid gray;
  margin: -1.2em 0 1em 0;
  padding: 0;
  width: 100%;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

[class~="byline"] {
  margin-top: -1.4em;
}

#main-copy .byline a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#main-copy .byline a:hover {
  color: #4682B4;
  background-color: transparent;
  text-decoration: underline;
}

.column {
  margin: 3em 0;
  padding: 0 3%;
  float: left;
  width: 27%;
  height: 200px;
  position: relative;
  text-align: left;
}

.column2 {  /* Renders the column dividers */
  border-left: 1px solid rgb(204,204,204);
  border-right: 1px solid rgb(204,204,204);
}

.raisedCap {
  text-indent: 0.5em;
}

[class~="raisedCap"] {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  text-indent: 1em;
}

.raisedCap:first-line {
  font-weight: bold;
}

.raisedCap:first-letter {
  font-size: 155%;
}

.noIndent {
  text-indent: 0 !important;
}


/* ###### Footer ###### */

#footer {
  color: rgb(175,175,175);
  background-color: rgb(250,250,250);
  margin: 0;
  padding: 0.25em 5mm 1.25ex 4mm;
  clear: both;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  color: #4682B4;
  background-color: transparent;
  text-decoration: none;
}

.allTags {
	font-size: 25px;
}

#tagCloud {
	width: 70%;
	margin: 30px auto;
}

.column ul {
	margin: 0;
	padding:0;
		
}

.blogRow {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #DDDDDD;
	list-style: none;
	cursor: pointer;
}

.blogRowTitle {
	display: block;
	height: 30px;
	line-height: 30px;	
	overflow: hidden;
	z-index:1;
}

.blogRow:hover {
	background-color: #EEEEEE;
}

.hideButton {
	position: absolute;
	top: 0px;
	right:20px;
}

.hideButton > img {
	cursor: pointer;
}

.blogTitle {
	height:30px;
	position: relative;
}

#main-copy .blogTitle a {
	text-decoration: none;
	color: #4682B4;
	text-transform:uppercase;
}

#main-copy .blogTitle a:visited {
	font-weight: bold;
}

.blogTags {
	border-top: 1px dashed #DDDDDD;
	line-height: 20px;
}

#main-copy .blogTags a {
	color:gray;
	font-weight:normal;	
	border-bottom: 1px dashed #4682B4;
	text-decoration: none;
}

.disableButton {
	filter:alpha(opacity=25);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity:0.25;
	opacity:0.25;
	cursor: default !important;
}

/* new styles*/
#top_new {
	border-bottom:1px solid #C9D7F1;
	height:30px;
	width:100%;
	font-family:Arial,Helvetica,sans-serif;

	line-height:1.3;
}

#topleft_new {
	float:left;
	margin:0.5em;
}

.topl_nl_new {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	font-size:120%;
}

#top_new ul li, #navsub ul li {
	display:inline;
}

#top_new li, #navsub li {
	margin-right:0.6em;
}

#topr_new  {
	float:right;
	margin:0.5em;
}

#header_new {
	clear: both;
	height: 100px;
	background: url('/img/blogger.jpg') no-repeat;
	background-position: 120px;
	margin: 10px;
	margin-left: 40px;
	position: relative;
/*
	line-height: 90px;
*/
	font-size: 20px;
	z-index: 100;
}
#blogger {
	position: absolute;
	top: 32px;
	left: 20px;	
}

#search_str {
	width: 250px;
	position: absolute;
	top:35px;
	left:170px;
	font-size: 12px;
	
}

#search_sub {	
	position: absolute;
	top:35px;
	left:540px;
	height: 25px;		
}

#navsub {
	background:#EBEFF9 none repeat scroll 0 0;
	border-top:1px solid #C9D7F1;
	clear:both;
	height:2em;
	margin:0;
	padding:0;
	overflow: hidden;
}

#navsub div {
	background-color:#C9D7F1;	
	float:left;
	height:2em;
	line-height:2em;
	padding:0 8px;
	margin-left: 15px;
	position: relative;
}

#navsub div a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#navsub div img {
	position: absolute;
	top: -6px;
	right: -10px;
	cursor: pointer;
	display: none;	
}

#blogsEditTable {
	text-align: left;	
}
#blogsEditTable th{
	background:#EBEFF9 none repeat scroll 0 0;
	border-top:1px solid #C9D7F1;
	border-bottom:1px solid #C9D7F1;	
}

#blogsEditTable td {
	border-bottom:1px solid #C9D7F1;
	padding: 4px;
}

.fav_ico {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: -20px;
}

#displayHiddenBlock {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	z-index: 20;
}

.blogRowDesc {
	display: none;
	position: absolute;
	top:0;
	left: 0;
	background-color: #FAFAFA;
	width: 300px;
	text-align: left;
	z-index:1000;
	font-size: 12px;	
	line-height: 15px;
	border: 1px solid #C9D7F1;
	padding: 20px;
}
.blogRowDate {
	display:none;
}
.DescTitle {
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 5px;
}

.DescDate {	
	position: absolute;
	top:5px;
	right: 10px;
	font-size: 10px;
}

.blogRowLink{
	display: none;
}

#addForm {
	position: absolute;
	padding:20px;
	right: 0;
	top: 55px;
	background-color: #FAFAFA;
	border: 1px solid #C9D7F1;
	display: none;
	z-index: 2000;
}

#addThanks{
	position: absolute;
	padding:20px;
	right: 0;
	top: 55px;
	background-color: #FAFAFA;
	border: 1px solid #C9D7F1;
	display: none;
	width: 100px;
	text-align: center;	
	z-index: 2000;
}

#addForm .close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor:pointer;
	padding: 2px;
}

.errorField{
	border: 1px solid red;
}

.rightBut {
	width: 130px;
	padding: 1px;
	margin-bottom: 5px;
	background-color: #C9D7F1;
	border: 1px solid #5e84cb;
	color: white;
	font-weight: bold;
}
