/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
  display: block;
  width: 155px;
  height: 50px;
  background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
  height: 55px;
  padding: 0px 0px 0px 5px;   /* DEJ Changed from 0px 5px 0px 5px */
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: #F0F4F9;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
  background-position: 50% -220px ;
  background-repeat: repeat-x;
}

#menu a.level1 span.title,
#menu span.level1 span.title {
  font-size: 13px;     /* DEJ changed from 12px   */
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
}

#menu a.level1 span.subtitle,
#menu span.level1 span.subtitle {
  margin-top: -3px;
  font-size: 13px;   /* DEJ changed from 9px  */
  font-weight: normal;
  line-height: 10px;
  text-transform: none;
  text-align: center;
  letter-spacing: 0px;
}

/* demo content: frontpage + template */

.demoteaser { padding: 0 30px 0 20px; }

.demoteaser > img { float: left; }

.demoteaser .text {
  text-align: right;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  overflow: hidden;
}

#page .demoteaser h3.title {
  margin-top: 30px;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1px;
}

.demoteaser h4.subtitle {
  margin-top: -5px;
  font-size: 36px;
  line-height: 36px;
}

#page.webfonts .demoteaser h3.title,
.webfonts .demoteaser h4.subtitle { font-family: 'Lobster'; }

.font-lucida .demoteaser h4.subtitle { letter-spacing: -1px; }

.demoteaser h4.subtitle span { 
  color: #ffffff;
  text-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.demoteaser .text > p {
  margin: 40px 0 45px 0;
  color: #9b9da3;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 30px;
}

.demoteaser p span { color: #515256; }

/* demo content: icons page */
.iconbox { 
  padding: 20px;
  background: #ffffff;
  overflow: hidden; 
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* twitter widget */
.wk-twitter-single .content {
  font-family:'Times New Roman', Times, serif;
  font-size:18px;
  line-height:30px;
}

/* OVERRIDE weblinks component styling */
table.category {
  width: 100%;
}
th.title, th.hits {
  /*background-color: #6594c2;*/
  background-color: #ffffff;
  color: #f4f4f6;
}
tr.cat-list-row0 {
  font-size: 1.2em;
}
tr.cat-list-row1 {
  font-size: 1.2em;
  background-color: #e1e1e4;
}
td.hits {
  text-align: center;
}

/* OVERRIDE polaroid module styling */
div.mod-polaroid div.box-3 {
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #C8C8C8;
}

div.mod-polaroid p {
  margin-top: 0px;
  margin-bottom: 0px;
}