﻿/******************************************************************************
 *
 * DEFAULT ELEMENTS
 *
 *****************************************************************************/
html {
	font-size: 100%;
}
	
body {
	padding: 0px 40px;
	margin: 0;
	background-color: #f0f0f0;
}

body, a, p, td, #content1 li, #content2 .puffar h4 {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, Sans-Serif;	
	font-size: 0.9em;	
}

p {
	line-height: 1.5em;
}

img.left-in-text {
	float: left; 
	padding: 0;
	border: none; 
	margin: 0.4em 0.8em 0.4em 0;
}

img.right-in-text {
	float: right; 
	padding: 0;
	border: none; 
	margin: 0.4em 0 0.4em 0.8em;	
}


/******************************************************************************
 *
 * LAYOUT ELEMENTS
 *
 *****************************************************************************/
#page {
	padding: 0;
	margin: 0;
	width: 920px;
	background-color: #ffffff;
	position: relative;
	z-index: 999;
}

#topheader {
	padding: 0;
	margin: 0;
	width: 920px;
	background-color: #ffffff;
}

#contentheader {
	width: 920px;
	border-bottom: 1px solid #fff;
	font-family: "Trebuchet MS";
	font-size: 0.85em;
	clear: left;
	float: left;
}

body, form { position: relative; }

/* TODO: testa */
#search {
	position: absolute;
	top: 10px;
	right: 10px;	
	z-index: 99999;
	width: 400px;
	text-align: right;
}

#search h3 
{
	display: none;
}

#content-and-left-nav {
	margin: 0;
	padding: 0;	
	float: left;
}

.page-3-cols {
	background: #ffffff url(../img/bg/bg_content.gif);
}

.page-2-cols {
	background: #ffffff url(../img/bg/bg_content_wide.gif);
}

#left-nav {
	width: 230px;
	float: left;
	color: #666;
}

#content {
	width: 690px;
	float: left;
	margin: 0 0 20px 0;
}

#content1 {
	float: left;
	width: 460px;
	overflow: hidden;
}

#content2 {
	float: right;
	width: 230px;
	overflow: hidden;
}

#footer
{
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #959595;	
	clear: both;
	float: left;
	position: relative;
}


/******************************************************************************
 *
 * DEFAULT ELEMENTS
 *
 *****************************************************************************/
a, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

h1 {
	font-size: 180%;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

h2 {
	font-size: 160%;	
	color: #ffffff;
	padding: 10px 15px 10px 15px;
	margin: 0 0 0 0;
	float: left;
}

h3, #left-menu h3 {
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 0.95em;	
	padding: 5px 15px;
	color: #ffffff;
	margin: 0;
}

h4 {
	color: #777;
	font-size: 105%;	
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	margin: 0.8em 0 0 0;
	padding: 0;
}

#head {
	width: 920px;
	height: 104px;
	background: transparent; 
	position: relative;
	overflow: hidden; 
}

h1 {
	padding: 0;
	width: 600px;
	height: 70px;
}

h1 a 
{
	display: block;
	height: 70px;	
}

h1 a span {
	visibility: hidden;
}



/* TITLE */
#publicationtext h4 {
	color: #666666;
	font-size: 145%;	
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
	padding: 0;
}

#publicationtext h4.nosubtitle {
	margin-bottom: 1em;
}

h5 {
	color: #777;
	font-size: 115%;	
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	margin: 0.8em 0 0 0;
	padding: 0;
}

h6 {
	color: #777;
	font-size: 100%;	
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	margin: 0.8em 0 0 0;
	padding: 0;
}

p {
}

textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Sans-Serif;	
	background-color: #ffffff;
}

input.button {
	border: 1px solid #666666;
	background: #cccccc url(../img/bg/button.jpg) repeat-x top left;
}

input.searchbutton {
	border: 1px solid #666666;
	background: #cccccc url(../img/bg/button.jpg) repeat-x top left;
	width: 60px;
	margin: 0 10px 0 10px;
	padding: 0 10px;
}

