/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
Template: u-design
Version: 1.0.0
*/

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

div.callbox{
    background: #F7F7F7;
    border: 1px dotted #ccc;
    padding: 6px;
    height:100px;
    width:250px;
    margin-left: 15px;
    float:right;
    color:red;
}

.textbox {
    padding:2px 6px 4px 6px;
    color:red;
    padding: 6px;
    height:100px;
    width:250px;
    margin-left: 15px;
    float:right;
    background-color: #eeeeee;
    border: 1px dotted #ccc;
}

#before-content {
padding-top: 0px;
}

/**** ALIGNS RECENT POSTS WIDGET TO VERT TOP OF BEFORE CONTENT ****/

#before-content .small-thumb li:first-of-type {
    padding: 0 0 15px
}

/**** RECENT POSTS WIDGET OR SHORTCODE - REMOVES BOTTOM RULE LINE ****/

.latest_posts ul.small-thumb li:last-of-type {
    background: none;
}

/**** BLOCKQUOTE FORMATTING increase em to increase font size ****/

blockquote {
  font-size: 1.0em;
}

/**** U-DESIGN RECENT POSTS WIDGET FONT CONTROL - title of widget ****/

.widget_latest_posts h3 {
    font-size: 24px !important;
}
