@charset "utf-8";
/* CSS Document */

body {
	margin: 0;/*it's good practice to zero the margin and padding of the body element to account for differeing browser defaults*/
	padding: 0;
	text-align: center; /*this centers the container in IE5* browsers.  The text is then set to the left aligned default in the #container selector*/
	color: #000000;
	background-color:#CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}/*light brown*/



.oneLiqCol #containerouter /*this says for the ID "container" in the class "oneLiqCol"*/{
	width: 80%; /*the auto margins (in conjunction with a width) center the page*/
	text-align: left;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneLiqCol #containerinner /*this says for the ID "container" in the class "oneLiqCol"*/{
	width: 99%; /*the auto margins (in conjunction with a width) center the page*/
	text-align: left;
	background-color:#FFFFFF;
	background-image:url(../images/index%20images/firstsketchgreyscaleBACKGROUND.png);
	font-size: 16px;
	font-weight: bold;
	text-indent: 0px;
	float: none;
	padding-top:0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.oneLiqCol #footer { 
border: 1px; 
color: #000000;/*black*/
}

.oneLiqCol #studio {
padding: 0 20px; /*remember that padding is the space inside the div box and margin is the space outside the div box*/
	background: #FFFFFF;
	color: #000000;
	line-height: 190px
	}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.oneLiqCol #sidebar1 {
	float: left;
	width: auto; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div  */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	top: 20px;
}
.oneLiqCol #sidebar2 {
	float: left;
	width: auto; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px 0; /* top and bottom padding create visual space within this div  */
	background-color: #8FBC8F; /* #006633;*//*dark green*/
	background-position: left;
}



/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

.oneLiqCol #header {
	color: #CC9966; /*tan*/
	width: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	background-color: #CC9966; /*tan*/
	text-indent: 0px
}
.oneLiqCol #header h1 {
	margin: 0; /*zeroing the margin of the last element in the #header div will avoid margin collapse- an unexplainable space between divs.  If the div has a border around it, this is not necessary as the edges of the div*/ 
	 padding: 10px 0; /*using padding instead of margin will allow you to keep the element away from the edges of the div*/}	

.oneLiqCol #entry {
	margin-top: 0px;
	background-color: #FFFFFF;
	padding: 0px 0;
	}
	
	.oneLiqCol #entry2 {
	background-color: #FFFFFF;
	
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin-top: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	/*this position relative is also important*/

.oneLiqCol #entry3 {
	margin: 0;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	}
	

.oneLiqCol #entry4 {
	background-color: #F0F0EB;
	margin-top: 30px;
	margin-right: 75px;
	margin-bottom: 30px;
	margin-left: 65px;
	padding-left: 30px;}
	
	.oneLiqCol #gallerydoor {
	width:190px;
	height:260px;
	background-color:#FFFFFF;
	
	
	top: 2em;
	left: 4%;
	position: relative;  /* I wonder if this refers to the entry2 for its top or bottom position, or its size, because when pull it away, the entry box shrinks, and no longer is an adequate size*/
	background-image:url(../images/placeholder%20for%20index.png)
	
	}
	/*--this works, however, I thought this gallerydoor would be the one the next gallerydoor2 would be relative to,  but I don't think it quite is - think about this- you cannot remove the position relative here, because the doors get out of line and position-*/
	
	.oneLiqCol #gallerydoor2 {
	width:190px;
	height:260px;
	background-color:#FFFFFF;
	position: relative;
	top: -14.25em;
	left: 32.9%;
	text-align:center;
	background-image:url(../images/placeholder%20for%20index.png)
	}
	
	/* if you put a position: relative in gallerydoor2 and gallerydoor4, it doesn't seem to help with centering, they may be relative to each other then, however, they move down a space, top of second door lining up with bottom of first, and top of third with bottom of second.  This does not seem to include the 1em listed for top: 1em.  More questions than answers it seems sometimes. So am deleting the position: relative for 2 and 3*/
	
	.oneLiqCol #gallerydoor3 {
	width:190px;
	height:260px;
	background-color:#FFFFFF;
	position: absolute;
	top: 300px;
	left: 478px;
	background-image:url(../images/placeholder%20for%20index.png)
	 }
	
	
	

.oneLiqCol #footnote {
	background-color: #CCCCCC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneLiqCol #footer {
	padding: 0 10px; /*this padding matches the left alignment of the elements in the divs that appear above it.*/
	 background: #DDDDDD;}
.oneLiqCol #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 margin would have, without the margin collapse issue*/}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: normal;
	
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: .25em;
	
}

/* Miscellaneous classes for reuse */
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1px;
}
.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: 7px;
    line-height: 0px;
}
.oneLiqCol #containerouter #containerinner #entry #MenuBar2 .MenuBarItemSubmenu {
	background-color: #FFFFFF;
}
.oneLiqCol #containerouter #containerinner #entry #MenuBar2 .MenuBarItemSubmenu {
	background-color: #FFFFFF;
	clear: right;
	float: right;
}
