/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F9F0;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-bottom: 40px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width:inherit;
}

#wrapper {
	width:850px;
	height: auto;
	position:relative;
	background:#FFFFFF;
	border: 1px solid #999999;
	margin: 0 auto;
	margin-top: 15px;
	text-align:left;
}

#branding {
	width:850px;
	height:150px;
	background-image:url(../images/graphics/header_leylatorres2.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

#navTop {
	position: absolute;
	width: 800px;
	height:auto;
	top: 63px;
	left: 235px;
	text-decoration: none;
	z-index: 10000;
}


#navmarker {
	position: absolute;
	top: 3px;
	left: 285px;
}

#navmarkerBooksSelected {
	position: absolute;
	top: 3px;
	left: 377px;
}

#navmarkerPortfolio {
	position: absolute;
	top: 3px;
	left: 429px;
}

#navmarkerBiography {
	position: absolute;
	top: 3px;
	left: 487px;
}

#navmarkerOrigami {
	position: absolute;
	top: 3px;
	left: 574px;
}


/* PRESENTATIONS and VISITS are the same. VISITS is the label for PRESENTATIONS. */
#navmarkerPresentations {
	position: absolute;
	top: 3px;
	left: 659px;
}

#navmarkerContact {
	position: absolute;
	top: 3px;
	left: 763px;
}

#content {
	margin: 0;
	padding: 0;
	width:650px;
	float:right;
	
}

#content h1, #content h2, #content p {
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	}
	
#mainContent {	
	margin-bottom: 30px;
	width:495px;
	float:left;
	height: auto;
	background:#FFF;
	text-align:center;
	padding-top:15px;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#999999;	
}

#mainContent img{
	position:relative;
	left: -20px;
	
}

#mainContentBooksSelected {
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 30px;
	width:477px;
	float:left;
	height: auto;
	background:#FFF;
	text-align:center;
	padding-top:0px;
	padding-bottom: 300px;
	padding-left: 10px;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#999999;
	
}

#mainContentBooksInside {
	margin: 4px;
	margin-left: 0px;
	margin-bottom: 30px;
	width:477px;
	float:left;
	height: auto;
	background:#FFF;
	text-align:center;
	padding-top:15px;
	padding-bottom: 300px;
	padding-left: 10px;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#999999;
}


#mainContentBiography {
	margin-top: 14px;
	margin-left: 0px;
	margin-bottom: 30px;
	width:477px;
	float:left;
	height: auto;
	background:#FFF;
	text-align:center;
	padding-top:0px;
	padding-bottom: 300px;
	padding-left: 10px;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#999999;
	
	
}

#mainContentPortfolio {
	margin: 0;
	padding: 0;
	margin-bottom: 200px;
	padding-left: 28px;
	margin-top: 14px;
	width:457px;	
	float:left;
	height: auto;
	background:#FFF;
	text-align:left;	
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#999999;
	/*z-index: 100;*/
}

#mainContentBooksSelectedPresentations {
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 30px;
	width:477px;
	float:left;
	height: auto;
	background:#FFF;
	text-align:center;
	padding-top:0px;
	padding-bottom: 300px;
	padding-left: 10px;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#999999;
}


#mainContentContact {
	margin: 14px 0 0 0;
	width:475px;
	float:left;
	height: auto;
	background:#FFF;
	text-align:left;
	padding-top:27px;
	padding-bottom: 75px;
	padding-left: 10px;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#999999;
	
}



#left {
	float:left;
	}
	
#booksInsideLeft {
	position: relative;
	top: 0px;
	left: 10px;
	}

#right {
	float: right;
	}
	
#clear {
	float: clear;
	}


#mainContent h3 {
	font-size: .85em;
	text-align:left;
	color: #336600;
	padding-left: 45px;
}

#mainContent ul {
	font-size: .85em;
	line-height: 1.85em;
	text-align:left;
	color: #336600;
	padding-left: 55px;
}

#mainContent img {
	margin-right: 25px;
	border-style:none;
}

#mainContentBooksSelected img {
	margin-right: 25px;
	margin-left: 25px;
	border-style:none;
}

