@charset "UTF-8";

body.wp-admin {
	padding-top: 0 !important;
}

#core-theme-options {
}

	#core-theme-options > #sidebar {
		
		width: 190px;
		height: 100%;
		list-style: none;
		float: left;
		position: fixed;
		top: 0px;
		left: 147px;
		
		background: url(../images/sidebar-bg.png) top repeat-x;
		background-color: none;
		
	}

		#core-theme-options > #sidebar > #navigation {
			margin-top: 15px;
			padding-top: 100px;
			background: url(../images/Freeze-logo.png)  50% 35px no-repeat;	
		}

		#core-theme-options > #sidebar > #navigation > li {
			color: #000;
			text-decoration: none;
			text-shadow: 1px 1px 0 #FFF;
			border-top: 1px solid #DFDFDF;
			/*border-bottom: 1px solid #999;*/
			background: url(../images/nav-border.png) bottom no-repeat;	
			padding: 8px 10px;
			cursor: pointer;
			margin-bottom: 0px;
			text-transform: uppercase;
			font-weight: bold;
			
			position: relative;
		}

		#core-theme-options > #sidebar > #navigation > li:hover {
			background: url(../images/nav-hover-bg.png) right repeat-y;	
			background-color: none;
			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 > .core-option-group-link-edge {
			display: none;
			width: 10px;
			height: 100% !important;
			background: #A4A4A4;
			
			position: absolute;
			top: 0px;
			left: 98%;
						
			-webkit-border-radius: 0 3px 3px 0;
			-moz-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
		}
		
		#core-theme-options > #sidebar > #navigation > li:hover > .core-option-group-link-edge {
			display: block;
		}
		
		#core-theme-options > #sidebar > #navigation > li:hover > img {
			opacity: 1;
		}
		#core-theme-options > #sidebar > #navigation > li[id*='woocommerce'] img { margin-bottom: 16px; }

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

.core-option-group {
}

.core-option-group-head{
	padding: 20px 20px 0;
	background-color: #D4D4D4; 
	
	-webkit-box-shadow: inset 0 -3px 5px rgba(150, 150, 150, 0.5);
	-moz-box-shadow: inset 0 -3px 5px rgba(150, 150, 150, 0.5);
	box-shadow: inset 0 -3px 5px rgba(150, 150, 150, 0.5);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.core-option-group-head h1 {
	margin-top: 0;
}

.core-option-group-head p {
	padding: 0 0 1em;
	margin-bottom: 0;
}

.core-option-section {
	margin-top: 20px;
	border-top: 2px solid #eee;
}

.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: 10px;
	margin-bottom: 0;
}

	.core-options-tabs > li {
		border-radius: 5px 5px 0 0;
		display: inline-block;
		padding: 6px 24px;
		margin-bottom: 0;
		font-size: 15px;
		border-bottom: none;
		margin-right: 10px;
		color: #FFF;
		background-color: #ccc;
		cursor: pointer;
		background: url(../images/pattern.png) repeat scroll 0 0;
		background-color:  #939393;
		background-image: none;
		font-weight:  bold;
		
		letter-spacing: 1px;	
		text-shadow: 1px 1px 0 rgba(150, 150,150, 0.5);
		
		
	}

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

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

	.core-options-tabs > li:last-child {
		margin-right: 0;
	}
	
	.core-options-tabs > li[data-section*="category"],
	.core-options-tabs > li[data-section*="layout"] {
		
		padding: 3px 6px;
		margin-bottom: 10px;
		margin-left: 0;
		font-size: 12px; 
		text-transform: capitalize;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.core-options-tabs > li[data-section*="category"]:hover,
	.core-options-tabs > li[data-section*="category"].active,
	.core-options-tabs > li[data-section*="layout"]:hover,
	.core-options-tabs > li[data-section*="layout"].active {
		text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
		
		-webkit-box-shadow: inset 0 -1px 5px rgba(150, 150, 150, 0.75);
		-moz-box-shadow: inset 0 -1px 5px rgba(150, 150, 150, 0.75);
		box-shadow: inset 0 -1px 5px rgba(150, 150, 150, 0.75);
		
	}
	
	/*Override admin error messages */
	div.updated, div.error, .login #login_error {
	    background-color: #fff;
	    border-color: #ddd;
		margin-left:-18px;
		padding:10px;
		border-radius:0px;
		background: url(../images/pattern.png);
	}
	
	div.updated, div.error {
    	margin: 5px 15px 15px 200px;
    	padding: 0 0.6em;
    	width: 68%;
    }