/*BODY*/
body { background-image:url('http://www.makesomeplans.com/css/textures/brushed_alu.png'); }
.noLink { text-decoration:none; }
.pointer{ cursor: pointer; }
.hidden{ display:none; }
.zIndex { z-index: 1000; }
.hover { font-weight: bold; }
.input:hover { background-position:0 -44px; }
.input:focus { background-position:0 -88px; }
img { border: none; }
a:link { color: navy; }
a:visited { color: navy; }
.color1 { color: #5bc0de; }
.back-color1 { background-color: #5bc0de; }
.border-color1 { border: thin solid #5bc0de; }
.border-color1-right { border-right: thin solid #5bc0de; }
.border-shadow-small { border: thin solid #666; box-shadow: 1px 2px 4px 1px #888888; }
.border-shadow-large { border: thin solid #666; box-shadow: 1px 1px 3px 1px #888888; }
.border-shadow-even { border: thin solid #666; box-shadow: 0px 0px 3px 1px #888888; }
.main { background: #fff; margin: 10px; padding: 10px; border: thin solid #666; box-shadow: 0px 0px 5px 3px #888888; }
table { font-size: 12px; }
.advertisementSideBarBox { border: thin solid #5bc0de; margin: 0 0 10px 0; }
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.homepageFeatured {
	height: auto;
	background-image:url('http://www.makesomeplans.com/css/textures/brushed_alu.png');
	margin: 0 0 10px 0;
	padding: 5px;
}
.breadcrumbs { text-decoration: none; font-size: 11px; }
.tooltip {
    background-color:#000;
    border:1px solid #fff;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;
 
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}
.bmenu{
    padding: 0px;
    width: 100%;
    min-height: 200px;
    margin: 10px 0px 10px 0px;
    position: relative;
    list-style-type: none;
}
.bmenu li{
    font-size: 12px;
    margin: 5px 2px -5px -10px;
    display: block;
}
.bmenu li a{
    font-size: 14px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px #5bc0de;
    letter-spacing: 1px;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bmenu:hover li a{
    text-shadow: 0px 0px 5px #76972;
}
.bmenu li a:hover{
    color: #5bc0de;
    text-shadow: 0px 0px 0px #429cb5;
    padding-left: 15px;
}
.tooltip .label {
    color:yellow;
    width:35px;
  }
.image-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}
.image-wrap:after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: solid 1px #1b1b1b;

	-wekbit-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 0 1px rgba(255,255,255,.4), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.image-wrap img {
	vertical-align: bottom;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.image-wrap {
	margin-right: 5px;
	margin-bottom: 5px;
}
/*.image-wrap:not(:hover) {
	-webkit-transform: scale(0.9);
	  -moz-transform: scale(0.9);
	  -o-transform: scale(0.9);
	  -ms-transform: scale(0.9);
}*/
.box {
	margin: 0 0 50px;
	border-top: solid 1px #444;
}
.glossy .image-wrap:before {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,.15) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,.15)));
	background: linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,.15) 100%);
}
.embossed .image-wrap:after {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -6px 0 rgba(0,0,0,.6), inset 0 -7px 0 rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -6px 0 rgba(0,0,0,.6), inset 0 -7px 0 rgba(255,255,255,.3);
	box-shadow: inset 0 0 1px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -6px 0 rgba(0,0,0,.6), inset 0 -7px 0 rgba(255,255,255,.3);
}

/* soft embossed */
.soft-embossed .image-wrap:after {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,1), inset 0 1px 1px rgba(255,255,255,.5), inset 0 -6px 2px rgba(0,0,0,.6), inset 0 -8px 2px rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,1), inset 0 1px 1px rgba(255,255,255,.5), inset 0 -6px 2px rgba(0,0,0,.6), inset 0 -8px 2px rgba(255,255,255,.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,1), inset 0 1px 1px rgba(255,255,255,.5), inset 0 -6px 2px rgba(0,0,0,.6), inset 0 -8px 2px rgba(255,255,255,.3);
}

/* cutout or pressed */
.cutout .image-wrap:after {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 2px rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 2px rgba(0,0,0,.6);
}
.overlay {
    display:none;
    background-image:url(http://jquerytools.org/media/img/overlay/white.png);
    width:640px;
    padding:35px;
    font-size:11px;
}
/* default close button positioned on upper right corner */
.overlay .close {
    background-image:url(http://jquerytools.org/media/img/overlay/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
div.overlay.black {
background-image:url(http://jquerytools.org/media/img/overlay/transparent.png);
color:#fff;
overflow:hidden;
}
.wrapper {
	width: 1024px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;       
	position: relative;
}
.wrapperHeader {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;       
	position: relative;
}
.wrapperMain {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;       
	position: relative;
}
body {  margin: 0;
	padding:0; 
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
}
/*HEADER*/
.userMenuBox {
	top: 30px;
	right: 0px;
	position: absolute;
	min-height: 75px;
	width: 100px;
	z-index: 1000;
	background-image:url('http://www.makesomeplans.com/css/textures/denim.png');
	display: none;
	border: 2px solid #FC9402;
}
.headerBox{
	width: 1024px;
	clear: right;
	z-index: 10;
}
.headerTabsBox {
	background: #FFFFFF url(/css/images/ui-bg_highlight-soft_75_020266_1x100.png) 50% 50% repeat-x; 
	border: #666; 
	width: 1000px;
	left: 12px;
	position: relative;
}
.headerTabs {
	width: 1000px;
	height: 31px;
}
.socialHeaderBox {
	float: right;
	margin-top: -3px;
}
.floating-social-menu {
	/*position: fixed;
	background: #FFFFFF;
	border: 1px solid #CECECC;
	width: 65px;
	z-index: 100;
	top: 250px;
	left: 3px;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-right: 5px;*/
	
	width: 65px;
	background: #FFF;
	border: 1px solid #CECECC;
	margin-left: -80px;
	margin-right: auto;
	margin-top: 190px;
	overflow: hidden;       
	position: fixed;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-right: 5px;
	box-shadow: 1px 0pt 15px rgba(0, 0, 0, 0.2);
}
.drop-shadow:before, .drop-shadow:after 
{
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 15px;
  width: 50%; 
  top: 80%;
  max-width:475px;
  background: #666; 
  -webkit-box-shadow: 0px 0px 15px 10px #666;   
  -moz-box-shadow: 0px 0px 15px 10px #666;
  -khtml-box-shadow: 0px 0px 15px 10px #666;
  box-shadow: 0px 0x 15px 10px #666;
  -khtml-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);    
  -moz-transform: rotate(-3deg);   
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.drop-shadow:after 
{
  -khtml-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 15px;
  left: auto;
}
/*FOOTER*/
#footer {
  position: fixed ;
  bottom: 0px ;
  font-size: smaller;
  width: auto;
  left: 2px;
  color: #333333;
  text-decoration: none ; 
  background-color: white ;
  padding-bottom: 2px;
  padding-top: 2px;
  border-top: 1px solid #999999;
  width: 99%;
}
.footerBox {
	height: 125px;
	/*background-color: #FFFFFF;
	border: thin solid #71AFC4;
	background-image: url('images/white_blue_fade.jpg');
	background-size: 100%;*/
}
.footer{
	width: 1024px;
	color: white;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 13px;
        /*height:100px;  /* Height of the footer */
	position: relative;
}
.mapCanvas {
	width:500px;
	height:400px;
	left: 450px;
	top: -40px;
	border: thin solid #666;
	position: relative;
}
.mapCanvas2 {
	width:292px;
	height:275px;
	position: relative;
}
/*BUTTONS*/
.button {
	display: block;
	width: 121px;
	height: 39px;
	text-indent: -99999px;
}
.button_event {
	display: block;
	width: 121px;
	height: 39px;
	text-indent: -99999px;
}
.button:hover {
	background: url('images/add_a_vendor_hover.png');
	background-position: 0 0;
}
.button_event:hover {
	background: url('images/find_event_hover.png');
	background-position: 0 0;
}
.settingsButton {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -99999px;
}
.settingsButton:hover {
	/*background: url('http://www.makesomeplans.com/images/orange-gear-icon.png');*/
	background-image: url('http://www.makesomeplans.com/images/orange-gear-icon.png');
	background-size: 20px 20px;
	background-position-x: 0px;
	background-position-y: -1px;
	/*background-position: 0px -3px;*/
}
/*SEARCH RESULTS*/
.searchResults {
	position: relative;
	width: 695px;
	background: #FFF;
	height: 75px;
}
.featuredResults {
	position: relative;
	width: 695px;
	background: #DAE9FC;
  	border: thin solid #9FCAFF;
	height: 210px;
	box-shadow: 0px 0px 3px 1px #9FCAFF;
	margin-bottom: 20px;
}
.featuredLabel {
	font-size: 13px;
	background-color: #FBD603;
	text-align: center;
	width: 65px;
	height: 65px;
	left: 475px;
	top: -90px;
	position: relative;
	-webkit-box-shadow: 2px 3px 4px 1px #666;   
	-moz-box-shadow: 2px 3px 4px 1px #666;
	box-shadow: 2px 3px 4px 1px #666;
	-webkit-transform: rotate(-20deg);    
	-moz-transform: rotate(-20deg);   
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.searchResultsDiv {
	left: 5px;
	width: 685px;
	height: 50px;
	position: absolute;
}
.featuredResultsDiv {
	left: 225px;
	top: 5px;
	width: 460px;
	height: 210px;
	position: absolute;
}
.searchResultsImage {
	height: 35px;
	width: 75px;
	margin: 5px;
}
.featuredResultsImage {
	height: 200px;
	width: 200px;
	margin: 5px;
}
.searchResultsPhone {
	font-size: 16px;
	float: right;
	margin-right: 5px;
	color: #000000;
}
.searchResultsPhone:hover {
	font-size: 16px;
	float: right;
	margin-right: 5px;
	color: #666666;
}
.searchResultsName {
	font-size: 18px;
	color: #000000;
}
.searchResultsName:hover {
	font-size: 18px;
	color: #666666;
}

.ytBox {
	width: 305px ;
        padding-right: 10px;
	position: relative ;
}
.updateBox {
	width: 305px ;
	border: thin solid #666;
	background: #020266;
	position: relative ;
}
.twitter_container {
	width: 305px; 
	margin-top: 5px;
	position: relative;
}
.mainBox {
	width: 1024px;
	min-height: 1650px;
	position: relative;
}
.socialWrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;       
	position: relative;
}
.validateTips { 
	border: 1px solid transparent; 
	padding: 0.3em; 
}
.noDecor { text-decoration: none; }
/***************************FONTS***************************************/
@font-face { 
	font-family:'Dancing_Script'; 
	src:url('http://www.makesomeplans.com/fonts/dancing_script-webfont.eot');
	src: local('Dancing_Script'), local('Dancing_Script'), url('http://www.makesomeplans.com/fonts/dancing_script-webfont.woff') format('woff'), url('http://www.makesomeplans.com/fonts/dancing_script-webfont.otf') format('opentype'), url('http://www.makesomeplans.com/fonts/dancing_script-webfont.svg') format('svg'); 
} 
.Dancing_Script { font-family:'Dancing_Script', sans-serif; font-weight: lighter; } 
.font1 { font-family:'Dancing_Script', sans-serif; font-weight: lighter; font-size: 24px; line-height: 1.3em } 
.font2 { font-family:'Dancing_Script', sans-serif; font-weight: lighter; font-size: 21px; line-height: 1.3em } 

@font-face { 
	font-family:'Jura_Regular'; 
	src:url('http://www.makesomeplans.com/fonts/jura-regular-webfont.eot');
	src: local('Jura_Regular'), local('Jura_Regular'), url('http://www.makesomeplans.com/fonts/jura-regular-webfont.woff') format('woff'), url('http://www.makesomeplans.com/fonts/jura-regular-webfont.otf') format('opentype'), url('http://www.makesomeplans.com/fonts/jura-regular-webfont.svg') format('svg'); 
} 
.Jura_Regular { font-family:'Jura_Regular', sans-serif; font-weight: lighter; } 