#search h3 {
	margin: 0;
	padding: 5px 0;
} 

.contact-msg {
	width: 300px;
	height: 100px;	
}


/******************************************************************************
 *
 * TOP
 *
 *****************************************************************************/
h1 a, h1 a:hover {
	margin: 0;
	padding: 0;
	border: 0;	
}

h1 a img {
	margin: 0;
	padding: 0;
	border: 0;	
}

#top-nav {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none; 
	width: 920px;
	float: left;
	background: transparent url(../img/bg/top_nav_bg_border_bottom.gif) repeat-x bottom left; 
	display: block;
	font-family: "Trebuchet MS";
	font-size: 0.95em;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0;
}

#top-nav li {
	float: left; 
	margin: 0 2px 0 0;
	padding: 0;
}

#top-nav a {
	color: #737f85;
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 0;
	text-decoration: none; 
	border: 1px solid #4a4e4f;
	border-bottom: none;
	background: #e3e9ee url(../img/bg/tab_inactive.gif) repeat-x top left;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 0.95em;
}

#top-nav li a.first-item {
	margin-left: 15px;	
}

* html #top-nav li a.first-item {
	margin-left: 10px;	
}

/* Tab colors, note the extra rule for selected a item to make the 
color cover the bottom border of the ul */
#top-nav li.amnesomraden a:hover, #top-nav li.amnesomraden-selected a {
	color: #ffffff;	
	border-color: #10851e;
	background: #03c402 url(../img/bg/tab_amnesomraden_2.gif) repeat-x top left;
}

#top-nav li.amnesomraden-selected a {
	padding-bottom: 5px;
}

#top-nav li.publikationer a:hover, #top-nav li.publikationer-selected a {
	color: #ffffff;	
	border-color: #10851e;
	background: #fff url(../img/bg/tab_publikationer.gif) repeat-x top left;
}

#top-nav li.publikationer-selected a {
	padding-bottom: 5px;
}

#top-nav li.projekt a:hover, #top-nav li.projekt-selected a {
	color: #ffffff;	
	border-color: #10851e;
	background: #fff url(../img/bg/tab_projekt.gif) repeat-x top left;
}

#top-nav li.projekt-selected a {
	padding-bottom: 5px;
}

#top-nav li.utbildningar a:hover, #top-nav li.utbildningar-selected a {
	color: #ffffff;	
	border-color: #10851e;
	background: #00b165 url(../img/bg/tab_utbildningar.gif) repeat-x top left;
}

#top-nav li.utbildningar-selected a {
	padding-bottom: 5px;
}

#top-nav li.press a:hover, #top-nav li.press-selected a {
	color: #ffffff;	
	border-color: #10851e;
	background: url(../img/bg/tab_press.gif) repeat-x top left;
}

#top-nav li.press-selected a {
	padding-bottom: 5px;
}

#top-nav li.om-oss a:hover, #top-nav li.om-oss-selected a {
	color: #ffffff;	
	border-color: #10851e;
	background: url(../img/bg/tab_om-oss.gif) repeat-x top left;
}

#top-nav li.om-oss-selected a {
	padding-bottom: 5px;
}


/******************************************************************************
 *
 * CONTENT HEADER
 *
 *****************************************************************************/
input.searchtext {
	width: 110px;
	padding: 0;
	margin: 0 10px 0 0;	
}

input.searchbutton {
	margin: 0 10px 0 0;
}


/******************************************************************************
 *
 * BACKGROUND COLORS - KATEGORIFÄRGER
 *
 *****************************************************************************/
.header-amnesomraden, .content-amnesomraden h3 {
	background-color: #80c680; /* 03c402;*/
}

.header-publikationer, .content-publikationer h3, .content-publikationer ul.checkboxlist li.selected {
	background-color: #b50857;
}
.header-projekt, .content-projekt h3, .content-projekt ul.checkboxlist li.selected {
	background-color: #509cb5;
}

