/*
Theme Name: Twenty Eleven Child
Theme URI: http://wordpress.org/themes/twentyeleven
Author: Justice for Hassan Diab
Author URI: http://wordpress.org/
Template: twentyeleven
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven-child
*/

/* Structure */

#content {
	margin: 0 34% 0 2%;
	width: 68%;
}
#secondary {
	float: right;
	margin-right: 2.6%;
	width: 23.8%;
}

/* How page title looks */

.entry-title {
	clear: both;
	color: #BB7448;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0;
	padding-top: 0;
}

/* How post title looks */

.entry-title,
.entry-title a {
	color: #BB7448;
	text-decoration: none;
}

/* How post title looks when post is opened in its own page */

.singular .entry-title {
	color: #BB7448;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
}

/* /* Text elements: List style */

ul {
	list-style: square;
}

ul ul {
	list-style: circle;
}

/* How widgets in right side-bar look */

.widget {
	background-color: #FBF6D9;
	border: 1px solid #FFFFDB;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	clear: both;
	margin: 0 0 2em 0;
}

/* How DONATE widgets in right side-bar looks */

#text-42 {
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
}

/* Choose whether to display default search field */

#branding #searchform {
	display: none;
}

#branding .only-search + #access div {
	padding-right: 0;
}

/* Styling for form generated by Contact Form 7 plugin */

.wpcf7-form p {
        font-family: Georgia;
        text-align: left;
        margin: 0;  /* Spacing between input fields */
}

.wpcf7-form p input, .wpcf7-form p textarea {
        background-color: Cornsilk;
        color: #000055;
        border-left-color: Tan;
        border-top-color : Tan;
        border-bottom-color: Wheat ;
        border-right-color: Wheat ;
	padding: 0px;  /* Spacing around the text */
}

input.wpcf7-form-control.wpcf7-submit:hover {
        background-color: DarkGreen;
        color: White;
}

input.wpcf7-form-control.wpcf7-submit {
        font-family: Georgia;
        background-color: #cd661d;
        color: White;
        padding: 3px;  /* Spacing around the text */
        border-radius: 5px;  /* Bigger number = more rounded */
        margin-top: 20px;
        margin-bottom: 20px;
}

/* Styling for BHH table displayed by Contact Form DB plugin */

#BHHTable {
        font-family: Arial;
        text-align: left;
        margin-top: 32px;
        margin-bottom: 12px;
        margin-left: 0;
        margin-right: 0;
        width: 720px;
        border-collapse: collapse;
}

#BHHTable th { 
        font-family: Arial;
        font-size: 8pt; 
	    font-color: Black;
	    font-weight: bold;
        background-color: WhiteSmoke; 
        border-top: 1px solid Grey;
        border-bottom: 1px solid Grey;
        border-left: 1px solid Grey;
        border-right: 1px transparent;
        padding: 8px;
}

#BHHTable th:last-child {
        border-right: 1px solid Grey;
}

#BHHTable td { 
        font-family: Arial;
        font-size: 9pt; 
	    font-color: Black;
        font-weight: normal;
        border-top: 1px solid transparent;
        border-bottom: 1px solid LightGrey;
        border-left: 1px solid LightGrey;
        border-right: 1px solid LightGrey;
        padding: 8px;
}


