@charset "utf-8";
/* cleo
 * cleo47@gmail.com
 * www.alleyclub.com.br
 * 2010
 
	pink		#80005d
 
 *  */

/* =================================================================================================
 * Reset
 * ===============================================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: left;
	vertical-align: baseline;
}
	
a img {
	border:none;
}

:focus {
	outline:none;
}

a{
	color:#80005d;
	text-decoration:none;
}

/* =================================================================================================
 * Center
 * ===============================================================================================*/
html, body {
	height: 100%; width:100%;
	background:#272727;
	overflow:hidden;
}

@media handheld, only screen and (max-device-width: 480px) {
    html, body{
		overflow:auto;
	}
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

div#distance { 
	margin-bottom: -200px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	width:830px; height:400px;
	margin: auto;       /* required */
	clear: left;          /* required */
	z-index:10;
}

/* =================================================================================================
 * Type
 * ===============================================================================================*/
@font-face {
	font-family: 'Pastelaria';
	src: url('http://www.alleyclub.com.br/css/pastelaria/pastelar-webfont.eot');
	src: local('☺'), url('http://www.alleyclub.com.br/css/pastelaria/pastelar-webfont.woff') format('woff'), url('http://www.alleyclub.com.br/css/pastelaria/pastelar-webfont.ttf') format('truetype'), url('http://www.alleyclub.com.br/css/pastelaria/pastelar-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
body{
	font-family: Arial, sans-serif;
}

.title{
	font-family:'Pastelaria',"Century Gothic", "Apple Gothic", "Lucida Sans", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size:30px;
	border-bottom:2px solid #000;
	margin:10px;
}

.pink{
	color:#80005d;
}

/* =================================================================================================
 * Background
 * ===============================================================================================*/
div#bg-wrapper{
	min-width:1024px; min-height:100%;
	width:100%; height:100%;
	top:0; left:0;
	position:fixed;
	z-index:1;
}
 
img#background{
	min-width: 1024px; min-height: 100%;
	width: 100%; height: auto;
	position: fixed;
	top: 0;	left: 0;
	z-index:1;
}

@media screen and (max-width: 1024px){
	img#background {
		left: 50%;
		margin-left: -512px; 
	}
}

div#overlay{
	width:100%; height:100%;
	position:fixed;
	top:0; left:0;
	background:url(http://www.alleyclub.com.br/imgs/stripes.png);
	z-index:2;	
}


/* =================================================================================================
 * General box
 * ===============================================================================================*/
div.box-wrapper{
	position:relative;
	display:inline-block;
}

div.outer-box{
	background:#fff;
	opacity:0.3;
	width:100%; height:100%;
	position:absolute;
	z-index:1;
	padding:5px;
}

div.inner-box{
	z-index:5;
	position:relative;
	display:block;
	width:100%; height:100%;
	top:5px; left:5px;
}

.inner-box-bg{
	position:absolute;
	display:block;
	background:#fff;
	opacity:0.8;
	z-index:2;
	width:100%; height:100%;
}

div.inner-box-content{
	position:relative;
	width:100%; height:100%;
	z-index:7;
	overflow:hidden;
	display:block;
}

	#content-left-column{
		width:220px;
		display:inline-block;
		float:left;
	}

	#content-right-column{
		width:310px;
		display:inline-block;
		float:left;
	}
	
.full-width{
	width:530px; height:360px;
	float:left;
	position:relative;
}

/* =================================================================================================
 * Left Column
 * ===============================================================================================*/
#left-column{
	width:275px;
	height:400px;
	position:relative;
	display:inline-block;
	float:left;
}

#logo{
	width:150px; height:83px;
	position:absolute;
	right:0; top:40px;
	opacity:0.7;
}

#cartaz{
	position:absolute;
	left:0; bottom:0;
	width:265px; height:265px;
	cursor:pointer;
}

#cartaz-img{
	left:-180px; top:-95px;
	position:absolute;
}

/* =================================================================================================
 * Menu
 * ===============================================================================================*/
#menu{
	display:inline-block;
	float:left;
	width:540px; height:40px;
	left:10px;
	position:relative;
	font-family:'Pastelaria', "Century Gothic", "Apple Gothic", "Lucida Sans", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;				
	list-style-type:none;
	position: relative;
	overflow: hidden;
}

	#menu li{
		display:inline-block;
		float:left;
	}
	
	#menu li a{
		text-decoration:none;
		color:#fff;
		font-size:16px;
		top:12px;
		position:relative;
		padding:0 8px;
		text-transform: uppercase;
		z-index: 10;
		display: block;
		float: left;
		position: relative;
		overflow: hidden;
	}
	
	#menu li.first a{
		padding-left:0;
	}
	
	#menu span{
		color:#ccc;
		font-size:20px;
		display:inline-block;
		float:left;
		text-align:center;
		top:10px;
		position:relative;
	}

		#menu li.back {
			border-top: 7px solid #80005d;
			width: 9px;
			height: 30px;
			z-index: 8;
			position: absolute;
		}
	
	#menu-barra{
		width:540px; height:7px;
		background:#fff;
		opacity:0.8;
		position:absolute;
		top:0; left:0;
		overflow:hidden;
	}
	
/* =================================================================================================
 * Right Column
 * ===============================================================================================*/
#right-column{
	display:inline-block;
	float:left;
	position:relative;
	left:10px;
	width:540px;
}

/*
 *	Home
 */
p{
	margin:0 10px;
	font-size:12px;
}

p.dia{
	font-size:11px;
	margin-top:15px;
}
p.festa{
	font-size:22px;
	font-weight:bold;
}
 
