﻿/* ******************************************************************************** */
/*					Plantilla hoja de estilos										*/
/* ******************************************************************************** */
/* 																					
 <colors>   																		
   <color name="$COLORB1" value="#AA373E"	text="Color de fondo de ventana"			/> 
   <color name="$COLORB2" value="#FDC072"	text="Color de fondo de cabeceras"			/>	
   <color name="$COLORB3" value="#000000"	text="Color de fondo botón"					/>	
   <color name="$COLORB4" value="#F97312"	text="Color de fondo de cabecera página"	/>	
   <color name="$COLORB5" value="#DF4611"	text="Color de fondo del menú"				/>	
   <color name="$COLORB6" value="#FFE19D"	text="Color de fondo hover"					/>	
   <color name="$COLORC1" value="#444444"	text="Color primer plano de H1,H2,H3"		/>	
   <color name="$COLORC2" value="#666666"	text="Color primer plano de H4,H5,H6"		/>	
   <color name="$COLORC3" value="#FFFFFF"	text="Color primer plano de cabeceras"		/>	
   <color name="$COLORC4" value="#CCCCCC"	text="Color primer plano watermark"			/>	
   <color name="$COLORC5" value="#DF4611"	text="Color primer plano de enlace"			/>	
   <color name="$COLORC6" value="#888888"	text="Color primer plano comment"			/>	
   <color name="$COLORC7" value="#AA373E"	text="Color primer plano llamativo"			/>	
   <color name="$COLORC8" value="#333333"	text="Color primer plano de texto normal"	/>	
   <color name="$COLORC9" value="#FF0000"	text="Color de fondo de enlaces hover"		/>	
   <color name="$COLORCA" value="#FDC072"	text="Color de borde de grid"				/>
   <color name="$COLORCB" value="#000000"	text="Color normal alternativo"				/>	
   <color name="$COLORCC" value="#FDC072"	text="Color de borde de paneles"			/>	
 </colors>   																		
 																					
/* ******************************************************************************** */

/* 0 BASIC TAGS */

body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

a {
	text-decoration: none;
	color: #DBB94F;
}

a:visited {
	color: #C19B28;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: #C19B28;
}
img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	margin: 0 auto 5px auto;
}


h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 45px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 13px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #DBB94F;
}

/* 1.1 SHIM */

.shim {
	display: none;
}


















/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #resume, #links, #albums, #photos, #details, #register, #admin-albums, #admin-photos, #admin-details {
	
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #505050;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}










.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}









.buttonbar, .buttonbar-top {
	width: 686px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}












/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 770px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #DBB94F;
}



/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

/* Accordion */
.accordionheader
{
    border: 1px solid #636363;
    color: white;
    background-color: #242424;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionheader a
{
	color: #DBB94F;
	background: none;
	text-decoration: none;
}

.accordionheader a:hover
{
	color: #E6CD84;
	background: none;
	text-decoration: underline;
}

.accordionheaderselected
{
    border: 1px solid #636363;
    color: white;
    background-color: #3B3C3C;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#.accordionheaderselected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionheaderselected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordioncontent
{
    background-color: #656565;
    border: 1px dashed #484848;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
