/* Bioclipse main style */

/* reset style */

@import 'reset.css';

* {
	padding: 0;
	margin: 0;
	border: none;
}

/* Samuel adds some extra resetting, so that Drupals internal css doesnt have to be commented out */
 
ul.links li {
  padding: 0;
  margin: 0;
}

/* #End: Samuel adds some extra resetting, so that Drupals internal css doesnt have to be commented out */
 

:focus {
	outline: none; /* fixar input field osv, default är (typ) 1px dotted */
}

body {
	font-size: 75%;
	font: normal 12px/1.5 arial, sans-serif;
	text-align: justify;
	padding: 0;
  background: #fff;
	color: #666666;
	padding: 0;
}

#background { /* The background needs to be set to a separate div, not body, since the wysiwyg editors in Drupal get same background as body */
  width: 100%;
  padding: 0;
  margin: 0;
 	background-color: #0e232d;
	background-image: url('./images/horizontal_wrapper.png');
	background-repeat: repeat-x;
}

/* general tag styles */

p {
	padding-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #444444;
	font-weight: 100;
	padding: 5px 0 0 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 14px;
}

h5 {
}

h6 {
}

li {
	display: block; /* inline-block; */
}

a {
	color: #1d7a99;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited:hover {
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #444444;
}

/* container which holds everything */

.container {
	background-image: url('./images/vertical_wrapper.png');
	background-repeat: repeat-y;
	background-color: #fff;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	background-image: url('./images/header.png');
	background-repeat: no-repeat;
	height: 126px;
}

/* site search in header */


#search-theme-form {
	padding-right: 20px;
	float: right;
	margin: 0;
	padding-top: 71px; 
}

#search-theme-form input[type="text"] {
	background-color: #25424f;
	border: 1px solid #a5c3cf;
	height: 20px;
	vertical-align: middle;
	color: #ffffff;
}

#search-theme-form input[type="text"]:focus {
	border: 1px solid #fff;
	color: #ffffff;
}

#search-theme-form input[type="submit"] {
	background-color: #25424f;
	border: 1px solid #a5c3cf;
	color: #ffffff;
	vertical-align: middle;
	height: 26px;
	width: 64px;
	margin-left: 15px;
}

/* removes "Search this site:" label from search forms */
div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  display: none;
}

/* navigation */

#nav {
	background-image: url('./images/navbar_bg.png');
	background-repeat: no-repeat;
	height: 59px;
}

#nav li {
	display: inline-block;
	margin-right: -4px;
}

#nav ul.primary-links {
	font-size: 15px;
	color: #fff;
	padding: 0 0 0 55px;
}

#nav a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	height: 44px;
	padding: 12px 12px 0 12px;
	float: left;
}

.nav-divider {
	float:left;	
	display: inline-block;
	width: 2px;
	height: 30px;
	margin: 7px 0 0 0;
	background-image: url('./images/divider.png');
	background-repeat: no-repeat;
}

#nav a:hover {
	background-image: url('./images/hoover_underlay.png');
	background-repeat: repeat-x;
	text-decoration: underline;
}

#nav a.active {
	background-image: url('./images/current_underlay.png');
	background-repeat: repeat-x;
}

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


#nav a:active {
	text-decoration: underline;
}

/* main content div */
#main {
	float: left;
	width: 553px;
	padding: 20px 20px 0 20px;
	
}

.content-ruler {
	background-image: url('./images/hr_pixel.png');
	background-repeat: repeat-x;
	height: 1px;
	width: 553px;
}


/* button thing on main page, needs a bit of "fixing" to make it align and what not */

#top_buttons {
	width: 553px;
	height: 130px;
}

#top_buttons img {
	padding-top: 5px;
	float: left;
}
#top_buttons a {
	display: block;
	width: 276px;
	height: 70px;
}

#top_buttons p {
	float: left;
	padding: 0 0 0 5px;
}
 #top_buttons h3 {
	float: left;
	padding-left: 5px;
}

