/*
Theme Name: Mystique - Extend
Theme URI: http://digitalnature.eu/themes/mystique/
Description: Auto-generated child theme of Mystique. Please leave this one activated for proper customizations to Mystique.
Version: 1.0
Author: <a href="http://digitalnature.eu/" title="Visit author homepage">digitalnature</a>
Author URI: http://digitalnature.eu/
Template: mystique
*/

/* You can safely edit this file, but keep the Template tag above unchanged! */


/* Only repeat the body background horizontally */
#page {
  background-repeat:repeat-x;
}

/* Spacing around logo */
#site-title {
  padding:0px 0px 0px 0px;
}

/* Navigation bar */
.shadow-right {
  padding-top: 0px;
  padding-bottom: 0px; # Gap between navigation bar and content
  position:relative;
  top:-4px; # Move navigation up or down
}

/* Navigation fonts */
.nav-main a{
font-size:13px;
font-weight:bold;
font-family:arial;
}


/* START ENCORE CSS */

/* -- container and dropdowns */
#encorebox {
  border: 2px solid #E31C6D;
  background-color:#eeeeee;
  margin: 0;
  height:310px;
}
#encorebox .eolts_label {}
#encorebox #showid {width:170px; padding:0px;}
#encorebox #qdate {width:170px; padding:0px;}
#encorebox #qperf {width:170px; padding:0px;}
#encorebox #qqty {width:170px; padding:0px;}


/* -- container and dropdowns - narrow version */
#encorebox_narrow {
  border: 2px solid #E31C6D;
  background-color:#eeeeee;
  margin: 0;
  padding:0px;
  height:270px;
}

#encorebox_narrow .eolts_label {}
#encorebox_narrow #showid {width:120px; padding:0px;}
#encorebox_narrow #qdate {width:120px; padding:0px;}
#encorebox_narrow #qperf {width:120px; padding:0px;}
#encorebox_narrow #qqty {width:120px; padding:0px;}


/* -- intro text **/
#encorebox .encorebox_intro {
  padding:6px;
  padding-bottom:0px;
}


/* -- labels */
#encorebox .eolts_quick {
}
#encorebox .eolts_quick select {
}
#encorebox .eolts_label {
  padding-left:5px;
  padding-right: 5px;
}


/* -- search button */

a.eolts_more:link, a.eolts_more:visited, a.eolts_more:hover {
  background-color: #E31C6D;
  padding: 5px;
  margin-right:13px;
  color: #fff;
  border: 2px outset;
  text-decoration: none;
  font-size: 16px;
  font-weight:bold;
}


/* END ENCORE CSS */






/*- START BUTTONS----------------------------------------------*/

/* Created at http://www.cssbuttongenerator.com */
.myButton {
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f08df0), color-stop(1, #eb2175) );
  background:-moz-linear-gradient( center top, #f08df0 5%, #eb2175 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08df0', endColorstr='#eb2175');
  background-color:#f08df0;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #ada6ad;
  display:inline-block;
  color:#ffffff;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
}.myButton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eb2175), color-stop(1, #f08df0) );
  background:-moz-linear-gradient( center top, #eb2175 5%, #f08df0 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb2175', endColorstr='#f08df0');
  background-color:#eb2175;
  color:#000000;
}.myButton:active {
  position:relative;
  top:1px;
}

/*- END BUTTONS----------------------------------------------*/


