/* * Created by P. Karageorgakis - Web Architects * www.webarchitects.gr * pkarage at webarchitects dot gr * * Unauthorised distribution of this document is * not permitted without written permission from the author *
 * Project: TSINET
 * Intended media: screen */

/* @group tags */ 
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #2F3B4A url(../img/background.jpg) top left repeat-x;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, Sans-serif;
}
/* @end */

/* @group containers */
#accessibility {
	position: absolute;
	top: -10000px;	
}
#container {
	width: 800px;
	position: relative;
	margin: 0 auto 40px auto;
/*	left: 50%;*/
	overflow: auto;
	background-color: white;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 200px;
	background: #CCE1FB url(../img/header_back.jpg) top left no-repeat;
}
#extra {
	width: 260px;
	float: left;
	background-color: white;
	/*margin-right: 40px;*/
}
#content {
	background: white;
	margin-left: 260px;
}
#content-full {
	background: white;
}
#navigation {
	width: 800px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 130px;
}
#breadcrumb {
	display: block;
	width: 780px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 170px;
	padding: 0 20px 0 0;
	text-align: right;
	font-size: 0.7em;
	background: transparent url(../img/alpha_1.png) top left;
	color: #333;
}
#language {
	position: absolute;
	top: 0;
	right: 0px;
	width: 74px;
	height: 22px;
	margin: 0;
	padding-top: 8px;
	background-color: #b1d0fa;
	overflow: hidden;
}
#footer {
	height: 80px;
	background-color: #000;
	color: #fff;
	clear: both;
}
/* @end */

/* @group blocks */
#content .block, #content-full .block {
	background: transparent url(../img/content_back_top.jpg) 0 1.8em repeat-x;
}
#extra .block {
	background: transparent url(../img/extra_back_top.jpg) 0 1.8em repeat-x;
}
.promo {
	background: #5DBC02 url(../img/green_back.jpg) 0 1.8em repeat-x;
}
#content .block, #content .promo, #content-full .block, #content-full .promo {
	padding: 0 50px 40px 50px;
}
#extra .block, #extra .promo {
	padding: 0 30px 40px 30px;
}
.block p {
	font-size: 0.75em;
	line-height: 2em;
	color: #171d23;
	/*text-align: justify;*/
}
#extra .block p {
	text-align: left;
	font-size: 0.7em;
	color: #333;
}
.promo p {
	color: white;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 0;
	text-align: center;
}
/* @end */

/* @group links */
a {
	text-decoration: none;
}
.promo a {
	text-decoration: none;
	color: #fff;
}
.promo a:hover {
	/*color: #568cbe;*/
	color: red;
	text-decoration: none;
	/*border-bottom: 1px solid #8ba5d8;*/
	border-bottom: none;
}
.block a {
	text-decoration: none;
	border-bottom: 1px solid #d7dee3;	
}
.block a:link { color: #126bc0; }
.block a:visited { color: #126bc0; }
.block a:hover {
	/*color: #568cbe;*/
	color: red;
	text-decoration: none;
	/*border-bottom: 1px solid #8ba5d8;*/
	border-bottom: none;
}

#navigation a {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -0.08em;
}
#navigation a:link { color: #1c5d98; }
#navigation a:visited { color: #031e3b; }
#navigation a:hover { color: #ff9c00; }

#breadcrumb a:link { color: #ff7200; }
#breadcrumb a:visited { color: #ff5700; }
#breadcrumb a:hover { color: #e74e01; }

.block dl.news a:link, .block dl.news a:visited {
	border-bottom: none;
	line-height: 1.4em;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	border-bottom: 0;
}
/* @end */

/* @group images */
.block img {
	margin: 0.5em 10px 0 0;
	display: inline;
	float: left;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.block img.eml {
	margin: 0;
	float: none;
	border: 0;
	vertical-align: middle;
}
/* @end */

/* @group headings */
#header h1, #header h2, #header h3, #header h4, #header h5 {
	position: absolute;
	top: -10000px;
}
#header h1 {
	margin: 0;
	position: absolute;
	left: -100000px;
}

h1, h2, h3, h4, h5 {
	color: #12395b;
	font-weight: normal;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}
h1, h2, h3 {
	border-bottom: 1px solid #e0e0e0;
}

h4 { margin-bottom: 0.3em; }
h5 { margin-bottom: 0.1em; }

h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.8em; }

#extra h1, #extra h2, #extra h3, #extra h4, #extra h5 {
	border-bottom: none;
}

