/* 
Theme Name: EvoLve
Theme URI: http://theme4press.com/evolve
Version: 1.1.8
Description: EvoLve is a premium WordPress theme with advanced features including lots of options. It features a modern design with up to 14 color variants, fully customizable layout, post excerpts with thumbnails, post boxes, author gravatar support, up to 10 subscribe/social customizable buttons, custom logo, header widgets, recent posts slideshow, footer widgets, custom footer, customizable font styles, custom CSS, ads spaces. The EvoLve theme also comes with custom Menus support and other cool features. Translated in Spanish, German, Swedish, Dutch, French. Tested with WP 3.1 and major browsers - Mozilla Firefox, Internet Explorer, Opera and Chrome. 
Author: Blogatize
Author URI: http://blogatize.net
Tags: two-columns, flexible-width, sticky-post, threaded-comments, microformats, custom-menu, black, blue, white, dark, right-sidebar, custom-header, custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/*-------- Changelog --------


Version:         1.1.8  -  CSS and PHP fixes
Date:         21/3/11

Version:         1.1.7  -  CSS and PHP fixes, added translations - Spanish, German, Swedish, Dutch, French
Date:         7/3/11

Version:         1.1.6  -  CSS and PHP fixes, added translation availability
Date:         8/2/11

Version:         1.1.5  -  CSS and PHP fixes, added LinkedIn social button
Date:         7/2/11

Version:         1.1.2  -  Initial release
Date:         11/1/11

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' ); 
body{ margin-top:-28px;}
.alignleft {
    float: left;
    margin-right: 14px;
}
.alignright { float: right; margin: 5px 0 10px 20px; }
.aligncenter { margin: 5px auto 10px auto; display: block; clear: both; }

div.sidebar { float: right; width: 250px; margin-right: 20px; margin-left: 20px; }

.sidebarCalendar { float: right; width: 264px; margin-right: 20px; margin-left: 20px; padding: 0 10px; background: #333333; }

div.sidebar420 { float: right; width: 420px; margin-right: 20px; margin-left: 20px; }

div.sidebar h2, div.sidebarCalendar h2 { font-size: 16px; letter-spacing: 0; line-height: 18px; margin-bottom: 0; font-style:italic; padding-top: 8px;}


/* KK: to make right column disappear, making more room in primary container. NOTE: deprecated by changing settings in backend to "no-sidebar" 
.page-id-6 #secondary { display:none; }   Small Wonders */

.tableType1Right {
   width: auto;
   float: right;
   margin: 0 0 20px 20px;
}

div.slideshow {
   height: 480px;
}

p.callout {
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   padding: 10px;
}

.calendarGallery {
	border:none;
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 0px;

}
.calendarGallery td {
	border:none;
	background:none;
	padding: 3px;
	margin:0;
}

.calendarGallery dd {
	background:none;
}

.calendarGallery img {
	border: 1px solid #000;
	background:none;
	box-shadow: none;
}
.slide > img {
    height: auto;
    width: 620px;
}  

.shtml_wpf_ref a {
	display: none;
}