/*
Theme Name:     Twenty Eleven mod
Theme URI:      http://jamaicahospital.org/newsletter
Description:    Child theme for the Twenty Eleven theme 
Author:         web development JHMC
Author URI:     http://jamaicahospital.org
Template:       twentyeleven
Version:        0.1.0
*/
@import url("../twentyeleven/style.css");

#access  {
	background: #cf971c !important; /* Tertiary to Primary */
	background: -moz-linear-gradient(#d6a434, #cf971c) !important;
	background: -o-linear-gradient(#d6a434, #cf971c) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d6a434), to(#cf971c)) !important; /* older webkit syntax */
	background: -webkit-linear-gradient(#d6a434, #cf971c) !important;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #f0c35f	;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #e3edfb;
	border-bottom:2px solid #e3edfb;
	2px solid #844811;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
	height:150px;
}


body {
	background: #e3edfb;
}


.disclaimer{

font-size:80%;
font-style:italic;

}



#page {
    margin: 2em auto;
    max-width: 1380px;
}


#content {
    margin: 0 34% 0 7.6%;
    width: 64.4%;58.4%
}

#secondary {
    float: right;
    margin-right: 7.6%;
    width: 12.8%; 18,8
}

.page-header .page-title {
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;
	color: #000;
}