/*
Theme Name: Seedcamp
Theme URI: http://www.seedcamp.at/
Description: Standard Theme for Seedcamp
Author: Thomas Neumann
Version: 4.0
*/


* {
  margin: 0;
  padding: 0;
}


/*
@font-face {
  font-family: 'DroidSansRegular';
  src: url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/DroidSans-webfont.eot');
  src: local('☺'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/DroidSans-webfont.woff') format('woff'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/DroidSans-webfont.ttf') format('truetype'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/DroidSans-webfont.svg#webfontb9QNrogX') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSansBold';
  src: url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/DroidSans-Bold-webfont.eot');
  src: local('☺'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/DroidSans-Bold-webfont.woff') format('woff'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/DroidSans-Bold-webfont.svg#webfontCibXC3IK') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'CartoGothicStdBook';
  src: url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/CartoGothicStd-Book-webfont.eot');
  src: local('☺'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/CartoGothicStd-Book-webfont.woff') format('woff'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/CartoGothicStd-Book-webfont.svg#webfontnQtAzMaZ') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CartoGothicStdBold';
  src: url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/CartoGothicStd-Bold-webfont.eot');
  src: local('☺'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/CartoGothicStd-Bold-webfont.woff') format('woff'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('http://www.seedcamp.at/wp-content/themes/seedcamp/fonts/CartoGothicStd-Bold-webfont.svg#webfontMybwtPYN') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* structure */

body {
  background: #3c0000;
  color: #B9B9B9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
#page {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 940px;
  background: #540101;
}
#header {
  background: url(images/header.jpg) no-repeat;
  width: 940px;
  height: 100px;
  z-index: 1;
}
#nav {
  position: relative;
  background: url(images/nav_bg.png) no-repeat;
  width: 940px;
  height: 70px;
  z-index: 10;
}
#sidebar {
  display: table-row;
  position: relative;
  float: right;
  width: 360px;
  margin-top: -40px;
  background: #4a0905;
  z-index: 2;
}
#content {
  display: table-row;
  float: left;
  width: 540px;
  padding: 20px;
  background: #540101;
}
#footer {
  float: left;
  background: url(images/footer.jpg) no-repeat;
  width: 940px;
  height: 294px;
}

a {
  outline: 0;
}

/* main navigation */

#nav ul {
  list-style: none;
  padding: 16px 0 0 18px;
  font-size: 1em;
  width: 750px;
}
#nav li {
  display: inline;
  font-weight: bolder;
}
#nav li a {
  color: #B38864;
  text-decoration: none;
  margin-right: 3px;
  padding: 5px 8px;
  line-height: 16px;
  background: #3c0000;
  border: 1px solid #540101;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#nav li a:hover, #nav li.current-page-ancestor a, #nav li.current_page_parent a, #nav li.current_page_item a {
  color: #E99F18;
  background: #540101;
  border: 1px solid #6F1414; 
}
#nav .menu-item-1123 a {
  display: inline-block;
  background: #3c0000 url(images/home.png) 7px 4px no-repeat;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
}
#nav .menu-item-1123 a:hover, #nav li#menu-item-1123.current_page_item a, #nav li#menu-item-1123.current-page-ancestor a {
  background-color: none;
  background: #540101 url(images/home_hover.png) 7px 4px no-repeat;
}
.breadcrumb {
  position: relative;
  display: block;
  width: 530px;
  z-index: 100;
  margin-left: 20px;
  font-size: 0.8em;
}
.breadcrumb a {
  color: #ff6600;
  text-decoration: none;
}

/* language */

#lang {
  float: right;
  height: 20px;
  position: relative;
  top: -50px;
  width: 110px;
  z-index: 10;
}
#lang ul {
  margin: 0;
  padding: 0;
}
#lang li {
  display: inline-block;
  margin-left: 7px;
}

/* sidebar */

#sidebar a {
  text-decoration: none;
  color: #B38864;
}

.search, .quicklinks, .recommend {
  display: block;
  float: left;
  width: 320px;
  padding: 20px;
  border-bottom: 1px solid #3c0000;
}
.search {
  background: #4e0b06;
  border-bottom: 1px solid #3c0000;
}
.search #searchform {
  border: 3px solid #7F1F1F;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 250px;
  margin: 2px;
}
.search input[type=text] {
  width: 200px;
  height: 20px;
  padding: 5px;
  background: #ffcccc;
  border: none;
  border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  box-shadow: 1px 1px 1px black inset;
  -moz-box-shadow: 1px 1px 4px black inset;
  -webkit-box-shadow: 1px 1px 1px black inset;
}
.search input[type=submit] {
  width: 40px;
  height: 30px;
  background: #ffcccc url(images/zoom.png) 10px 7px no-repeat;
  cursor: pointer;
  border: none;
  border-left: 2px solid #7F1F1F;
  text-indent: -9999px;
  margin: -2px 0 0 -4px;
  border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  vertical-align: middle;
}
.quicklinks a {
  color: #540101 !important;
  text-align: center;
  font-size: 1.3em;
  float: left;
  width: 150px;
  height: 32px;
  padding-top: 8px;
  margin: 0 10px 10px 0;
  background: url(images/button_bg.png) repeat-x;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.4);
}
.quicklinks a:hover {
  background: url(images/button_bg_hover.png) repeat-x;
}
.quicklinks a:active {
  background: url(images/button_bg_active.png) repeat-x;
}

.sidebar_table {
  border-collapse: separate;
  display: table;
  width: 320px;
  padding: 20px;
  border-bottom: 1px solid #3c0000;
}
.sidebar_elements {
  display: table-row;
}

