/*
Theme Name: Mystique Child
Description: My child theme
Author: digitalnature, child by Bob Howe
Version: 3.3.2
Template: mystique
*/
@import url(�../mystique/style.css�);

/* captions */
.wp-caption, .gallery-caption{
  border:1px solid #ddd;
  text-align:center;
  background-color:#f3f3f3;
  padding-top:4px;
  margin-top:10px;
  margin-bottom:10px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.wp-caption-dd{
  font-size:11px;
  line-height:17px;
  padding:0 4px 5px;
  margin:0;
}

.wp-caption-text{
  font-size:small;
  color:#000000;
  vertical-align:top;
}

.webshot{
  position:absolute;
  left:-20000px;
  background-color:rgba(0,0,0,0.4);
  padding:5px;
  z-index:25;
  display:none;
  -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.4);
  -webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.4);
  box-shadow:0px 0px 8px rgba(0,0,0,0.4);
}

/*** GENERAL ELEMENTS: TABLES ***/

table{
  margin:0em 0 0em 0;
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
}

td, th{
  padding:0px;
  border:0px solid #fff;
}

th{
  font-weight:bold;
  background:#ddd;
}

td{background:#efefef;}
caption, th{text-align:left;}

h1.title {
  display: none;
  font-size: 180%;
  font-weight: bold;
  margin: 0.5em 0 0.3em;
  padding: 0;
  text-shadow: 1px 1px 1px #FFFFFF;
}