/*
	Skin-specific styles for home page skin.

	author: Eric Byrnes
	modifications:
	12/20/08 - Initial release
*/

/* ======================================== Content =========================================== */

/* The #skinContent section holds the main content */
#skinContent {
   background: url(images/home_center_fade.jpg) repeat-x;
   background-color: white;
}

#skinFadeLeft {
   background: url(images/home_left_fade.jpg) top left no-repeat;
   min-height: 270px;
}
* html #skinFadeLeft {
   height: 270px;
}
#skinFadeRight {
   background: url(images/home_right_fade.jpg) top right no-repeat;
   min-height: 270px;
}
* html #skinFadeRight {
   height: 270px;
}
	
/* The #skinContentLeft section holds the left column */
#skinContentLeftBottom {
   width: 229px;
}
#dnn_LeftPane1 {
   border: 1px solid transparent;
   _border: 0;
}

/* The #skinContentContent section holds the main content */
#skinContentContent {
   padding: 1px;
}
#dnn_ContentPane {
   border: 1px solid transparent;
}
	
/* The #skinContentContent section holds the main content */
#skinContentContent {
   padding: 1px;
}
#dnn_ContentPane {
   border: 1px solid transparent;
   _border: 0;
}
	
	
/* The #skinContentRight section holds the right column */
#skinContentRight {
   width: 229px;
   float: right;
}
#dnn_RightPane1 {
   border: 1px solid transparent;
   _border: 0;
   margin-right: 10px;
}

/* Breadcrumb nav / submenu container */
#skinSubBar {
   background-color: #AEBEDB;
   height: 1.5em;
}

