
/*white background for left menu items*/
li.acs-nav-item .acs-nav-item-link, li.parent-item .parent-item-link{
background-color:#fff;
margin-top:2px;
}


/*remove table border on front page*/
 .confluenceTd {
border:0px solid #fff!important;
}

/*remove page tree from left navigation area */
.ia-secondary-container {
display:none;
}

/*removed background image since 1/2015
#page{
background-image:url(https://wiki.aalto.fi/download/attachments/70790941/bgb.png);
}
*/
/*left menu background*/
.acs-side-bar{
background-image:url(https://wiki.aalto.fi/download/attachments/70790941/bgb.png);
}

/* page width 
#full-height-container{
  width:770px;
}
*/

#wiki-editor {
width: 100% !important;
overflow:scroll;
}


/* background image removed since 1/2015
html, body {
background-image:url(https://wiki.aalto.fi/download/attachments/70790941/bgb.png);
 }
*/

/* page font-size */
body, p, td, table, th, .bodytext, .stepfield, .wiki-content, .wiki-content p, .wiki-content table, .wiki-content tr, .wiki-content td, .wiki-content th, .wiki-content ol, .wiki-content ul, .wiki-content li, h4.author {
  font-size:13px;
 
}


/* Aalto logo in footer (footer is removed since 1/2015
#footer{
height:70px;
background-color:#fff;
background-image:url(https://wiki.aalto.fi/download/attachments/70790941/aaltoLogo.png);
background-position:650px 0px;
background-repeat: no-repeat;
}
*/


/* LINKS */

a:link { 
background-color: transparent; 
text-decoration: none; 
font-weight: bold;
color: #336699; 
}

a:visited {
background-color: transparent; 
text-decoration: none; 
font-weight: bold;
color: #777; 

}
a:hover, a:active { 
background-color: transparent; 
text-decoration: underline; 
font-weight: bold;
color: #222; 
}

/* links in articles */
#artikkelit a, #en_artikkelit a {
font-size:1.3em;
font-weight:normal;
letter-spacing: -0.5px;
color:#8B0000;
margin-left:5px;
}


/* HEADINGS */

.wiki-content h2 {
font-family:"Times New Roman", Times, serif;
font-size:22px;
font-style: italic;
font-weight:normal;
color: #555;
text-align: left;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
letter-spacing: -0.5px;
border-bottom:1px solid #777;
margin-bottom:10px;
}

.wiki-content h1 {
font-family:"Times New Roman", Times, serif;
font-size:28px;
color:#555;
font-style: italic;
font-weight:bold;
letter-spacing: .8px;
/*border-bottom:1px solid #ccc;*/
}


.wiki-content h3
{
font-size:15px;
color:#333333;
}

.wiki-content h4
{
font-size:15px;
font-weight:normal;
color:#333333;
}

.wiki-content h5
{
font-size:14px;
font-weight:normal;
color:#333333;
}

.wiki-content h6
{
font-size:13px;
font-weight:normal;
color:#333333;
}



/* header */
#header{
 background-color:#D04C51;
  background-image:url(https://wiki.aalto.fi/download/attachments/70790941/synnyt_logo2015.png);
  background-position:0 0;
  background-repeat: no-repeat;
  border-bottom-color:#CCCCCC;
  position:relative;
  height:120px;
}

/*#main-header:after{
content:"Synnyt / ISSN 1795-4843";
}*/



/* REMOVED STUFF */



#likes-and-labels-container {
display: none;
}

/*footer remove*/
.theme-default .ia-splitter #footer {
display:none;
}

/* remove name of the page */
.tabletitle, .recently-updated-concise h4.sub-heading, .wiki-content .confluenceTd h6, .pagetitle #title-text a, .pagetitle #title-text a:link, .pagetitle #title-text a:visited, .pagetitle #title-text a:focus, .pagetitle #title-text a:hover, .pagetitle #title-text a:active {
color: #fff;
}
#content-title.pagetitle{
display:none:
}
/* remove extras*/
#poweredby{
display:none;
}

/*remove labels*/
#labels-section {
display:none;
}

/*remove wiki search from header*/
#quick-search-query{
display:none;
}
/* remove metadata */
.page-metadata ul li {
  display:none;
}
/*remove child page list*/
#children-section {
display:none;
}

.searchMacro .icon, .search-highlight, .smalltext {
display:none;
}



/* div used on articles*/
#artikkelit{
margin-left:50px;
max-width:960px;
}
/* div on english articles */
#en_artikkelit{
margin-left:10px;
width:750px;
}


/* breadcrumbs 

#breadcrumbs  {
height:13px;
line-height: 20px !important;
padding: 0px 0 7px 0;
color:#fff;
font-size:12px;
font-weight: normal;
background-image:none;
}
*/
#breadcrumbs li {
background: url(https://wiki.aalto.fi/download/attachments/70790941/0.gif);
background-repeat: no-repeat;
}

#breadcrumbs  a{
font-weight: normal;
}

#breadcrumbs li.first {
display:none!important;
}

#page-metadata-banner #system-content-items>a:last-child{
display:none!important;
}

hr {
border:0px;
background-color:#ccc;
colot:#ccc;
height:1px;
}


