/*
Theme Name:     Zinc Cafe Twenty Eleven Child Theme
Theme URI:      N/A
Description:    Child theme for the Twenty Eleven for use with Zinc Cafe
Author:         Pete Evans
Author URI:     http://www.peterjevans.com
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");

/* Zinc Cafe Colors
$zgreen='#93a444';
$zfont='#543018';
$zpage='#ffffd8'; */

#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 5px;
	position: relative;
	z-index: 2;
}

/* Hide Search Form */
#branding #searchform {
	display: none; 
}


/* Do not display page title for any page */

.entry-title,
.entry-title a {
	display: none;
}


/* Modify the existing background colors in twentyeleven theme */
#access {
	background: white;
	background: -moz-linear-gradient(white, white);
	background: -o-linear-gradient(white, white);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(white)); 
	webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px;
}

#access a {
	color: #543018; /* Zinc Brown for Menu Options */
	display: block;
	line-height: 3.333em;
	padding-bottom: 3;
	padding-left: 1.2125em;
	padding-right: 1.2125em;
	padding-top: 5px;
	font-size: 20px;
	text-decoration: none;
}

#access li:hover > a,
#access a:focus {
	background: white; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(white, white);
	background: -o-linear-gradient(white, white);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(white));
	background: -webkit-linear-gradient(whie, white);
    color: #93a444;
}

/* #access li {
	background: url(images/seperator_2.png) no-repeat right center;
} */



/* Adjust main menu beneath the header image Zinc Logo */
#access {
	margin: 0 auto;
    display: block;
    z-index: 999;
    position: absolute;
    text-align: center;
    background: white;
}


#access ul{
	display:inline-block;
}

/* Set background color for pages, home page and footer */
body {
	background-color: white;
	line-height: 0.45em;
}

/* Ensure background color of drop down menu is same color as menu */
#access ul ul a {
    margin: 0 auto;
    z-index: 999;
    position: relative;
	background: white;
}

#page {
	background-color: white;
}

/* One column */
.one-column #page {
	max-width: 1060px;
}

#site-generator {
	background-color: white;
} 