/* CSS for victoriagaitan.com */

@media screen { 
 /* generic */
}

@media projection { 
 body { font-size: 1.3em; } 
}
 
@media print { 
	 body { 
		line-height: 1.1em;
		background-color: white;
		color: #333;
		text-align: left; 
		}

	 img {
		border: 0.25pt #000;
	}
}

@media handheld { 
 body { font-size: 10px;
	line-height: 110%; 
	}
 img {width: auto;}
}


/* -- Defaults --- */
body, span, p { 
	color: #fcf;
	font-family: serif;
	font-size: medium;
/*	background-repeat: no-repeat; */
	background-color: black;
	text-align: justify; 
	margin: 1.0em 
}

a, a:link, a:visited  { 
	text-decoration: none; 
	color: #fcf;
	border-bottom: thin dotted;
}

a:hover { 
	text-decoration: none;
	border-bottom: thin dotted;
	color: #f00;
}

img  { 
	border: 0;
}

h1 {
 	font-size: 180%;
}

h2 {
	font-size: 150%;
}

.caption {font-size:0.8em;}

/* ---Main--- */

#header {
	border-bottom: double #fcf;
	padding:10px;
	margin:0;
	text-align:center;
}
#header h1 {
	font-size:200%;
	color: #fcf;
	text-align:left;
}
#header img {
	display:block;
	margin:0 auto;
}

/* container contains all but the header */
#container {
	position: relative;
	text-align: left;
	min-width: 640px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* wrapper1 has top navigation bar and wrapper2 */
#wrapper1 {
	position: relative;
	width: 100%;
	margin: 1px;
	padding: 2px;
}
/* wrapper2 has the three columns: left navigation bar, center content, right sidebar; and the footer */
#wrapper2 {
	position: relative;
	margin: 0 1px;
	padding-top: 10px;
}

/* Center Column Content */
#content-home {
/*	clear: left;*/
	font-size: 12pt;
	width: 60%;
	margin-left:1%;
	margin-right:29%;
}
#content-home img {
	display: block;
	height: auto;
	width: 100%;
	border: groove;
}

#content {
/*	clear: left;*/
	min-width: 320px;
	position: relative;
	padding: 0px 15px;
	margin: 0px 170px 0 185px;
	z-index: 90;
}
#content p {
	line-height:1.4em
}

#navigation_left {
/*	float: both;*/
	position: absolute; 
/*	top: 110px;*/
	left: -10px;
	width: 190px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px; /* actual value */
/*	margin: 170 0 -10px 0;*/
	padding: 10px;
	background: #000;
	z-index: 99;
	font-size: 1em; 
	font-style: italic; 
	border-right: double #fcf
}
#navigation_left ul {
	white-space: nowrap
}
#navigation_left li {
	list-style-type:none;
	padding:2px;
}
#navigation_left_current li {
	list-style-type:none;
	padding:2px;
	font-size:13pt;
	font-weight:bold;
}
#navigation_left li a {
	text-decoration:none;
}
#navigation_left li a:link {
	color:#fcf;
}
#navigation_left li a:hover {
	color:#f00;
	text-decoration: none;
	border-bottom: thin dotted;
}

#navigation_top {
	float: both;
	background: #000; 
	font-size: medium; 
	font-style: italic;
	width:60%;
	z-index: 90;
}
/* div#navigation_top ul{white-space:nowrap;margin-left: 180px} */
#navigation_top ul {
	white-space: nowrap;
	margin-left: 5%;
}
#navigation_top li {
	list-style-type: none;
	display: inline;
	padding: 0 20px;
}
#navigation_top li a {
	text-decoration: none; 
	color: #f9f;
}
#navigation_top li a:link {
	color:#fcf;
}
/* div#navigation_top li a:visited{color:#999} */
#navigation_top li a:hover {
	color:#f00;
	text-decoration: none;
	border-bottom: thin dotted;
}
#navigation_top_current li {
	list-style-type:none;
	display:inline;
	padding: 0 20px;
	font-size:13pt;
	font-weight:bold;
}

#sidebar-home {background:#000;font-family: times, serif; font-style: italic;}
#sidebar-home p {line-height:110%;}
#sidebar-home a, a:link, a:visited {color:#fcf;}
#sidebar-home a:hover {color: #f00;}
#sidebar-home img {border:solid 0.5pt #fcf;}
#sidebar-home hr {width: 70%;}
#sidebar-home h1 {font-size: 16pt;}
#sidebar-home {float:right; padding:0.25em; width:33%; max-width: 360px; border: groove #fcf}

#sidebar {
	position: relative;
	top: -10px;
	right: -10px;
	float: right;
	width: 200px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 190px; /*actual value */
	margin: 0 10px -10px 0;
	background: #000;
	z-index: 100;
	font-family: times, serif; 
	font-style: italic;
}
#sidebar p {line-height:100%;}
#sidebar a, a:link, a:visited {color:#fcf;}
#sidebar a:hover {color: #f00;}
#sidebar img {border:solid 0.5pt #fcf;}
#sidebar hr {width: 70%;}
#sidebar h1 {font-size: 16pt;}
/* div#sidebar{float:right;width:33%;margin-left:-230px;border: double #fcf} */
#sidebar {padding:0.25em;border: groove #fcf;}

#footer {
	top: 1px;
	background: #000;
	color: #fcf;
	font-size: 8pt;
	width: 100%;
	height: 50px;
	clear: both;
	margin: 0;
	padding: 1% 0;
	text-align: center;
}

#footer-home{
	clear: right;
	width: 60%;
	margin-left:1%;
	margin-right:29%;
	background: #000;
	color: #fcf;
	font-size:8pt;
}

#footer-home p{margin:0;padding:5px 10px}

/* ----- */

