/* @group basics */

* {
  margin: 0;
  padding: 0;
}

html, body {
}

body {
  font: 12px/16px Georgia, "Times New Roman", Times, serif;
  color: #333;
}

body.grid {
  background-image: url(../resume/images/grid.png);
}

h1 {
  font-size: 26px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #3c3c3c;
}

h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  color: #666;
}

h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #3c3c3c;
}

p {
  margin-bottom: 20px;
}

a:link, a:visited {
  color: #3c3c3c;
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  text-decoration: underline;
  color: #33a;
}



/* @end */

/* @group header */

#header {
  height: 50px;
  background-image: url(http://www.chemeng.ntua.gr/dep/resume/images/header.png);
  line-height: 26px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#header ul {
  width: 950px;
  margin: 0 auto;
  padding: 7px 0 0;
  list-style-type: none;
  overflow: hidden;
}

#header ul li {
  display: inline;
  margin-right: 10px;
  float: left;
}

/* @end */

/* @group about */

#about {
  width: 950px;
  padding: 80px 0 10px;
  margin: 0 auto;
  background: url(../images/line.png) repeat-x 0 bottom;
  overflow: hidden;
}

#about h1 {
  margin-bottom: 4px;
  margin-top: 2px;
}

#about h2 {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 14px;
}

/* --- */

#story {
  font-size: 14px;
  line-height: 22px;
  width: 390px;
  float: left;
  padding-right: 30px;
}

#picture {
  width: 210px;
  float: left;
  border:1px solid #ddd;
}

/* @group contact */

#contact {
  width: 250px;
  float: left;
  padding-right: 50px;
  padding-top: 76px;
  list-style-type: none;
  line-height: 20px;
}

#contact li {
  width: 250px;
  overflow: hidden;
  margin-bottom: 5px;
}

#contact li span {
  float: left;
}

#contact li strong {
  float: right;
  text-align: right;
  color: #3c3c3c;
  font-weight: normal;
  font-style: normal;
}



/* @end */



/* @end */

/* @group section */

.section {
  width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  background: url(http://www.chemeng.ntua.gr/dep/resume/images/line.png) repeat-x 0 bottom;
  overflow: hidden;
}

.section h2 {
  width: 160px;
  padding-right: 30px;
  float: left;
  padding-top: 0;
  line-height: 22px;
}

.section h3 {
  line-height: 22px;
  margin-bottom: 24px;
  font-style: italic;
}

.section h4 {
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: -20px;
}

.section .date {
  position: absolute;
  top: 6px;
  right: 0;
}

.section .item {
  width: 710px;
  padding-left: 50px;
  float: right;
  padding-top: 0;
  margin-bottom: 9px;
  position: relative;
  padding-bottom: 5px;
  background: url(http://www.chemeng.ntua.gr/dep/resume/images/separator.png) no-repeat 0 bottom;
}

.section .description {
  width: 510px;
}



/* @end */

/* @group small */

body.small {
}

body.small #header ul  {
  width: 750px;
}

body.small #about {
  width: 750px;
  position: relative;
  padding-bottom: 65px;
  min-height: 260px;
}

body.small #about #story {
  float: none;
}

body.small #about #contact {
  float: none;
  padding-top: 0;
  padding-right: 0;
  clear: left;
}

body.small #about #picture {
  clear: none;
  float: none;
  position: absolute;
  top: 80px;
  right: 0;
}

/* --- */

body.small .section {
  width: 750px;
}

body.small .section .item {
  width: 510px;
}



/* @end */

/* @group footer */

#footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}



/* @end */

.sectionbtnDiv{
	float:left;
	background-color: white; /* #2f5376 ; */ /*#8AC007;*/
	padding:1px 10px 2px 10px;
	box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
.sectionbtn{
}
	