#top_buttons a h3 {
	font-size: 14px;
	color: #505050;
}

#top_buttons a p {
	color: #777777;
}

#top_buttons a#go {
	float: left;
}

#top_buttons a#features {
	float: right;
}

#top_buttons a#download {
	float: left;
}

#top_buttons a#commercial {
	float: right;
}

/* mission box */

#mission {
	background-color: #dde9ef;
	border: 1px solid #cfdce3;
	padding: 10px 20px 10px 20px;
	margin: 25px 0 15px 0;
}

/* content/node styles */

.submitted {
	font-size: 10px;
}

.content {
	padding: 0 0 0 0;
}

ul.links.inline {
	padding: 20px 0 0 0 ;
}

.node_read_more {
	float: right;
	font-size: 14px;
}

/* sidebars */
.sidebar {
	width: 154px;
	text-align: left;
	padding-top: 20px;
}

.sidebar li {
	display: inline-block;
	margin: 5px 0 5px 0;
	color: #9b9b9a;
}

.sidebar li a {
	color: #1d7a99;
}

/* left sidebar */
#sidebar-left {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* right sidebar */
#sidebar-right {
	width: 153px;
	float: right;
	padding-right: 20px;
}

/* bottom sidebar */
#sidebar-bottom {
	float: right;
	width: 327px;
	padding: 0 20px 0 20px;
	text-align: center;
}

#sidebar-bottom h4 {
	text-align: left;
	font-size: 14px;
}

#sidebar-bottom div.content img {
	padding: 20px 0 0 0;
}

#rss-button {
	float: left;
	width: 76px;
	height: 76px;
}

#rss-subscribe h3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: left;
	width: 211px;
	margin: 15px 0 0 0;
	padding: 0 20px 0 20px;
	float: right;
}

#rss-subscribe h3:hover {
	text-decoration: underline;
}

#rss-subscribe {
	height: 76px;
}

#footer {
	width: 593px;
	text-align: center;
	clear: both;
	padding: 2em 0 1em 0;
}

#footer a {
	color: #505050;
	clear: none;
}

/* Edit links from Framework theme */

/* block configuration links */
div.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

div.block:hover div.edit {
  display:block;
}

div.block div.edit a {
  color: #999;
  margin-right: 10px;
}

div.block div.edit:hover a {
  color: #000;
}

/* Some additions by Samuel */

.node .image {
  padding: .4em;
}

.node h2 {
  border-bottom: 1px solid #ccc;
}

.block ul {
  padding-left: 0;
  text-align: left;  
}
.block ul li {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
.block-aggregator .item-list ul li,
.block-forum .item-list ul li {
  margin-left: 0;
  margin-bottom: 1em;
}

.sidebar li {
  clear: both!important;
  width: 100%;
}

.sidebar .block-user li {
  display: list-item;
  margin-left: 1.5em;
}

.node .content {
  padding-top: 0;
}

.sidebar .form-item {
  text-align: left;
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.sidebar.form-item label {
  display: inline;
  font-weight: normal;
}
.item-list ul li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
}

.sidebar input {
  float: left;
}

.form-required {
  color: #777;
}

#home-link {
  display: block;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  width: 400px;
  height: 124px;
}

#nav a {
  margin-left: 0;
  margin-right: 0;
}

#forum tr td.forum {
  padding-left: 36px;
  background-position: 10px 7px;
  background-image: url("/misc/forum-default.png");
  background-repeat: no-repeat;
}

td.icon {
  padding-left: 10px;
}

.comment-bar {
  margin-top: 1em;
  border-top: 1px solid #ccc;
  background: #efefef;
 }
 
 #top_buttons a#go {
   display: block;
 }
 
 .sidebar .item-list li {
   margin: 5px 0;
 }
 
 .container {
   min-height: 640px;
}

.node li {
  margin-bottom: 10px;
}
