@charset "utf-8";

html { 
	background:url(../img/bg-body.jpg) fixed top center #FFF;
		/*background: #36ABE7;*/
		color: #000000; 
}
body  {
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif ;
	height:100%;
	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;
}

/**---------------formatting---------*/

a { color: #FF0084; text-decoration: none; }
	a:hover { color: #0000CC; }
	
/**---------------structure---------*/	
#background { 
	background: url(../img/bg-dots.gif) top left fixed; 
 	position: fixed; 
 	width: 100%; 
 	height: 100%;
 	top: 0; 
 	left: 0; 
 }


.twoColFixRtHdr #container { 
	width: 962px; 
	margin: 1em auto; 
	position: relative;
	font-size:1.2em;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/**---------------header---------*/	

.twoColFixRtHdr #header { 
	min-height: 104px; 
	margin-bottom: 1em;
	position:relative;
} 
.twoColFixRtHdr #container #header img { display: block; }
.twoColFixRtHdr #container #header img.logo {
	position: absolute;
	top:0;
	left: 0;
	border: none;
	background-image: url(Return%20to%20Home%20Page%20of%20Deborah%20Lloyd%27s%20Art%20Portfolio%20Website);
}
.twoColFixRtHdr #container #header h1,	#header ul { margin-left: 117px;  }
.twoColFixRtHdr #container #header ul li{ text-decoration: none; }
.twoColFixRtHdr #container #header h1 { margin: 0 0 9px 118px; padding-top: 9px; height: 50px; }
	
.twoColFixRtHdr #container #header .art{
	position: absolute;
	left: 822px;
	top: -6px;
	}
/**---------------sidebar---------*/	

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixRtHdr #sidebar1 .box {
	margin: 0 0 1em 0; 
	padding: 0; 
	background: #FFFFFF; 
	border: 5px solid #FFFFFF;
	}
.twoColFixRtHdr #sidebar1 .box h2 { 
	background: url(../img/bg-heading-gradient-cyan.gif) top left #dc291e; 
	margin-bottom: 1px; 
	margin-top:0px; 
	color:#fff;
	}
.twoColFixRtHdr #sidebar1 .box p { background-color:#ddd; padding: 8px;}
.twoColFixRtHdr #sidebar1 .box  a img{border: none; }
.twoColFixRtHdr #sidebar1 .box h2 a:hover { color: #dc291e; }

/*WHATS NEW BOX*/
.twoColFixRtHdr #sidebar1 .boxWN {
	margin: 0 0 1em 0; 
	padding: 0; 
	background: #FFFFFF; 
	border: 5px solid #FFFFFF;
	}
.twoColFixRtHdr #sidebar1 .boxWN h2 { 
	background: url(../img/bg-heading-gradient-hotpink.gif) top left #dc291e; 
	margin-bottom: 1px; 
	margin-top:0px; 
	color:#fff;
	}
.twoColFixRtHdr #sidebar1 .boxWN p { background-color:#ddd;}
.twoColFixRtHdr #sidebar1 .boxWN  a img{border: none; }
.twoColFixRtHdr #sidebar1 .boxWN h2 a:hover { color: #dc291e; }
.twoColFixRtHdr #sidebar1 .boxWN a img{border: none;}
.twoColFixRtHdr #sidebar1 .boxWN  ul.listing{
	background-color:#ececec;
	padding: 0 20px;
	}
.twoColFixRtHdr #sidebar1 .boxWN  ul.listing li{padding:5px 0;}
/**---------------main Content---------*/	
.twoColFixRtHdr #mainContent { 
width: 644px;
float:left;
} 
	#mainContent h2 { font-weight: bold; text-transform: uppercase; padding: 3px; font-size: 1.4em;  }
	#mainContent #big-boxes {background: transparent; }
	#mainContent #big-boxes .box { 
	margin: 0 0 1em 0; 
	padding: 0; 
	background: #FFFFFF; 
	border: 5px solid #FFFFFF;
	}
	#mainContent #big-boxes .box h2 { 
	background: url(../img/bg-heading-gradient-cyan.gif) top left #dc291e; 
	margin-bottom: 1px; 
	margin-top:0px;
	color:#FFF;
		}
	#mainContent #big-boxes .box h2 a { color:#FFF;	}
	#mainContent #big-boxes .box  a img { border: none;	}
	#mainContent #big-boxes .box p { background-color:#ddd;}

	#mainContent #big-boxes .box h2 a:hover { color: #D2EAF6;}
	#mainContent .box h3 { margin-bottom: 1px; }
	#mainContent p { padding: 8px;}
	#mainContent  div, #mainContent .blog ul.listing { background: #ececec; }
	#mainContent  ul li { border-bottom: 1px solid #FFFFFF; position: relative; }
	#mainContent  ul h4 { padding-bottom: 4px; }
	#mainContent  ul li.image { overflow: hidden; }
	#mainContent ul li.image img { position: absolute; top: 0; left: 0; }
	

	
	/* secondary navigation */
	 #mainContent ul.nav li a:hover, #mainContent ul.nav li a.selected { background-color:#dc291e; }
	 #mainContent ul.nav li.highlight a { color:#dc291e; }
 	#mainContent ul.nav li.highlight a:hover, #mainContent ul.nav li.highlight a.selected { background-color:#dc291e; }
	
/**---------------footer---------*/	

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------- new-------------------*/
.clearfix{	
display:inline-block;

}
/*----------------- NAVIGATION  ------------------------------*/
#navigation {
	position: absolute;
	left: 123px;
	top: 81px;
	width: 818px;
	height: 30px;
	padding: 0 0 0 20px;
	color:#000;
	font: 14px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#navigation ul {
	margin: 0;
	padding: 8px 0 8px 45px;
}
#navigation ul li {
	float: left;
	padding: 0 30px 0px 0px;
}
#navigation ul a {
	display: block;
	padding: 0 0px 0 0px;
	text-decoration:none;
}
#navigation ul a:link,  #navigation ul a:visited {
	color: #000;
	text-decoration:none;
}
#navigation ul a:hover,#navigation ul a:active {
	color:#00C;/*purple*/
	text-decoration:none;
}
#navigation ul #currentNav a:link,  #navigation ul #currentNav a:visited, #navigation ul #currentNav a:hover,#navigation ul #currentNav a:active {
	color:#00C;/*turquoise*/
	text-decoration:none;
}
.homeNav {
	list-style:url(../img/redBullet.jpg);
}
#currentNav {
	color: #00C;	/*purple*/
}
.turquoise {
	list-style: url(../img/TurquoiseBullet.gif);
}
.purple {
	list-style: url(../img/PurpleBullet.gif);

}
/*------------------- text only pages --------------------*/
#textOnly{
	width: 80%;
	margin: 40px ;
	padding: 10px 40px;
	background-color:#FFF;
	border:#B3ECF3 5px solid;
	}

