/*
Theme Name: newtone
Theme URI: http://www.newone.cc
Description: newtone default theme
Author: Thomas Neumann
Version: 4.0
*/

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'MolengoRegular';
  src: url('fonts/Molengo-Regular-webfont.eot');
  src: local('☺'), url('fonts/Molengo-Regular-webfont.woff') format('woff'), url('fonts/Molengo-Regular-webfont.ttf') format('truetype'), url('fonts/Molengo-Regular-webfont.svg#webfontI1mXyLY2') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DejaVuSansBook';
  src: url('fonts/DejaVuSans-webfont.eot');
  src: local('☺'), url('fonts/DejaVuSans-webfont.woff') format('woff'), url('fonts/DejaVuSans-webfont.ttf') format('truetype'), url('fonts/DejaVuSans-webfont.svg#webfont1VsYjV21') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Puritan20Normal';
  src: url('fonts/Puritan_Regular-webfont.eot');
  src: local('☺'), url('fonts/Puritan_Regular-webfont.woff') format('woff'), url('fonts/Puritan_Regular-webfont.ttf') format('truetype'), url('fonts/Puritan_Regular-webfont.svg#webfonthJByadKK') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DroidSansRegular';
  src: url('fonts/DroidSans-webfont.eot');
  src: local('☺'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#webfontb9QNrogX') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSansBold';
  src: url('fonts/DroidSans-Bold-webfont.eot');
  src: local('☺'), url('fonts/DroidSans-Bold-webfont.woff') format('woff'), url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('fonts/DroidSans-Bold-webfont.svg#webfontCibXC3IK') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #d8e6ed;
  font-family: Arial, Helvetica, sans-serif;
  color: #6c6a6a;
  line-height: 16pt;
  font-size: 14px;
}
#wrapper {
  position: absolute;
  margin: 0 auto;
  background: url(images/header.jpg) no-repeat top;
  height: 100%;
  width: 100%;
}
#container {
  position: relative;
  margin: 0 auto;
  width: 860px;
}
#header {
  position: relative;
  width: 840px;
  height: 140px;
}
#logo {
  position: absolute;
  top: 55px;
  left: 35px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  width: 200px;
  height: 60px;
}
#nav {
  position: absolute;
  top: 68px;
  right: 40px;
}
#content {
  position: relative;
  float: left;
  background: #fff url(images/footer.jpg) no-repeat bottom;
  width: 760px;
  padding: 40px 40px 280px 40px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}
#copy {
  position: relative;
  float: left;
  margin: 0 auto;
  width: 760px;
  height: 30px;
  padding: 8px 40px 5px;
  background: #759aad;
  color: #ddd;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
}
.copy_text {
  display: block;
  background: url(images/cc.png) no-repeat;
  padding-left: 30px;
  font-size: 10px;
  line-height: 24px;
  height: 24px;
}
.copy_text a {
  color: #ddd;
  text-decoration: none;
}
#footer {
  clear: both;
  height: 40px;
  position: relative;
}

#content a {
  color: #0b96c4;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content a img {
  border: 0;
}
/*
#content h1, #content h2, #content h3, #content h4 {
  position: relative;
  z-index: 100;
}
*/
#content h1 {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #666;
  font-family: MolengoRegular, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 34px;
  border-bottom: 1px dotted #b6b5b0;
}
#content h2 {
  display: block;
  margin-bottom: 20px;
  color: #666;
  font-family: MolengoRegular, Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 26px;
  line-height: 30px;
}
#content h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #6c6a6a;
  font-family: MolengoRegular, Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
