/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */
body {
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
}
#wrap {
	text-align:center;
}
#page {
	width: 725px;
	display: block;
	margin: 0 auto;
}
#primary {
	float: right;
	margin: -3px 0 0 0;
	width: 495px;
}
#content {
	width: 495px;
	margin: 0 0 0 0 ;
}
#navigation {
	float: left;
	width: 180px;
	margin: 1px 47px 50px 3px;
	padding: 0;
}
#secondary {
	clear: left;
	float: left;
	width: 180px;
	margin: 0 46px 0 4px;
}
#main .widget-area {
	float: left;
	overflow: hidden;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	float: left;
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
}
#branding h1 {
	margin: 17px 0 0 290px;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


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

#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {

}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 80%;
	height: 20px;
	font-size: 14px;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}


/*-------------------------------------------------------------- */
/* - - - - - - - - - - - =Added by HED - - - - - - - - - - - - - */
/*-------------------------------------------------------------- */


/* =Global Styles
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
}

h1.widget-title {
	font-size: 24px;
	margin: 0;
}
h1.entry-title {
	font-size: 24px;
	margin: 0 0 5px 0;
}
h2#comments-title {
	font-size: 18px;
}

a {
	color: #CA2E28;
	text-decoration:none;
}
a:hover {
	color: #000000;
}


/* =Navigation
-------------------------------------------------------------- */
#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	height: 20px;
}
#navigation ul li a {
	clear: left;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 26px;
}

/*
#navigation ul li.about a {
	background: url(../../../../images/navigation/about_on.gif);
	width: 80px;
	height: 20px;
}
#navigation ul li.about a:hover {
	background: url(../../../../images/navigation/about_off.gif);
	width: 80px;
	height: 20px;
}

#navigation ul li.today a {
	background: url(../../../../images/navigation/today_on.gif);
	width: 80px;
	height: 20px;
}
#navigation ul li.today a:hover {
	background: url(../../../../images/navigation/today_off.gif);
	width: 80px;
	height: 20px;
}

#navigation ul li.catering a {
	background: url(../../../../images/navigation/catering_on.gif);
	width: 115px;
	height: 20px;
}
#navigation ul li.catering a:hover {
	background: url(../../../../images/navigation/catering_off.gif);
	width: 115px;
	height: 20px;
}

#navigation ul li.orders a {
	background: url(http://melroseandmorgan.com/images/navigation/orders_on.gif);
	width: 95px;
	height: 20px;
}
#navigation ul li.orders a:hover {
	background: url(http://melroseandmorgan.com/images/navigation/orders_off.gif);
	width: 95px;
	height: 20px;
}

#navigation ul li.blog a {
	background: url(http://melroseandmorgan.com/images/navigation/blog_off.gif);
	width: 66px;
	height: 20px;
}
#navigation ul li.blog a:hover {
	background: url(http://melroseandmorgan.com/images/navigation/blog_off.gif);
	width: 66px;
	height: 20px;
}

#navigation ul li.news a {
	background: url(../../../../images/navigation/news_on.gif);
	width: 67px;
	height: 20px;
}
#navigation ul li.news a:hover {
	background: url(../../../../images/navigation/news_off.gif);
	width: 67px;
	height: 20px;
}

#navigation ul li.subscribe a {
	background: url(http://melroseandmorgan.com/images/navigation/subscribe_on.gif);
	width: 118px;
	height: 20px;
}
#navigation ul li.subscribe a:hover {
	background: url(http://melroseandmorgan.com/images/navigation/subscribe_off.gif);
	width: 118px;
	height: 20px;
}

#navigation ul li.contact a {
	background: url(../../../../images/navigation/contact_on.gif);
	width: 112px;
	height: 20px;
}
#navigation ul li.contact a:hover {
	background: url(../../../../images/navigation/contact_off.gif);
	width: 112px;
	height: 20px;
}
*/

#navigation ul li.blog a {
	color: #000;
}

	
/* =Sidebar
-------------------------------------------------------------- */

#archives {
	margin: 0 0 30px 0;
}

#archives ul {
	margin: 4px 0 0 0;
	padding: 0;
}

#archives ul li {
	list-style: none;
	margin: 0 0 4px 14px;
	padding: 0;
	text-transform: capitalize;
	font-size: 16px;
}
#archives ul li a {
	text-transform: capitalize;
}

#secondary {
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#secondary h1.widget-title {
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* Widget styles */

#secondary ul {
	margin: 0 0 26px 12px;
	padding: 0;
}

#secondary ul li {
	list-style: none;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}
	
/* =Content
-------------------------------------------------------------- */

.entry-content {
	line-height: 1.7em;
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
h1.entry-content {
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.post {
	margin: 0 0 50px 0;
}

h1.page-title {
	margin: 0 0 0.83em 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0.83em;
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 26px;
	text-transform:uppercase;
}

h1.new-page-title {
	font-size: 26px;
	margin: 0;
	padding: 0;
}




/* =CHRISTMAS!!!
-------------------------------------------------------------- */

ul#christmasnav {
	margin: 0;
	padding: 0;
}

ul#christmasnav li {
	list-style: none;
	font-size: 26px;
	margin: 0 0 10px 0;
	padding: 0;
}

ul#christmasnav li a {
	margin: 0;
	padding: 0;
}

p.christmasimage {
	margin: 12px 0 22px 0;
}

p.christmas {
	margin: 10px 0 inherit 0;
}

#navigation ul ul.nav-subscribe-drop {
	display: none;
}


#navigation ul ul.nav-subscribe-drop {
	margin-top: 0;
	margin-left: 13px;
	margin-bottom: 5px;
}

#navigation ul ul.nav-subscribe-drop li.nav-subscribe-blog {
	font-family: GranbyEF-Light, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #CA2E28;
	margin: 5px 0 0px 0;
}
/*
#nav-subscribe-blog {
	font-size: 16px; 
}

#small-link {
	font-size: 16px; 
}*/

/* IMPORTANT!!!
-------------------------------------------------------------- */

b { font-family: GranbyEF-Medium, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
strong { font-family: GranbyEF-Medium, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }