/* Start of CMSMS style sheet 'thehug.master.css' */
/*************************************************************
 ****************** GLOBAL CSS *******************************
 *************************************************************/
{ padding: 0; margin: 0; border: 0 } /* Our universal rule */

div { boorder: 1px dotted gray; }

.clear { clear: both; }

body { 
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	margin: 0px;
	color: white;
	background: black url(uploads/images/bg-grad.png) repeat-x fixed; 
	overflow-x: hidden;
	text-align: justify;
}

#tinymce { /* this prevents a black background with white text when editing the content in CMS */
	color: black;
	background: white;
}

#ui-datepicker-div { display: none; } /*fix the issue with datepicker box showing on bottom */

/*************************************************************
 ****************** HEADER CSS *******************************
 *************************************************************/
 
#divHeaderCenter {
	clear:both;
}

#divHeaderSouth {
	clear: both;
}

#divHugLogo {
	float: left;
	padding-left: 40px;
}

#divHugLogo img {
	width: 170px;
	border: none;
}



/*************************************************************
 ****************** CONTENT CSS *******************************
 *************************************************************/

#divBody {
	clear:both;
	border: 3px solid #8f6379;
	background: #eee7ea;
	color: black;
	padding: 15px;
	padding-top: 0px;
}

#divWrapper {
	margin: 0; 
	padding: 0;
	width: 100%;
	background: url(uploads/images/bg-art.png) no-repeat center 150px;
	height: 100%;
}

#divBreadcrumbs {
	padding: 2px;
}

#divContainer {
	width: 85%; 
	min-width: 880px;
	max-width: 1150px;
	margin: 20px auto 10px auto; 
}

#divLeftPanel {
	float: left;
	width: 180px;
	display: none;
}

#divRightPanel {
	float: right;
	width: 175px;
	margin-top: 0px;
}	

#divContentPanel {
	margin-right: 190px;
	margin-bottom: 15px;
}
.clsContentPanel {
	
	padding: 20px;
}

#divPanels {
	margin: 15px 0px;
	padding: 0px;
}




/*************************************************************
 ****************** FOOTER CSS *******************************
 *************************************************************/

#divFooter {
	height:30px;
	clear:both;
	text-align:right;
	color:#666666;
	margin:10px 0;
	width:100%;
}

#divFooter a {
	color:silver;
}
/* End of 'thehug.master.css' */

