/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  /*text-transform: uppercase;*/
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
}

.sub
{ font-size: 55%;
  padding-left: 8px; 
  letter-spacing: .2em;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a
{
	text-decoration: none;
	color: #123DDF;
}

a:hover
{
	color: #DF3D12;
}



/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* logo */
#logo
{ width: 880px;
  height: 95px;
  margin-top: 5px;
  /*background-image: url('../images/logo_small.jpg');  */
}

#logo h1
{ font-family: century gothic, sans-serif;
  font-size: 420%;
  text-transform: lowercase;
  font-weight: normal;
  padding: 10px 0px 0px 4px;
  border: 0px;
  float: left;
  letter-spacing: -.04em;
}

#logolanguage
{ margin: 0px 0px 0px 0px;
  font-size: 7pt;
  text-align: right;
  padding: 70px 80px 0px 0px;
  /*text-transform: uppercase;*/
}

#userinfo
{ margin: -8px 12px 0px 12px;
  font-size: 7pt;
  text-align: left;
  padding: 0px 0px 0px 0px;
  /*text-transform: uppercase;*/
}

#userinfo a, #userinfo a:hover
{ padding: 0px 0px 0px 0px;
  text-decoration: none;
}

#links
{ margin: 86px 0px 0px 0px;
  font-size: 7pt;
  text-align: right;
  padding: 0px 10px 0px 0px;
  /*text-transform: uppercase;*/
}

#links a, #links a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

/* navigation menu */
#menu
{ height: 44px;
  width: 880px;
  /*border-bottom: 5px solid;*/
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block;
  float: left;
  height: 38px;
  text-decoration: none; 
  padding: 6px 19px 0px 19px;
  border-right: 1px solid;
  font-weight: bold;
} 

#colours
{ height: 0px;
  text-align: right;
  padding: 16px 16px 0px 300px;
}

/* main content */
#site_content
{ width: 880px;
  overflow: hidden;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
} 


/* sidebar */
.sidebar
{ float: left;
  width: 190px;
  /*height: 800px;*/
  padding: 15px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid #EDECF4;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #EDECF4;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(arrow.png) no-repeat left center;
  color: #FFFFFF;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a.current:hover
{ 
	background: transparent url(arrow_select.gif) no-repeat left center;
	color: #D3002B;		
} 

.sidebaritem li a:hover
{ 
	background: transparent url(arrow_select.gif) no-repeat left center;
	color: #555555;		
} 


/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; background: #101010;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #EFDDDD;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}


.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{ text-align: left;
  width: 620px;
  float: left;
  padding: 12px 0px 18px 14px;
}

#content a, #content a:hover{text-decoration: none;}

#preview
{ text-align: left;
  width: 250px;
  float:  left;
  padding:  0px 14px 8px 14px;
  border: solid 1px #506070;
  margin: 10px 10px 10px 10px;
}

#previewTitle
{
  font-weight: bold;
  font-size: 160%;  
  margin: 10px 0px 0px 0px;
}

#previewDate
{  
  text-align: right;
  font-weight: normal;
  font-style: italic;
  font-size: 100%;  
  margin: 0px 0px 10px 0px;
  width: 100%;
  /*
  border-bottom-style: solid;
  border-bottom-color: #505050;
  border-bottom-width: 1px;
  */
}

#previewBody
{ text-align: justify;  
  font-size: 100%;    
  /* border-left: solid 1px #404040; */
}

#previewMore
{ text-align: right;
  padding: 0px 14px 0px 14px;
  /*
  border-top-style: solid;
  border-top-color: #505050;
  border-top-width: 1px;
  border-left-style: solid;
  border-left-color: #505050;
  border-left-width: 1px;
  */
  float: right;
  width: 40%;
}

#articleTitle
{
  font-weight: bold;
  font-size: 180%;  
  margin: 10px 0px 10px 0px;
}

#articleDate
{
  text-align: right;
  font-weight: normal;
  font-style: italic;
  font-size: 120%;  
  margin: 0px 0px 20px 0px;
  border-bottom: solid 1px #909090;
}

#articleBody
{
  font-size: 100%;  
  border-bottom: solid 1px #909090;
}

input, textarea
{ 
  /*width: 259px; */
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  margin: 2px;
}


.submit
{ 
  font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

#copyright
{ margin: 10px 0px 0px 0px;
  font-size: 80%;
  text-align: center;
  padding: 0px 0px 1px 0px;
}

#copyright a, #links a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
}

