/*
Theme Name: Muse
Theme URI: http://www.outofthesquare.com
Description: Muse Dining.
Version: 1.0
Author: Out of the Square Media
Author URI: http://www.outofthesquare.com
Tags: Muse, Restaurant
*/


@import url('css/reset.css');
@import url('css/grid.css');

/*

Dark Brown: #54301A
Light Brown: #AA988D


*/

/* Getting the HTML5 to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }


body{
	font-size: 100%;
    font:  normal normal 16px/20px Helvetica, Tahoma, Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #54301A;
	font-weight: 100;
}

/* Layout ============================================================ */

	/* Left & Right alignment */

	.left{ float: left; }
	.right{ float: right; }

	hr {
		background: #AA988D;
		height: 1px;
		border: none;
	}

	table {
		font-size: 14px;
	}

	table input,
	table textarea {
		width: 180px;
		padding: 5px;
		margin-left: 15px;
		border: none;
	}
	table textarea {
		height: 75px;
	}


	.page-container {
		width: 960px;
		margin: 0 auto;
	}

	header {
		height: 8.5em;

	}

	header h1{
		font-size: 16px;
		padding: 0;
		margin: 0;
		height: 8.5em;
		width: 100%;
		overflow: hidden;
		text-indent: -900%;
		float: left;
		width: 50%;
		background: url(img/muse-restaurant-logo.gif) left center no-repeat;
	}

	header h1.muse-cafe {
		background: url(img/muse-cafe-logo.gif) left center no-repeat;
	}

	header h1.muse-kitchen {
		background: url(img/MUSE_kitchen_logo_white.gif) left center no-repeat;
	}

	.news-feed {
		float: right;
		height: 8.5em;
		width: 40%;
		color: #AA988D;
		overflow: hidden;
	}

	.news-feed .news-feed-wrap {
		display: block;
		margin: 1em 0;
		height: 6.5em;
		width: 100%;
	}

	.news-feed-wrap header {
		height: 2em;
	}

	.news-feed-wrap header h2 {
		font-size: 16px;
		overflow: hidden;
	}

	.news-feed-wrap .news-feed-content {
		height: 5em;
		overflow: hidden;
		font-size: 0.75em;
	}
	.sub-page-side-bar,
	.page-side-bar {
		width: 10em;
		margin: 0;
		float: left;
	}

	section.page-content {
		width: 790px;
		height: 32.5em;
		margin-right: 10px;
		float: left;
		background: #765948;
	}

	.page-content-text {
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0.875em;
	}

	section.page-contact {
		height: 11.5em;
		font-size: 0.625em;
		line-height: 1.5em;
		padding-right: 1em;
		color: #AA988D;

	}

	section.page-contact strong {
		font-size: 1.25em;
	}

	footer {
		font-size: 0.75em;
		color: #AA988D;
		padding: 2em 0;
	}

	div.one-half {
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
		height: 520px;
		position: relative;
	}
	.pad-1 {
		padding: 1em;
	}
	.pad-2 {
		padding: 2em;
	}

	.page-title {
		font-size: 32px;
		position: absolute;
		top: 0;
		left: 0;
		padding: 16px;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	}

	body.page-muse-kitchen {
		background: url(img/brushed_metal_2.jpg) #666;
		color: #ccc;
	}

	.sitemap {
		float: right;
	}

	footer .col-1 {
		float: left;
		width: 40%;
	}

	footer .col-2 {
		float: left;
		width: 30%;
		text-align: center;
	}

	footer .col-3 {
		float: left;
		width: 30%;
		text-align: right;


	}
	footer .col-3 img {
		margin: 0 10px;
		border: none;
	}


/* Sub Page  */

#menu-cafe_menu,
#menu-kitchen_menu {
	height: auto;
}

	section.sub-page-contact {
		float: right;
		height: 8.5em;
		width: 40%;
		color: #AA988D;
		font-size: 0.675em;
	}

	section.sub-page-contact p {
		width: 45%;
		margin: 5% 5% 0 0;
		float: left;
	}
	section.sub-page-contact strong {
		font-size: 1.25em;
	}

	.sub-page-content {
		font-size: 0.75em;
		line-height: 1.5em;
		padding: 0 1em 0 0;

	}

	.sub-page-side-bar ul {
		margin: 0 0 2em 0;
		padding: 0;
		list-style-type: none;
	}


