@charset "utf-8";

/*
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);
@import url(http://fonts.googleapis.com/css?family=Bubblegum+Sans|Permanent+Marker|Acme|Reenie+Beanie|Architects+Daughter|Righteous|Courgette|Covered+By+Your+Grace|Boogaloo|Englebert|Oregano);

font-family: 'Bubblegum Sans', cursive;
font-family: 'Permanent Marker', cursive;
font-family: 'Acme', sans-serif;
font-family: 'Reenie Beanie', cursive;
font-family: 'Architects Daughter', cursive;
font-family: 'Righteous', cursive;
font-family: 'Courgette', cursive;
font-family: 'Covered By Your Grace', cursive;
font-family: 'Boogaloo', cursive;
font-family: 'Englebert', sans-serif;
font-family: 'Oregano', cursive;

*/

/* @import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); */
@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);

/* CSS Document */

/***************************/
/*  clear default styles   */
/***************************/

h1, h2, h3, h4, p, form {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

/* CSS for older browsers that don't understand html5 elements */

header, nav, footer, article, aside, section {
	display: block;
}

hgroup {
	display:none;
}

/***************************/
/*  end of clear default styles   */
/***************************/


/***************************/
/*  page general styles     */
/***************************/

body {
	font-size: 18px;
	/*font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;*/
	/*font-family: 'Shadows Into Light', cursive;*/
	/*font-family: 'Gloria Hallelujah', cursive;*/
	font-family: 'Architects Daughter', cursive;
	
	/*background-color: #9CC;*/
	background-image: url(assets/backgrounds/mcmahon-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
/***************************/
/*  end of page general styles     */
/***************************/



/***************************/
/*  page layout styles     */
/***************************/

#container {
	width: 980px;
	margin: 0 auto;
	border: solid 1px #000000;	
	box-shadow: 7px 7px 5px #000;
	
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,.80);
}

#page_header {
	/*border-bottom: solid 1px #000000;*/	
}

#main_sidebar {
	clear: both;
	float: left;
	padding: 15px;
	width: 200px;
	/*background-color: #333;*/
	/*background-color: #64A6DF;*/
	/*color: #09F;*/
}

#main_navbar {
	/*width: 100%;*/
	height: 2.3em;
	background-color: #06F;
	/*margin-bottom: 20px;*/
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}


#content {
	padding: 20px;
	padding-bottom: 25px;
	width: 710px;
	/*margin-left: 230px;*/
	float: left;
	min-height: 300px;
}

#page_footer {
	clear: both;
	background-color: #06F;
	
	border-top: solid 1px #000;
	padding: 30px;
	text-align:center;
	color: #FFDFBF;
	
}

#post-footer {
	width: 980px;
	margin: 15px auto;
	text-align: right;
	font-size: .8em;
	text-shadow: 1px 1px #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}


#nav-icon-wrapper {
	background-color: #2711DF;
}

/***************************/
/*  end of page layout styles     */
/***************************/


/***************************/
/*  nav bar styles     */
/***************************/

#main_navbar h2 {
	text-decoration: underline;
	display: none;
}


#main_navbar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	/* To put the nav bar on right side
	width: 700px;
	float: right;*/
}

#main_navbar li {

}

#main_navbar a {
	display:inline-block;
	/*width: 120px;*/
	float: left;
	padding: 8px 25px;
	font-size: 1.0em;
	background-color: #06F;
/*	font-family: Verdana, Geneva, sans-serif;*/
	color: #FFF;
	text-decoration:none;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	font-weight: bold;
	/*border-top: none;*/
}

#main_navbar a:hover {
	color: #06F;
	background-color: #fff;
}


#menu_button {
	width: 40px;
	display: none;
}

/***************************/
/*  end of nav bar styles     */
/***************************/



/***************************/
/*  footer styles     */
/***************************/

#page_footer a {
	color: #fff;
}

#footer-nav {
	margin-bottom: 15px;
}

#page_footer #footer-nav a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

#page_footer #footer-nav a:hover {
	text-decoration: underline;

}
/***************************/
/*  end of footer styles     */
/***************************/

/***************************/
/*  general styles     */
/***************************/

.established {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
}

.fancybox img {
	float: left;
	margin-left: 15px;
}

/***************************/
/*  end of general styles     */
/***************************/



/***************************/
/*  contact us styles     */
/***************************/

#contactForm {
	width: 350px;
	float: left;
}

#mapWrapper {
	width: 340px;
	float: right;
	margin-top: 8px;
}

#message {
	width: 100%;
	height: 100px;
}

#contactForm table {
	width: 100%;
}

.messageConfirmation {
	color: red;
	font-weight: bold;
}

/***************************/
/*  end of contact us styles     */
/***************************/


#callUs {
	display: none;
}

#callUs a {
	display: block;
	padding: 5px;
	border: solid 1px #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 5px;
}

.center {
	text-align: center;
}

.floatRight {
	float: right;
}


#facebook-logo {
	float: left;
}

#yelp-logo {
	float: left;
}

#familyPic {
	margin-left: 20px;
	width: 50%;
	max-width: 300px;
}

