/*
Theme Name: Twenty Ten Child
Description: Brickerton Theme
Author: Zac Brooks
Template: twentyten
*/

@import url("../twentyten/style.css");

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "muli", Georgia, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "muli", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "muli", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "muli", "Courier 10 Pitch", Courier, monospace;
}

#wrapper {
	background: url(images/backgroundStripe2.png) repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 20px;
}

/* Text elements */
p {
	margin-bottom: 12px;
	font-family:'muli';
	color:#4E431A;
	font-size:14px;
}

h2.entry-title, #content h1, #content h2 {
	color:#4E431A;
	font-size:24px;
        margin: 10px 0px 0px 0px;

}



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
	display:none;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display:none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
	display:none;
	
}

#branding img {
border-top: none;
border-bottom:none;
clear: both;
display: block;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
    text-align:center;
	margin: 0 auto;
	width: 940px;
	background-color:transparent;
}

#access ul{display:inline-block;}

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin-top:20px;
}
#access a {
	display: block;
	line-height: 29px;
    padding: 1px 10px 4px;
	text-decoration: none;
	text-transform:uppercase;
	font-family:'Playfair Display', Georgia, serif;
	font-size:1.1em;
	margin-bottom:25px;
	letter-spacing:.1em;
	color: #CFD195;
	background-color: #4E431A;
	margin:0 3px;
	
	-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #857959;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #4E431A;
	background-color:#C4D24A;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #4E431A;
	background-color:#C4D24A;
}

/* =Content
-------------------------------------------------------------- */

#content .entry-title {
	font-family: 'Playfair Display';
	color: #4E431A;
	font-size: 35px;
	line-height: 1.3em;
	margin-bottom: 0;
	font-weight:normal;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
border-top: 1px solid grey;
margin-top: -4px;
overflow: hidden;
padding: 18px 0;
}

#site-info, #site-generator{
display:none;
}

#footer {
margin-bottom:0px;
padding-bottom:30px;
}

/* Other
-------------------------------------------------------------- */
.meta-sep, .author {
display:none;
}

#footer-widget-area #first {
margin-left:20px;
}

#footer-widget-area #fourth {
float:right;
}
