/*
 * Theme Name: DealerTrend Framework
 * Theme URI: http://www.dealertrend.com
 * Description: A DealerTrend Theme
 * Author: DealerTrend, Inc.
 * Author URI: http://www.dealertrend.com
 * Version: 1.6
 * Tags: automotive, custom header, image, 960pxgrid system
 */

/*-------------------------------------------------
  960 Grid System including Reset, Text and Core
-------------------------------------------------*/
@import url("./960.css");

/*-------------------------------------------------
                Structural Styling
-------------------------------------------------*/
@import url("./menu.css");
@import url("./content.css");

/*-------------------------------------------------
                   Print Styling
-------------------------------------------------*/
@import url("./print.css");

/*------------------------------------------------
              TinyMCE Styles - Images
------------------------------------------------*/
p img { padding:0px max-width:100%; }
img.centered { display:block; margin-left:auto; margin-right:auto; }
img.alignright { padding:4px; margin:0px 0px 2px 7px; display:inline; }
img.alignleft { padding:4px; margin:0px 7px 2px 0px display:inline; }
.alignright { float:right; }
.alignleft { float:left; }