.header-utbildningar, .content-utbildningar h3, .content-utbildningar ul.checkboxlist li.selected {
	background-color: #00b165;
}

.header-press, .content-press h3, .content-press ul.checkboxlist li.selected {
	background-color: #b9c956;
}

.header-om-oss, .content-om-oss h3, .content-om-oss li.selected {
	background-color: #d5a25f;
}

.content-alkohol-droger h3 { 
	background-color: #53B879; 
} 
 
.content-arbetsliv-arbetsmiljo h3 { 
  background-color: #5DD88A; 
} 
 
.content-barn-ungdomars-halsa h3 { 
  background-color: #7888B7; 
} 
 
.content-folksjukdomar h3 { 
  background-color: #99a8c2; 
/*  background-color: #89A4D4; */
} 
 
.content-jamlik-halsa h3 { 
  background-color: #B478B7; 
} 
 
.content-mat-fysisk-aktivitet h3 { 
  background-color: #C19EC2; 
/*  background-color: #D68BD7; */
} 
 
.content-miljo h3 { 
  background-color: #CB827E; 
} 
 
.content-psykisk-halsa h3 { 
  background-color: #EF9294; 
} 
 
.content-sexualitet-halsa h3 {
  background-color: #BEA07B; 
} 
 
.content-tobak h3 {
  background-color: #DDBC90; 
} 
 
.content-folkhalsoarbete h3 { 
  background-color: #AFB678; 
}


/******************************************************************************
 *
 * CONTENT
 *
 *****************************************************************************/
#left-nav .gutter {
	margin: 0 15px 15px 15px;	
	padding: 0 0 15px 0;
}

#left-nav h4 {
	padding: 0;
	margin: 12px 0 0 0;
	font-size: 100%;
}

#left-nav div.showall {
	
}


/******************************************************************************
 *
 * LEFT MENU SUBJECT AREA
 *
 *****************************************************************************/
ul#left-menu-subject-area {
	list-style: square inside;
	margin: 10px 1px 10px 10px;
	padding: 0;
}

ul#left-menu-subject-area li {
	border-right: 12px solid #ffffff;
}

ul#left-menu-subject-area li a {
	text-decoration: none; 
	color: #333;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 0.85em;
}

ul#left-menu-subject-area li a:visited {
	color: #333;
}

ul#left-menu-subject-area li a:hover {
	color: #006699;
}

.content-amnesomraden ul#left-menu-subject-area li.selected, .content-amnesomraden ul#left-menu-publication-types li.selected  { 
	border-right: 12px solid #80c680; 
}

.content-alkohol-droger ul#left-menu-subject-area li.selected, .content-alkohol-droger ul#left-menu-publication-types li.selected  { 
	border-right: 12px solid #53B879; 
} 
 
.content-arbetsliv-arbetsmiljo ul#left-menu-subject-area li.selected, .content-arbetsliv-arbetsmiljo ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #5DD88A; 
} 
 
.content-barn-ungdomars-halsa ul#left-menu-subject-area li.selected, .content-barn-ungdomars-halsa ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #7888B7; 
} 
 
.content-folksjukdomar ul#left-menu-subject-area li.selected, .content-folksjukdomar ul#left-menu-publication-types li.selected {
  border-right: 12px solid  #99a8c2; 
}
 
.content-jamlik-halsa ul#left-menu-subject-area li.selected, .content-jamlik-halsa ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #B478B7; 
} 
 
.content-mat-fysisk-aktivitet ul#left-menu-subject-area li.selected, .content-mat-fysisk-aktivitet ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #C19EC2; 
} 
 
.content-miljo ul#left-menu-subject-area li.selected, .content-miljo ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #CB827E; 
} 
 
.content-psykisk-halsa ul#left-menu-subject-area li.selected, .content-psykisk-halsa ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #EF9294; 
} 
 
.content-sexualitet-halsa ul#left-menu-subject-area li.selected, .content-sexualitet-halsa ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #BEA07B; 
} 
 
