/*
Theme Name: newScience
Description: overrides for Artisteer generated css files
Date: Februari 2011
Author: Ben Brandenburg, CWI
*/

#art-main{
		top: -50px;
    background-attachment: fixed;
    background-image: url("images/bg_center_all.jpg");
    background-position: center top;
    background-repeat: no-repeat;
		position: absolute;
    color: #555555;
    margin: 0 auto;
		padding-top: 12px;
}

body {
    background-attachment: fixed;
    background-color: #FFFFFF;
    background-image: url("images/bg_side_all.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    color: #555555;
    margin: 0 auto;
    padding: 0;
}

body, p{
	/*margin: 0.5em 0px;*/
	line-height: 154%;
}



table{
	margin-left: 20px;
	width: 90%;
}

/* koppen van nodes */
.art-post h2.art-postheader {
  line-height: 130%;
  text-indent: 0;
}

.field-type-nodereference{
	margin: 0 0 20px 0;
	text-align: right;
}

/* cell content padding in tables in articles */
.art-article th, .art-article td {
  padding: 5px 10px;
}

.art-article{
	padding: 25px 20px 0 5px;
}

.logo{
	margin: 50px 0 -40px 0;
	width: 50%;
	padding: 16px;
}

/* menu items */
ul.art-vmenu, ul.art-vmenu li {
  padding: 7px 0 0 0;
}
ul.art-vmenu li.art-vmenu-separator {
  display: none;
}
ul.art-vmenu ul {
  margin: -5px 0 0 0;
}

/* fotos niet extra in laten springen */
.art-article img, img.art-article {
  margin-left: 0px;
}

/* thema fotos in de kop van de thema homepages */
img.themetop{
	margin: -68px 0 0 -21px;
}

.art-footer{
	margin-top: 50px;
}
.art-footer-text p{
	font-size: 10px;
}

div.art-content-layout .art-sidebar1 {
	width: 30%;
} 
div.art-content-layout .art-content {
	width: 40%;
} 
div.art-content-layout .art-sidebar2{
	width: 30%;
} 

/* submenu-item (mainly in left sidebar) */
ul.menu ul.menu li{
	/*background-image: url("images/blockcontentbullets_s.png");*/
}
/* subsubmenu-item (mainly in left sidebar)  */
ul.menu ul.menu ul.menu li{
	background-image: none;
}

/* lists in views (as pages), 'inline-block' instead of 'block' */
.item-list ul li{
	margin: 8px;
}



/* separate blocks within a view */
div.views-row {
  border-bottom: 1px solid #999999;
  padding: 30px 0;
}

/* title of nodes in a 'view' setting */
/*.views-field-title{
  font-size: 1em;
	font-weight: bold;
	color: #c29356;
}*/

/* title of nodes in a listing in a 'view' setting */
.item-list .views-field-title{
  font-size: small;
	font-weight: normal;
}
/* title in blocks within a view */
.views-field-title{
	font-size: 1.2em;
}
/* title in blocks within a view, but in a list */
li .views-field-title{
	font-size: 1em;
}


/* top menu right hand corner */
#banner1-menu-menu-intranet-top, #banner1-menu-primary-links{
	font-weight: bold;
	float: right;
	margin-top: 7px;
}
#banner1-menu-menu-intranet-top ul li, #banner1-menu-primary-links ul li{
  float: left;
}
#banner1-menu-menu-intranet-top ul li a, #banner1-menu-primary-links  ul li a{
  color: #c41230;
	font-size: 13px;
	font-variant: small-caps;
}

/* 'view' and 'edit' buttons */
.arttabs_primary{
	z-index:1000;
	position: absolute;
	left: 90%;
}

/* whitespace in menus */
.art-vmenublockcontent {
    padding: 20px 0 50px 0;
}

.view-news-en-overview ul li {
    display: list-item;
}

div.node div.art-article img {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

#node-327 { display: none; }

p a, .views-field-teaser a, .art-article a {
    border-bottom: thin dotted grey;
}

.collapsible a {
    border-bottom: none;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
