body{
     background: url('images/blue_gradient.png') repeat-x ;background-color: #223366;
     font-family: Helvetica, sans-serif;
    }
    
h1, h2, h3, h4, h5, h6 { 
  color: #333333; 
  line-height: 1em;
  font-weight: 100; 
  margin: 0 0 .5em 0;
  }
h1{
  size: 1.8em;
  text-transform: uppercase;
  }

a { color: #666666; }
a:hover { color: #d35636 }

table{
  width: 100%;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  }
table th{
  padding: 4px 8px;
  font-weight: 100;
  border: solid 1px #dddddd;
  color: #333333;
  background: #d6d6d6 0 100% repeat-x; 
  }
table td{ 
  padding: 4px 8px;
  border: solid 1px #dddddd;
  }
tfoot th{ background: transparent; }


/** 
 * Structure 
 */
 .wrapper {
    background: #fff; 
    width: 780px;
  padding: 0px 20px 0 10px;
  text-align: left;
   -moz-box-shadow:    3px 3px 5px 6px #333;
  -webkit-box-shadow: 3px 3px 5px 6px #333;
  box-shadow:         3px 3px 5px 6px #333;
  overflow:hidden;
   }
   
/** 
 * Header 
 */ 
  
#top{
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  z-index: 100;
  background: url('images/logo.png') no-repeat 5px 5px;
  font-family: 'Bebas Neue', sans-serif;
  }
#top h2 {
  position: relative; top: 30px;left: 80px;
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  }
#site-title{position: relative; left: 100px;
  color: #333333;
  margin: 0;
  top: 30px;
  left: 70px;
  }
#site-title a{
  text-decoration: none;
  color: #333333;  
  font-size: 1.7em;

  } 
#site-title a:hover{
  color: #6db038;
  } 


/** 
 * Top Menu 
 */ 
 

#top-menu {position: relative;
  left: 80px;
  width: 500px;
  height: 20px;
  margin: 50px;
  }
#top-menu li {
  list-style-type: none;
  float: left;
  }
  
#top-menu a {
  color: #ffffff;
  border-right: dotted 1px #dddddd;
  padding: 0px 40px 0px 40px;
  text-decoration: none;
  display: block;
  font-size: 1.5em;  
  text-transform: uppercase;
    background: #d35636;
  border: 1px solid #ccc;
  }

#top-menu a:hover,
#top-menu .active a{
  color: #000000;
  background: ;
  } 

#top-menu li.first a {padding: 0px 40px 0px 40px; }
 
#top-menu li.last a {border-right: none;}
  /** 
 * Content 
 */ 
#col-main{
  width: 760px;
  } 

.hideshow {position: relative;
    padding: 10px;
	margin: 20px 0px 0px 0px;
	border: 3px solid #888877;
	background: #d35636 url('/sites/all/themes/pin/images/overlay.png') repeat-x;
	-moz-box-shadow: 5px 5px 10px #333344;
	-webkit-box-shadow: 5px 5px 10px #333344;
	box-shadow: 5px 5px 10px #333344;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.hideshow:hover {
	background: #224499 url('images/overlay.png') repeat-x;
}
.hideshow a {
	font-size: 1.4em;
	cursor: pointer;
	color: #fff;
}
.hideshow a span {
	position: relative;
	float: right;
	font-size: .5em;
}
.hideshow:hover a {
	text-decoration: underline;
}
.hideshow:hover span {
	color: #ccccdd;
	font-size: .7em;
}
.hideshowOn {
	background: #224499 url('/sites/all/themes/pin/images/overlay.png') repeat-x;
	border: 3px solid #888877;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
.hideshow h3 {width: 600px; }
#news li, #kits li, #quilts li {    
	list-style-type: none; font-weight: 100; text-transform: capitalize;
  }
#news {
	padding: 0px 10px 0px 10px;
	border: 3px solid #888877;
	border-top: none;
	background-color: #ccccdd;
}  

#quilts {
	top: 0px;
	padding: 0px 0px 0px 10px;
	border: 3px solid #888877;
	border-top: none;
	background-color: #ccccdd;
}
#quilts td {
	padding: 10px;
	text-align: center;
	margin: 0px 0px 0px 15px;
}
#quilts p {  color: #ffffff;

	top: 10px;
	font-size: 1.2em;
	text-align: center;
	}
   

#kits a {
  font-size: .8em;
   }   
.left, .right {
       display: inline-block;
       width: 335px; 
       }  
    
.left a, .right a {
    color: #000;
}
.left a:hover, .right a:hover {
    color: #d35636;
}
.left img, .right img {
    position: relative;
    top: 5px;
    left: -10px;
}

#contact_info {
	top: 40px;
	font-size: 1.5em;
	}
#contact_info li {
    list-style-type: none;
}

.judy {
	left: 300px;
	top: -47px;
	}
    
.content-wrapper {
    padding-top: 30px;
    color: #000;
}
.content-wrapper li {
    list-style-type: none;
}
.content-wrapper ul.right {
    position: relative; left: -50px;
}


.zoom {
    position: relative;
}

.zoom img.medium {
    position: absolute;
    width: 300px;
    height: auto;
    left: 20px;
    top: 25px;
    display: none !important;
    z-index: 999;
}

.zoom:hover img.medium {
    display: block !important;
}

.zoom:hover .thumb {
    visibility: hidden;
}