#mainContentBooksSelectedPresentations img {
	margin-right: 25px;
	margin-left: 25px;
	border-style:none;
}

	
#secondaryContent {
	width:150px;
	float:right;
	background:#FFF;
	padding-top:15px;
	
}


#secondaryContent p {
	padding: 0 0 0 0 ;
	margin: 0 0 0 6px ;
	width:129px;
	height: 300px;
	/*background-image: url('/images/art_for_licensing.jpg');
	background-repeat:no-repeat;*/
	border: 0px solid #111;
	position: relative;
	top: 0px; 
	z-index: 100;
}

/*following style removes the dotted outer border when hovering over a link*/

#secondaryContent p a:focus, a:active{
	outline: 0 none;
	-moz-outline: 0 none;  /*for older versions of Firefox*/
	}


#secondaryContent ul li {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:.65em;
	width:120px;
	float:right;
	margin-right: 13px;
	padding-top:9px;
	padding-bottom: 9px;	
	padding-left: 10px;
	background-color:#E6F4DD;
	text-align: left;
	text-decoration:none;
	list-style-type:none;
	
}



#tertiaryContent {
	position: relative;
	left:0px;
	margin: 0;
	padding:0;
	margin-bottom: 90px;
	width:195px;
	height:300px;
	float:left;
	text-align:left;
	padding-left:4px;
	padding-right: 1px;
	background-color:#FFF;
	}
	

#tertiaryContent h3 {
	position:relative;
	left:-10px;
}


#tertiaryContentBooksSelected {
	margin: 0;
	padding:0;
	margin-bottom: 90px;
	width:195px;
	height:auto;
	float:left;
	text-align:center;	
	background-color:#FFF;

	
}

#tertiaryContentBooksSelected ul {
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	
	
}

#tertiaryContentBooksSelected ul li{
	margin: 0;
	padding: 0;
	padding-right: 42px;
	width:105px;
	background:#FFF;
	text-align:center;
	text-decoration:none;
	list-style-type:none;
	
}


#tertiaryContentBiography {
	margin: 0;
	padding:0;
	padding-top: 0px;
	width:195px;
	height:auto;
	float:left;
	text-align:center;
	background-color:#FFF;	
}

#tertiaryContentBiography ul{
  margin: 0;
  padding: 0;
  padding-top: 0px;
}
 
#tertiaryContentBiography ul li {
  padding-right: 0px;
  list-style: none;
}


#tertiaryContentVisits {
	margin: 0;
	padding:0;
	margin-bottom: 90px;
	width:195px;
	height:auto;
	float:left;
	text-align:center;	
	background-color:#FFF;

	
}

#tertiaryContentVisits ul {
  	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}
 
#tertiaryContentVisits  li {
  	margin: 0;
	padding: 0;
	padding-right: 42px;
	width:105px;
	background:#FFF;
	text-align:center;
	text-decoration:none;
	list-style-type:none;
}


#tertiaryContentOrigami {
	margin: 0;
	padding:0;
	padding-top: 0px;
	width:195px;
	height:auto;
	float:left;
	text-align:center;
	background-color:#FFF;	
	
}


#tertiaryContentOrigami ul {
	margin: 0;
  padding: 0;
  padding-top: 0px;
}


#tertiaryContentOrigami ul li {
	  /*float: left;
  width: 5em;
  margin: 0;
  padding: 0;*/
  padding-right: 0px;
  list-style: none;
	
}


#tertiaryContentPortfolio {	
	margin: 0;
	padding:0;
	width:195px;
	height:auto;	
	float:left;		
	background-color:#FFF;
	
}

#tertiaryContentPortfolio ul{
	margin: 0;
	padding: 0;
	
}

#tertiaryContentPortfolio ul li{
	margin: 0;
	padding: 0;

}


#tertiaryContentLinks
{
	margin: 0;
	padding: 0;
	width: 195px;
	height: auto;
	float: left;
	background-color: #FFF;
	list-style-type: none;
}

#tertiaryContentLinks ul li{
	padding-left: 10px;
	list-style-type: none;
}


