/*
Theme Name: Traction PRO
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: 2.4.3
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
License: GNU General Public License
License URI: LICENSE
*/

/*
	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; }

/* Make all custom CSS changes in a Child Theme. Any custom
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/
/* feature */


dl.feature {
	margin: 15px 0;
	padding: 15px;
	font-size: 100%;
	text-align: left;
	clear: both;
	}
	
	
dl.feature dt {
	font-size: 110%;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	font-weight: bold;
	}
	
dl.feature dt img {
	float:left;
	background-color:#5f5f5f;
	padding:3px;
	border:solid 2px #DDDDDD;
	color:#fff;
	text-align:center;
	font-size:0px;
	height: 175px;
	width:265px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	}
	dl.feature dt img-2 {
	float:left;
	background-color:#5f5f5f;
	height: 205px;
	width:160px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	}
	dl.feature-3 dt img {
	float:none;
	background-color:#5f5f5f;
	border:solid 2px #dddddd;
	height: 300px;
	width:60opx;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	padding-left: 40px;
	}
	
dl.feature dd {
	font-size: 100%;
    line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	margin-left:290px;
	}
	
	dl.feature-2 dd {
	margin-left: 169px;
	font-size: 100%;
    line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	
	}
dl.feature a:link {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: left;
}
	
/* ende feature */

