/* CSS Document for Nelly Capra 2007 redesign Tatiana Promessi http://tpromessi.com  */

body {
	font-size:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#699;
	}

* {margin: 0px; padding: 0px;}


/*  container div is the entire page content centered horizontally, white with a tan left col  */
div#container {
	text-align:left;
	margin:0px auto 1em;
	width: 880px;
	background-color:inherit;
	}
	
div#logo {   
	margin-top:.5em;
	margin-bottom: .5em;
	margin-left:3em;
	width: 532px;
	height: 83px;
	background-image:url(../images/graphics/nellybannercream.gif);
	background-repeat: no-repeat;
	background-position:top;
	z-index:100; 
}

 /* end of images across the bar ************************************** */	
div#email p, div#email a{  /* places send to friend p ****************** */
	float:left;
   width: 200px;
   color: #fff;
   margin-top: -.5em;
   margin-left: 21em;
   font-size: .9em;
   text-align: right;
   z-index: 90;
}  
   
div#imgbar {    /* images across the bar */ 
	width:100%;
	float:left;
	border-bottom:3px solid #F5E0A0;
	background-color:#F5E0A0;
} 



div#imgbar ul {
	margin-top: 10px;
	margin-left: 0;
}
div#imgbar li {
	float:left;
	list-style-type: none;
	height: 104px;
	border-left:3px solid #F5E0A0;
	border-bottom: 3px solid #F5E0A0;
	display:inline;
}

div#imgbar li:first-child {   /* creates left border for first image  */
	margin-left: 0;
	border-left: 3px solid #F5E0A0;
	list-style: none;
	display: inline;
	}

 

div#content {   /* the content will have a left navigation column and be white elsewhere */
	float:left;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/graphics/bg-content2.gif);
	background-repeat: repeat-y;
}

div#content p {
	font-size:.8em;
	margin: 0 1em 1em;
}
div#content .firstletter:first-letter {   /* large first letter on the first paragraph only */
	font-size:400%;
	float: left;
	color: #000;
	background-color:#669999;
	margin: 0 .2em .2em 0;
	padding: .15em;
	font-family: Harrington, 'Comic Sans MS', fantasy;		
	}

div#content a:link, a:visited{
	color:#78050A;
	text-decoration:underline; } 
div#content a:visited {
	color:#78050A;
	text-decoration: underline;
	}

div#content a:hover, a:active {
	text-decoration:none;
	background-color:#eee;
	display: inline;
	 }  

div#content h2 + p.firstletter {
	margin-top: 1em;
}


h1 {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.3em;
	margin: 0 0 .5em 0; 
	color: #0E5E6C; 
	 }
	 
.title {
	font-weight: bold;
	font-size:1.2em;
	margin: 0 0 1em 0;
	color:#333;
}
h2 {
	font-weight: normal;
	text-transform: capitalize;
	font-size: 1em;
	margin: 1em 0 0; 
	color: #333; 
	 }

div#topnav {   /* top navigation horizontal  ******************* */
	margin-top: .5em;
}

div#topnav ul {
    float:left;
	width:420px;
	margin: 0;
	padding: 0;
	list-style-type:none;
	background-color: #669999;
	color: #fff;
	font-size: 1em;
	letter-spacing: .02em;
	
 }
   
div#topnav li {display:inline;}
   
div#topnav a {
   	display: block;
	float:left;
	padding:.4em 1em .3em 1em;
	text-decoration: none;
	color: #000;
	background-color:inherit;
	border-right:1px solid #ccc;
	text-align:center;
   }
   
div#topnav a:hover {
	background-color:#F5E0a0;
   }

/* end top navigation ************************** */
	 
   /*  column 1 with navigation lists *******************************  */

div#column1 {
	float: left;
	width: 180px;
	display: inline;   
	margin:0;
	padding: 0;
	}



div#nav ul {
	 margin-top: 3em;
	 margin-left:1em; 
	 padding: 0px; 
	 list-style-type: none; 
}


