/* -------------------[ Theme Settings Page ]------------------- */

#drk-wrap {
	z-index:1;
	position:relative;
	margin:15px 0 15px 0;
	width:980px;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}

#drk-settings {
	width:978px;
	margin:0;
	padding:0;
	border:1px solid  #ddd;
	background:#fff;background: #f7f7f7;
	}

#drk-head {
	width:980px;
	margin:0;
	padding:0;
	background:#50b7dc url(image/logo.png) top left no-repeat;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	height:95px;
	}

#drk-head h2 {
	float:left;
	font-family:arial, helvetic, sans-serif;
	color:#eee;
	font-size:16pt;
	padding: 50px 0 15px 15px;
	margin:0;
	text-shadow: 1px 1px 1px #000;
	}

#drk-nav {
	width:980px;
	background: #eee;
	border-top: 1px solid #eee;
	border-bottom:1px solid #eee;
	margin: 0 0 1px;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}

#drk-nav ul {
	list-style-type:none;
	margin: 0;
	padding:0;
	}

#drk-nav li {
	list-style-type:none;
	float:left;
	margin: 0;
	padding:0;
	}

#drk-nav a,
#drk-nav a:link,
#drk-nav a:visited {
	font-family:verdana, arial, helvetic, sans-serif;
	color:#ccc;
	text-decoration:none;
	height: 40px;
	line-height:40px;
	color: #444;
	font-size:12px;
	padding: 0 15px;
	margin: 0;
	display:block;
	float:left;
	border-right:1px solid #ddd;
	text-shadow: 0 1px 0px #eee;
	}

#drk-nav a:hover,
#drk-nav a:active {
	background: #ddd;
	}

ul.tabs {
	float:left;  
	list-style-type:none;
	margin: 0 0 5px 0;
	padding: 0;
	width:280px;
	background: #f7f7f7;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}

ul.tabs li {
	margin: 0;
	padding: 0;
	background:transparent;
	}
 
ul.tabs li a, 
ul.tabs li a:link, 
ul.tabs li a:visited  {
	display: block;
	padding: 8px 15px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ddd;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	line-height:1.4em;
	width:89%;
	color:#50b7dc;
	text-shadow: 0 1px 0px #f7f7f7;
	}

ul.tabs li a:hover, 
ul.tabs li a:active,
ul.tabs li.ui-tabs-selected a {
	background:#fff;
	color:#333;
	border-top:1px solid #fff;
	}

.ui-tabs-hide {  
	display: none;  
	} 

.content {
	padding:15px 30px 15px 0;
	float:right;
	width:649px;
	}

.clearfix:after,
blockquote:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix,
blockquote {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix,
* html blockquote {
	height: 1%;
	}
.clearfix,
blockquote {
	display: block;
	}
/* End hide from IE-mac */

h2.heading,
h2.heading2,
h3.heading {
	font-family:arial,helvetica,sans-serif;
	font-size: 16pt;
	font-weight:bold;
	color:#000;
	line-height:1em;
	border-bottom:1px dotted #ddd;
	margin: 0 0 25px;
	padding: 0 0 5px;
	font-style:normal;
	}

h2.heading2 {
	margin: 0 0 5px;
	}

h3.heading {
	font-size: 12pt;
	margin: 0 0 5px;
	}

.field {
	margin: 0 0 30px;
	border-bottom:1px dotted #ddd;
	padding: 0 0 15px;
	}

.help {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color:#888;
	margin: 0 0 15px;
	}
.help2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color:#333;
	margin: 0 0 25px;
	}

#drk-wrap select,
#drk-wrap textarea {
	background-color: #fff;
	border: 1px solid;
	border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
	font-size:12px;
	width: 80%;
	}

#drk-wrap input[type="text"] {
	background-color: #fff;
	border: 1px solid;
	border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
	font-size:12px;
	width:50%;
	}

#drk-wrap input.color {
	border: 1px solid;
	border-color: #ddd;
	font-size:12px;background-image:url(image/logo.png) top left no-repeat;
	}

.button-reset {
	width:962px;
	clear:both;
	background:#eee;
	border:1px solid #ddd;
	padding: 10px;
	margin:0 0 0 -1px;
	border-top:1px solid #ffffff;float:right;
	}
.copy { float:left;
        margin:5px 0 0 0;
}
.button-reset input {
	float:right;
	width:auto;
	}

#drk-wrap #message {
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	color:#f7f7f7;
	margin: 0 0 25px;
	padding:5px 10px;
	background: #FF8C00;
	border:1px solid #f7f7f7;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}

.button-reset-navbar, 
.button-save-navbar {
	z-index:2;
	position:absolute;
	top: 105px;
	right:15px;
	padding:0;
	margin:0;
	}

.button-save-navbar {
	right:135px;
	}

#drk-wrap ol {
	margin-top:1em;
	}

#drk-wrap input.button-primary {
	font-weight:normal;
	color:#fff;background:#FF8C00;border:none;
	}

#drk-wrap input.button-primary,
#drk-wrap input.button-secondary,
#drk-wrap #message {
	border-radius:3px !important;
	-moz-border-radius:3px !important;
	-khtml-border-radius:3px !important;
	-webkit-border-radius:3px !important;
	}