/* Links ============================================================= */

	a:link, a:visited {
		color: #fff;
		text-decoration: none;
	}

	a:hover, a:active {
		color: #AA988D;
	}

	nav ul li a:link,
	nav ul li a:visited {
		display: block;
		padding: .25em .5em;
		margin: 0;
	}

	nav ul li a:hover,
	nav ul li a:active,
	nav ul li a.active-link {
		color: #54301A;
		background-color: #AA988D;
	}

	.news-feed-wrap a.read-more:link {
		padding-left: 1em;
	}

	.news-feed .read-more:link,
	.news-feed .read-more:visited {
		color: #AA988D;
		text-decoration: underline;
	}
	.news-feed .read-more:hover,
	.news-feed .read-more:active {
		color: #fff;
		text-decoration: none;
	}

	a.social {
		display: block;
		float: left;
		height: 38px;
		width: 38px;
		margin: 0 10px 10px 0;
		background-image: url(img/social_images.png);
		background-position: left top;
		background-repeat: no-repeat;
		text-indent: -500%;

	}

	a.facebook:hover {
		background-position: right top;
	}

	a.twitter {
		background-position: left bottom;

	}

	a.twitter:hover {
		background-position: right bottom;

	}

	footer .col-2 a {
		padding: 0 0.5em;
	}


/* Text ============================================================= */

	p {
		margin: 0 0 1.25em 0;
		line-height: 1.5em;

	}

	ul {
		margin: 0 0 0 .5em;
		padding: 0;
		list-style-type: none;
		height: 17em;
	}

	ul li {
		padding: .375em 0;
		margin-left: 1em;
	}


    /* Fibonacci based heading scale ratio */
    h1{ font-size: 4.4em; font-weight: normal; line-height: 1em; padding: .5em 0; -webkit-font-smoothing: antialiased;}
    h2{ font-size: 2.8em; font-weight: bold;  line-height: 1em; padding: .5em 0; -webkit-font-smoothing: antialiased;}
    h3{ font-size: 1.6em; font-weight: bold;  line-height: 1em; padding: .5em 0; -webkit-font-smoothing: antialiased;}
    h4{ font-size: 1.2em; font-weight: bold;  line-height: 1em; padding: .5em 0; -webkit-font-smoothing: antialiased;}



/* Navigation =========================================================== */

	nav {
		position: relative;

	}


	nav ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	nav ul li {
		padding: 0;
		margin: 0;
		text-decoration: none;
	}

	nav ul li ul {
		display: none;
		width: 100%;
		position: absolute;
		top: 0;
		left: 100%;
		background: #AA988D;
		height: 32.5em;
		z-index: 600;

	}
	nav ul li:hover ul {
		display: block;
	}





/* kitchen */



	body.page-muse-kitchen section.sub-page-contact {
		color: #fff;
	}

	body.page-muse-kitchen footer {
		color: #fff;
	}

	body.page-muse-kitchen nav ul li a:hover,
	body.page-muse-kitchen nav ul li a:active,
	body.page-muse-kitchen nav ul li a.active-link {
		color: #666;
		background: #fff;
	}

	body.page-muse-kitchen a:hover {
		color: #fff;
		text-decoration: underline;
	}
	body.page-muse-kitchen .page-content-text {
		background: #ccc;
		color: #333;
	}


/* Splash Page */

.page-splash {
	background-image: url(img/muse-splash-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

nav.menu-splash_menu-container {
	width: 100%;
	margin: 0;
	height: auto;

}

nav.menu-splash_menu-container ul{
	margin: 17em 0;
	height: 8em;

}

nav.menu-splash_menu-container ul li{
	width: 33%;
	float: left;
	height: 8em;

}

nav.menu-splash_menu-container ul li a:link {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 8em;
	overflow: hidden;
	text-indent: -500%;

}

/* Cafe */
#menu-item-463 a:link {
	background-image: url(img/muse-cafe-logo-splash.gif);
}
#menu-item-463 a:hover {
	background: none;
	background-position: left top;
	background-image: url(img/muse-cafe-logo-splash.gif);
}
/* Restaurant */
#menu-item-479 a:link {
	background-image: url(img/muse-restaurant-logo-splash.gif);
}
#menu-item-479 a:hover {
	background: none;
	background-position: left top;
	background-image: url(img/muse-restaurant-logo-splash.gif);
}
/* Kitchen */
#menu-item-524 a:link {
	background-image: url(img/muse-kitchen-logo-splash.gif);
}
#menu-item-524 a:hover {
	background: none;
	background-position: left top;
	background-image: url(img/muse-kitchen-logo-splash.gif);
}

/* Gategory Page */

.page-category a:link {
	display: block;
	font-size: 1.25em;
	padding: .5em 0;
}



/* Sitemap */


	.sitemap-menu ul{
		height: auto;
		font-size: 14px;
		width: 80%;
		margin: 1em 0 0 0;
		background: transparent;
	}
	.sitemap-menu ul ul{
		position: relative;
		margin: 0 0 0 1em;
		display: block;
		left: 0;
		background: transparent;
	}

	.sitemap-menu ul ul a {
		background: transparent;
	}
