/*** MASTER UNIVERSAL STYLES ***/

* { 
	margin: 0px;
	padding: 0px;
} 

/***   STYLES FOR FOOD PAGE GENERAL LAYOUT   ***/

#content {
	padding: 30px 0px 0px 0px;	
	overflow: visible;

}

#social {
	height: 326px;
	overflow-x: visible;

}

.topRow {
	height: 60%;
	overflow-x: visible;
	/* background: #0eabb0; */
}

.bottomRow {
	padding: 6px 0px 0px 0px;
	/* background: #adbb0f; */
}

.leftCol, .leftColumn {
	width: 60%;
	float: left;
	
}

.rightCol, .rightColumn {
	margin-left: 60%;	
	padding: 0px 0px 0px 12px;	
}

.blueBox {
	position: relative;
	font-family: Verdana, sans-serif;	
	font-weight: normal;
	font-size: 1.0em;
	border: 1px solid #7ed1dd;	
	min-height: 100%;
	padding: 50px 9px 9px 9px;
}
.blueBox.newsletter{
	height:200px;
}
.blueBox.newsletter p{
	word-spacing:-1px;
}
.blueBox.events{
	height:110px;
}
.blueBox.facebook{
	height:70px;
	width:150px;
	margin-top:12px;
	float:left;
}
.blueBox.instagram{
	height:70px;
	width:315px;
	float:left;
	margin-top:12px;
	margin-left:12px;
}
.blueBox.twitter{
	height:116px;

	margin-top:12px;
}

.bottomRow ul {
	padding: 10px 0px 10px 0px;
}

.bottomRow ul li {
	display: inline-block;
	width: 30%;
	text-align: center;
}

.blueRibbon {
	position: absolute;
	top: 6px;
	left: -5px;
	height: 22px;
	width: 100px;
	z-index: 1;
}

.blueRibbon.twitter{
	width:191px;
	height:40px;
}
.blueRibbon.instagram{
	width:265px;
	height:40px;
	word-spacing:-1px;

}
body.chrome .blueRibbon.instagram{
	width:260px;
}
.blueRibbon.twitter .followUs{
	float:right;
	margin-top:15px;
}
.blueRibbon.instagram .followUs{
	float:right;
	margin-top:15px;

}
#tweets {
	height: 200px;
	overflow: auto;
}

.allEventsLink {
	position: absolute;
	top: 30px;
	left: 105px;
}

.allEventsLink a {
	text-decoration: underline;
}

.allEventsLink a:hover {
	text-decoration: none;
}


/*** STYLES FOR EVENTS ***/

#events {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 90%;
	overflow: auto;
}

#events li {
	margin: 0px;
	padding: 0px;
	display: inline;	
}

#events .spacers {
	margin: 0px;
	padding: 0px 6px;
	font-weight: bold;
	
}

#events ul {
	width: 95%;
	margin: 0px auto;
	padding: 4px;	
	border-bottom: 1px dotted #7ed1dd;
}



/*** END OF STYLES FOR EVNTS ***/



/*** STYLES FOR NEWSLETTER ***/

/* STYLES FOR TYPOGRAPHY */

.formLabel {
	font-style: italic;
	font-size: 1.0em;
	padding: 0px 0px 4px 0px;
}

/* END */


#mc_embed_signup h2 {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-size: 1.0em;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

#mc_embed_signup ul {
	list-style: none;
}

#mc_embed_signup ul li {
	
}

#mc_embed_signup .leftCol, #mc_embed_signup .middleCol {
	width: 38%;
	float: left;
	display: inline-block;
}

#mc_embed_signup .leftCol {
	position: relative;
	/* background: #ff1f1f;	*/	
}

#mc_embed_signup .leftCol input, #mc_embed_signup .middleCol input  {
	width: 85%;
}

#mc_embed_signup .leftCol .button {
	position: absolute;
	top: 74px;
	left: -2px;
	height: 22px;
	width: 24px;
}

#mc_embed_signup .middleCol {
	/* background: #22a179;	*/
}

#mc_embed_signup .middleCol .datefield input {
	width: 30px;
}

#mc_embed_signup .rightCol {
	margin: 0px;
	padding: 0px;
	width: 24%;
	float: left;
	display: inline;
}

#mc_embed_signup .rightCol .formLabel {
	padding: 0px 0px 2px 0px;	
}

.formType {
	padding: 0px 0px 4px 0px;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}

