/* for custom overrides of 2013core theme for this site only */

/*
 .fauxnav {
    background: -moz-linear-gradient(center top , #585858, #3D3D3D) repeat scroll 0 0 #585858;
	background: #585858; 

background: -moz-linear-gradient(top, #585858 0%, #3d3d3d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(100%,#3d3d3d));
background: -webkit-linear-gradient(top, #585858 0%,#3d3d3d 100%); 
background: -o-linear-gradient(top, #585858 0%,#3d3d3d 100%); 
background: -ms-linear-gradient(top, #585858 0%,#3d3d3d 100%); 
background: linear-gradient(to bottom, #585858 0%,#3d3d3d 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#3d3d3d',GradientType=0 );
  clear: both;
	} */
	
img {
	margin-bottom: 15px;
    margin-right: 15px;
	}


#logo h1 a img {
    float: left;
    margin: 20px 0;
	}

#wrapper {
	border-radius: 0 0 6px 6px;
	}
body {
	border-top: 4px solid #5c2d83;
	}
html, body {
    background: url("http://img.seiu.org/bluestate/locals/action.seiu.org-airportworkers-2013/bg_fabric.png") top center repeat #DDDDDD;
	}
input[type="submit"] {
   font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
	}
.inviteonly {
	min-height: 80em;
	}

#invitationpage #submit_button { width: 14em; }