/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead
of style.css so it is easier to update the theme.
Simply copy an existing style from style.css to this file,
and modify it to your liking.
*/

#main .page {
	background: #FFF;
	padding: 30px;
	border-radius: 6px;
	border: 1px solid #DDD;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.home #main .page {
	background: transparent;
	padding: 0;
	border:0;
	border-radius: 0;
	box-shadow: none;
}
#main .post,
#main .type-download,
#main > .type-forum,
#main > .type-topic {
        background: #FFF;
        padding: 30px;
        border-radius: 6px;
        border: 1px solid #DDD;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

/* Downloads */
.single-download .post-meta,
.single-download .post-entries {
	display: none;
}
.single-download #connect {
	margin-top:2em;
}
.edd_sl_license_key {
	z-index: 30;
}

/* Forums */
.type-forum .post-more,
.single-forum .post-entries {
	display: none;
}
#bbpress-forums .sticky a,
#bbpress-forums .sticky,
#bbpress-forums .sticky.status-closed a,
#bbpress-forums .sticky.status-closed,
#bbpress-forums .super-sticky.status-closed a,
#bbpress-forums .super-sticky.status-closed {
	color: #333;
}
#bbpress-forums fieldset.bbp-form legend {
	font-size:2em;
	font-weight: bold;
	letter-spacing: -1px;
}

.edd-cart li {
	list-style: none outside none;
}
