@charset "UTF-8";

#core-theme-options {
}

	#core-theme-options > #sidebar {
		
		width: 190px;
		height: 100%;
		list-style: none;
		float: left;
		position: absolute;
		left: -18px;
		background: url(../images/pattern.png);
		background-color: #b6bec5;
	}

		#core-theme-options > #sidebar > #navigation {
			margin-top: 30px;
		}

		#core-theme-options > #sidebar > #navigation > li {
			color: white;
			text-decoration: none;
			text-shadow: 1px 1px 0 #000;
			border-top: 1px solid #DFDFDF;
			border-bottom: 1px solid #999;
			padding: 8px 10px;
			cursor: pointer;
			margin-bottom: 0px;
		}

		#core-theme-options > #sidebar > #navigation > li:hover {
			background-color: #eaf2fa;
			color: #000;
			text-decoration: none;
			text-shadow: 1px 1px 0 #fff;	
		}

		#core-theme-options > #sidebar > #navigation > li > img {
			float: left;
			margin-right: 10px;	
			opacity: 0.5;
		}

		#core-theme-options > #sidebar > #navigation > li:hover > img {
			opacity: 1;
		}

	#core-theme-options > #content {
		float: left;
		position: relative;
		left: 200px;
		width: 80%;
	}

.core-option-group {
}

.core-option-section {
}

.core-option-section > h2 {
	display: none;
}

.core-option {
	padding: 25px 0 20px 0;
	border-bottom: 1px solid #eee;
}

	.core-option textarea {
		width: 380px;
		height: 150px;
		padding: 5px;
		border-radius:5px;
	}

	.core-option input {
		margin: 0;
		vertical-align: top;
	}

	.core-option input[type=text] {
		width: 250px;
		padding: 5px;
		border-radius:5px;
	}

	.core-option input[type=checkbox] {
		height: 30px;
	}

	.core-option input[type=button], .core-option-submit {
		padding: 5px 8px 5px 8px;
		width: 130px;
		margin-left: 5px;
		cursor: pointer;
	}

	.core-option select {
		height: 32px;
		cursor: pointer;
		margin: 0;
		vertical-align: top;
		padding:5px;
		min-width:25%;
		background:url("/wp-content/themes/Freeze/images/patterns/20.png") repeat scroll 0 0 #b6bec5;
	}

.core-option-name {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	line-height: 30px;
	margin: 0;
}

.core-option-description {
	font-style: italic;
	font-size: 1em;
	color: #777;
	margin-top: 5px;
	margin-left: 200px;
}

.core-option-color {
	display: inline-block;
	width: 45px;
	height: 27px;
	border: 1px solid #dfdfdf;
	background-color: transparent;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 3px;
}

.core-option-color-input {
	width: 75px !important;
}

.core-option-pattern-container {
	display: inline-block;
}

.core-option-number-input {
	width: 45px !important;
}

.core-option-number-up, .core-option-number-down {
	width: 16px;
	height: 25px;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
	background-image: url(../images/buttons-number-arrows.png);
	background-repeat: no-repeat;
}

.core-option-number-up {
	border-right: none;
	background-position: 0px 0px;
}

.core-option-number-down {
	border-left: none;
	background-position: -16px 0px;
}

#core-options-busy {
	background-image: url(../../images/busy.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 29px;
	height: 29px;
	margin: 0 0 5px 10px;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
}

#core-options-result {
	font-weight: 700;
	margin: 0;
	display: inline-block;
}

.core-option-image-select-container {
	display: inline-block;
	max-width: 380px;
}

	.core-option-image-select-container input {
		width: 380px !important;
	}

	.core-option-image-select-container > .preview-thumb {
		background-color: #f0f0f0;
		border: 1px solid #ddd;
		margin-bottom: 5px;
		padding: 10px;
		background-image: url(../images/select.png);
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}

	.core-option-image-select-container > .preview-thumb > .remove {
		display: inline-block;
		cursor: pointer;
		background-image: url(../images/delete.png);
		width: 16px;
		height: 16px;
		position: absolute;
		top: -7px;
		right: -7px;
	}

	.core-option-image-select-container > .preview-thumb > img {
		max-width: 380px;
		max-height: 228px;
		background-color: #f0f0f0;
		display: block;
		
	}

.core-option-theme-buttons {
	display: block;
	position: absolute;
	top: 0px;
	left: -19px;
	width: 100%;
	padding: 32px 16px 24px 16px;
	background-image: url(../images/buttons-fade.png);
	background-repeat: repeat-x;
	vertical-align: middle;
}

#footer {
	display: none;
}

.core-options-tabs {
	width: 100%;
	border-bottom: 2px solid #eee;
	margin-top: 30px;
	margin-bottom: 0;
}

	.core-options-tabs > li {
		border-radius: 5px 5px 0 0;
		display: inline-block;
		padding: 6px 24px;
		margin-bottom: 10px;
		font-size: 12px;
		border-bottom: none;
		margin-right: 10px;
		color: #000;
		background-color: #ccc;
		cursor: pointer;
		background: url(../images/pattern.png) repeat scroll 0 0 #b6bec5;
	}

	.core-options-tabs > li:hover,
	.core-options-tabs > li.active {
		background-color: #fff;
		color: #222;
	}

	.core-options-tabs > li:hover {
		color: #21759B;
	}

	.core-options-tabs > li:first-child {
		margin-left: 10px;
	}

	.core-options-tabs > li:last-child {
		margin-right: 0;
	}
	
	/*Override admin error messages */
	div.error, .login #login_error {
	    background-color: #fff;
	    border-color: #ddd;
		margin-left:-18px;
		padding:10px;
		border-radius:0px;
		background: url(../images/pattern.png);
	}