#content h4 {
  font-size: 16px;
  padding-bottom: 10px;
  color: #6c6a6a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  line-height: 22px;
  letter-spacing: 1px;
}
#content h5 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #666;
}
#content p {
  line-height: 20px;
  margin-bottom: 20px;
  clear: left;
}
#content ul {
  list-style-position: inside;
  margin: 0 0 20px 10px;
}
.alignleft {
  float: left;
  margin: 0 30px 20px 0;
  padding: 10px 2px 10px 10px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#content .portfolio .alignleft img {
  border: 1px solid #bbb;
}
.alignright {
  float: right;
  margin: 0 0 20px 30px;
  padding: 10px;
  background: #ddd;
  border: 1px solid #b6b5b0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
a.align_quote {
  position: relative;
  float: left;
  background: url(images/quote.png) no-repeat;
  height: 56px;
  width: 220px;
  text-indent: -9999px;
  cursor: pointer;
}
a.align_anbot {
  position: relative;
  float: left;
  background: url(images/anbot.png) no-repeat;
  height: 56px;
  width: 220px;
  margin-top: 10px;
  text-indent: -9999px;
  cursor: pointer;
}
a.align_quote:hover {
  background: url(images/quote_hover.png) no-repeat;
}
.align_target {
  position: relative;
  float: right;
  margin: -160px -30px 0 0;
  text-indent: -9999px;
  background: url(images/target.png) no-repeat;
  width: 337px;
  height: 290px;
  z-index: 1;
}
.portfolio ul {
  list-style: none;
}
.portfolio li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.caption {
  position: absolute;
  top: 200px;
  left: 0;
  width: 204px;
  height: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: bolder;
}
.wp-caption {
  height: 250px;
}
#content p.wp-caption-text {
  width: 180px;
  line-height: 18px;
  margin: 25px 0 0;
  text-align: center;
  font-size: 12px;
}

#nav ul {
  list-style: none;
}
#nav li {
  display: inline;
  margin-left: 10px;
  line-height: 30px;
}
#nav li a {
  padding: 7px 10px;
}
#nav a {
  color: #759aad;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bolder;
  text-shadow: 1px 1px 1px #fff;
}
#nav a:hover, #nav li.current_page_item a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 1px 1px 1px #3E748F;
  color: #fff;
  background: #759aad;
}
#nav a:active {
  color: #fff;
  background: #666;
}


#footer_content {
  position: absolute;
  height: 210px;
  width: 780px;
  bottom: 0;
  left: 30px;
}
#twitter, #share {
  display: block;
}
#twitter {
  position: absolute;
  top: 30px;
  left: 470px;
  background: url(images/twitter.png) no-repeat top left;
  width: 100px;
  margin-left: 30px;
}
#share {
  float: left;
  width: 150px;
  margin-top: 110px;
}
.widget-title {
  margin-left: 12px;
}
.tooltip {
  position: relative;
}
.tooltip span {
  position: absolute;
  margin-left: -9999px;
}
.tooltip:hover span {
  border-radius: 5px 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); 
  -webkit-box-shadow: 2px 5px rgba(0, 0, 0, 0.2); 
  -moz-box-shadow: 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #fff; 
  left: 60px; 
  top: -90px; 
  z-index: 99;
  margin-left: 0;
  padding: 10px;
  width: 150px;
}

/*
#twitter ul {
  float: left;
  background: #EBF0F3;
  background: rgba(235, 240, 243, .8);
  border: 2px solid #e6eef3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 1px 8px #bbb;
  -moz-box-shadow: 2px 1px 8px #bbb;
  -webkit-box-shadow: 2px 1px 8px #bbb;
  margin: 0;
  padding: 6px 10px 2px;
  font-family: Arial, Helvetica, sans-serif;
}
#twitter ul {
  width: 350px;
}
#share ul {
  width: 175px;
}

#twitter li, #share li {
  list-style: none;
  font-size: 12px;
  line-height: 16px;
  color: #6c6a6a;
  padding: 2px 0 4px;
  border-bottom: 1px solid #b6b5b0;
}
#share li {
  border-bottom: none;
}
#twitter li:last-child, #share li:last-child {
  border-bottom: none;
}
*/

.wpcf7-form label {
  float: left;
  width: 100px;
  font-weight: bolder;
}
.wpcf7-form ul {
  position: relative;
  float: left;
  display: block;
  list-style: none;
  width: 450px;
  padding-top: 20px;
}
.wpcf7-form li {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
  padding: 4px;
  border: 1px solid #ddd;
  margin-bottom: 10px;  
}
.wpcf7-form textarea {
  position: relative;
  display: block;
  width: 300px;
  height: 150px;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  -moz-box-shadow: 1px 0 6px #ddd;
}
.wpcf7-form input[type=submit] {
  margin-left: 100px;
  padding: 5px 8px;
  height: 30px;
  background: #fff url(images/item_bg.jpg) repeat-x;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  text-shadow: 1px 1px 1px #999;
}
.wpcf7-form .star {
  color: #ff0000;
}
.wpcf7-form .wpcf7-not-valid-tip {
  position: relative;
  float: left;
  clear: both;
  height: 16px;
  padding: 5px;
  top: -10px;
  left: 100px;
  color: #ff0000;
  border: none;
}
.wpcf7-response-output {
  float: left;
  display: block;
}


