/*
Theme Name: The Frog Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Frog Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.1
Template: frog-wp
Author: An-Themes
Author URI: http://www.anthemes.net/
Tags: black, white, yellow
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.social-section{
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.social-section a{
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
.social-section a{
    color: #fff !important;
}
.social-section a:hover{
    color: #B5296A !important;
}
.p-first-letter p a{
    background: none !important;
    color: #2A8700 !important;
    font-size: inherit !important;
}
.tests input[type="radio"]{
    margin-right: 10px;
}

/* Progamms */

.programm {
	    background-color: #eeeeee;
	    border: 2px solid #00be3e;
	    border-radius: 7px;
	    padding: 10px 0 20px;
}
.styleform h2{
	font-size: 26px;
	text-decoration: none;
}
.styleform select, .styleform input[type="text"]{
	border: 1px solid #ccc;
	border-radius:5px;
	box-shadow: 0 0 4px #ddd inset;
	padding: 0.5em;
	vertical-align: baseline;
	width: 220px;
}
.styleform input[type="text"]{
	width: 140px;
}
.styleform input[type="submit"], .styleform input[type="reset"]{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #D9B800 0%, #FFD800 100%) repeat scroll 0 0;
/* 	box-shadow: 0 1px 0 #ff8432 inset, 0 5px 0 0 #cd3700, 0 10px 5px #999; */
	border-radius:5px;
	color:#000;
	padding: 5px 15px;
/* 	text-shadow: 1px 1px 1px #666; */
}

.message.first{
	background: #eee none repeat scroll 0 0;
	border: 1px solid #e0e0e0;
	border-radius:4px;
	clear: both;
	padding: 0.7em 1em;
	margin: 4px 0 0;
	display: none;
}

/* / Programms */

.blog-ex2 img.thumbnail_image {
    width: auto;
    height: auto;
}
.ex1-content .thumbnail{
    float: left;
    margin: 0px 10px 5px 0px;
}
.blog-ex2 .article-category{
    margin:-26px 0 0 -20px;
}
.home-content{
    float: right;
    margin-right: 0;
    margin-left: 30px;
}
.alignleft{
    margin-left: 0px;
    margin-top: 10px;
}