/*
Theme Name:     Gallagher
Theme URI:      http://example.com/
Template:       twentyeleven
Author:         Julia Wyson
Version:        0.1.0
*/

body {
    background-color:burlywood;
        font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#page {
	background-image:url(images/gr-header.jpg);
	background-repeat:no-repeat;
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	margin: 2em auto;
	width: 800px;
    background-color:#ffffff;
}
#branding {
    height: 230px;
}

.one-column #page {
	max-width: 800px;
}
#main {
    background-color: #ffffff;
}
#content {
    padding:50px;
    color: #4F4F4F;
    font-size: 1em;
    line-height: 1.4em;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background-color:transparent !important;
	clear: both;
	display: block;
	float: right;
	margin: 160px 38px 0 0;
	width: 100%;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: right;
	position: relative;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#access a {
	color: #6C6C6C;
	display: block;
	line-height: 3.333em;
	padding: 0 0 0 2.2125em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: right;
	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: transparent;
	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: transparent;
}
#access li:hover > a,
#access a:focus {
	background: transparent; /* Show a solid color for older browsers */
	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;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 2.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}
#footer {
	background-image:url(images/gr-footer.jpg);
	height:115px;
}
