@charset "utf-8";

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
html, body {
	background-color: #F9F3EF;
	color: #000000;
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	min-height: 100%;
}
a {
	text-decoration: none;
	font-weight: bold;
    color: #007F00;
}
a:hover {
	color: #800000;
}
a:active {
	color: red;
}
a img {
	border:none;
}

hr {
    background-color: sienna;
    padding: 2px;
    margin-bottom: 20px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 20px;
}
p {
    margin: 0 0 10px 20px;
}


h1, h2, h3, h4 {
    font-family: 'Tangerine', cursive;
	margin: 5px;
	padding: 0;
}
h1 {
    font-size: 4em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2em;
	margin-top: 20px;
}


/* jenandnick */
#body {
    position: absolute;
    top: 0px;
    left: 0px;
	bottom: 0px;
	right: 0px;
	z-index:-10;
	margin: 10px;
}
#main-outer {
    background: #007F00;
	background: -webkit-gradient(linear, left top, right bottom, from(#007F00), to(#014501)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #007F00,  #014501); /* for firefox 3.6+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007F00', endColorstr='#014501'); /* for IE */
    border: solid 1px #000000;
    box-shadow: 5px 5px 10px #666666;
	min-height: 520px;
	min-width: 320px;
	position: relative;
	z-index:-5;
	margin: 10px;
}
#main-inner {
	background: url('/images/old_paper3.jpg');
    background-color: #F8F2DE;
	background-size: 100% 100%;
    border: solid 2px sienna;
	min-height: 500px;
	min-width: 300px;
	position: relative;
	z-index:-2;
	margin: 10px;
	padding: 90px 100px 75px 100px;
	overflow: auto;
}

#header {
    position: absolute;
	top: 20px;
	left: 10px;
    z-index: 3;
}

#footer {
    clear: both;
    padding-top: 20px;
}

#main-menu{
	display: inline;
    list-style-type: none;
    z-index: 50;
	margin: 0;
	padding: 0;
overflow: hidden;}

#main-menu li{
	display: block;
	float: left;
    /* padding:15px 15px; */
    font-family: 'Finger Paint', cursive;
    font-family: 'Snowburst One', cursive;
	font-size: 1.5em;
    font-weight: bold;
/*
text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black;
      */
	text-shadow: 0 0 0.3em #000, 0 0 0.3em #000;
	z-index: 50;
}

#main-menu li a{
	background: url('/images/papel_banner.png');
	background-color: rgba(0, 0, 0, 0);
	background-size: 100% 100%;
    margin:0;
	opacity: 1;
    padding:20px 10px;
	/*
	outline:#00FF00 dotted thick;
	background: -webkit-gradient(linear, left top, left bottom, from(#D2B48C), to(#A89070));
	background: -moz-linear-gradient(top,  #D2B48C,  #A89070);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2B48C', endColorstr='#A89070');
	*/

}
#main-menu li a:link {
    color:#F8F2DE;
}
#main-menu li a:visited {
    color:#F8F2DE;
}
#main-menu li a:hover {
    color:#A0522D;
    padding-bottom: 40px;
	text-shadow: 0 0 0.3em #FFF, 0 0 0.3em #FFF;
}
#main-menu li a:active {
    color:#A0522D;
	text-shadow: 0 0 0.3em #FFF, 0 0 0.3em #FFF;
}


.ribbon {
    position: absolute;
    z-index: 2;
    width: 98px;
    background: url('/images/calavera_repeat.png');
    opacity: 0.7;
}

#ribbon {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 5px;
}

#ribbon_left {
    left: 0px;
    top: 0px;
    bottom: 0px;
}
#ribbon_bottom {
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.horizontal-rule {
	margin: 25px 0;
    opacity: 0.7;
	padding-left: 100px;
	padding-right: 100px;
}
.horizontal-rule img {
    max-width: 100%;
    max-height: 100%;
}

#corner-top {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.5;
	z-index: -1;
}

#corner-top-overlay {
    position: absolute;
    top: 31px;
    right: 29px;
    opacity: 0.4;
	z-index: -1;
}

#corner-bottom {
    position: absolute;
    bottom: 0px;
    left: 5px;
    opacity: 0.5;
	z-index: -1;
}

#corner-bottom-overlay {
    position: absolute;
    bottom: 24px;
    left: 31px;
    opacity: 0.4;
	z-index: -1;
}


#countdown {
    bottom: 5px;
	color:#A0522D;
	font-weight: bold;
    position: absolute;
    right: 20px;
}

#calavera-lovers{
}



#main {
	/* margin: 85px; */
	min-height: 100%;
	z-index: 2;
}

#main h2 {
	margin-left: -30px;
}
#main h3 {
	margin-left: -15px;
}


.clickable {
	cursor:pointer;cursor:hand;

}
#splash {
	/* margin: 85px; */
	min-height: 100%;
    text-align: center;
	z-index: 2;
}
#click-to-enter {
    bottom: 15px;
    color: #007F00;
	display: block;
	font-weight: bold;
	left: 40%;
    position: absolute;
	right: 40%;
	text-align: center;
}

#splash-countdown {
    color:#007F00;
    display:inline-block;
    font-size: 0.8em;
	padding: 0 20px;
}


.photo {
	background-color: #F9F3EF;
	border: 1px solid sienna;
	box-shadow: 5px 5px 10px #666;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 1px;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

.media-image-view {
	border: solid black 5px;
	float: right;
}

#map {
	border: 1px solid sienna;
	display: inline-block;
	margin: 5px 20px;
	padding: 1px;
	text-align: center;
	width: 100%;
}
#map-frame {
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	width: 100%;
}


/* media */


/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
