/**!
 * @package WP Theme Customizer
 */
/*
Admin Styles
*/
.wptc_logo{
	padding: 10px 25px;
	height: 60px;
}

.phpbaba{
	margin: 10px 10px 0;
	float: right;
}

.wptc_clear{
	clear: both;
	height: 0.5px;
	width: 100%;
}

.wptc_admin_wrapper{
	margin: 25px 5px;
	width: 98%;
	min-width: 820px;
	background: #fefefe url(../assets/admin_wrapper.png) repeat-y;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	overflow: hidden;
}

.wptc_admin_top{
	height: 80px;
	background: none repeat scroll 0 0 #495769;
	overflow: hidden;
}

.wptc_admin_bottom{
	overflow: hidden;
}

.wptc_intro{
	margin: 0 10px 0;
	float: right;
	color: #fefefe;
	font-size: 20px;
	line-height: 80px;
	text-shadow: 0 1px 0 #495769;	
}

.wptc_admin_left{
	width: 150px;
	padding: 20px 0 0;
	float: left;
	overflow: hidden;
}

.wptc_admin_menu{
	padding: 0;
	margin: 0;
}

.wptc_admin_menu a {
	padding: 15px 5px;
	color: #AF4715;
	display: block;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	border-bottom: 1px solid #ddd;
}

a.wptc_li_last {
	border-bottom: 0;
}

.wptc_admin_menu a:hover {
	text-decoration: underline;
}

.wptc_admin_menu a.active {
	background:#e0e0e0;
	border: 0;
}

.wptc_admin_menu a.active:hover {
	text-decoration: none !important;
}

.wptc_admin_right{
	padding: 20px 15px 10px;
	overflow: hidden;
}

.wptc_admin_message{
	width: 820px;
	margin: 5px 10px 5px;
}
.settings-error{
	margin: 0px !important;
}
.wptc_form_data{
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	padding: 0 0 15px;
}
.wptc_form_hint{
	color: #999999;
    display: block;
    font-size: 11px;
}
.button_wptc{
	display: block;
	margin: 10px 0 0 !important;
}
.form-table th {
    width: 300px;
}
.wptc_inc_row{
	margin-bottom: 15px;
	min-height: 50px;
}
.wptc_color_show{
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	width: 50px; 
	height: 50px; 
	border: 1px solid #ccc;
}

.wptc_color_picker{
	display: none;
	position: absolute;
	margin: -85px 0 0 180px;
}

.wptc_image_show{
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	width: 50px; 
	height: auto;
}
