/*
CSS-file for Powderhorn Chateau 2006
Developed by Phosphor Essence
*/

* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

#mainContainer {
width: 870px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
padding: 0 25px 0 25px;
background: #e0dec5 url(../images/bkgd_wrap.jpg) repeat-y top left;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

/**************************
HEADER
**************************/
#header {
height: 240px;
margin: 0 0 24px 0;
background: transparent;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
/*padding-left: 280px;*/
}
.inner {
width: 870px;
padding-bottom: 60px;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 870px;
height: 100%;
padding-bottom: 0 0 37px 0; /*** making space for footer ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
width: 278px;
margin: 0;
float: right;
position: relative; /*** IE needs this  ***/
}
.contentWrap {
padding: 0 10px 0 0;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 280px;
min-height: 100%;
margin: 0;
position: relative; /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 280px;
/*background: #aaa;*/
margin: 0;
/*padding: 5px;*/
min-height: 250px;
position: relative; /*** IE needs this  ***/
}
#right ul {
list-style-type: disc;
text-indent: 0px;
margin: 10px 0 0 25px;
padding: 0;
}
#right li {
padding-bottom: 2px;
}

/**************************
FOOTER
**************************/
#footer {
height: 37px;
width: 898px;
margin: -37px auto 0 auto; /*made this -37px instead of -30px to get rid of little bit with no bkgd repeat*/
text-align: right;
}
#footer p {
color: #666;
font-size: 0.7em;
margin: 0 14px 0 14px;
}



/**** NAV ****/
#nav {
	width: 870px;
	height: 30px;
	background-color: #852225;
	padding: 0; margin: 0;
}

#nav ul {
	padding: 0;
	margin: 0 0 0 7px;
}
#nav li {
	margin: 0;
	padding: 0 30px 0 0;
	display: inline;
}
#nav li.home {
	padding: 0 7px 0 0;
}



/**** SUBNAV ****/

#subnav li {
	width: 280px;
	height: 80px;	
	margin: 0 0 4px 0;
	padding: 0;
	display: block;
}
#subnav li.section-link {
	height: 45px;
}


#img-float {
float: right;
position: relative;
top: -6px;
right: 0px;
padding: 0 0 0 8px;
}

#popup {
width: 330px;
height: auto;
text-align: center;
background-color: #F2F1E6;
border: solid 1px #9F4848;
padding: 20px;
margin: 20px 0 0 0;
}

