/*
(c) Copyright 2007 ROBO Design
http://www.robodesign.ro/
*/

/* the introduction box on the front page */
#welcome-intro {
  margin: 0 auto 20px auto;
  width: 78%;
  border: 1px solid #dadfbd;
  background: #fbfbf4 url("../images/front-page/intro-top.png") repeat-x;
  padding: 10px 10px 17px 10px;
  position: relative;
}

#welcome-intro h2 {
  color: #b86040;
  margin: 5px 0;
  font-size: 1.2em;
  border: 0;
}

/* eh, the "nice" shadow for the introduction box
 * we need CSS 3 border-image
 */
#welcome-intro-bottom {
  background: url("../images/front-page/intro-bottom.png") bottom left repeat-x;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 42px;
}

#welcome-intro-corner-left {
  background: url("../images/front-page/intro-corner-left.png") no-repeat;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 20px;
  height: 12px;
}

#welcome-intro-corner-right {
  background: url("../images/front-page/intro-corner-right.png") no-repeat;
  position: absolute;
  bottom: -12px;
  right: -13px;
  width: 20px;
  height: 20px;
}

#welcome-intro-right {
  background: url("../images/front-page/intro-right.png") repeat-y;
  position: absolute;
  top: 0;
  right: -13px;
  width: 12px;
  height: 100%;
}

#welcome-intro-corner-top {
  background: url("../images/front-page/intro-corner-top.png") no-repeat;
  position: absolute;
  top: 0;
  right: -13px;
  width: 12px;
  height: 20px;
}

/* the two boxes on the front page, for Mihai and Marius */
.welcome-box {
  background: #fbfbf4 bottom right no-repeat;
  border: 1px solid #dadfbd;
  width: 80%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

#mihai-section {
  background-color: #fff9f0;
  background-image: url("../images/front-page/box-mihai.jpg");
}

#marius-section {
  background-image: url("../images/front-page/box-marius.jpg");
  float: right;
}

.welcome-box-title {
  background: url("../images/front-page/box-title.png");
  border-bottom: 1px solid #cfcda1;
  padding: 8px 10px;
  margin: 0;
  font-size: 1.3em;
}

.welcome-box-title a {
  display: block;
  color: #b86040;
  text-decoration: none;
  text-shadow: 2px 2px 4px #bbb;
}

.welcome-box-title a:hover,
.welcome-box-title a:focus {
  color: #000;
}

.welcome-latest-posts {
  color: #b86040;
  margin: 20px 0 0 10px;
  font-size: 1.3em;
  border: 0;
  text-shadow: 3px 3px 5px #c3a5a5;
}

.welcome-snippet {
  margin-left: 10px;
  margin-right: 10px;
}

.welcome-box ol {
  list-style: square outside;
  margin: 15px 0 20px 2.6em;
}

.welcome-box li {
  margin: 0;
  text-align: left;
}

.welcome-atom {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px !important;
  margin: 0 !important;
  padding: 0;
}

.welcome-atom a {
  display: block;
  width: 16px;
  padding-top: 16px;
  height: 0;
  overflow: hidden;
  background: url("../images/feed-icon-16x16.png") no-repeat !important;
  opacity: 0.4;
}

.welcome-atom a:hover,
.welcome-atom a:focus {
  opacity: 1;
}

.welcome-snippet a {
  color: #993;
  text-decoration: none;
  white-space: nowrap;
}

.welcome-snippet a:hover,
.welcome-snippet a:focus {
  text-decoration: underline;
}

.welcome-snippet a:before {
  content: "[ ";
}
.welcome-snippet a:after {
  content: " ]";
}

/* and now the shadow for the two boxes */
.welcome-box-bottom {
  background: url("../images/front-page/box-bottom.png") repeat-x;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 12px;
}

.welcome-box-corner-left {
  background: url("../images/front-page/box-corner-left.png") no-repeat;
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 20px;
  height: 12px;
}

.welcome-box-corner-right {
  background: url("../images/front-page/box-corner-right.png") no-repeat;
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 12px;
  height: 12px;
}

.welcome-box-right {
  background: url("../images/front-page/box-right.png") repeat-y;
  position: absolute;
  top: 0;
  right: -13px;
  width: 12px;
  height: 100%;
}

.welcome-box-corner-top {
  background: url("../images/front-page/box-corner-top.png") no-repeat;
  position: absolute;
  top: 0;
  right: -13px;
  width: 12px;
  height: 20px;
}

/* the footer */

#welcome-footer .wf2_suggestions {
  left: 4.3em;
  bottom: 100%;
  width: 300px;
}

#welcome-footer {
  border-top: 1px solid #ccc;
  clear: both;
  padding-top: 20px;
  position: relative;
}

#welcome-footer p {
  text-align: left;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#welcome-footer label {
  font-weight: bold;
}

#newsletter-field,
#search-field {
  width: 120px;
}

#search-form {
  position: absolute;
  top: 20px;
  left: 0;
}

#newsletter-form p {
  text-align: right;
}

.google_ads {
  text-align: center;
}