.sidenav ul {
  list-style-type: none;
  width: 140px;
}
.sidenav li {
  list-style: none;
  line-height: 1.4em;
}
.sidenav li a {
  display: block;
  color: #b38864;
  padding: 3px 5px;
  border-bottom: 1px solid #3c0000;
}
.sidenav li a:hover, .sidenav li.current_page_item a, .sidenav li.current-cat a {
  color: #ff6600 !important;
  background: #3c0000;
}
.sidenav ul.children {
  padding-left: 10px;
}

.sidenav, .goodies {
  display: table-cell;
  vertical-align: top;
  width: 145px;
}
.goodies {
  padding-left: 8px;
}
.goodies .entry-content {
  margin: 0;
}
.sidenav {
  border-right: 1px solid #3c0000;
}
.guestbook {
  padding-right: 10px;  
}
#sidebar .guestbook h3 {
  margin-bottom: 0;
}
.calendar ul {
  list-style: none;
}
.calendar li {
  display: block;
  padding: 3px 5px;
  border-bottom: 1px solid #3c0000;
  width: 150px;
  background: #540101;
}
.recommend ul {
  margin-left: 15px;
}
.recommend li a {
  display: block;
  color: #b38864;
  padding: 3px 5px;
  border-bottom: 1px solid #3c0000;
}
.recommend li a:hover {
  color: #ff6600 !important;
  background: #3c0000;
}
#sidebar .ngg-widget a img {
  float: left;
  border: 1px solid #3c0000;
  margin: 0 0 3px 3px;
}
.gallery, .calendar {
  display: block;
  float: left;
  clear: both;
}
.gallery ul {
  list-style: none;
}
.gallery li {
  display: inline;
}

#content .button a,
#sidebar .button a {
  display: block;
  float: left;
  padding: 5px 8px;
  margin: 10px 0;
  background: #D98A2D;
  color: #540101;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#content .button a:hover,
#sidebar .button a:hover {
  color: #D98A2D;
  background: #540101;
  text-decoration: none;
  box-shadow: 0 0 2px #D98A2D;
} 

/* content */

#content h1 {
  display: block;
  font-family: CartoGothicStdBook, Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #fbd3b0;
  margin-bottom: 18px;
  font-weight: lighter;
  border-bottom: 1px dotted #fbd3b0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
#content h2 {
  display: block;
  font-family: CartoGothicStdBook, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #fbd3b0;
  margin-bottom: 14px;
  font-weight: lighter;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
#content h3, #sidebar h3 {
  display: block;
  font-family: CartoGothicStdBook, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #fbd3b0;
  margin-bottom: 12px;
  font-weight: lighter;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
#content h4 {
  display: block;
  font-family: CartoGothicStdBook, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #fbd3b0;
  margin-bottom: 12px;
  font-weight: normal;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
#content p, #content ul, #sidebar p, .meta {
  line-height: 1.4em;
  margin-bottom: 12px;
}
#content a {
  color: #E59638;
  text-decoration: none;
}
#content a img {
  border: none;
}
#content a:hover, .breadcrumb a:hover {
  text-decoration: underline;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover {
  text-decoration: none;
}
#content h1 a:active, #content h2 a:active {
  display: block;
  text-decoration: none;
  background: #7F1F1F;
}
#content ul, #content ol {
  margin-left: 30px;
}
#content hr {
  margin: 10px 0;
}
.entry {
  padding: 5px;
}
#content .entry-content {
  display: block;
  float: left;
  margin: 10px 0;
  width: 100%;
}
.type-post {
  float: left;
  margin: 20px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3C0000;
}
.meta {
  display: block;
  float: left;
  background: #6c0d0a;
  width: 540px;
  vertical-align: middle;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.info {
  float: left;
  padding: 5px 8px;
}
.more {
  float: right;
  background: #dc7e0f;
  height: 20px;
  padding: 5px 8px;
  border-radius: 5px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
#content a span.meta-nav {
  display: block;
  clear: both;
  margin-top: 5px;
}

.alignleft, .featured img  {
  float: left;
  margin: 0 10px 10px 0;
}
img.alignleft,
#featured-articles a img,
.wp-post-image  {
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  background: #3C0000;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#comments {
  margin: 15px 0;
  padding-top: 10px;
  border-top: 1px solid #3C0000;
}
#content .comment {
  margin-bottom: 10px;
}
#commentform p {
  position: relative;
}
#commentform label {
  width: 120px;
  float: left;
  display: block;
}
#commentform .required {
  position: absolute;
  top: 2px;
  left: 110px;
  color: #ff0000;
}
#commentform .comment-notes .required {
  left: 510px;
}
.form-allowed-tags {
  display: none;
}

#content input, #content textarea {
  border: 1px solid #FF6666;
  padding: 2px;
  background: #FFCCCC;
  color: #000000 !important;
  font: Arial, Helvetica, sans-serif;
}
#content input:focus,
#content textarea:focus,
#content select:focus  { 
  background:#FEFCFA; 
}
#content input:hover,
#content textarea:hover,
#content select:hover  { 
  background:#fff;
  cursor: pointer;
}
#content .form-submit {
  margin-left: 120px;
}

#content .comment-body {
  padding: 10px;
  border: 1px solid #6c0d0a;
  background: #4A0905;
}
#content .comment-author {
  margin-bottom: 10px;
}

/*.featured {
  padding-bottom: 10px;
  border-bottom: 1px dotted #FBD3B0;
}*/
#featured-articles {
  float: left;
}
#featured-articles .featured, 
#featured-articles .featured-bottom .recent {
  display: block;
  float: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #3C0000;
  width: 100%;
}

.linklove {
  display: none;
}