div#nav li {
	font-size: .9em;
    padding: 0 5px 6px;
}
div#nav  li + li {
	font-size: .9em;
	list-style-type:none;
} 

dl {margin-top: 1em;
	font-size: .8em;}
dt {margin-top: 1em;
	font-weight:bold;
}


div#nav a:link {
	background-color:transparent;
	color: #78050A;
	text-decoration: underline;
	border: 0px #eee;
}

div#nav a:visited {
	background-color: transparent;
	color: #333;
	text-decoration: underline;
}

div#nav a:hover, a:active {
	color: #333;
	background-color: #eee;
	text-decoration:none;
	display: block;
}

div#nav h4 {
	margin-bottom: -2em;
	padding:.5em;
	font-size: .8em;
	text-transform: uppercase;
	color: #fff;
	background-color: #669999;
	display:block;
	border: 3px solid #fff;
	text-align:center;
	}

   /* column 2 with main content ************************************** */

div#column2 {
	float:left;
	width:650px;  
	margin:0;
	padding: 15px;
	background-color: inherit;
	}
div#column2 p {	
	margin-bottom:1em;
	}
	
div#column2 ul {
	margin: 1em 20px;
} 
 
div#column2 li {
	font-size: .8em;
	list-style:square;
}
	
div#column2 pre {
	margin: 15px auto;
	padding: 15px;
	background-color: #eeeeee;
	}


.blue {color: #0E5E6C;}
.green {color: #0E5E6C;}
	 
.leftimg {
	float: left; border: 0; margin-right: 20px; margin-bottom: 6px;
}
.rightimg{
	float: right; border: 0; margin-left: 20px; margin-bottom: 6px;
}

.symbol {
	margin: 1em auto;
	text-align:center;
}

.caption {
   font-size:.7em;
   color: #666;
}


/* this is used for a big strong quote box************************************** */



blockquote {
	width: 530px;
	margin: 1em 0;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.96em;
	letter-spacing: 1px;
	line-height:.9em;
	text-align: left;
	color: #fff;
	background-color: #669999; /*  url(../images/graphics/quote/top.gif) no-repeat left top;  */
}
.quote {
	margin:0;
	padding: 10px 0 10px 130px;
	height: 80px;
	background: url(../images/graphics/quote/nelly-wall-sm.jpg) no-repeat left bottom; 
}

.author {
	font-weight: bold;
	text-align:right;
	margin: 0 0 0 20px;
	/*background: url(../images/graphics/quote/bottom.gif) no-repeat bottom;*/
}

div#descriptions h3 {
	margin-bottom: 1em;
}

div.descrip {   /* description area for locations and tours ******* */
	margin: -.25em 0 2em 220px;
}

div.descrip dl {
	font-size: .8em;
	margin: 0;
	padding: 0;
	border-left: 5px solid #669999;
}
div.descrip dt {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 1em;
	margin-left: 1em;
}
div.descrip dd {
	margin-left: 1.5em;
	margin-bottom: .5em;
	padding: 0 5px;
}

/* START DATA TABLE ********************************** */
.datatable {
	vertical-align: top;
	margin: 0 1em 1em;
	border: 1px solid #338ba6;
	border-collapse: collapse;
}
.datatable tr {
	vertical-align: top;
	}
.datatable td, .datatable th{
	font-size: .8em;
	border: 1px solid #73c0d4;
	padding: 0 4px;
}
.datatable caption {
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}

div#footer {  /* the footer is inside the container div ************** */
	margin-bottom: 0;
	padding: 1em 0.5em;
	font-size:70%;
	color:#fff;
	background-color:inherit;
	text-align:center;
	clear:both;
}
div#footer a:link, div#footer a:visited {color:#fff; }
div#footer a:active { background-color:inherit; display: inline;}
	
  /* end of the big quote box with a photo *********************************** */
.clear {
	clear: both;
}

/* haven't decided yet if I want to use the Aslett Clearing Method *************** */
.clearfix:after {  /* this is the Aslett Clearing Method */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
