/*
Theme Name: Traction
Theme URI: http://thethemefoundry.com/traction/
Description: A super clean magazine theme featuring built-in post thumbnail support, a featured post slider, and a robust theme options menu.
Version: 1.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, dark, black, blue, red, green, right-sidebar, threaded-comments, theme-options, translation-ready
*/

/*
	Copyright (C) 2010 Jestro LLC

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/




/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Slideshow Styles */

.slideshow {
width: 938px;
height: 311px;
background: #FFF;
padding: 10px;
border: 1px solid #c6c6c6;
margin-bottom: 15px;
}

#slider {
position:relative;
padding: 0;
z-index: 1;
}

#slider .slideit {
position:relative;
width: 938px;
height: 320px;
}

#slider .pic {
position:absolute;
top:0;
left:0;
z-index:0;
width: 938px;
height: 320px;
overflow:hidden;
}	

#slider .date, #slider .title, #slider .text  {
position: relative;
z-index:1;
}

#slider .title {
position:absolute;
bottom:30px;
margin:25px 0 0 0;
padding:0 20px 20px 20px;
width:450px;
z-index:5;
background:transparent url(images/trans.png) repeat 0 0;
}

#slider .title h1 {
padding:0px 0 0 0;
z-index:10;
margin-top: 10px;
font-size: 18px;
}

#slider .title h1 a {
	color:#999;
}

#slider .title h2 {
margin:0;
padding: 20px 0 0 0;
color: #fff;
}

#slider .title h2 a, #slider .title h2 a:visited {
	margin:0;
	padding: 3px 5px;
	color: #666;
	border: none;
	background: #114469;
	font-size: 11px;
	font-weight: normal;
}

#slider .title h2 em {
	color: #999;
	font-weight: normal;
}


/* Make all custom CSS changes in a Child Theme. Any custom
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/
