/*

Theme Name:     Twenty Eleven Child

Theme URI:      http://chasy.co.ke/

Description:    Child theme for the Twenty Eleven theme 

Author:         Henry M

Author URI:     https://www.odesk.com/users/~01ea935588bc9a8245

Template:       twentyeleven

Version:        0.1.0

*/

@import url("../twentyeleven/style.css");



body {

background: linear-gradient(#DC143C, #F8D0D8) repeat scroll 0 0 transparent;

text-align: left;

}

#page {

	margin: 0 auto;

	max-width: 1030px;

}

#branding {

	border-top: 10px solid #90EE90;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;

}
#branding #searchform {
position: absolute;
top: 1em;
right: 1%;
text-align: right;
}

#branding .only-search #s {
    background-color: #FFFFFF;
    border-color: #000000;
    color: #000000;
}
#access {

    background: #DC143C; /* Show a solid color for older browsers */

    background: linear-gradient(#DC143C, #DC143C) repeat scroll 0 0 transparent;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

    clear: both;

    display: block;

    width: 100%;

}

#access ul {

	font-size: 14px;

	list-style: none;

	margin: 0 0 0 -0.8125em;

	padding-left: 0;

}

#access li {

	float: left;

	position: relative;

}

#access a {

	color: #fff;

	display: block;

	line-height: 3.333em;

	padding: 0 0.7125em;

	text-decoration: none;

}

#access ul ul {

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	display: none;

	float: left;

	margin: 0;

	position: absolute;

	top: 3.333em;

	left: 0;

	width: 188px;

	z-index: 99999;

}

#access ul ul ul {

	left: 100%;

	top: 0;

}

#access ul ul a {

	background: #f9f9f9;

	border-bottom: 1px dotted #ddd;

	color: #444;

	font-size: 13px;

	font-weight: normal;

	height: auto;

	line-height: 1.4em;

	padding: 10px 10px;

	width: 168px;

}

#access li:hover > a,

#access ul ul :hover > a,

#access a:focus {

	background: #76D8E0;

}

#access li:hover > a,

#access a:focus {

	background: #76D8E0; /* Show a solid color for older browsers */

	background: -moz-linear-gradient(#76D8E0, #76D8E0);

	background: -o-linear-gradient(#f9f9f9, #e5e5e5);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */

	background: -webkit-linear-gradient(#76D8E0, #76D8E0);

	color: #373737;

}

#access ul li:hover > ul {

	display: block;

}

#access .current-menu-item > a,

#access .current-menu-ancestor > a,

#access .current_page_item > a,

#access .current_page_ancestor > a {

	font-weight: bold;

}

#bottomnavmenu

{

background-color:#F4F9FD;

}

#bottomnavmenu

{

padding: 0px 35px 25px 40px;

}

#pricelist

{

background-color:#F4F9FD;

}

#bottomnavmenu ul

{

list-style-type:none;

margin:0;

padding:0;

}

#bottomnavmenu a:link,a:visited

{

display:block;

font-weight:normal;

color:#01BAEC;

text-align:center;

padding:4px;

text-decoration:none;

border-bottom: 1px solid #C3ECFA;

}

#bottomnavmenu a:hover,a:active

{

text-decoration:underline;

}

article.intro {

background: #fff;

border-bottom: none;

margin: -1.855em -8.9% 1.625em;

padding: 18px 16px 25px 17px;

}

article.intro .entry-content {

color: #000;

font-size: 12px;

padding: 0;

}

h1 {

    color: #0000FF;

    font-size: 1.833em;

    font-family: Arial,​Helvetica,​sans-serif;

    line-height: 1.2em;

    margin-top: -4px;

    padding-bottom: 1px;

    text-align: center;

    text-decoration: underline;

}

h4 {

    color: #EDF2F6;

    font-size: 3.166em;

    font-weight: bold;

    margin-top: 22px;

    padding-bottom: 22px;

}

h5 {

    color: #FFFFFF;

    font-size: 1.167em;

    font-weight: normal;

    line-height: 1.214em;

    padding: 7px 0 20px;

}

.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {

color: #006400;

font-weight: bold;

margin: 0 0 0.8125em;

}

strong {

    color: #01BAEC;

}

img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {

border: none;

padding: 3px;

max-width: 97.5%;

}

#site-generator {

    background: none repeat scroll 0 0 #51B5F4;

    border-top: 1px solid #DDDDDD;

    color: #fffff;

    font-size: 12px;

    line-height: 2.2em;

    padding: 0.2em 0.5em;

    text-align: center;

}

#site-generator a {

    color: #FF1493;

    font-weight: bold;

    font-size: 13px;
}
#site-generator {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-image: url("/wp-content/themes/twentyeleven-child/images/footer.jpg");
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
        border-bottom: 10px solid #90EE90;
}
#special a {

font-size: 1.416em;

line-height: 1.583em;

font-weight:bold;

color:#ffff;

text-align:left;

text-decoration:none;

border-bottom: 1px solid #01BAEC;

}