/* (c) 2012, Nikos Papaspyrou, nickie@softlab.ntua.gr
   Based on:

 Design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
 */

body {
  margin: 20px;
  padding: 0;
  background: #CCCCCC;
}

body, th, td, input, textarea, select {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #555555;
}

h1, h2, h3 {
  color: #3A570F;
}

h1 {
  letter-spacing: -2px;
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1em;
}

input, textarea, select {
  color: #000000;
}

a {
  color: #3A570F;
}

a:hover {
  text-decoration: none;
}

a.inlineLink {
  color: #3A570F;
  font-family: Courier New, Courier, mono;
  font-style: normal;  
}

noscript:link {
  color: #3A570F;
  font-family: Courier New, Courier, mono;
  font-style: normal;
}

/* Sidebar */

#sidebar {
  float: left;
  width: 241px;
}

/* Logo */

#logo {
  margin-bottom: 10px;
  background: #658634 url(images/img02.gif) repeat-y;
}

#logo h1, #logo p {
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
}

#logo h1 {
  padding-top: 30px;
  background: url(images/img01.gif) no-repeat;
}

#logo p {
  padding-bottom: 30px;
  background: url(images/img03.gif) no-repeat left bottom;
}

#logo a {
  text-decoration: none;
  color: #FFFFFF;
}

/* Widgets */

#widgets {
  background: #658634 url(images/img02.gif) repeat-y;
}

#widgets-top {
  height: 20px;
  background: url(images/img01.gif) no-repeat top;
}

#widgets-bottom {
  height: 20px;
  background: url(images/img03.gif) no-repeat bottom;
}

#widgets * {
  color: #FFFFFF;
}

#widgets ul {
  margin: 0;
  padding: 0 20px 20px 20px;
  background: url(images/img03.gif) no-repeat left bottom;
}

#widgets li {
  padding: 4px 0 4px 0;
  list-style-image: url(images/img05.gif);
  list-style-position: inside;  
}

#widgets h1 {
  margin: 0 0 0 20px;
  padding: 0 0 10px 0;
  font-size: 2em;
}

#widgets h2 {
  margin: 0 0 0 20px;
  padding: 0 0 10px 0;
  font-size: 1.25em;
}

#widgets li.sponsor {
  margin: 0 0 0 14px;
  padding: 4px 0 4px 0;
  list-style-image: none;
  list-style-type: square;
  list-style-position: outside;
}

#widgets ul.dept {
  margin: 0;
  padding: 0 0 0 20px;
  background: none;
}

#widgets li.dept {
  padding: 4px 0 4px 0;
  list-style-position: outside;
}

/* Page */

#page {
  margin-left: 250px;
}

/* Search */

#search {
  height: 51px;
  background: url(images/img06.gif) repeat-x;
}

#search form {
  height: 51px;
  margin: 0;
  padding: 0;
  background: url(images/img07.jpg) no-repeat;
}

#search fieldset {
  height: 40px;
  margin: 0;
  padding: 11px 20px 0 0;
  background: url(images/img08.gif) no-repeat right top;
  border: none;
  text-align: right;
}

/* Content */

#content {
}

#content h1, #content h2 {
  font-weight: normal;
  margin-top: 0;
}

.pagetitle {
  margin: 0 0 10px 0;
  /* padding-top: 27px; */
}

.post {
  margin-bottom: 10px;
  background: #ADB79E url(images/img09.gif) repeat-y right top;
}

.title {
  margin: 0;
  padding: 0 20px;
}

.byline {
  margin: 0 20px;
  border-top: 2px solid #C2C9B6;
}

.entry {
  padding: 0 20px 0 20px;
}

.box {
  padding: 8px 20px 8px 20px;
  border: 2px solid #658634;
  border-radius: 12px;
  margin: 0 20px 0 50%;
  text-align: center;
  font-size: larger;
  background: #C2C9B6;
}

.meta {
  margin: 0;
  padding: 0 20px;
}

.deadline {
  color: #CC3412;
  font-weight: bold; 
}

li.loose {
  margin: 0 0 6px 0;
  padding: 0 0 6px 0;
}

p.loose {
  margin: 0 0 6px 0;
}

/* Rounded Corners */

.ct {
}

.ct .l {
  background: url(images/img10.gif) no-repeat;
}

.ct .r {
  height: 15px;
  background: url(images/img11.gif) no-repeat right top;
}

.cb {
  background: url(images/img12.gif) repeat-x left bottom;
}

.cb .l {
  background: url(images/img13.gif) no-repeat left bottom;
}

.cb .r {
  height: 15px;
  background: url(images/img14.gif) no-repeat right bottom;
}

/* The program */

.program_item {
  margin: 6px 0 6px 0;
  font-weight: bold;
  color: #123456;
}

.program_hour {
  width: 7em;
  font-weight: bold;
  color: #CC3412;
  display: inline-block;
}

.program_paper {
  margin: 0 0 6px 3.5em;
}

/* Misc */

.tbd {
  background: #fe921f;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  padding: 0.5em 0.8em;
  margin-top: 0.5em;
}

/* Footer */

#footer {
  clear: both;
  padding-top: 5px;
  font-size: smaller;
}

#footer p {
  text-align: right;
  margin: 0;
}
