/* General styles */
body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #454545;
  font-size: 62.5%;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.clear { clear: both; }

a {
  text-decoration: none;
  color: inherit;
}

a img { border: none; }

.float-right {
  float:right;
}

/* Layout */
#container {
  background: #fff url(../img/container-bg.gif) repeat-y;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#right-column {
  width: 290px;
  position: absolute;
  right: 30px;
  background-color: #e1f0f5;
}

#right-column img { display: block; }

h1 {
  margin: 0;
  text-indent: -9999px;
  background: #e0e0e0 url(../img/h1_el.gif) 50px 70px no-repeat;
  height: 170px;
}

/* reset lists */
#top-menu, #right-menu, #right-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* top menu */
#top-menu {
  padding: 27px 0 15px 0;
  margin-right: 320px;
  height: 12px;
} 

#top-menu li {
  display: inline;
  padding: 0 0 15px 0;
  
}

#top-menu li:hover { background: url(../img/menu_bg_hover.gif) bottom left no-repeat; }
#top-menu li.selected { background: url(../img/menu_bg_selected.gif) bottom left no-repeat; }

#top-menu li a {
  color: #454545;
  border-left: 1px solid #454545;
  padding: 4px 25px 4px 15px;
  background-repeat: no-repeat;
  background-position: 93%;
}


#top-menu li:first-child a {
  border: none;
  padding-left: 3px;
}

#top-menu-home { background-image: url(../img/icon-home.gif); }
#top-menu-contact { background-image: url(../img/icon-contact.gif); }
#top-menu-cv { background-image: url(../img/icon-cv.gif); }
#top-menu-private-practice { background-image: url(../img/icon-practice.gif); }
#top-menu-sitemap { background-image: url(../img/icon-sitemap.gif); }
#top-menu-lang-en { background-image: url(../img/flag-en.gif); }
#top-menu-lang-el { background-image: url(../img/flag-el.gif); }

/* right menu */
#right-menu {
  margin-top: 30px;
}

#right-menu li {
	display: block;
	float: left;
	width: 100%;
}

#right-menu li a {
  display: block;
  padding: 11px 25px;
  margin: 2px 0;
  font-family: Candara, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  color: #00a2bf;
  background-color: #e6fbff;
}

#right-menu li a:hover { color: #000; }

#right-menu ul li a {
  padding: 3px 10px 5px 50px;
  margin: 0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #000;
  background: #e1f0f5 url(../img/menu-arrows.gif) 32px 52% no-repeat;
}

#right-menu ul li a:hover { color: #00a2bf; }

/* telephone */
#telephone {
  width: 220px;
  height: 18px;
  margin: 40px auto 20px;
  background: url(../img/telephone-bar.gif) no-repeat;
}

#telephone div {
  float: left;
  text-align: center;
  padding: 3px 0;
}

#telephone div#t-appt {
  width: 100px;
}

#telephone div#t-num {
  width: 120px;
  color: #00a2bf;
}

/* content */
#content {
  padding: 20px;
  margin-right: 320px;
  font-size: 1.2em; /* fonts are 12px from now on */
  line-height: 1.5;
}

#content h2 {
  width:500px;
}

#content a { color: #454545; }
#content a:hover { color: #00A2BF; text-decoration: underline; }

#content p {  }

