/*
Theme Name: Kublai Theme 28/05/2014
Description: Un tema sviluppato da Certhidea per Kublai
Version: 1
Author: Certhidea
Author URI: http://www.certhidea.it
*/

/* 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 
 * 
 * Custom Community Project Overview: 
 * http://themekraft.com/custom-community/ 
 * 
 * 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;
}

/*AGGIUNTO DA SL */

.entry-text a {
text-decoration:underline;
}

.group-body-left input[type="button"] {
margin-bottom:10px;
}

#post_body .category_post {
margin-top:4px;
}

.category_post {
word-wrap:break-word;
}

div.activity-comments form textarea {
font-size:14px !important;
height:90px !important;

}

.activity {
padding-top:50px;
}