/* structure */
.cms_make h1 {
border-top: solid 5px #e5e5e5;
}
.make_better .intro {
border-bottom: solid 2px #e5e5e5;
margin-bottom: 20px;
padding-bottom: 30px;
}

/* shared */
.cms_make .main img {
margin: 10px 0;
}

/* content */
.cms_make h1 {
font-size: 47px;
padding: 12px 0 15px;
}
.content_container .cms_make h2 {
border-top: solid 5px #e5e5e5;
color: #000;
clear: both;
font-family: "futura-pt-1","futura-pt-2", sans-serif;
font-weight: 800;
font-size: 18px;
margin-top: 40px;
padding: 15px 0;
text-transform: uppercase;
}

.cms_make.make_more .main img {
	float:right;
}

/* featlet */
.featlet {
	float: left;    
	margin: 0 25px 25px 0;
	width: 183px;
}
div.featlet:nth-of-type(3n-3){
	margin-right: 0px;
}
.main .featlet img {
	margin: 0;
}
.featlet a em {
	color: #0099ff;
	display:block;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 3px;
	padding-top: 8px;
	text-transform: none;
}
.featlet p {
font-size: 13px;
}
.featlet a:hover em, 
.featlet a:hover {
	color:#f39;
	text-decoration: none;
}

/* Partners */
#partners {
  width: 600px
}
#partners h2 {
  margin-top: 0px;
}
#partners article {
  width: 280px;
  float: left;
}
#partners article.last {
  float: right;
}
#partners article img{
  float: left;
}

/* sidebar */
.cms_make .sidebar {
padding: 0;
}
.cms_make .sidebar section {
padding: 20px;
}
.cms_make .sidebar section:last-child {
padding-bottom: 20px;
}
.cms_make .sidebar h3,
.cms_make .sidebar p {
font-size: 12px;
}

/* faq and details */
.faq {
margin-bottom: 10px;
}
.faq dt,
.faq dd {
font-size: 12px;
padding-left: 10px;
}
.details dt,
.details dd {
font-size: 14px;
padding-left: 15px;
}
.faq dt,
.details dt {
cursor: pointer;
line-height: 16px;
list-style: none;
margin-top: 10px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.faq dt:hover,
.details dt:hover,
.details dt.viewing,
.faq dt.viewing{color:#09F;}

.details dt {
color: #555555;
font-weight: bold;
margin-top: 20px;
}
.faq em,
.details em {
-webkit-transform-style: preserve-3d; /* force hardwar acceleration and prevent screen flickering */
}
.faq em,
.details em {
background: url(../imgs/make/arrow.gif) center center no-repeat transparent;
display: block;
height: 9px;
left: -3px;
position: absolute;
top: 2px;
width: 9px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
.details em {
background: url(../imgs/make/arrow_lrg.gif) center center no-repeat transparent;
width: 11px;
height: 11px;
}
/*.faq dt:hover em,*/
/*.details dt:hover em,*/
.faq em.a,
.details em.a {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.details p {
    margin: 0;
    padding: 0;
    float: none;
}

/* submission sidebar */
section.chunkier ul{
list-style: none;
margin: 0;
}
section.chunkier ul li{
float: left;
border:1px solid lightGrey;
padding:1px;
background:#fff;
margin-right: 5px;
width: 72px;
height:50px;
}
/* progress nav */
.make_progress_nav_idea, 
.make_progress_nav_submit, 
.make_progress_nav_better, 
.make_progress_nav_more
{
clear:left;
}
.progress_nav {
clear:left;
width: 100%;
margin-top: 40px;
}
.progress_nav ul {
list-style: none;
margin: 0;
}
.progress_nav li {
float: left;
margin-right: 10px;
width: 142px;
}
.progress_nav li:last-child {
margin-right: 0;
width: 144px;
}
.progress_nav a {
color: #fff;
display: block;
font-size: 17px;
line-height: 20px;
padding: 10px 5px 20px;
text-align: center;
text-decoration: none;
white-space: normal;
}
.progress_nav a:hover {
color: #fff;
}
.progress_nav li:last-child a {
padding: 10px 30px 20px;
}
.make_progress_nav_idea .progress_nav .progress_nav_idea a,
.make_progress_nav_submit .progress_nav .progress_nav_submit a,
.make_progress_nav_better .progress_nav .progress_nav_better a,
.make_progress_nav_more .progress_nav .progress_nav_more a
{
background-color: #ff99cc;
cursor: default;
}