.content-tobak ul#left-menu-subject-area li.selected, .content-tobak ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #DDBC90; 
} 
 
.content-folkhalsoarbete ul#left-menu-subject-area li.selected, .content-folkhalsoarbete ul#left-menu-publication-types li.selected { 
  border-right: 12px solid  #AFB678; 
}

ul#left-menu-subject-area li#alkohol-droger { 
	color: #53B879; 
} 
 
ul#left-menu-subject-area li#arbetsliv-arbetsmiljo { 
  color: #5DD88A; 
} 
 
ul#left-menu-subject-area li#barn-ungdomars-halsa{ 
  color: #7888B7; 
} 
 
ul#left-menu-subject-area li#folksjukdomar { 
  color: #99a8c2; 
} 
 
ul#left-menu-subject-area li#jamlik-halsa { 
  color: #B478B7; 
} 
 
ul#left-menu-subject-area li#mat-fysisk-aktivitet { 
  color: #C19EC2; 
} 
 
ul#left-menu-subject-area li#miljo { 
  color: #CB827E; 
} 
 
ul#left-menu-subject-area li#psykisk-halsa { 
  color: #EF9294; 
} 
 
ul#left-menu-subject-area li#sexualitet-halsa { 
  color: #BEA07B; 
} 
 
ul#left-menu-subject-area li#tobak { 
  color: #DDBC90; 
} 
 
ul#left-menu-subject-area li#folkhalsoarbete { 
  color: #AFB678; 
}


/******************************************************************************
 *
 * LEFT MENU PUBLICATION TYPES
 *
 *****************************************************************************/
ul#left-menu-publication-types {
	list-style: none;
	margin: 10px 1px 10px 15px;
	padding: 0;
}

ul#left-menu-publication-types li {
	border-right: 12px solid  #fff; 
}

ul#left-menu-publication-types li a {
	text-decoration: none; 
	color: #333;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 0.85em;
}

ul#left-menu-publication-types li a:visited {
	color: #333;
}

ul#left-menu-publication-types li a:hover {
	color: #006699;
}

ul#left-menu-publication-types li.selected {
}

ul#left-menu-publication-types li.selected a, ul#left-menu-publication-types li.selected a:visited {
	color: #333;
}

input.left-search-button {
	margin: 0;	
	margin-left: 10px;
}


/******************************************************************************
 *
 * LEFT NAV TEXTPAGES
 *
 *****************************************************************************/
div#left-nav-textpages {
	padding: 5px 5px;
}

div#left-nav-textpages ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#left-nav-textpages ul ul {
	margin: 0;
	padding: 0 0 0 20px;
}

div#left-nav-textpages li {
	margin: 0 0 10px 0 ;
	padding: 0;
	width: 100%;
}

div#left-nav-textpages li li {
	margin: 0;
}

div#left-nav-textpages a {
	display: block;
	padding: 1px 10px;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px solid #fff;
	color: #333;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 0.85em;
}

div#left-nav-textpages a:hover {
	color: #006699;
	border-bottom: 1px dotted #000;
}

div#left-nav-textpages a.selected {
	color: #fff;
}

div#left-nav-textpages li.selected ul {
	background-color: #fff;
}

div#left-nav-textpages li.selected li {
	background-color: #fff;
}


/******************************************************************************
 *
 * CHECKBOX LIST
 *
 *****************************************************************************/
ul.checkboxlist {
	list-style: none;
	margin: 0;
	padding: 0;	
}

ul.checkboxlist li {
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	width: 100%;
}

ul.checkboxlist li a, ul.checkboxlist li a:visited {
	color: #006699;
	text-decoration: none; 
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 0.9em;
}

ul.checkboxlist a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

ul.checkboxlist li.selected a, ul.checkboxlist li.selected a:visited {
	color: #fff;
}


/******************************************************************************
 *
 * CONTENT
 *
 *****************************************************************************/
#content h3 {
	border-left: 1px solid #ffffff;	
	border-right: none;
}