#thumbsTable ul {
	margin: 0;
	padding: 0;
	padding-left: 26px;
  	width: 160px;
 	list-style: none;
 
}



#thumbsTable2 ul {
  float: left;
  width: 12em;
  margin: 0;
  padding-left: 5px;
  list-style: none;
}

 
#thumbsTable  li {
  float: left;
  width: 5em;
  margin: 0;
  padding: 0;
  list-style: none;
}



#tertiaryContentContact {
	margin: 0;
	padding: 0;
	width:195px;
	height:auto;
	float:left;
	text-align:left;
	background-color:#FFF;
	margin-bottom: 90px;
	
}

/*begin rules for contact page*/


#oveja{
	position:relative;
	top:1px;	
	left:35px;
	width: 100px;
	height: 100px;
}

#linksimage1 {
	position:relative;
	top:1px;	
	left:45px;
	width: 110px;
	height: 110px;
}



form {
	width:460px;
	height: 450px;
	margin:15px auto 10px 0px;
	z-index: 10;
	
	}
	
form p {
	font-size:80%;
	color:#666666;
	margin:0 0 5px 0px; /* left margin setting controls left-right position of the input field*/
	max-width: 650px;
	}


label {
	display:block;
	font-weight:normal;
	}
	
textarea {
	width:425px;
	height:150px;
	}
	
.textInput {
	width:250px;	
	}
	
/* CONTACT PAGE: Rules added when inserting checkboxes */

.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}

/* CONTACT PAGE: Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	font-size:85%;
	padding-left:-25px;
	}
	
.sentMessage  {
	color:#cc6633;
	font-size: 85%;
	}


/*end rules for contact page*/

#footer {
	position:relative;
	left: 280px;
	width:450px;
	height: 15px;
	clear:both;
	background:#FFF;
	font-size:11px;
	color:#666666;
	padding-top: 80px;
	margin-bottom:80px;
	
	
}

#footer a {
color:#666666;
text-decoration:none;
}



#footerBooksSelected {
	position:relative;
	left: 230px;
	width:450px;
	clear:both;
	height: 15px;
	background:#FFF;
	font-size:11px;
	color:#666666;
	margin-bottom:80px;
	
}

#footerBooksSelected a {
color:#666666;
text-decoration:none;
}

.style1 {
	font-size: .70em;
	padding-left: 20px;
	padding-right: 15px;
	color: #454943;
	line-height: 1.45em;
}

.style1Centered {
	font-size: .70em;
	padding-left: 20px;
	padding-right: 15px;
	color: #454943;
	line-height: 1.45em;
	text-align: center;
}

.style1Quote {
	font-size: .70em;
	padding-left: 30px;
	padding-right: 15px;
	color: #454943;
	line-height: 1.45em;
}

.style1QuoteSpanish {
	font-size: .70em;
	padding-left: 40px;
	padding-right: 15px;
	color: #454943;
	line-height: 1.45em;
}



.style2 {
padding-left: 20px;
color: #265E15;
}


.style21 {
text-align: center;
color: #265E15;
font-weight:bold;
font-size: .85em
}

.style3 {
font-size: 75%;
text-align:center;
padding-left: 10px;
padding-right: 15px;
color: #454943;
}

.style4 {
font-size: 75%;
line-height:1.5em;
text-align:left;
padding-left: 10px;
padding-right: 20px;
color: #454943;
}

.style41 {
font-size: 70%;
line-height:1.5em;
text-align:left;
padding-left: 10px;
padding-right: 20px;
color: #454943;
}

.style5 {
color:#FF0000;
}


th {
font-size:.85em;
text-align:center;
color:#FF6600;
padding-bottom: 3em;
}

td {
width: 25px;
height:25px;
padding-top: 0px;
margin: 0;

}

img {
border-style:none;
}


h3 {
font-size:.85em;
text-align:center;
color:#FF6600;
}

/*the following two styles are for the right column links*/

a:link, a:visited, a:active {
color:#265E15;
text-decoration:underline;
}

a:hover {
color:#FF3300;
}


#bioPhoto {
	position: relative;
	left: 36px;
	top: 30px;
}
