@charset "UTF-8";

/* ====================================
Theme Options Style
==================================== */

/* ------------------------------------
clearfix 
------------------------------------ */

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

/* ------------------------------------
form
------------------------------------ */

.theme-left-space {
	margin-left: 1em;
}

input.max-text {
	width: 500px;
}

#contact-page {
	margin-top: 1em;
}

#option-sidebar label {
	padding-right: 20px;
	text-align: center;
}

#option-sidebar img {
	border: solid 1px #ccc;
	margin: 5px 0;
}

input:invalid {
	-webkit-box-shadow: 0px 0px 2px 2px rgba(255, 0, 0, 0.5);
	box-shadow: 0px 0px 2px 2px rgba(255, 0, 0, 0.5);
}

/* ------------------------------------
table
------------------------------------ */

.addtable table td {
	vertical-align: top;
}

#option-favicon table td {
	vertical-align: middle;
}

#option-favicon td img {
	margin-top: 7px;
}

/* ------------------------------------
description
------------------------------------ */

span.description {
	font-style: normal;
}

/* ------------------------------------
tab panel
------------------------------------ */

.tabset{
	margin-top: 35px;
}

.tabset .tabs {
	margin: 0;
	padding: 0;
}

.tabset .tabs li {
	float: left;
}

.tabset .tabs h3 {
	margin: 0;
}

.tabset .tabs li a,
.tabset .panel {
	border: solid 1px #ccc;
}

.tabset .tabs li a {
	background: #eee;
	border-radius: 5px 5px 0 0;
	color: #666;
	display: none;
	font-size: 0.9em;
	font-weight: normal;
	margin-right: 3px;
	overflow: hidden;
	outline: none;
	padding: 7px 20px;
	text-decoration: none;
}

.tabset .tabs li a:hover {
	background: #aaa;
	border-color: #aaa;
	color: #fff;
}

.tabset .tabs li a.on {
	background: #fff;
	border-bottom: 0;
	border-color: #ccc;
	color: #333;
	cursor: default;
	padding-bottom: 8px;
}

.tabset .panel {
	background: #fff;
	border-radius: 0 5px 5px 5px;
	margin-top: 3px;
	padding: 30px 20px 40px;
}