/*
	Theme Option	
*/

.theme-option-list {
	margin: 0 auto 0 auto;
	list-style-type: none !important;
}

.theme-option-list-item {
	display: inline-block;
	width: 28%;
	margin: 1ex !important;
	padding: 1ex !important;
	background: #eee;
	vertical-align: top;
}

.theme-option-list-item a.button-secondary {
	line-height: 30px;
}

.theme-option-list-item-more {
	text-align:right;
}
.theme-option-list-item a.button-secondary {
	display: inline;
}

.theme-option-list-item img {
	display: block !important;
	margin: 5px auto 5px auto !important;
}
.theme-option-details img {
	float: left;
	margin: 1ex;
}

.theme-option-list-item h3,
.theme-option-details h3 {
	clear: none;
}

.theme-option-clear {
	clear: both;
}

.theme-option-details {
	line-height: 2em;
}

.theme-option-details h3 {
	font-weight: bold;
	font-size: x-large;
	margin-top: 20px;
	margin-bottom: 1em;
}

.theme-option-details .theme-option-catch-phrase {
	font-weight: normal;
	font-size: x-large;
	margin-bottom: 20px;
}

.theme-option-details p {
	margin-bottom: 1em;
	clear: both;
}
