/* 
Theme Name: EvoLve Pro
Theme URI: http://theme4press.com/evolve-pro/
Version: 2.2.2
Description: Get professional design for your problog in few minutes. EvoLve Pro comes with ready made big slideshow for creating cool presentations, "highlight last post" feature to display latest post in a full text, built-in Lightbox effect for images, Google fonts for fresh modern look, Twitter widget to keep your readers with your latest tweets and Flickr widget to show your last photostream. The EvoLve Pro also has custom templates so you may choose the layout for a specific pages. The theme also has all features of the free version: style options, custom colors for headers, menu and links, social buttons, a boxed layout, custom header and background images, custom width, custom thumbnail size, 2 built-in YouTube widgets and of course all features of classic EvoLve - 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, custom menus support and other cool features. 
Author: Theme4Press
Author URI: http://theme4press.com
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:         2.2.2  -  Improved theme control panel, improved advertisement settings, php fixes
Date:         13/5/12

Version:         2.0.8  -  Options fixes, added Danish translation
Date:         14/4/12

Version:         2.0.7  -  Script and function fixes, added documentation link
Date:         9/4/12

Version:         2.0.6  -  Fixed issue with default menu in header
Date:         28/3/12

Version:         2.0.5  -  Fixed issue with custom menu in the sidebar
Date:         22/3/12

Version:         2.0.4  -  Fixed issue with links in the header
Date:         22/3/12

Version:         2.0.2  -  Fixed issues with widgets layout
Date:         19/3/12

Version:         2.0.0  -  CSS fixes, completely redesigned
Date:         16/3/12

Version:         1.2.9  -  Bug fixes
Date:         24/10/11

Version:         1.2.8  -  Added option to disable ads, one column template, added affiliates option
Date:         18/10/11

Version:         1.2.7  -  Fixed Google Plus social button, bug fixes
Date:         14/9/11

Version:         1.2.6  -  Added Google Plus social button, bug fixes in options page
Date:         23/7/11

Version:         1.2.5  -  Bug fixes
Date:         19/6/11

Version:         1.2.4  -  Added translation - Brazilian Portuguese
Date:         29/4/11

Version:         1.2.3  -  CSS and jQuery fixes, added translations - Norwegian, Slovenian, Italian
Date:         19/4/11

Version:         1.2.2  -  jQuery fixes, CSS fixes
Date:         6/4/11

Version:         1.2.1  -  jQuery fixed, added translation - Turkish
Date:         5/4/11

Version:         1.2.0  -  Added translation - Russian
Date:         1/4/11

Version:         1.1.9  -  Layout and PHP fixes
Date:         31/3/11

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 (content)(aside) fixed layout
 * 
 * @package WPEvoLve
 * @subpackage Layouts
 * @beta
 */

.container { width: 960px; margin: 20px auto; }
#wrapper {width:990px;}
.hfeed { width: 620px; float: left; }
.aside { width: 320px; float: right; }
.footer { clear: both; }

.alignleft { float: left; margin: 5px 20px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 20px; }
.aligncenter { margin: 5px auto 10px auto; display: block; clear: both; }



