::-moz-selection {
	background-color: #932277;
	color: #fff;
}

::selection {
	background-color: #932277;
	color: #fff;
}

a:hover {
	color: #5a295c;
}

a:active {
	text-decoration: none;
}


#container {
	background: #f8f8f8;
}

#main section {
	padding: 0;
	margin-top: 30px;
}

#main section:last-child {

}
/*
#main div {
	display: none;
}
*/
#main div.current {
	display: block;
	z-index: 1;
}

/* Overview */
#overview #what {
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}

#overview #publish {

}

#overview #themes {

}

#overview #publish figure {
	overflow: hidden;
	height: 285px;
	width: 410px;
	margin-right: -30px;
}

#overview #nocode figure {
	margin: 0 -30px 0 30px;
	float: right;
	width: 400px;
	height: auto;
	overflow: hidden;
}

/* #reviews */
#reviews figure {
	text-align: center;
}

#reviews p {
	text-align: center;
	color: #d5d5d5;
}

/* advanced */
#main #code-everywhere {
	margin-top: 40px;
}

#main #addons {
	margin-bottom: 40px;
}

#nocode figure {
	overflow: hidden;
	margin-right: -30px;
}

#nocode figure img {
	margin-right: 0;
}

#code-everywhere figure {
	margin-left: -30px;
}


#download-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: none;
	
	-webkit-transition: 0.5s;
}

#close {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../../shared/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;

}
