/* Used for the BottomBar */
/*
------------------------------------------------------------------------
set global reset rules accordingly before starting - reset.css
------------------------------------------------------------------------
*/
a{
	text-decoration:none;
}

/* =----------------------------------- projects call out */
#forpublic {
	background:#fff;
	display:block;
	height:50px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999990;
	width:100%;
}

#forpublic .for3,#forpublic .for2,#forpublic .for1 {
	position:absolute;
	left:0;
	display:block;
	height:50px;
	width:100%;
	background:#660000;
	border-top:1px solid #fff;
}

#forpublic .for3 {
	top:-3px;
	border-color:#9e5637;
	z-index:999991;
}

#forpublic .for2 {
	top:0;
	border-color:#9e5637;
	z-index:999992;
}

#forpublic .for1 {
	top:0;
	border-color:#9e5637;
	z-index:999993;
}

.binder {
	margin-left:100px;
	width: 960px;
}

.introProjects {
	text-align:right;
	float:left;
	line-height:14px;
	width:146px;
	margin:7px 17px 0 0;
	text-transform:uppercase;
}

.introProjects .introTitle,#newReleaseHelper .introTitle {
	font-weight:bold;
	font-size:11px;
}

.introProjects .introDesc,#newReleaseHelper .introDesc {
	font-size:9px;
	color:#777;
}

#projectsWrapper {
	float:left;
	position:relative;
	margin:5px 18px 0 0;
}

#toggleDownloads {
	background:url(../images/project-box.png) no-repeat;
	background-position:center;
	color:#FFF;
	display:block;
	height:32px;
	line-height:34px;
	width:174px;
	font-size:12px;
	margin-left:120px;
	margin-top:5px;
}


#toggleDownloads span {
	display:block;
	height:32px;
	line-height:32px;
	padding-left:10px;
}

#downloadsList {
	background:#000;
	position:absolute;
	bottom:32px;
	left:2px;
	z-index:999999;
	display:block;
	width:194px;
	font-size:12px;
	border:1px solid #444;
	border-top:0;
	border-bottom:0;
	display:none;
	margin-left:120px;
}

#downloadsList li {
	border-top:1px solid #222;
	color:#888;
	padding:8px 7px 9px;
}

#downloadsList li.focus {
	color:#aaa;
}

#downloadsList li a {
	color:#fff!important;
	font-weight:bold;
}



#downloadsList li.focus a {
	color:#fff!important;
}

#newThemeRelease {
	display:block;
	float:left;
	height:42px;
	line-height:14px;
}

#newReleaseHelper {
	margin:7px 15px 0;
	text-align:center;
	float:left;
	width:350px;
}

* html #newReleaseHelper {
	width:425px;
}

#contributeBox {
	float:left;
	display:block;
	height:42px;
	margin-top:10px;
}

a#latestToggle {
	font-weight:bold;
	display:block;
	float:left;
	height:42px;
	line-height:42px;
	border:1px solid #ccc;
	border-width:0 1px;
	padding:0 15px;
}

a:hover#latestToggle {
	background:#eee;
	color:#903000;
}

#contributionsForm, #fadeContainer {
	display:none;
	text-transform:none;
	font-size:12px;
	background:#fff;
	border:2px solid #eee;
	position:absolute;
	bottom:10px;
	right:0;
	z-index:999999;
	width:400px;
}

* html #contributionsForm, * html #fadeContainer {
	right:90px;
}

#contributionsForm .formInner, #fadeContainer .formInner {
	border:1px solid #bbb;
	padding:15px 15px 10px;
}

.formInner {
	position:relative;
}


