/* 
Theme Name: Andrew Phelps
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps / fox
License: GNU General Public License
License URI: license.txt
*/


/* =Base
-------------------------------------------------------------- */

body {
	color: #555;
	background-color: #F0F0F0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
}

#wrapper {
	clear: both;
	position: relative;
	margin: 20px auto 20px auto;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #F0F0F0;
}

.front-page #wrapper {
	margin: 20px auto 20px auto;
	padding: 0;
	border: none;
	background-color: #F0F0F0;
}

#header {
	margin: 0;
}

#footer {
	clear: both;
	max-width: 940px;
	margin: 0 auto;
	padding: 25px 25px 0 25px;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}


/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-weight: 400italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

sup,
sub,
small {
	font-size: 85%;
	font-weight: 300;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 300;
}


/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	margin-top: 0.75em;
	margin-bottom: 1.75em;
	font-size: 1.500em; /* = 24px */
	text-transform: uppercase;
}

h2 {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-size: 1.500em; /* = 24px */
	text-transform: uppercase;
}


/* =Links
-------------------------------------------------------------- */
a {
	color: #585858;
	font-weight: 600;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #858585;
	text-decoration: none;
}

::selection {
	color: #fff;
	background: none;
	text-shadow: none;
}

/* =Posts
-------------------------------------------------------------- */
.post-entry {
	clear: both;
	margin-bottom: 80px;
}

.read-more a {
	clear: both;
	font-weight: 300;
}

/* =Category Specials
-------------------------------------------------------------- */
.post-entry-cat7 {
	margin-bottom: 30px !important;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 80px 0 40px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	padding: 60px 5px 0 5px;
	margin: 0 5px 0 0;
	color: #333;
	font-size: 10px;
	font-weight:400;
    border-left: none;

}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}

.menu-item-2477 a {
	background-image: url(core/images/4-sided.jpeg);
	background-repeat: no-repeat;
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.menu-item-2477 a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
	
.menu-item-2466 a {
	background-image: url(core/images/buffet.jpeg);
	background-repeat: no-repeat;
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.menu-item-2466 a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.menu-item-2467 a {
	background-image: url(core/images/poc.png);
	background-repeat: no-repeat;
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.menu-item-2467 a:hover {
	opacity: 0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
		
/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	clear: both;
	margin: 0 auto;
	background-color: #F0F0F0;
	background-image: none;

	filter: none;
}

.main-nav {
	clear: both;
	margin: 20px 0 50px -10px;
}

.menu,
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.menu li:hover > ul {
	visibility: visible;
	top: 100%;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu:after,
.menu ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	overflow: hidden;
	height: 0;
	content: ".";
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #858585;
	text-decoration: none;
}

.menu ul {
	width: auto;
	min-width: 15em;
	margin-top: 1px;
}

.menu a {
	display: block;
	position: relative;
	height: 15px;
	margin: 0;
	padding: 0 0.9em;
	border-left: 1px solid #585858;
	color: #585858;
	text-shadow: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.menu a:hover {
	color: #858585;
	background-color: #F0F0F0;
	background-image: none;
	filter: none;
}

ul.menu > li:hover {
	color: #585858;
	background-color: #F0F0F0;
}

.menu .current_page_item a,
.menu .current-menu-item a {	
	background-color: #F0F0F0;
	color: #858585;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: #F0F0F0;
	background-image: none;
	filter: none;
}

.menu li li {
	width: auto;
	margin: -1px 0 1px 0;
	border: 1px solid #585858;
	color: #585858;
	background: none;
	background-image: none;

	filter: none;
}

.menu li li a {
	height: auto;
	height: 15px;
	padding: 5px 10px;
	border: none;
	color: #585858;
	background: transparent !important;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	white-space: nowrap;
}

.menu li li a:hover {
	border: none;
	color: #858585;
	background: #F0F0F0 !important;
	background-image: none;
	filter: none;
}

.menu li li:hover {
	background: #fff !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	top: 0;
	left: 100%;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}



/* Royalslider
-------------------------------------------------------------- */

.royalSlider {
	margin: 50px 0 100px 0;
}

.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	background: none !important;
}

.rsContainer {
	background-color: #FBFBFB;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FBFBFB;
}

.rsNav {
	margin-top: 10px !important;	
}

.rsUni .rsGCaption {
	position: absolute;
	float: none;
	bottom: 20px;
	left: 20px;
	text-align: left;
	background: #FFF;
	color: #555;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 3px;
        opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* =Footer
-------------------------------------------------------------- */

#footer-wrapper .grid.col-780 {
	margin: 0;
	text-align: left;
}

.scroll-top {	
	text-align: center;
}

.copyright {
	text-align: center;
}