/*
Theme Name: Choose Your City - LatinoScoop
Description: This theme is used for LatinoScoop.com only.
Author: Tommy Giglio
Author URL: http://tommygiglio.net
Version: 1.0
*/
@import url('../latinoscoop/style.css');


body{
	background: #cacaca;
	font-family: Arial, Helvetica, sans-serif;

}

.welcomeShadow{
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}

#welcomeLogo{
	width: 283px;
	height: 130px;
	background: url("images/chooseLogo.png") no-repeat;
	margin: 0 auto -55px auto;
	position: relative;
	z-index: 10;
}

#centerBox{
	width: 312px;
	height: 200px;
	padding: 100px 0 0 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	text-align: center;
}
#chooseCity{
	width: 260px;
	height: 160px;
	position: relative;
	z-index: 4;
	padding: 40px 25px 0 25px;
}
#chooseCity h4{
	font-weight: normal;
	color: #b92839;
	font-size: 24px;
	letter-spacing: 0.04em;
	margin: 12px 0 22px 0;
}
#fb-Like{width: auto;}
p{font-size: 11px; margin: 7px 0 8px 0;}
a{padding: 0 3px; color: #fff; text-decoration: none;}
a:hover{text-decoration: underline;}
#chooseCity select{
	width: 260px;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	
}
input#submitt {background: url("images/continue2.png") no-repeat 0 0; border: none; height:38px; width:185px; cursor: pointer; padding:0; margin:25px auto 0 auto;}
input#submitt:active{background-position: 0px -48px; border: none; }