input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.checkboxes {
	padding: 0px 0px 3px 0px;
}

.checkboxes label {
	padding: 0px 0px 0px 7px;
	
}

/* END */




/*** STYLES FOR TWITTER WIDGET ***/

.twtr-widget {
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}

.twtr-bd a {
	color: #7ed1dd;
}

.twtr-tweet {
	padding: 2px 0px;
	margin: 0px;
}


/*** STYLES FOR TWITTER WIDGET ***/

#social .overflow_container {

	width: 100%;
	height: 107px;
	overflow: hidden;
}




/*** STYLES FOR FACEBOOK SECTION ***/
.fb-like {
	margin: 0px;
	padding: 25px 0px;

}
/*** STYLES FOR FACEBOOK SECTION ***/





.leftCol p {
	text-align: center;
}

.section {
	text-align: center;
	margin: 0px auto;
	height: 24px;
	padding: 0px 0px 20px 0px;
}

.subSection {
	font-family: Verdana, sans-serif;	
	font-weight: normal;
	font-size: 1.0em;
	text-align: center;
	padding: 12px 0px 12px 0px;
}

.section img {
	height: 100%;
}

.landingPageImage {
	overflow: hidden;
}

.landingPageImage img {
	width: 100%;
}


/***   STYLES FOR TYPOGRAPHY OF ABOUT PAGE   ***/


h1 {
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: normal;
}

.bold {
	font-weight: bold;

}


.var-narrow .header .profile .p-name, .var-narrow .timeline-header .byline, .var-narrow .timeline-header .list-description, .var-narrow .e-entry-title, .var-narrow .cards-base h3 {
font-size: 18px;
line-height: 16px;
}



ul#events {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 90%;
	overflow: auto;
	overflow-x: hidden;
}

ul#events li.info {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px 0px 9px 0px;
}

ul#events li.event {
	width: 95%;
	display: block;
	margin: 0px auto;
	padding: 4px 4px 6px 4px;
	border-bottom: 1px dotted #7ed1dd;
}

ul#events li.event:last-child {
	border-bottom: none;
}

ul#events li span.spacer {
	color: inherit;
	margin: 0px 5px;
	padding: 0px;
	display: inline;
}

.mailchimp.left, .mailchimp.middle, .mailchimp.right{
	float:left;
}
.mailchimp.right{
	padding-left:25px;
}
body.mac-os .mailchimp.right{
	padding-left:45px;
}
.mailchimp input{
	box-shadow:none;
	border:1px solid #000;
}
.mailchimp input, .mailchimp.right ul{
	margin-bottom:5px;
	margin-top:8px;
}
body.mac-os .mailchimp.right ul li{
	margin-bottom:3px;
}
.mailchimp.right input{
	margin:0;
}
.mailchimp label{

}
.mailchimp.left input{
	width:90%;
	margin-right:10px;
}
body.mac-os .mailchimp.left input{
	width:150px;
	height:16px;
}
body.mac-os .mailchimp.middle input{
height:16px;
}
.mailchimp.middle .mc-field-group input#mce-LNAME, .mailchimp.middle .mc-field-group input#mce-MMERGE5{
width:90%;
}
body.mac-os .mailchimp.middle .mc-field-group input#mce-LNAME, body.mac-os .mailchimp.middle .mc-field-group input#mce-MMERGE5{
width:150px;

}
.mailchimp label{
	font-style:italic;
}

.mailchimp ul li label{
	font-style:normal;
}
body.mac-os .mailchimp ul li label{
	margin-left:5px;
}

.mailchimp input[type=submit]{
	background-color:#BEE8ED;
	border:0;
	box-shadow:none;
	border-radius:0;
	text-transform:uppercase;
	padding:4px 15px;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
}
body.mac-os .mailchimp input[type=submit]{
	margin-top:7px;
}
body.mac-os.firefox .mailchimp input[type=submit]{
	margin-top:3px;
	padding:2px 15px;
}
body.mac-os .mailchimp input.birthday{
	width:30px;
}
.mailchimp input[type=submit]:hover{
	cursor:pointer;
}	

#instafeed{
	height:73px;
	overflow:hidden;
	margin-left:7px;

}
#instafeed a{ 
	display:inline;
		margin-right:3px;
}
#instafeed a img{ 
	height:71px;
	width:71px;
	border:1px solid #BEE8ED;
}