/* 
	CSS Document
    Designed by MASSIV Web Design Caracas
	Client: Emporio Group
	
*/

* {
	padding:0;
	margin:0;
	border:0;
}
body {
	background:#fff;
	color:#333;
	font-family:"Trebuchet MS", sans-serif;
	font-size:90%;
}

#wrapper {
	width:1172px;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
	margin-left:auto; 
	margin-right:auto;
 	 }

#header {
	background:url(/img/header_bg.gif) no-repeat top left;
	clear:both;
	height:199px;
}


#footer {
	margin:10px;
	border-top:solid 3px #036;
	font-size:80%;
}

#main {
	clear:both;
}


a:link, a:active, a:visited {
	color:#036;
	text-decoration:none;
	}
a:hover {
	color:#fc6;
}
a:link img {
	border:none;
	}

h1, h2, h3, h4 {
	font-family:"Trebuchet MS", "Arial", sans-serif;
	padding-top:5px;
	padding-bottom:10px;
	color:#333;
	}	
	
h3.crumb {
	border-bottom:solid 1px #b0caff;
	margin-bottom:4px;
	}	
/* Navigation Menu -------------------*/
#menu {
	 
}

#menu ul {
	 padding-top:130px;
	}

#menu ul li {
	font-size:120%;
	font-weight:bold;
	font-family:"Georgia", "Times New Roman", serif;
	padding-left:20px;
	padding-right:20px;
	}

#menu ul li a:link,  #menu ul li a:visited,  #menu ul li a:active {
	color:#333;
}	

#menu ul li a:hover {
	color:#000;
}

/* Marquee for events ------------------- */

#marquee {
	background:#fff url(/img/bgmarquee.gif) repeat-x top right;
	height:400px;
	}	
#marquee #curve {
	background:url(/img/curve.gif) no-repeat top left;
	height:254px;
}

#marquee .content {
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;

	}

#marquee .title {
	width:150px;
	color:#000;
	height:180px;
	padding-top:20px;
	font-size:150%;
	font-family:"Georgia", "Times New Roman", serif;
	float:left;
	}

#marquee .evento {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:55px;
	}	
	
#marquee img.marqueePhoto {
	float:left;
	background-color:#fff;
	padding:5px;
	border:solid 1px #444;
	margin:4px;
	margin-left:0px;
	}	

#marquee h2, #marquee h2 a:link, #marquee h2 a:visited, #marquee h2 a:active {
	color:#333;
	font-family:"Georgia", "Times New Roman", serif;
	font-weight:bold;
	font-size:16px;
	width:100%;
	padding-top:0;
	padding-bottom:0;
	}

#marquee h2 a:hover {
	color:#000;
	}	
#marquee h3 {
	font-family:"Georgia", "Times New Roman", serif;
	font-size:85%;
	color:#036; padding:0;
	}
	
#marquee ul {
	padding:4px;
	}	
#marquee li {
	color:#036;
	font-size:90%;
	list-style-type:none;
	}
	
#marquee li a:link, #marquee li a:active, #marquee li a:visited { 
	display:block;
	}

#marquee li a:hover { background-color:#ffc;}	
	
/* Marquee for events ------------------- */

#pastEvents {
	background:url(/img/bgpast.gif) no-repeat top left;
	height:165px;
	width:900px;
	} 
	
#pastEvents .down a:link, #pastEvents .down  a:visited, #pastEvents .down  a:active{
	color:#333;
	font-size:115%;
	}
		
#pastEvents .contentPastEvents {
	padding-top:5px;
	padding-left:280px;
	padding-right:5px;
	}
	
#pastEvents .title {
	width:150px;
	color:#333;
	height:80px;
	padding-top:20px;
	font-size:160%;
	font-family:"Georgia", "Times New Roman", serif;
	float:left;
	}	

#pastEvents h3 {
	font-weight:normal;
	line-height:70%;
	}
	
/* Ticket Prices for events ------------------- */	
	
table.priceTable {
	border:solid 2px #ccc;
	padding:10px;	
	background-color:#fff;
	}

table.priceTable td {
	border-bottom:solid 1px #ccc;
	background-color:#fff;
	}
table.priceTable th {
	background-color:#fff;
	border:none;
	border-bottom:solid 2px #666;
	}	
	
table.priceTable td.leftAlgn, table.priceTable th.leftAlgn {
	text-align:left;
	}	

table.priceTable td.rightAlgn, table.priceTable th.rightAlgn {
	text-align:right;
	}	
	
table.priceTable td.ticketColor {
	border:solid 1px #333;
	padding:4px;
	}	
	
/* Poll Results ------------------- */		
table.pollResultsTable {
	width:600px;
	background-color:#fff; 
	border:none; 
	color:#333;
	}	

table.pollResultsTable tr {
	border:none; 
	}
table.pollResultsTable td {
	border:none; 
	text-align:left;
	}	



/* Footer classes ------------------- */	

#footer .content {
	padding-top:30px;
	}	

#footer a:link, #footer a:active, #footer a:visited {
	font-size:130%;
	font-weight:bold;
	text-decoration:none;
	color:#036;
	padding:5px;
	}
	
#footer a:hover {
	color:#000;
	}	
#footer ul {
	margin:5px;
	padding-bottom:15px;
	font-size:130%;
	font-weight:bold;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Georgia", "Times New Roman", serif;
}

#footer li {
	list-style-type:none;
	display:block;
	float:left;
	padding:10px;
	
}

#footer p {
	padding:12px;
}


