/*   
Theme Name: ThemeaticSquare
Theme URI: 
Description: based on the squarespace layout
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Prepare theme for plugins */
@import url('science.css');


/*featured posts specific */
#s3slider {
   width: 585px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}
 
#s3sliderContent {
   width: 585px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
 
.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   width: 585px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */
}
#s3slider, #s3sliderContent,.s3sliderImage, .s3sliderImage img{
	margin:0 !important;
	padding:0;
	width: 585px; /* important to be same as image width */
   height: 320px; /* important to be same as image height */

}
.s3sliderImage span {
   position: absolute; /* important */
  
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
 
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.s3sliderImage span h4{
 font-size: 14px;
}
.s3sliderImage span a{
	text-decoration:none;
	color:#fff;
}
.s3sliderImage.clear {
   clear: both;
}
.s3sliderImage span.top {
	top: 0;
	left: 0;
	width: 559px;
	min-height:50px;
	max-height:150px;
}
.s3sliderImage span.bottom {
	bottom: 0;
    left: 0;
   	width: 559px;

}
.s3sliderImage span.left {
	bottom: 0;
    left: 0;
	width: 110px !important;
	height: 280px !important;
}
.s3sliderImage span.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 280px !important;;
}