#content1 h3 {
	border-right: 1px solid #ffffff;	
	border-left: 1px solid #ffffff;	
}

#content .gutter {
	margin: 15px;
	padding: 0;
}


#content1 .gutter {
	margin: 15px;
	padding: 0;
}

/* SUBTITLE */
#content1 .subtitle {
	color: #666666;
	font-family: Arial, Sans-Serif;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

#content1 .metadata {
	margin: 15px;
	padding: 10px;
	background-color: #fdffc8;
	border: 1px solid #ebe41f;
	color: #333;
}

#content1 .metadata p {
	line-height: 150%;
	margin: 0;
}

#content1 .metadata .heading {
	font-weight: bold;
}

#content1 .metadata input.orderbutton {
	margin-top: 15px;
	margin-bottom: 15px;
}

#publicationtext p {
	padding: 0;
	margin: 0 0 0.7em 0; 
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

#orderreciept {
	margin: 20px;
	padding: 10px;
	background-color: #fdffc8;
	border: 1px solid #ebe41f;
	color: #333;	
}


.orderformcontainer {
	margin: 20px;
	padding: 10px;
/*	background-color: #fdffc8;
	border: 1px solid #ebe41f;
	color: #333;	*/
}

.orderformcontainer h4 {
	margin-bottom: 0;
}

.orderformcontainer h5 {
	font-size: 100%;
	margin-bottom: 0;
}

.orderformcontainer p {
	margin: 0;
}

.orderformcontainer .required {
	color: #ff0000;
	font-weight: bold;
}

.orderformcontainer input.button {

	margin: 10px 10px 0 0;	
}

.orderformcontainer input.text {
	color: black;	
}

.orderformcontainer input.copies {
	width: 30px;
}

.orderformcontainer input.email, .orderformcontainer input.name, .orderformcontainer input.phone {
	width: 380px;
}

.orderformcontainer textarea.shippingaddress, .orderformcontainer textarea.invoiceaddress {
	width: 380px;
	height: 60px;
	overflow: visible;
}


#content1 .puffar {
	padding: 0;
	margin: 0 0 15px 0;
	clear: both;
}

#content1 .puff 
{
	width: 430px;
}

#content1 .puff h4 {
	margin: 0;
	padding: 0;
}

#content1 .puff p {
	margin: 0;
	padding: 0;
}

#content1 .puffar p.link {
	margin: 0;
	text-align: right;
	padding-bottom: 1px;
}


#publicationspager a {
	margin-left: 12px;
}

#publicationspager a.selected, #publicationspager a.selected:visited {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#publicationspager a.inactive {
	color: #999999;
}
	
/*- SENAST PUBLICERAT --------------------------------------*/
#content1 .latest-publications {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	clear: both;
}

#content1 .latest-publications h4 {
	margin: 0;
}

#content1 .latest-publications table {
	padding: 0;
	margin: 0;	
}

#content1 .latest-publications table tr {
}

#content1 .latest-publications table th {
	font-weight: bold;
	text-align: left;
	padding: 0 15px 5px 0;
	color: #333;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}

#content1 .latest-publications table th.date, #content1 .latest-publications table td.date {
	width: 5.5em;
	white-space: nowrap;	
}


#content1 .latest-publications table td {
	text-align: left;
	padding: 0 15px 1px 0;
}


/*- PUBLICERAT --------------------------------------*/

table.publications {
	padding: 0;
	margin: 0;
	width: 100%;
}

table.publications tr.even {
	background-color: #fff;
}

table.publications tr.odd {
	background-color: #f0f0f0;
}

table.publications th {
	font-weight: bold;
	text-align: left;
	padding: 0.3em 0.5em;
	white-space: nowrap;
}

table.publications td {
	text-align: left;
	padding: 0.3em 0.5em;
}

table.publications th img {
	margin-left: 0.3em;
}


table.publications td.date {
	width: 6.5em;
	white-space: nowrap;
}

table.publications th.heading, table.publications td.heading {
}

