/*
Theme Name: Custom Community Pro 1.17 Custom
Theme URI: http://themekraft.com/shop/custom-community-pro/
Description: Standout with a professional custom made WordPress theme designed by you. Responsive with just 1 click. Ready for your next blog, portfolio site, magazine, social network or shop. Use it out-of-the-box or customize it up to the smallest details. Spend your time on your ideas, not on trouble shooting. Easy to use jQuery slideshow. List posts in magazine layouts. 100+ easy theme options. 35 widget areas, 5 special widgets and 2 custom WP 3.0 header menus. 15+ languages available. 6 predefined colour schemes (white, light, grey, dark, black, natural) with clean and simple browsersafe CSS design to start from. Working with latest WordPress, BuddyPress, WooCommerce and most common plugins. Find extensive Documentation, Free Tech Support and Premium Support at http://themekraft.com/support. One of the most used BudyPress themes. Community thriven development. You are welcome to contribute and report bugs or ideas at GitHub: https://github.com/Themekraft/custom-community/issues - designed and developed by Themekraft.  
Version: 1.17
Author: Themekraft
Author URI: http://themekraft.com/
Tags: buddypress, translation-ready, dark, light, white, left-sidebar, right-sidebar, two-columns, three-columns, fixed-width, flexible-width, flexible-header, custom-header, custom-menu, custom-colors, custom-background, theme-options, featured-images, rtl-language-support, full-width-template, holiday, photoblogging
License: GNU General Public License v2.0 / License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset browser defaults */
@import url( _inc/css/reset.css );


/** 
 * 	
 * PLEASE NEVER CHANGE THE THEME FILES 
 * 
 * your changes will not be update safe, which would be really sad. :( 
 * 
 * ---------------------------------------------- 
 * 
 * But we made an extra space for your style changes. :)
 * 
 * Simply go to 
 * 
 * APPEARANCE -> THEME SETTINGS -> CSS 
 * 
 * andd add your CSS changes there. 
 * 
 * ----------------------------------------------
 * 
 * If you want to change more than CSS, we strongly recommend creating a child theme:
 * http://support.themekraft.com/entries/20916508-create-child-themes 
 * 
 * MORE HELP HERE
 * 
 * Custom Community Knowledge Base: 
 * http://support.themekraft.com/categories/20053996-custom-community 
 * 
 * Free Tech Support and Premium Support: 
 * http://themekraft.com/support 
 * 
 * We hope you enjoy it! 
 * 
 */




.aligncenter { 
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

div.post .wp-caption {
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:12px;
	max-width: 99.5%;
}

div.post embed {
	max-width: 100%;
	height: auto;
}

div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 17px;
    padding: 0 4px 5px 0;
    margin: 0;
}

.cc-widget-right {
    float: right !important;
}

.stratcher {
    height: 100%;
}

.widgets_imp_350 {
    margin-left: 350px !important;
}

.widgets_imp_410 {
    margin-left: 410px !important;
}

.ai1ec-month-view .ai1ec-event {
    height: auto !important;
}


/* Timely CSS */
/*event and general calendar css, this code takes care of the color, wrapping, fontsize, date size - edc*/

/*Calendar, set the fontsize spacing, colors potential dotted line*/
/*.ai1ec-event-title{  
color:#b10000;
}*/
  
/*adjust event so it will wrap */

.ai1ec-month-view .ai1ec-event, .ai1ec-week-view .ai1ec-event, .ai1ec-oneday-view .ai1ec-event {
max-height: 100%;
overflow: visible !important;
margin: 1px 0 0 !important;
padding: 0 3px 1px;
white-space: normal !important;
}

.ai1ec-month-view .ai1ec-event {
height: auto;
line-height: 130%;
margin: 0 0 10px !important;
/*border-bottom: 1px dotted #aaa; ----->if you want a dotted line*/
}

a.ai1ec-load-view {
font-size: 12px;
line-height: 10px;
}

/* this adjust the size of the poster board fonts and height*/
a.ai1ec-load-event {
font-size: 90%;
font-family: inherit;
line-height: 31.5px;
}
