

/* Skriver över standardinställningar i moduler- och drupal-cssfiler */


/*------------------ Div ------------------------*/

.print-link {
	display: none;
}
pre {
  font-size: 0.9em;
  font-family: monospace;
  overflow: scroll;
}
abbr, acronym {
  border-bottom: 0.1em dashed;
  cursor: help;
}

blockquote {
padding: 0.5em;
margin: 0.5em 0em;
font-weight: 300;
font-size: 1.8em;
line-height: 1.1em;
text-align: center;
border-top: 2px solid #f7b234
}

.new {
  color: red;
}
.breadcrumb {
	padding: 0;
}
.messages {
	margin: 1em 0;
	padding: 0.5em;
	background: #fffbde;
}

.more-link {
  text-align: left;
}

/*------------------ Views Grid ------------------------*/

table.views-view-grid {
  margin: 0;
}


/*------------------ Formulär ------------------------*/

.form-item .description {
	font-size: 1em;
}
fieldset {
  border: 1px dotted #808080;
  padding: 10px;
 	margin-top: 10px;
 	margin-bottom: 10px;
}

legend {
  background-color: #fff;
  color: #333;
}

html.js fieldset.collapsed legend {
    display: inline;
}

.form-textarea,
.form-text {
	border: 1px solid #b2b2b2;
	padding: 3px 2px;
	font-size: 1.1em;
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	border: 1px solid #E6E6E6;
}
#node-form .form-textarea,
#node-form .form-text {
	width: 95%;
}
.form-item {
/* 	margin: 0; */
}
/* .page-admin .form-item, */
#node-form .form-item {
	margin: 0.5em 0;
}

/* Views exposed */
.container-inline-date,
.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
	margin-right: 0;
}

/*------------------ Ubercart ------------------------*/

.add-to-cart .form-text {
	width: auto;
}
td.category {
	text-align:left;
	vertical-align:top;
	width:33%;
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.15em;
	padding: 0 0 6px 0;
}

/*------------------ Listor ------------------------*/

ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.item-list ul li,
li.collapsed,
li.expanded,
li.leaf {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
ul.menu li {
	margin: 0;
}
.block ul {
	padding: 0;
}
.block ul.links {
	margin: 0;
	padding: 0;
}
ul.links li {
	padding: 0;
}
dt{
	font-weight: bold;
}
dd{
	margin-bottom: 1em;
}

/*------------------ Bilagor ------------------------*/

#attachments {
  width: 100%;
  margin: 1em 0 2em 0;
}
#attachments tr.even,
#attachments tr.odd {
  background-color: #fff;
  border: none;
}

/*------------------ Pager ------------------------*/

.item-list .pager {
  text-align: left;
  margin: 20px 0;
  font-size: 1.2em;
}

ul.pager li a.active {
  color: #4488AA;
}

li.pager-current {
  border: 1px solid #4D4D4D;
  font-weight: normal;
}

ul.pager a, ul.pager strong.pager-current {
  padding: 0;
}
.item-list ul.pager li {
  margin: 0;
	padding: 0 6px;
}

/*------------------ Meny ------------------------*/

ul.primary_menu {
	padding: 0;
}

/* TABS */

ul.tabs.secondary{
	clear: both;
}

/*------------------ Table ------------------------*/

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
 border-bottom: 2px solid #4D4D4D;
 color: #333;
}

tr.views-row-first td {
 padding-top: 24px;
}

.views-view-grid td,
.views-view-grid th {
  padding: 0;
}

th a:link, th a:visited {
  color: #808080;
}

.view-forum td, .view-forum th {
  padding: 9px 12px;
  font-size: 1.2em;
 line-height: 1.33em;
}

tbody {
	border: none;
}

tr.even, tr.odd, tbody th {
	border: solid #bfbfbf;
  border-width: 1px 0;
}

tr.info {
  background-color: #f8f8f8;
}

tr.even, tr.odd {
  background-color: transparent;
}

tr.odd td.active {
  background-color: #efefef;
}
tr.even td.active {
  background-color: #f9f7ed;
}
td.region, td.module, td.container {
  border-top: 2px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background-color: #f9f7ed;
  color: #455067;
  font-weight: bold;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}


/*------------------ Poll ------------------------*/

.poll .bar {
	font-size: 1px; /*IE6*/
  height: 2px;
  margin: 1px 0;
  background-color: #fff;
	border: 1px solid #eaeaea;
}
.poll .title {
	margin-bottom: 4px;
}
.poll .bar .foreground {
  background-color: #ED1B24;
  height: 2px;
  float: left; /* LTR */
}
.poll .links {
  text-align: left;
}
.poll .percent {
  text-align: right; /* LTR */
}
.poll .total {
  text-align: left;
}
.poll .vote-form {
  text-align: left;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0;
  display: table;
}
.block-poll .title,
.poll .vote-form .choices .title {
  font-weight: normal;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}
.poll .form-radios .form-item {
	margin: 0;
}
