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

/* 
Copyright pillow and pill
All rights reserved
Credits: Site created by pill and pillow
*/


/*for sticky footer*/
html, body, #wrap {height: 100%;} 

body > #wrap {height: auto; min-height: 100%;}

/*==========Backgrounds==========*/
#main-wrapper{
	padding-bottom:30px; /*same height as the footer*/
}

/*========== Footer==========*/
#footer {
	position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding: 0 0 0 45px;
} 

/* footer - clear fix - apply to #main*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Start --- Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block
;}
/* End --- End hide from IE-mac */
