/*
Theme Name:     WEBNOX_Child_Theme
Theme URI:      http://ygorgeyer.com/
Description:    Child theme to WEBNOX theme - based on Pexeto The Cotton
Author:         Ygor Geyer - WEBNOX
Author URI:     http://webnox.se
Template:       WEBNOX
Version:        0.1
*/

@import url("../WEBNOX/style.css");

/*------------Diverse---------------------*/

a {
  text-decoration: none;

}

a:hover {
  text-decoration: underline;
}


.double-line {
  width: 100%;
  height: 3px;
  display: block;
  border-top: none !important;
  border-bottom: 2px solid #353535 !important;
  font-size: 3px;
}

  /*---------------------------SLIDER----------------------------*/
#slider-container {
  width: 960px;
  height: auto;
  position: relative;
  margin-top: 5px;
  clear: both;
  float: left;
}

img.img-frame,img.attachment-post_box_img,.img-frame img,.img-wrapper,.slider-frame, #content-container .gallery img
  {
  padding: 4px;
  border: 1px solid #fff;
  background-color:#fff;
}

  /*---------------------------NIVO SLIDER----------------------------*/
#nivo-slider {border: 1px solid #eee;}


  /*---------------------------THUMBNAIL SLIDER----------------------------*/
#slider-img-wrapper, #slider, #slider img {height: 600px;}
#slider-img-wrapper { border: 1px solid EEE;}

/*---------------------------- LOGO ----------------------------*/
#logo-container {
  height: auto;
  overflow: hidden;
  float: left;
  margin-top: 15px !important;
  padding-left: 5px;
}

  /*-------------------------MENU---------------------------*/
#menu-container {
  float: right;
  margin-top: 75px;
  max-width: 800px;
  margin-right: 5px;
}

#menu ul li a {
  padding-left: 35px; /*-change space between topics on the menu-*/
}

#menu ul ul {
  left: 20px;
  border-bottom: 2px solid #ccc;
}
  /*-------------------------CONTENT----------------------------*/
#content-container {
  height: auto;
  min-height: 200px;
  width: 960px;
  padding: 10px 0px;
}

/*-------- COLUMNS --------*/
.services-box img {
  margin-top: 0px;
  max-width: 290px;
}
.services-box h2 {
  color: #454545;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  margin-top: 0px;
  color: #686868;
  padding-top: 5px;
  margin-bottom: 5px;
}

/*------------PORTFOLIO-------------*/
.showcase-item h6 {
  float: left;
  width: 210px;
  margin-top: 0px;
  font-size: 14px;
  font-style: italic;
  text-transform: none !important;
}

.post-info {
  color: #b5b5b5;
  font-size: 0px; /*-size 0 to remove the post-info fromt the right list-*/
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*------------PORTFOLIO CAROUSEL-------------*/
.latest-projects hr {
  border-style: none;
}
.latest-projects-holder .latest-project {
  display: block;
  float: left;
  padding: 21px 20px 0px 20px;
  border-right: 0px dotted #e2e2e2;
}

/*------------BLOGROLL-------------*/

ul.blogroll img {
  float: left;
  margin-right: 7px;
  width: 45px;
}

/*----------LINKS-----------*/
.links {
  font-family: "Droid Serif",Georgia, "Times New Roman", Times, serif;
  font-style: bold;
  text-align: center;
}

/*----------SUPER_RSS Plugin-----------*/

#super_rss_reader-4 .srr-wrap{
  border: 2px solid #00ccff;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
#super_rss_reader-4 .srr-wrap .even{
  background-color: #F9FEFF;
}
#super_rss_reader-4 .srr-wrap a{
  text-decoration:none;
  padding-left: 20px;
  background: url(images/twitter-bird.png) no-repeat;
  color: #333;
}

/*----------Backgrounds and Borders-----------*/

.bg_tittle_black {
  background-image: url(http://wijkman.se/wp-content/uploads/2012/05/bg_button.png);
  background-position: center;
  background-repeat: repeat-x; 
  color: #eee !important;
  font-size: 18px;
//  -moz-border-radius-topleft: 50px 25px;
//  border-top-left-radius: 50px 25px;
//  -moz-border-radius-topright: 50px 30px;
//  border-top-right-radius: 50px 30px;
  padding:5px;
//  text-shadow: 0 1px 1px #ccc;
  text-transform: uppercase;
}

.bg_tittle {
  background-image: url(http://wijkman.se/wp-content/uploads/2012/05/bg_button.png);
  background-position: bottom;
  background-repeat: repeat-x;
  color: #eee !important;  
//  -moz-border-radius-topleft: 50px 25px;
//  border-top-left-radius: 50px 25px;
  -moz-border-radius-topright: 50px 30px;
  border-top-right-radius: 50px 30px;
  padding: 5px;
}

.bg_text_bottom {
  background: url(http://wijkman.se/wp-content/uploads/2012/06/bg_text_bottom.jpg);
  color: #333 !important;
  border-bottom: 3px solid #000;
//  -moz-border-radius-bottomleft: 50px 25px;
//  border-bottom-left-radius: 50px 25px;
//  -moz-border-radius-bottomright: 50px 25px;
//  border-bottom-right-radius: 50px 25px;
  padding: 5px 20px 5px 20px;
}


/*----------Button big-----------*/
.button_big {
  margin-top: 5px;
  width: 290px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 13px/ 100% Arial, Helvetica, sans-serif;
  padding: 7px 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
/*  border: solid 1px rgba(0, 0, 0, .1);*/
  opacity: 1;
  background-image: url(http://wijkman.se/wp-content/uploads/2012/05/bg_button.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.button_big:hover {
  text-decoration: none;
  opacity: 0.9;
}

.button_big:active {
  position: relative;
  top: 1px;
  opacity: 1;
}

input.button_big {
    padding:4px 20px;
    line-height:20px;
    border-width:0px;
}

/*------CONTACT-----*/
input[type="text"] {
  width: 100%;
}
textarea {
  width: 100%;
}


.post-1744 .su-media {
margin: 0 0 3.5em 0 !important;
}