h2 {
  font-family: Cambria, Georgia, "Times New Roman", serif;
  font-size: 2.4em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

blockquote {
  width: 400px;
  margin: 2em auto;
  background: url(../img/lquote.gif) top left no-repeat;
}

blockquote p {
  background: url(../img/rquote.gif) bottom right no-repeat;
  font-family: Cambria, Georgia, "Times New Roman", serif;
  font-size: 1.5em;
  padding: 0 25px;
  width: 350px;
  line-height: 1.4em;
}

.news { width: 600px; }

/* news */
h3.news-title {
  margin: 1.5em 0 1em;
  text-indent: -9999px;
  height: 40px;
  background: url(../img/news-heading_el.gif) no-repeat;
  position:relative;
  z-index:1;
}

.news-item {
  width: 270px;
  float: left;
  padding: 15px 5px 15px 10px;
}

.news-item.odd {
  margin-right: 10px;
  clear: left;
}

.news-item.even {
  margin-left: 10px;
}

.news-item.bordered {
  border-top: 1px dashed #d3d3d3;
}

.news-item h4 {
  font-size: 0.9em;
  float: left;
  margin: 0 0 10px 0;
  padding-left: 20px;
  background: url(../img/news-bullet.gif) left center no-repeat;
}

.news-item .date {
  color: #6eaec9;
  font-family: Candara, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-left: 0.5em;
  font-size: 1.2em;
}

.news-item p {
  clear: left;
  margin: 0;
}

.cols1 { width: 186px; }
.cols2 { width: 372px; }
.cols3 { width: 558px; }

.three-per-row { margin-left: 20px; }
.two-per-row { margin-left: 110px; }

.thumbnails { text-align: center; }

.thumbnails a {
  padding: 2px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  margin: 10px;
}

.thumbnails img { display: block; }

#contact-info {
	text-align: center;
}

#contact-form label, #contact-form input, #contact-form textarea {
	float: left;
	display: block;
	padding: 2px;
	margin: 2px 0;
}

#contact-form input, #contact-form textarea { width: 400px;}

#contact-form label {
	clear: left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

#contact-form label.required:before {
	content: "*";
	font-weight: bold;
	color: #e00;
}

/* footer */
#footer {
  background-color: #000;
  color: #fff; 
  padding: 9px 30px;
  margin-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }

#cv-photo { float: left; margin: 0 10px 10px 0; border: 1px solid #bebebe; }

#generation { float: left; width: 400px; }
  #generation a { padding: 2px 0; }  
  #generation-icon { background: url(../img/gene-pixel-icon.gif) right center no-repeat; padding-right: 14px !important; font-weight: bold; }
#copyright { float: left; width: 500px;  text-align: right; }


.success { text-align: center; font-weight: bold; color: #16890d; }
.failure { text-align: center; font-weight: bold; color: #890d0d; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

/**************************
* Social Networking Tools
**************************/
#content {
  position:relative;
}

.social-icons {
  position:absolute;
  top:25px;
  right:20px;
  float: right;
  background-position: center;
}

.social-icons ul {
  list-style: none;
  display: inline;
  margin:0!important;
}

.social-icons li {
  display: inline;
  margin: 0 0 0 5px;
  position: relative;
}

.social-icons li:first-child {
  margin-left: 0;
}

.social-icons a {
  opacity: 0.7;
}

.social-icons a:hover {
  opacity: 1;
}

.social-icon-title-outer {
  margin-right: 10px;
  color: #666;
  position: absolute;
  bottom: 21px;
  left: -3.3em;
  width: 8em;
  padding-bottom: 6px;
  background: url(../images/website/popup-arrow.gif) no-repeat bottom center;
  -moz-border-radius: 5px;
}

.social-icon-title-inner {
  text-align: center;
  padding: 0.25em;
  background-color: #f9f9f9;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #d5d5d5;
  line-height: 1.25;
}

.grad-box {
  padding: 10px 10px;
}

ul.grad-box {
  list-style: none;
}

.grad-box li {
  margin-bottom: 0.4em;
}

/*************
* RSS
*************/
.title-container {
  position:relative;
}

.rss-icon {
  float:right;
  width:auto;
  position:absolute;
  top:0px;
  right:10px;
  z-index:10;
}

.rss-info-wrapper {
  position:absolute;
  top:0;
  left:0;
  display:none;
}

.rss-info {
  top:-46px;
  position:absolute;
  width:140px;
  height:16px;
  padding:4px;
  background-color:#2670b8;
  color: #fff;
  border: 2px solid #074886;
  font-size: 10px;
  text-align: center;
  font-family: Tahoma, Verdama, Arial, Helvetica, sans-serif;
}

.rss-info-corner {
  position: absolute;
  top: -20px;
  left: 10px;
  background: url(../img/rss-info-corner.gif) no-repeat;
  width: 16px;
  height: 14px;
}