/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-size:medium;
	font-family: Arial, sans-serif;
	color: #660099;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-attachment:fixed;
  background-image:url(images/scotnet_watermark.gif);
  background-repeat:no-repeat;
  background-position:bottom left;
}

table{text-align:left;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

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


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 5px 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
	text-align: left;
}

tr.scotnet{

 font-weight: bold;


}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 30px 10px 0px 0px;
	width: 100%;
}

#masthead table{
border-left: 1px solid #cccccc; 
border-right: 1px solid #cccccc; 
width:100%;
}

#masthead a img {border:none;}


#navBar{
  float: right;
	width: 20%;
	margin: 0px;
	padding: 0px;
margin-top:10px;
padding-top:10px;
	background-color: #eeeeee;
/*	border-left: 2px solid #666666; */
	border-top: 1px solid #cccccc; 
/*	border-bottom: 1px solid #cccccc; */
	border-right: 1px solid #cccccc;
}


#content{
  float: left;
  width: 75%; 
  line-height:150%;
/*  font-size:80%; */
/*  padding-left: 5%;*/

}

#content h1{
padding-top:10px;
padding-bottom:10px;
font-size:150%;
}


#story{ color:#999999;
/*padding-top:30px;*/
clear:right;
font-size:90%;
}

#story p {margin-bottom:1em;clear:left;color:#666666;}

#feature{
width:40%;
float:left;
border-right:1px dotted #cccccc;
padding-right:10px;
margin-right:10px;
margin-bottom:10px;
/*height:160px;*/
}
#headlines{
  	clear:both;
	border-top: 1px solid #cccccc;
}

div#translatorform{

	display: block;

}

div#busintform{

	display: none;
	
}

div#psiintform{

	display: none;

}	

div#yahooNews{
	display: block;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 5px 0px 5px 10px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #cccccc;
	background-color: #eeeeee;

}

#globalNav img{
 display:  block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

#globalNav a:hover { color:#000;

}

#globalNav table{border:none;width:85%;}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color:	#FFFFFF;
	background-image:url(images/pageNamebg.png);
	background-repeat: no-repeat;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 5% 0px 0px 10px;
/*	float:left; */
/*	font-size: 80%; */
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	color: #660099;
}

.story a{text-decoration:underline;}

.feature img{
	float: left;
	padding: 10px 10px 10px 0px;
}

.feature em{
	color:#000000;
	font-weight:bold;
/*	font-size:110%; */
	clear:both;
}

.feature dd{
	color:#999999;


}

.feature dt {

	font-size:110%;

}
/************** .story styles *****************/

.story{
	clear:both; 
/*	float: right;*/
	padding: 0px 0px 10px; 
/*	font-size: 100%; */
	color: #666666;
}

.story p{
	padding: 0px 0px 10px;
}

.story a{text-decoration:underline;}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
}
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 60%;
}

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


/************* #login styles ***************/

#login{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

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

#login label input{
	display:block;
	clear:right;
	float:left;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/


.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-align: left;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 90%
}

.relatedLinks a{

}
.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
.relatedLinks li{
	font-size: 60%
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 90%; 
	text-align: left;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** .diary styles **************/

.diary{
	font-size: 90%;
	text-align: left;
}

.diary p{
	padding: 5px 0px 5px 0px;
}
/************* .tombstones styles *************/

.tombstones{
	font-size: 90%;
	padding: 10px 0px 0px 0px;
	text-align: left;
}



/************ #storyinfo styles *************/

#storyinfo{
	font-size: 70%;
	font-weight: bold;

}

#storytext{
	color:#666666;
}

#storyfirstpara{
	color:#660099;
	font-style: italic;
}

#storypic{
	float: right;
	padding-top:5px;
	padding-left:5px;


}

#translatorlist td { border:none; border-bottom-color:660099; 


}

#translatorlist td.border { margin-top:10px;padding-bottom:-10px;border-bottom-style:solid; border-bottom-width:thin; border-bottom-color:#cccccc;  padding-top:10px;


}

#translatorlist a {text-decoration:none;}

#translatorlist td.even {background-color:#eeeeee; color:#000000;}

/************* #howler styles **************/

.howlersectiontitle{
	padding: 5px 0px 0px 0px;
	font-style:normal;
	color: #000000;
	font-weight: bold;
	border-top: thin solid #999999;
	border-right: thin none #999999;
	border-bottom: thin none #999999;
	border-left: thin outset #999999;
	font-size: 110%;
}

.howlertext{
	padding: 5px 0px 0px 0px;
	color:#000000;
	font-weight: lighter;
}

.howlerintro{
	padding: 2px 0px 0px 0px;
	font-weight:bold;
	font-size:100%;
}

.howlercomment{
	padding: 2px 0px 0px 0px;
	font-weight:lighter;
	font-style:italic;
	color:#660099;


}
/***************** searchresult styles ******************/
.resultsize{
	font-size: 70%;
	color:#CCCCCC;
	text-align:left;

}

/***************** translator list styles ******************/


/***************** form styles ******************/
#form {text-align:left;
margin-left:0px;

	

}

.cssform fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

.cssform fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
.cssform input[type="radio"]{
margin-left:-155px;}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
