/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
h4{
 font-size: 16px;
margin: 0;
padding: 10px 20px 0 20px;
}
.entry-content p{
 font-size: 12px;
padding: 10px 20px;

}

.form input, textarea { 
	padding: 3px 5px;
	border: solid 1px #adadad;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF;
float: left;

	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	}

.form label { 
	margin-left: 10px; 
	color: #343434; 
width: 100px;
float: left;
font-size: 11px;
padding: 5px;
clear: left;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	}
.formBox{
font-size: 12px;
background: #f7f4f4;
margin: 20px 0 0 0;
padding: 10px;
}
.formBox p{
padding: 5px 0 0 0;
margin: 5px 20px 0 0;
float: left;
}
.testimonials h2{
font-size: 14px;
margin: 0;
padding: 0 0 3px 0;
}
.testimonials p{
padding: 8px 0 0 0;
font-size: 11px;
line-height: 16px;
}
.testi p{
font-size: 11px;
font-style:italic;
margin: 5px 0 0 0;
padding: 0;
line-height: 22px;
}
.testi p.mor{
font-size: 10px;
color: red;
text-align: right;
font-style:normal;
}
.testi p.mor a:hover{
color: #404040;
}
.mid-con{
overflow: hidden;
}

.formcontainer .buttons input {
    font-size: 13px;
    display: inline-block;
    width: 115px;
    height: 30px;
    border: 0px none;
    background: none repeat scroll 0% 0% rgb(0, 125, 190);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.4s ease-in-out 0s;
}
.formcontainer input, .formcontainer textarea {
    padding: 5px;
    width: 50%;
    margin: 0px 0px 10px;
    border: 1px solid rgb(204, 204, 204);
}
