/* ============================== */
/* = HOW TO CUSTOMIZE PAGELINES = */
/* ============================== */

/*

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the 
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme. 

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}
		
To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS. 
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp
*/
/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */

/* Center Boxes */

.fboxtitle h3 {text-align:center;}

.fboxgraphic {margin:0px auto;}

/* Enlarge Menu Text */
#brandnav {font-size:1.2em;}

/* reduce menu padding */
#brandnav .content-pad {padding:12px 15px 10px 15px;}

/* Reduce content padding */
.content .hentry-pad {padding-bottom:10px;}

.hentry {margin-bottom:10px;}

/* Customize mailchimp signup form in footer */
#mc-embedded-subscribe {font-family: "Open Sans"; font-size:.9em;}

/* increase size of text */
.bigger-font {font-size:1.1em;}

/* hide text on feature on mobile view */
.fcontainer .fcontent-pad {display:none;}

/* Contact Accordian Mods */

.accordion-heading {max-width:117px;
	background: none repeat scroll 0 0 #3c9fce;
	border: 1px solid #1c82b4;
	border-radius: 5px;
	color:#fff;
	padding:0px;
}
.accordion-heading:hover {background: none repeat scroll 0 0 #4695ba; color:#fff;}

.accordion-toggle { color: #FFFFFF; padding:3px 6px !important;}

.accordion-toggle:hover {color: rgba(34, 94, 155, 0.8);}

.accordion-heading a:hover {color:#fff;}

.accordion-group {background-color:#fff; border:none;}

.accordion-inner {border-radius:5px; border:#F0F0F0 1px solid; padding:0px 10px;}

/*style list on menu page */

#post-22 ul {list-style-type:none;}
#post-22 li {margin-bottom:10px;}


/* Nudge menu to line up with logo text */

.brandnav-nav {margin-top:22px;}

/* prices on menu */

.menu-price {float:right; font-weight:500;}

.rest-closed, .rest-open {margin-top:5px; font-size:1.1em; font-weight:300;}