.blocktitle {
	border-bottom: none;
}
#extra .blocktitle {
	font-size: 1em;
	font-weight: normal;
	color: white;
	background-color: black;
	margin: 0 -30px 2em -30px;
	line-height: 1.8em;
	padding: 0 25px;
}
#content .blocktitle, #content-full .blocktitle {
	font-size: 1em;
	font-weight: normal;
	color: #fff;
	background-color: black;
	margin: 0 -50px 2em -50px;
	line-height: 1.8em;
	padding: 0 25px;
}
#extra .blocktitle {
	background-color: black;
}
#content .blocktitle, #content-full .blocktitle {
	background-color: #1B2531;
}
/* @end */

/* @group lists */
ul li {
	list-style-image: url(../img/arrow.gif);
	list-style-position: inherit;
	font-size: 0.8em;
	color: #555;
	line-height: 1.6em;
	margin-bottom: 0.6em;
	margin-left: -10px;
}
ul li.small {
	list-style-image: url(../img/arrow.gif);
	list-style-position: inherit;
	font-size: 0.7em;
	color: #555;
	line-height: 1.6em;
	margin-bottom: 0.6em;
	margin-left: -10px;
}

ol {
	font-weight: bold;
}
ol li {
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: normal;
	color: #555;
	margin-bottom: 0.6em;
}

dl dt {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #346;
}
dl dd {
	font-size: 0.9em;
	line-height: 1.6em;
	color: #555;
	margin-bottom: 0.8em;
	margin-left: 0;
}
dl dd ul {
	margin: 0;
	padding-left: 10px;
}
dl dd ul li {
	font-size: 1em;
	list-style: none;

}
ul li ul li {
	font-size: 1em;
}

div#publications li {
	font-size: 0.7em;
	line-height: 1.2em;
}

/* @group news */
dl.news dt {
	font-size: 13px;
	font-weight: bold;
}
dl.news dd {
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 0em;
}
dl.news dd span {
	font-size: 0.9em;
}
/* @end */

/* @group nav */
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	display: block;
	float: left;
	width: 100px;
	height: 40px;
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: -1px;
	overflow: hidden;
}
#navigation ul li a {
	width: 100px;	height: 40px;	background: transparent url(../img/nav_back.png) top left no-repeat;	display: block;}#navigation ul li a:hover {
	background-position: 0 -40px;
}
body#home #nav_home a, body#org #nav_org a, body#research #nav_research a, body#services #nav_services a, body#sectors #nav_sectors a, body#projects #nav_projects a, body#contact #nav_contact a, body#staff #nav_staff a, body#publications #nav_publications a {
	/*background-position: 0 -47px;*/
	color: #ffffff;
	background: #ff7c00;
}
/* @end */
/* @end */

/* @group misc */
.caldate {
	display: block;
	position: absolute;
	color: #08142f;
	font-size: 0.5em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.6em;
	padding-top: 0.6em;
}
.caldate .day {
	display: block; 
	font-weight: normal;
	font-size: 2.4em;
	/*text-indent: -3px;*/
	color: #e75c00;
	padding-bottom: 5px;
	text-align: center;
	font-family: Georgia, "Lucida Grande", Tahoma, Helvetica, Arial;
}
.hidden {
	display: none;
}
#content pre, #content code, #content-full pre, #content-full code {
	font-size: 1.2em;
	color: #d38a04;
}
#content pre, #content-full pre {
	border-left: 1px solid #ff8e44;
	padding-left: 1em;
}
#flagEN {
	width: 20px;
	height: 13px;
	position: absolute;
	right:40px;
	background: transparent url(../img/flag_en.png) top left no-repeat;
	margin: 0;
	padding: 0;
}
#flagEL {
	width: 20px;
	height: 13px;
	position: absolute;
	right: 10px;
	background: transparent url(../img/flag_el.png) top left no-repeat;
	margin: 0;
	padding: 0;
}
#flagEN span, #flagEL span {
	position: absolute;
	top: -10000px;
}
#flagEN a, #flagEL a {
	display: block;
	width: 20px;
	height: 13px;
	border: 0;
}
/* @end */

/* @group graphics */
/* @end */



/* @group table */
#projectsTable {
	width: 690px;
	border: 2px solid #e0e0e0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	margin: 10px;
}
#projectsTable tbody tr td {
	padding: 4px;
}
#projectsTable tbody tr.even td {
	background-color: #eee;
}
#projectsTable tbody tr.odd  td {
	background-color: #fff;
}
#projectsTable thead tr th {
	background-color: #57d;
	color: white;
	font-size: 1.1em;
	padding: 10px 6px;
}
#projectsTable .time {
	width: 100px;
	text-align: center;
}
#projectsTable .budget {
	text-align: right;
}
#projectsTable caption{
	font-family: Georgia, "Lucida Grande", Tahoma, Helvetica, Arial;
	font-size: 1.5em;
	padding: 10px 0 20px 0;
	font-weight: bold;
	color: #32161a;
}
/* @end */