table.publications td.type {
	width: 11.5em;
}

table.publicationscompact {
	padding: 0;
	margin: 0;
	width: 100%;
}

table.publicationscompact tr.even {
/*	background-color: #ccccff;*/
}

table.publicationscompact tr.odd {
	background-color: #f8f8f8;
}

table.publicationscompact th {
	font-weight: bold;
	text-align: left;
	padding: 0.3em 0.5em;
}

table.publicationscompact td {
	text-align: left;
	padding: 0.3em 0.5em;
}

table.publicationscompact td.date {
	width: 5.5em;
	white-space: nowrap;
}

table.publicationscompact th img {
	margin-left: 0.3em;
}



#content1 ul {
	
}

#content1 ul li {
	padding: 0;
	margin: 0.3em;
}


/*
 * CONTENT - CONTENT2
 *
 */
#content2 h3 {
	border: none;
	margin: 0;
}

#content2 .puffar {
	margin: 0;
	padding: 15px;
}

#content2 .puffar h4 {
	font-weight: bold;
	margin: 0.75em 0 0 0;
	padding: 0;
}

#content2 .puffar p {
	margin: 0 0 0.75em 0;
	padding: 0;
}

#content2 .puffar p.link {
	margin: -0.75em 0 0 0;
	padding: 0;
	text-align: right;
}

#content2 .puffar p.linknotext {
	margin: 0;
	padding: 0;
	text-align: right;
}

#content2 .gutter {
	padding: 10px 15px;
	margin: 0;	
}

#content2 .gutter p {
	margin: 0 0 0.75em 0;
	padding: 0;
}


/* DOCUMENTS */
ul.documentlist {
	list-style-type: none;
	margin: 0 10px 10px 10px;
	padding: 0;
}

ul.documentlist li {
	margin: 0 10px 4px 10px;
	padding: 0 10px 1px 10px;
}

ul.documentlist li a {
	padding: 0 0 1px 0;
	border-bottom: 1px solid #eee9e0;
}

ul.documentlist li.pdf {
	list-style-image: url(../img/pdf.gif);	
}

ul.documentlist li.doc {
	list-style-image: url(../img/doc.gif);	
}


/* LINKS */
ul.linklist {
	margin: 0 10px 10px 10px;
	padding: 0;
}

ul.linklist li {
	margin: 0 10px 4px 10px;
	padding: 0 10px 1px 10px;
}

ul.linklist li a {
	padding: 0 0 1px 0;
	border-bottom: 1px solid #eee9e0;
}

ul.internal {
	list-style-image: url(../img/page_white_go.gif);
}

ul.external {
	list-style-image: url(../img/world_go.gif);
}




/*
 * FOOTER
 *
 */
#footer div.gutter {
	padding: 14px 15px 14px 15px;
	width: 888px;
	position: relative;
}

#footer div.gutter p {
	width: 550px; 
	margin: 0;	
}


#footer div.logo
{
	position: absolute;
	top: 8px;
	right: 13px;	
}

#footer div.logo a,
#footer div.logo a:visited,
#footer div.logo a:hover,
#footer div.logo a:active
{
	border: none;
}

#footer div.logo img
{
	border: none;
}


/*
 * COMMON + FIXES
 *
 */
.puffleft {
	float: left;	
	margin: 0;
	padding: 0;
} 

.puffright {
	float: right;	
	margin: 0;
	padding: 0;
} 

#content1 .halfwidth {
	width: 200px;
}

.clearboth {
	clear: both;
}

.right {
	float: right;	
}

.space {
	margin-top: 12px;	
	margin-bottom: 12px;	
}

.error {
	color: red;	
}


.about 
{
	font-size: 0.9em;
}

.about p
{
	font-size: 1em;
	margin: 0 0 0.75em;
	padding: 0;	
}

ul.mostread 
{
	list-style: none none outside;
	margin: 0;
	padding: 0;	
}

ul.mostread li
{
	margin: 0 0 0.75em;
	padding: 0;	
}
