/**
 * Positioning information of the core look
 */
html {
	min-height: 100%;
	height: auto;
}
body {
	margin:0;
	padding:0 0 100px 0;
	min-width:970px;

}
/**
 * Markup free clearing
 * Details: http://www.positioniseverything.net/easyclearing.html
 */
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear-block {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
    height: 1%;
}
.clear-block {
    display: block;
}
/** end markup free clear and hide from ie-mac */
#header{
	padding-bottom:70px;
	margin-bottom:-70px;
}
#header-inner{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#main-inner{
	padding:5px 24px 24px 24px;
	width:912px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footer-inner{
	margin-top:10px;
	padding-top:30px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#footer .block{
	float:left;
	width:280px;
	padding-right:20px;
}
#primary{ 
	position:relative;
	float:right;
	padding:7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top:-60px;
}
#primary ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#primary ul li{
	display:inline;
	padding:0px 5px
}
#site-logo{
	margin:20px 0px 20px 40px;
	position:relative;
	width:480px;
	overflow:hidden;
}
#site-logo img{
	height:48px;
}
input { padding:3px;}
input.text, textarea{
	width:96%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:3px;
}
a.buttonLink span{
	padding:1px;
	margin:0px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.profileImage{
	margin:0 14px 10px 21px;
	float:left;
	width:32px;
	height:32px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:block;
}
.profileActions{
	margin-left:70px;
}
.profileActions ol li{
	margin:10px 0;
}
#pops {
	list-style-type:none;
}
.popGroup{
	padding:15px 20px 0px 20px;
	width:380px;
	float:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin:10px;
}
.popGroup .children{
	list-style-type:none;
	margin:15px 0;
	padding:20px 0;
}
.popGroup-wrap{
	margin-top:-40px;
}
.popGroup .children li{
	margin:0px;
	padding:0px;
}
.rightImg{
	float:right;
}
.banana{
	position:relative;
	padding:7px;
	float:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.centerImg{
	text-align:center;
}
.browserSupport{
	z-Index:101;
	padding:10px;
	position:fixed;
	top:0;
	left:0;
}
.grayFade{
	height:300px;
	margin-left:-24px;
	margin-right:-24px;
	margin-bottom:10px;
	padding:0px 24px;
}

