/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-promoted /* A node that has been promoted to the front page */ {

}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
   border-bottom: solid 0.6em #e0e0e0;
    text-align: left;
  min-height: 180px;
  height:180px !important;

    font-size: 1em;
    color: #555555;
    position: relative;
    padding-bottom: 14px;



   }

.node-teaser .submitted{ /*modifies the article's submission date*/
   	color: #777777;
   	font-size: 0.8em;

   	/*width: 200px;*/

   	position:absolute;
   	left:0px;
   	top:10px
}

.node-teaser .content{
	bottom:0px;
	position:absolute;

    	padding-left:240px; /* 240px being the width of
    	the thumbnail + how much space you want to put
    	between it and your text */
   	line-height:16px;
   	font-size:13px;
   	word-spacing:1px;

}

.node-teaser .content .field-name-body { /*μόνο το κομμάτι
	του κειμένου μέσα στο teaser*/
	margin-bottom:-10px;
	padding-bottom: 14px;
}

.node-teaser h2.node-title{
	float:left;
	text-align: left;
	position:absolute;
	left:240px;
	top:13px;
	font-size: 18px;
	width: 400px;


}




/* All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.region-content{
	position:relative
	}

.node-page /* Basic Page content node */ {

}

.node-article /* Article content node */ {


}

.node-article .content{

}


h2.node-title /* Node title */ {
	color: #444444;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1#page-title {
font-size: 22px;
margin-top: 20px;
margin-bottom: 10px;
}


.node .user-picture /* The picture of the node author */ {
}


.node .submitted /* The "posted by" information */ {
    color: #555555;
    font-weight:bolder;
    margin-bottom: -20px;

}

/*span.print-link {
    position: absolute;
    right: 0px;
    top: 50px;
    float: right;

}*/


.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
}

.field-name-field-pdfdownload {
	color: #a30212;
	margin-top: 40px;
	margin-bottom: 20px;

	/*border: 2px solid black;*/
	text-align: center;
}

.addthis_toolbox {
	padding-left: 25%;
	border-bottom:solid 1px #990000;
	padding-top: 10px;
	padding-bottom: 6px;


}