/* forms -------------------------------*/

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
fieldset {
	border:solid 1px #036;
	padding:15px;
	margin:15px;
	}
	
legend {
	font-size:110%;
	font-weight:bold;
	padding-bottom:10px;
	}	

input {
	margin-top:15px;
	border:solid 2px #999;
	}	

input.bigInput {
	font-size:20px;
	width:100%;
	}
	
select.bigInput {
	border:solid 2px #999;
	height:40px;
	font-size:14px;
	}
select	{ border:solid 1px #999; }	
	
textarea {
	margin-top:15px;
	border:solid 3px #999;
	width:100%;
	}	

input.bigSubmitButton {
	font-size:18px;
	color:#fff;
	padding:10px;
	margin:20px;
	float:right;
	background:#333 url('/img/submit_bg.gif') repeat-x top left;
	border:solid 2px #000;
	}

input.dontDeleteButton {
	font-size:18px;
	padding:10px;
	margin:20px;
	clear:none;display:inline;
	font-weight:bold;
	background:#fff url('/img/bg_submit.gif') repeat-x bottom left;
	}

input.deleteButton {
	font-size:18px;
	padding:10px;
	margin:20px;
	clear:none; display:inline;
	border:solid 2px #333;
	background:#fff url('/img/bg_submit_red.gif') repeat-x bottom left;
	}
		
label {
display: block;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
/*input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}*/
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}

tr.adminAction {
	background-color:#6698cb;
	padding:4px;
	}

/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}



/* Home Boxes  ------------------- */	

#main .content {
	padding:25px; // overriden in homepage.ctp
	float:left;
	}
	
#main .skyscraper {
	width:160px;
	text-align:left;
	}
		
#main .homeBox {
	width:300px;
	float:left;
	background:url('/img/separador.gif') no-repeat top right;
	}

#main .homeBox h1{
	padding:10px;
	padding-bottom:0;
	font-size:150%;
	
	}	
#main .homeBox ul {
	padding:10px;
	padding-right:20px;
	}	
	
#main .homeBox li {
	list-style-type:none;
	display:block;
	border-bottom:solid 1px #d0d0d0;
	}	
	
#main .homeBox a:link, #main .homeBox a:visited, #main .homeBox a:active {
	display:block;
	padding:5px;
	color:#036;
	text-decoration:none;
	}
#main .homeBox a:hover {
	color:#000;
	background-color:#b0caff;
	}	
#main .homeBox li h2 {
	font-size:100%;
	}
	
/* tables */

.colorPicker table   
{
	width:300px;
	border:0;
	padding:0;
	margin:0;
}

.colorPicker table td
{
	border:0;
	padding:0;
	margin:0;
}

.colorPicker input, .colorPicker table table td input  {
	display:inline;
	clear:none;
	margin:0;
	}
.colorPicker label {
display: inline;
width: 30px;
font-size: 14px;
padding:0px;
}	
.colorPicker table table {
 
	width:100px; !important 
}

.colorPicker table table td{
	border:solid 1px #fff;
 
}

.colorPicker table table input {
	display:inline; clear:none; size:6px;
}



table {
width: 100%;
border: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin-left:auto;
margin-right:auto;
margin-top:30px;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}

table tr td {
padding:4px 4px;
vertical-align:top;
text-align: center;
border-bottom:solid 1px #ccc;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}

table tr.adminTools td {
border-bottom:solid 1px #ddd;
	font-size:95%;
	text-align:right;
}

table tr.adminTools td a{
	font-weight:normal;
}
table a:active, table a:visited, table a:link { color:#33c; }
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

table td.tdTool {
	background-color:#ffc;
	padding:5px;
	text-align:center;
	font-size:150%;
	}
	
table td.tdTool a:link, table td.tdTool a:visited, table td.tdTool a:active  {
	color:#333;
	}	
	
table td.tdTool a:hover { color: #f93;}	

/* Formulario posts ----------------------------*/	
 
input.postTitle {
	font-size:18px;
	}
#quicktags {
	margin:0;
	padding:0;
	}
#quicktags #ed_toolbar {
	padding: 0 2px;
}

#ed_toolbar input {
	background: #fff url( /img/fade-butt.png ) repeat-x 0 -2px;
	margin: 3px 2px 2px;
}

#quicktags .ed_button {
	display:inline;
	font-size:14px;
	color:#333;
	border:1px solid #333;
	padding:4px;
}

#quicktags #ed_strong {
	font-weight: bold;
}

#quicktags #ed_link {
	color: blue;
	text-decoration: underline;
}

#quicktags #ed_del {
	text-decoration: line-through;
}

#quicktags #ed_em {
	font-style: italic;
}

/* Accesory classes------------------- */

.clearer {
	clear:both;
	}
/* Detalle -------------------------- */

#detalle {
	width:600px;
	float:left;	
	
	}

.newsTitle {
	/*background:#fff url('/img/gray_gradient_bg.gif') repeat-x bottom left;*/
	font-family:"Georgia", "Times New Roman", serif;
	padding-top:10px;
	}	
	
.newsTitle h1, .newsTitle h2 {
	padding-top:0;
	padding-bottom:0;
}	
.textBox {
	 
}
.textBox p{
	line-height:160%;
	padding-top:1.5em;
	padding-bottom:1.5em;
	}	
	
/* ----- */
.unreadMessage {
	background-color:#ffc;
	}	
	
/*** */
#adminMain {
	border:solid 2px #666;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-color:#fff;
	padding:20px;
}	