#home-programacao-semanal{
	width:290px; height:360px;
	float:left;
	position:relative;
	cursor:default;
}

#home-programacao-semanal div{
	display:block;
}

#home-noites{
	float:left;
	width:220px; height:310px;
	left:20px;
	cursor:default;
	position:relative;
}

#home-cupom{
	float:left;
	width:220px; height:30px;
	top:20px;
	left:20px;
	cursor:default;
	position:relative;
	font-family:'Pastelaria',"Century Gothic", "Apple Gothic", "Lucida Sans", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:30px;
}

#home-cupom a{
	text-decoration:none;
	color:#000;
	text-align:center;
	display:block;
}

#home-social{
	float:right;
	width:220px; height:30px;
	top:40px;
	right:10px;
	cursor:default;
	position:relative;
}

#home-social{
	font-family:'Pastelaria',"Century Gothic", "Apple Gothic", "Lucida Sans", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

	#home-social li{
		display:inline-block;
		text-indent:20px;
		padding-top:7px;
		height:23px;
		margin-left:5px;
		float:left;
		background-image:url(http://www.alleyclub.com.br/imgs/social.png);
	}

	#home-social li#facebook{
		background-repeat:no-repeat;
		background-position:0 0;
	}

	#home-social li#twitter{
		background-repeat:no-repeat;
		background-position:0 -29px;
	}

	#home-social li#flickr{
		background-repeat:no-repeat;
		background-position:0 -60px;
	}
	
	#home-social li a{
		color:#000;
		text-decoration:none;
		display:block;
		font-size:16px;
	}

/*
 *	Programacao
 */
#sb-title-inner{
	font-family:'Pastelaria',"Century Gothic", "Apple Gothic", "Lucida Sans", "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
	font-size:20px;
}

#sb-info{position:absolute; top:5px; right:0;z-index:100;}
#sb-loading-inner span{background:url(http://www.alleyclub.com.br/imgs/shadowbox/loading.gif) no-repeat;}
#sb-nav-close{background-image:url(http://www.alleyclub.com.br/imgs/shadowbox/close.png);}
#sb-nav-next{background-image:url(http://www.alleyclub.com.br/imgs/shadowbox/next.png);}
#sb-nav-previous{background-image:url(http://www.alleyclub.com.br/imgs/shadowbox/previous.png);}
#sb-nav-play{background-image:url(http://www.alleyclub.com.br/imgs/shadowbox/play.png);}
#sb-nav-pause{background-image:url(http://www.alleyclub.com.br/imgs/shadowbox/pause.png);}
 
/*
 *	Noites
 */
#content-right-column p.title {
	cursor:pointer;		
}

#content-right-column .current {
	color:#80005d;
}

#content-right-column p.pane {
	display:none;
}

#content-right-column strong{
	font-weight:bold;
}

/*
 *	Eventos
 */
div#eventos-img-wrapper{
	position:absolute;
	left:0; bottom:14px;
	width:220px;
	z-index:10;
}
 
	.eventos-img{
		width:60px; height:70px;
		float:left;
		margin:0 10px 0 0;
		left:10px;
		overflow:hidden;
		position:relative;
	}

		#eventos1-alley-img{
		position:absolute;
		top:-50px; left:-20px;
	}

		#eventos2-alley-img{
			position:absolute;
			top:-80px; left:-20px;
		}

		#eventos3-alley-img{
			position:absolute;
			top:-60px; left:-20px;
		}

#eventos-slider{
	display:block;
	width:300px;
	height:305px;
	top:42px;
	position:absolute;
	overflow:hidden;
	z-index:5;
}

/*
 *	Localização
 */
#google-maps{
	display:block;
	width:300px;
	height:305px;
	top:42px;
	position:relative;
}

#gmap-overlay p{
	margin:0;
}

 
/*
 *	Contato
 */
form{
	width:540px;
}
 
label{
	color:#666;
}

label, input, textarea{
	margin:0 10px;
	font-size:12px;
	display:block;
	position:relative;
}

input{
	width:190px;
	margin-bottom:15px;
	padding:5px;
	border:1px solid #eee;
}

input:focus, textarea:focus{
	border-color:#80005d;
}

textarea{
	width:280px;
	height:200px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #eee;
}

form p{
	margin-top:42px;
}

input#contato-send{
	width:290px;
	font-weight:bold;
	background:#80005d;
	border:1px solid #80005d;
	color:#fff;
	position:relative;
	cursor:pointer;
}

input#contato-send:hover{
	top:-1px;
}

#output-wrapper{
	position:absolute;
	width:470px; height:300px;
	margin:30px;
	top:0; left:0;
	background:#222;
	z-index:20;
	opacity:0.9;
	border:5px solid #fff;
	display:none;
}

#email_output{
	top:140px;
	position:relative;
	color:#fff;
	text-align:center;
}

/*
 *	Footer
 */
#footer{
	position:absolute;
	bottom:10px; left:0;
	width:100%;
	color:#fff;
	z-index:10;
}
	#alley-assinatura{
		float:left;
		left:10px;
		position:relative;
	}
	
	#endereco{
		float:right;
		right:10px;
		position:relative;
		font-size:12px;
	}
	
	#endereco a{
		text-decoration:none;
		color:#fff;
	}
	
/*
 *	Admin
 */
#textarea-admin{
	margin:0 5px 5px 5px;
	width:200px;
	background:none;
	font-family:Arial;
	border:none;
	height:225px; 
	padding-top:0;
	overflow:hidden;
}

#submit-admin{
	position:absolute; left:270px;
	width:150px; height:70px;
	border-color:#333;
	top:0;
}

.awesome, .awesome:visited {
	background: #222 url(/admin/imgs/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }