File "modern-style.css"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/modern-admin/assets/css/modern-style.css
File size: 391.04 KB
MIME-type: --
Charset: utf-8

/*------------------------------------------------------------------------

# Modern WP Admin - June 10, 2013

# ------------------------------------------------------------------------

# Handcrafted by WPPrime base on Twitter Boostrap

# Websites:  http://www.wpprime.com -  Email: info@wpprime.com

--------------------------------------------------------------------------



Hello, this is the main Modern Admin WordPress admin CSS file.

All the important stuff is in here.





TABLE OF CONTENTS:

------------------

 1.0 - Text Elements

 2.0 - Forms

 3.0 - Actions

 4.0 - Notifications

 5.0 - TinyMCE

 6.0 - Admin Header

	6.1 - Screen Options Tabs

	6.2 - Help Menu

 7.0 - Main Navigation

 8.0 - Layout Blocks

 9.0 - Dashboard

10.0 - List Posts

	10.1 - Inline Editing

11.0 - Write/Edit Post Screen

	11.1 - Custom Fields

	11.2 - Post Revisions

	11.3 - Featured Images

12.0 - Categories

13.0 - Tags

14.0 - Media Screen

	14.1 - Media Library

	14.2 - Image Editor

15.0 - Comments Screen

16.0 - Themes

	16.1 - Custom Header

	16.2 - Custom Background

	16.3 - Tabbed Admin Screen Interface

17.0 - Plugins

18.0 - Users

19.0 - Tools

20.0 - Settings

21.0 - Admin Footer

22.0 - About Pages

23.0 - Full Overlay w/ Sidebar

24.0 - Customize Loader

25.0 - Misc

26.0 - Add Style Apperance Menus



------------------------------------------------------------------------*/



/* 清除浮动 */

.tablenav:after{

	content: '';

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.tablenav{

	*zoom:1;

}







/* 2 column liquid layout */

#wpwrap {

	height: auto;

	min-height: 100%;

	width: 100%;

	position: relative;

}



#wpcontent {

	height: 100%;

}



#wpcontent,

#wpfooter {

	margin-left: 230px;

}



.folded #wpcontent,

.folded #wpfooter {

	margin-left: 52px;

}



#wpbody-content {

	padding-bottom: 65px;

	float: left;

	width: 100%;

}



#adminmenuback,

#adminmenuwrap,

#adminmenu,

#adminmenu .wp-submenu {

	width: 200px;

}



#adminmenuback,

#adminmenuwrap {

	background: #282828;

	top: 0;

}



#adminmenuback {

	position: absolute;

	top: -40px;

	bottom: 0;

	z-index: 0;

}



#adminmenu {

	border-top: 20px solid #141414;

	clear: left;

	margin: 0;

	padding: 0;

	list-style: none;

}



.folded #adminmenu {

	border-top: none

}



.folded #adminmenuback,

.folded #adminmenuwrap,

.folded #adminmenu,

.folded #adminmenu li.menu-top {

	width: 50px;

}



/* inner 2 column liquid layout */



.inner-sidebar {

	float: right;

	clear: right;

	display: none;

	width: 281px;

	position: relative;

}



.columns-2 .inner-sidebar {

	margin-right: auto;

	width: 286px;

	display: block;

}



.inner-sidebar #side-sortables,

.columns-2 .inner-sidebar #side-sortables {

	min-height: 300px;

	width: 280px;

	padding: 0;

}



.has-right-sidebar .inner-sidebar {

	display: block;

}



.has-right-sidebar #post-body {

	float: left;

	clear: left;

	width: 100%;

	margin-right: -2000px;

}



.has-right-sidebar #post-body-content {

	margin-right: 300px;

	float: none;

	width: auto;

}



/* 2 columns main area */



#col-container,

#col-left,

#col-right {

	overflow: hidden;

	padding: 0;

	margin: 0;

}

#col-container{

	padding-top: 10px;

}

#col-left {

	width: 35%;

}



#col-right {

	float: right;

	clear: right;

	width: 65%;

}



.col-wrap {

	padding: 0 7px;

}



#col-right .col-wrap{

	padding: 0;

}

/* utility classes */

.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.textleft {

	text-align: left;

}



.textright {

	text-align: right;

}



.clear {

	clear: both;

}



/* Hide visually but not from screen readers */

.screen-reader-text,

.screen-reader-text span,

.ui-helper-hidden-accessible {

	position: absolute;

	left: -1000em;

	top: -1000em;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-shortcut {

	position: absolute;

	top: -1000em;

}



.screen-reader-shortcut:focus {

	left: 6px;

	top: -21px;

	height: auto;

	width: auto;

	display: block;

	font-size: 14px;

	font-weight: bold;

	padding: 15px 23px 14px;

	background: #f1f1f1;

	color: #21759b;

	z-index: 100000;

	line-height: normal;

	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);

	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);

	text-decoration: none;

}



.hidden,

.js .closed .inside,

.js .hide-if-js,

.no-js .hide-if-no-js,

.js.wp-core-ui .hide-if-js,

.js .wp-core-ui .hide-if-js,

.no-js.wp-core-ui .hide-if-no-js,

.no-js .wp-core-ui .hide-if-no-js {

	display: none;

}



/* include margin and padding in the width calculation of input and textarea */

input[type="text"],

input[type="password"],

input[type="number"],

input[type="search"],

input[type="email"],

input[type="url"],

textarea {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-ms-box-sizing: border-box; /* ie8 only */

	box-sizing: border-box;

}



input[type="checkbox"],

input[type="radio"] {

	vertical-align: text-top;

	padding: 0;

	margin: 1px 0 0;

}



input[type="search"] {

	-webkit-appearance: textfield;

}



input[type="search"]::-webkit-search-decoration {

	display: none;

}



/* general */

html,

body {

	height: 100%;

	margin: 0;

	padding: 0;

}



body {

	font-family: 'Open Sans', sans-serif;

  font-size: 13px;

  line-height: 20px;

	/*min-width: 600px;*/

	min-width: inherit;

	color: #111;

  background-color: #eee;

}



body.iframe {

	min-width: 0;

}





iframe,

img {

	border: 0;

}



td,

textarea,

input,

select,

button {

	font-family: inherit;

	font-size: inherit;

	font-weight: inherit;

}



td,

textarea {

	line-height: inherit;

}



input,

select {

	line-height: 15px;

}



a,

input[type="text"],

input[type="password"],

input[type="number"],

input[type="search"],

input[type="email"],

input[type="url"],

select,

textarea,

div {

	outline: 0;

}



a {

	text-decoration:none;

}

a:focus,

a:active {

	outline: thin dotted;

}



#adminmenu a:focus,

#adminmenu a:active,

.screen-reader-text:focus {

	outline: none;

}



blockquote,

q {

	quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: '';

	content: none;

}



p {

	margin: 1em 0;

}



blockquote {

	margin: 1em;

}



label {

	cursor: pointer;

}



li,

dd {

	margin-bottom: 6px;

}



textarea,

input,

select {

	margin: 1px;

	padding: 3px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	display: block;

	font-weight: bold;

}



h1 {

	font-size: 2em;

	margin: .67em 0;

}



h2 {

	font-size: 1.5em;

	margin: .83em 0;

}



h3 {

	font-size: 1.17em;

	margin: 1em 0;

}



h4 {

	font-size: 1em;

	margin: 1.33em 0;

}



h5 {

	font-size: 0.83em;

	margin: 1.67em 0;

}



h6 {

	font-size: 0.67em;

	margin: 2.33em 0;

}



ul,

ol {

	padding: 0;

}



ul {

	list-style: none;

}



ol {

	list-style-type: decimal;

	margin-left: 2em;

}



ul.ul-disc {

	list-style: disc outside;

}



ul.ul-square {

	list-style: square outside;

}



ol.ol-decimal {

	list-style: decimal outside;

}



ul.ul-disc,

ul.ul-square,

ol.ol-decimal {

	margin-left: 1.8em;

}



ul.ul-disc > li,

ul.ul-square > li,

ol.ol-decimal > li {

	margin: 0 0 0.5em;

}



.code,

code {

	font-family: Consolas, Monaco, monospace;

}



kbd,

code {

	padding: 1px 3px;

	margin: 0 1px;

	font-size: 11px;

}



.subsubsub {

	list-style: none;

	margin: 8px 0 5px;

	padding: 0;

	font-size: 12px;

	float: left;

}



.subsubsub a {

	line-height: 2;

	padding: .2em;

	text-decoration: none;

}



.subsubsub a .count,

.subsubsub a.current .count {

	color: #999;

	font-weight: normal;

}



.subsubsub a.current {

	font-weight: bold;

	border: none;

}



.subsubsub li {

	display: inline-block;

	margin: 0;

	padding: 0;

	white-space: nowrap;

}



.widefat,

div.updated,

div.error,

.wrap .add-new-h2,

textarea,

input[type="text"],

input[type="password"],

input[type="file"],

input[type="email"],

input[type="number"],

input[type="search"],

input[type="tel"],

input[type="url"],

select,

.tablenav .tablenav-pages a,

.tablenav-pages span.current,

#titlediv #title,

.postbox,

#postcustomstuff table,

#postcustomstuff input,

#postcustomstuff textarea,

.imgedit-menu div,

.plugin-update-tr .update-message,

#poststuff .inside .the-tagcloud,

#menu-management .menu-edit,

.nav-menus-php .list-container,

.menu-item-handle,

.link-to-original,

.nav-menus-php .major-publishing-actions .form-invalid,

.press-this #message,

#TB_window,

.tbtitle,

.highlight,

.feature-filter,

#widget-list .widget-top,

.editwidget .widget-inside {

	border-width: 1px;

	border-style: solid;

}



/* .widefat - main style for tables */

.widefat {

	border-spacing: 0;

	width: 100%;

	clear: both;

	margin: 0;

}



.widefat * {

	word-wrap: break-word;

}



.widefat a {

	text-decoration: none;

}





.widefat td,

.widefat th {

	border-width: 1px 0;

	border-style: solid;

}

.widefat tfoot th {

	border-bottom: none;

}



.widefat .no-items td {

	border-bottom-width: 0;

}



.widefat td {

	font-size: 12px;

	padding: 4px 7px 2px;

	vertical-align: top;

}



.widefat td p,

.widefat td ol,

.widefat td ul {

	font-size: 12px;

}



.widefat th {

	padding: 7px 7px 8px;

	text-align: left;

	line-height: 1.3em;

	font-size: 14px;

}



.widefat th input {

	margin: 0 0 0 8px;

	padding: 0;

	vertical-align: text-top;

}

#cf7d-admin-action-frm .widefat th input,#posts-filter .widefat th input{

	margin-left: 0;  /* 2016-10-24 By Quan */

}



.widefat .check-column {

	width: 2.2em;

	padding: 6px 0 25px;

	vertical-align: top;

}



.widefat tbody th.check-column {

	padding: 9px 0 22px;

}



.widefat.media .check-column {

	padding-top: 8px;

}



.widefat thead .check-column,

.widefat tfoot .check-column {

	padding: 7px 0 0;

}



.no-js .widefat thead .check-column input,

.no-js .widefat tfoot .check-column input {

	display: none;

}



.widefat .num,

.column-comments,

.column-links,

.column-posts {

	text-align: center;

}



.widefat th#comments {

	vertical-align: middle;

}



.wrap {

	margin: 4px 0 0 0;

}



div.updated,

div.error {

	padding: 0 0.6em;

	margin: 5px 15px 2px;

}



div.updated p,

div.error p {

	margin: 0.5em 0;

	padding: 2px;

}



.wrap div.updated,

.wrap div.error,

.media-upload-form div.error {

	margin: 5px 0 15px;

}



.wrap h2,

.subtitle {

	font-weight: normal;

	margin: 0;

	text-shadow: #fff 0 1px 0;

}



.wrap h2 {

	font-size: 23px;

	padding: 9px 15px 4px 0;

	line-height: 29px;

}



.wrap h2.ak-header {

	padding-left: 38px;

}



.subtitle {

	font-size: 14px;

	padding-left: 25px;

}



.wrap .add-new-h2 {

	font-family: sans-serif;

	margin-left: 4px;

	padding: 3px 8px;

	position: relative;

	top: -3px;

	text-decoration: none;

	font-size: 12px;

	border: 0 none;

}



.wrap h2.long-header {

	padding-right: 0;

}



html,

.wp-dialog {

	background-color: #fff;

}



textarea,

input[type="text"],

input[type="password"],

input[type="file"],

input[type="email"],

input[type="number"],

input[type="search"],

input[type="tel"],

input[type="url"],

select {

	background-color: #fff;

	color: #333;

	-webkit-border-radius: 0;

	-moz-border-radius: 0;

	border-radius: 0;

	-webkit-transition: border linear .2s, box-shadow linear .2s;

  -moz-transition: border linear .2s, box-shadow linear .2s;

  -o-transition: border linear .2s, box-shadow linear .2s;

  transition: border linear .2s, box-shadow linear .2s;

}



select {

	color: #000;

}



select[disabled] {

	color: #7f7f7f;

}



select:focus {

	border-color: #aaa;

}



textarea:focus,

input[type="text"]:focus,

input[type="password"]:focus,

input[type="file"]:focus,

input[type="email"]:focus,

input[type="number"]:focus,

input[type="search"]:focus,

input[type="tel"]:focus,

input[type="url"]:focus,

select:focus {

	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);

	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);

	box-shadow: none;

}



input[readonly] {

	background-color: #eee;

}



:-moz-placeholder {

   color: #a9a9a9;

}



/*------------------------------------------------------------------------------

  1.0 - Text Styles

------------------------------------------------------------------------------*/



div.sidebar-name h3,

#menu-management .nav-tab,

#dashboard_plugins h5,

a.rsswidget,

#dashboard_right_now td.b,

#dashboard-widgets h4,

.tool-box .title,

#poststuff h3,

.metabox-holder h3,

.pressthis a,

#your-profile legend,

.inline-edit-row fieldset span.title,

.inline-edit-row fieldset span.checkbox-title,

.tablenav .displaying-num,

.widefat th,

.quicktags,

.search {

	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;

}

/*

h2 .nav-tab,

.wrap h2,

.subtitle {

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;

}*/



.quicktags,

.search {

	font-size: 12px;

}



.icon32 {

	float: left;

	height: 34px;

	margin: 7px 8px 0 0;

	width: 36px;

}



.icon16 {

	height: 18px;

	width: 18px;

	padding: 6px 6px;

	margin: -6px 0 0 -8px;

	float: left;

}



.key-labels label {

	line-height: 24px;

}



.pre {

	/* https://developer.mozilla.org/en-US/docs/CSS/white-space */

	white-space: pre-wrap; /* css-3 */

	word-wrap: break-word; /* IE 5.5 - 7 */

}



.howto {

	font-style: italic;

	display: block;

	font-family: sans-serif;

}



p.install-help {

	margin: 8px 0;

	font-style: italic;

}



.no-break {

	white-space: nowrap;

}



/*------------------------------------------------------------------------------

  2.0 - Forms

------------------------------------------------------------------------------*/





.wp-admin select {

	padding: 4px;

	line-height:20px;

	height: auto;

}



.wp-admin select[multiple] {

	height: auto;

}



.submit {

	padding: 1.5em 0;

	margin: 5px 0;

}



form p.submit a.cancel:hover {

	text-decoration: none;

}



#minor-publishing-actions input,

#major-publishing-actions input,

#minor-publishing-actions .preview {

	text-align: center;

}



textarea.all-options,

input.all-options {

	width: 250px;

}



input.large-text,

textarea.large-text {

	width: 99%;

}



input.regular-text,

#adduser .form-field input {

	width: 25em;

}



input.small-text {

	width: 50px;

}



input[type="number"].small-text {

	width: 60px;

}



#doaction,

#doaction2,

#post-query-submit {

	margin: 0 8px 0 0;

}



.tablenav #changeit,

.tablenav #delete_all,

.tablenav #clear-recent-list {

	margin-top: 1px;

}



.tablenav .actions select {

	float: none;

	margin-right: 6px;

	max-width: 200px;

	vertical-align: middle;

}



.ie8 .tablenav .actions select {

	width: 155px;

}



.ie8 .tablenav .actions select#cat {

	width: 200px;

}



#timezone_string option {

	margin-left: 1em;

}



label,

#your-profile label + a {

	vertical-align: middle;

}



#misc-publishing-actions label {

	vertical-align: baseline;

}



#pass-strength-result {

	border-style: solid;

	border-width: 1px;

	float: left;

	margin: 13px 5px 5px 1px;

	padding: 3px 5px;

	text-align: center;

	width: 200px;

	display: none;

}

.indicator-hint {

	padding-top: 8px;

}



p.search-box {

	float: right;

	margin: 0;

	padding: 0;

}



.search-box input[name="s"],

#search-plugins input[name="s"],

.tagsdiv .newtag {

	float: left;

	height: 2em;

	margin: 0 4px 0 0;

}



input[type="text"].ui-autocomplete-loading {

	background: transparent url('../images/loading.gif') no-repeat right center;

	visibility: visible;

}



ul#add-to-blog-users {

	margin: 0 0 0 14px;

}



.ui-autocomplete {

	padding: 0;

	margin: 0;

	list-style: none;

	position: absolute;

	z-index: 10000;

	border-width: 1px;

	border-style: solid;

}



.ui-autocomplete li {

	margin-bottom: 0;

	white-space: nowrap;

	text-align: left;

}



.ui-autocomplete li a {

	display: block;

	height: 100%;

	padding: 4px 10px;

}



.ui-autocomplete li a.ui-state-focus {

	cursor: pointer;

}



/*------------------------------------------------------------------------------

  3.0 - Actions

------------------------------------------------------------------------------*/



#major-publishing-actions {

	padding: 10px 15px 15px;

	clear: both;

	border-top: 0 solid #f5f5f5;

	margin-top: -2px;

}



#delete-action {

	line-height: 25px;

	vertical-align: middle;

	text-align: left;

	float: left;

}



#publishing-action {

	text-align: right;

	float: right;

	line-height: 23px;

}



#publishing-action .spinner {

	float: left;

}



#misc-publishing-actions {

	padding: 6px 0 0;

}



.misc-pub-section {

	padding: 6px 10px 8px 15px;

	border-width: 1px 0;

	border-style: solid;

}



.misc-pub-section:first-child {

	border-top-width: 0;

}



.misc-pub-section-last {

	border-bottom-width: 0;

}



#minor-publishing-actions {

	padding: 10px 10px 2px 15px;

	text-align: right;

}



#minor-publishing {

	border-bottom-width: 1px;

	border-bottom-style: solid;

	-webkit-box-shadow: 0 1px 0 #fff;

	box-shadow: 0 1px 0 #fff;

}



#save-post {

	float: left;

}



.preview {

	float: right;

}



#sticky-span {

	margin-left: 18px;

}



.side-info {

	margin: 0;

	padding: 4px;

	font-size: 11px;

}



.side-info h5 {

	padding-bottom: 7px;

	font-size: 14px;

	margin: 12px 2px 5px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

}



.side-info ul {

	margin: 0;

	padding-left: 18px;

	list-style: square;

}



.approve,

.unapproved .unapprove {

	display: none;

}



.unapproved .approve,

.spam .approve,

.trash .approve {

	display: inline;

}



td.action-links,

th.action-links {

	text-align: right;

}





/*------------------------------------------------------------------------------

  4.0 - Notifications

------------------------------------------------------------------------------*/



#update-nag,

.update-nag {

	line-height: 19px;

	padding: 5px 0;

	font-size: 12px;

	text-align: center;

	margin: -1px 15px 0 5px;

	border-width: 1px;

	border-style: solid;

}



.plugins .plugin-update {

	padding: 0;

}



.plugin-update .update-message {

	margin: 0 10px 8px 31px;

	font-weight: bold;

}



ul#dismissed-updates {

	display: none;

}



form.upgrade {

	margin-top: 8px;

}



form.upgrade .hint {

	font-style: italic;

	font-size: 85%;

	margin: -0.5em 0 2em 0;

}



#ajax-loading,

.ajax-loading,

.ajax-feedback,

.imgedit-wait-spin,

.list-ajax-loading { /* deprecated */

	visibility: hidden;

}



#ajax-response.alignleft {

	margin-left: 2em;

}





/*------------------------------------------------------------------------------

  6.0 - Admin Header

------------------------------------------------------------------------------*/

#adminmenu a,

#sidemenu a,

#taglist a,

#catlist a {

	text-decoration: none;

}



/*------------------------------------------------------------------------------

  6.1 - Screen Options Tabs

------------------------------------------------------------------------------*/



#screen-options-wrap,

#contextual-help-wrap {

	margin: 0;

	padding: 8px 20px 12px;

	position: relative;

}



#contextual-help-wrap {

	overflow: auto;

}



#screen-meta .screen-reader-text {

	visibility: hidden;

}



#screen-meta-links {

	margin: 0 0 0 0;



}



#screen-meta-links a:focus {

	outline: none;

}





/* screen options and help tabs revert */

#screen-meta {

	display: none;

	position: relative;

	margin: 0;

	border-width: 0 1px 1px;

	border-style: none solid solid;

}



#screen-options-link-wrap,

#contextual-help-link-wrap {

	float: right;

	height: auto;

	padding: 0;

	margin: 0 0 0 6px;

	font-family: sans-serif;

}



#screen-meta-links .screen-meta-toggle {

	position: relative;

	top: -1px;

}



#screen-meta-links a.show-settings {

	text-decoration: none;

	z-index: 1;

	padding: 5px 23px 5px 15px;

	height: 22px;

	line-height: 22px;

	font-size: 12px;

	display: block;

	box-shadow: 0 1px 1px rgba(0,0,0,.15);

	background: none;

	position: relative;

	background-image: none!important;

}

#screen-meta-links a.show-settings:after{

	content: '';

	display: block;

	width: 0;

	height: 0;

	overflow: hidden;

	border-style: solid dashed dashed dashed;

	border-width: 6px 4px 0 4px;

	border-color: #aaa transparent transparent transparent;

	position: absolute;

	right: 11px;

	top: 14px;

}

#screen-meta-links a.show-settings:hover:after{

	border-color: #666 transparent transparent transparent;

	

}

#screen-meta-links a.screen-meta-active:after{

	-moz-transform: rotate(180deg);

	-webkit-transform: rotate(180deg);

	-ms-transform: rotate(180deg);

	-o-transform: rotate(180deg);

	transform: rotate(180deg);

}



#screen-meta-links a.show-settings:hover {

	text-decoration: none;

}

#screen-options-link-wrap, #contextual-help-link-wrap, #screen-meta{border-radius:0;}

/* end screen options and help tabs */



.toggle-arrow {

	background-repeat: no-repeat;

	background-position: top left;

	background-color: transparent;

	height: 22px;

	line-height: 22px;

	display: block;

}



.toggle-arrow-active {

	background-position: bottom left;

}



#screen-options-wrap h5,

#contextual-help-wrap h5 {

	margin: 8px 0;

	font-size: 13px;

}



.metabox-prefs label {

	display: inline-block;

	padding-right: 15px;

	white-space: nowrap;

	line-height: 30px;

}



.metabox-prefs label input {

	margin: 0 5px 0 2px;

}

.metabox-prefs .columns-prefs label input {

	margin: 0 2px;

}



.metabox-prefs label a {

	display: none;

}



/*------------------------------------------------------------------------------

  6.2 - Help Menu

------------------------------------------------------------------------------*/



#contextual-help-wrap {

	padding: 0;

	margin-left: -4px;

}



#contextual-help-columns {

	position: relative;

}



#contextual-help-back {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 150px;

	right: 170px;

	border-width: 0 1px;

	border-style: solid;

}



#contextual-help-wrap.no-sidebar #contextual-help-back {

	right: 0;



	border-right-width: 0;

}



.contextual-help-tabs {

	float: left;

	width: 150px;

	margin: 0;

}



.contextual-help-tabs ul {

	margin: 1em 0;

}



.contextual-help-tabs li {

	margin-bottom: 0;

	list-style-type: none;

	border-style: solid;

	border-width: 1px 0;

	border-color: transparent;

}



.contextual-help-tabs a {

	display: block;

	padding: 5px 5px 5px 12px;

	line-height: 18px;

	text-decoration: none;

}



.contextual-help-tabs .active {

	padding: 0;

	margin: 0 -1px 0 0;

	border-width: 1px 0 1px 1px;

	border-style: solid;

}



.contextual-help-tabs-wrap {

	padding: 0 20px;

	overflow: auto;

}



.help-tab-content {

	display: none;

	margin: 0 22px 12px 0;

	line-height: 1.6em;

}



.help-tab-content.active {

	display: block;

}



.help-tab-content li {

	list-style-type: disc;

	margin-left: 18px;

}



.contextual-help-sidebar {

	width: 150px;

	float: right;

	padding: 0 8px 0 12px;

	overflow: auto;

}





/*------------------------------------------------------------------------------

  7.0 - Main Navigation (Left Menu)

------------------------------------------------------------------------------*/



#adminmenuback,

#adminmenuwrap {

	border:none

}



#adminmenuwrap {

	position: relative;

	float: left;

	z-index: 99

}



#adminmenushadow {

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	width: 6px;

	z-index: 20;

}



/* side admin menu */

#adminmenu * {

	-webkit-user-select: none;

	-moz-user-select: none;

	user-select: none;

}



#adminmenu li {

	margin: 0;

	padding: 0;

	cursor: pointer;

}



#adminmenu a {

	display: block;

	line-height: 18px;

	padding: 2px 5px;

}



#adminmenu li.menu-top {

	min-height: 40px;

	position: relative;

}



#adminmenu .wp-submenu {

	list-style: none;

	padding: 4px 0;

	margin: 0;

	width:200px;

	display: none;

	background: #fff;

}



.js #adminmenu .sub-open,

.js #adminmenu .opensub .wp-submenu,

#adminmenu a.menu-top:focus + .wp-submenu,

.no-js li.wp-has-submenu:hover .wp-submenu {

	top: -1px;

}



#adminmenu .wp-has-current-submenu .wp-submenu,

.no-js li.wp-has-current-submenu:hover .wp-submenu,

#adminmenu a.wp-has-current-submenu:focus + .wp-submenu,

#adminmenu .wp-has-current-submenu .wp-submenu.sub-open,

#adminmenu .wp-has-current-submenu.opensub .wp-submenu {

	position: relative;

	z-index: 2;

	top: auto;

	left: auto;

	right: auto;

	bottom: auto;

	border: 0 none;



	-webkit-box-shadow: none;

	box-shadow: none;

}



.folded #adminmenu .wp-submenu.sub-open,

.folded #adminmenu .opensub .wp-submenu,

.folded #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,

.folded #adminmenu .wp-has-current-submenu.opensub .wp-submenu,

.folded #adminmenu a.menu-top:focus + .wp-submenu,

.folded #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu,

.no-js.folded #adminmenu .wp-has-submenu:hover .wp-submenu  {

	top: -1px;

	left: 32px;

}



.folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,

.folded #adminmenu .wp-has-current-submenu .wp-submenu {

	border-width: 1px;

	border-style: solid;

	position: absolute;

	top: -1000em;

}



#adminmenu .wp-submenu a {

	font-size: 12px;

	line-height: 35px;

	margin: 0;

	padding: 0 0 0 30px;

}



#adminmenu .wp-has-current-submenu ul > li > a,

.folded #adminmenu li.menu-top .wp-submenu > li > a {

	padding-left: 30px;

}



#adminmenu a.menu-top,

#adminmenu .wp-submenu-head {

	font-size: 13px;

	padding: 0;

	line-height: 40px;

}



#adminmenu .wp-submenu-head,

.folded #adminmenu .wp-menu-name {

	display: none;

}



.folded #adminmenu .wp-submenu-head {

	display: block;

}



#adminmenu .wp-submenu li {

	padding: 0;

	margin: 0;

	overflow: hidden;

}



#adminmenu a.menu-top {

	border-width: 1px 0;

	border-style: solid none;

}



#adminmenu .wp-menu-image img {

	padding: 7px 0 0 7px;

	opacity: 0.6;

	filter: alpha(opacity=60);

}



#adminmenu div.wp-menu-name {

	padding: 5px;

}



#adminmenu div.wp-menu-image {

	float: left;

	width: 28px;

	height: 28px;

}



.folded #adminmenu div.wp-menu-image {

	width: 32px;

	position: absolute;

	z-index: 25;

}



.folded #adminmenu a.menu-top {

	height: 28px;

}



.wp-menu-arrow {

	z-index: 25;

	position: absolute;

	right: 100%;

	margin: 0;

	height: 30px;

	width: 6px;

}



#adminmenu .wp-menu-arrow div {

	display: none;

	position: absolute;

	top: 7px;

	left: -1px;

	width: 14px;

	height: 15px;

}



#adminmenu li.wp-not-current-submenu .wp-menu-arrow {

	height: 28px;

	border-width: 1px 0;

	border-style: solid;

	top: 0;

}





#adminmenu li.current .wp-menu-arrow,

#adminmenu li.wp-has-current-submenu .wp-menu-arrow,

#adminmenu li.wp-has-current-submenu .wp-menu-arrow div,

#adminmenu li.wp-has-submenu .wp-menu-arrow div,

#adminmenu li.current .wp-menu-arrow div,

.no-js #adminmenu li.wp-has-submenu:hover .wp-menu-arrow,

#adminmenu li.wp-has-submenu.opensub .wp-menu-arrow,

#adminmenu a.wp-has-submenu:focus .wp-menu-arrow,

#adminmenu a:hover .wp-menu-arrow {

	display: block;

}



#adminmenu li.current .wp-menu-arrow,

#adminmenu li.wp-menu-open .wp-menu-arrow {

	top: 0;

}



.no-js #adminmenu li.wp-has-submenu:hover .wp-menu-arrow,

#adminmenu li.wp-has-submenu.opensub .wp-menu-arrow,

#adminmenu a.wp-has-submenu:focus .wp-menu-arrow {

	z-index: 1001;

}



.ie8 #adminmenu li.menu-top:hover .wp-menu-arrow {

	display: none;

}



#adminmenu .wp-not-current-submenu .wp-menu-arrow div {

	width: 15px;

	top: 6px;

	border-width: 0 0 1px 1px;

	border-style: solid;

}



.wp-menu-arrow,

.folded #adminmenu li .wp-menu-arrow div,

.no-js #adminmenu li.wp-not-current-submenu:hover .wp-menu-arrow {

	display: none;

}



.folded #adminmenu li.current .wp-menu-arrow,

.folded #adminmenu li.current .wp-menu-arrow div,

.folded #adminmenu li.wp-has-current-submenu .wp-menu-arrow div,

.folded #adminmenu li.wp-menu-open .wp-menu-arrow,

.folded #adminmenu li a:focus .wp-menu-arrow {

	display: block;

}



#adminmenu li.menu-top:hover .wp-menu-image img,

#adminmenu li.wp-has-current-submenu .wp-menu-image img {

	opacity: 1;

	filter: alpha(opacity=100);

}



#adminmenu li.wp-menu-separator {

	height: 3px;

	padding: 0;

	margin: 0;

	border-width: 1px 0;

	border-style: solid;

	cursor: inherit;

}



#adminmenu div.separator {

	height: 1px;

	padding: 0;

	border-width: 1px 0 0 0;

	border-style: solid;

}



#adminmenu .wp-submenu .wp-submenu-head {

	padding: 5px 4px 5px 10px;

	margin: -4px -1px 4px;

	border-width: 1px 0;

	border-style: solid;

}



#adminmenu li.current,

.folded #adminmenu li.wp-menu-open {

	border: 0 none;

}



.folded #adminmenu li.wp-has-current-submenu {

	margin-bottom: 1px;

}



.folded #adminmenu .wp-has-current-submenu.menu-top-last {

	margin-bottom: 0;

}



#adminmenu .awaiting-mod,

#adminmenu span.update-plugins,

#sidemenu li a span.update-plugins {

	position: absolute;

	font-family: sans-serif;

	font-size: 9px;

	line-height: 17px;

	font-weight: bold;

	margin-top: 1px;

	margin-left: 7px;

	z-index: 26;

}



#adminmenu li .awaiting-mod span,

#adminmenu li span.update-plugins span,

#sidemenu li a span.update-plugins span {

	display: block;

	padding: 0 6px;

}



#adminmenu li span.count-0,

#sidemenu li a .count-0 {

	display: none;

}



#collapse-menu {

	font-size: 12px;

	line-height: 34px;

	border-width: 1px 0 0;

	border-style: solid;

	color: #ccc

}



.folded #collapse-menu span {

	display: none;

}

/*

#collapse-button,

#collapse-button div {

	width: 15px;

	height: 15px;

}

*/

#collapse-button {

	float: left;

	margin: 0 6px 0 9px;

	border-width: 1px;

	border-style: solid;

}





.folded #collapse-button {

	margin: 0;

	padding: 0 20px;

}







#adminmenu > li > a.menu-top {

	border: none;

	margin: 0;

	border-bottom: 1px solid #232323;

}



#adminmenu li.menu-top > a {

	color: #BABABA

}



#adminmenu li.menu-top:hover > a,

#adminmenu li.menu-top.focused > a,

#adminmenu li.menu-top > a:focus,

#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,

#adminmenu li.current a.menu-top,

#adminmenu li.opensub > a.menu-top,

#adminmenu li > a.menu-top:focus,

#adminmenu li.wp-active-submenu > a {

	color: #fff;

	background: #42586f;

	border: none;

	border-bottom: 1px solid #06529E;

	text-shadow: none

}



#adminmenu li.menu-top:hover {

	color: #fff;

	background: #42586f;

}



#adminmenu li.wp-active-submenu {

	border: 0 0 1px solid #DFDFDF;

}



#adminmenu div.wp-menu-image img {

	display: none

}

.folded #adminmenu div.wp-menu-image {

	left: 12px

}

.folded #adminmenu a.menu-top {

	height: 40px

}

#adminmenu li.wp-menu-separator {

	background: #141414;

	border: none;

	height: 20px

}

#adminmenu div.separator {

	border: none;

}



#adminmenu .wp-submenu li.current,

#adminmenu .wp-submenu li.current a,

#adminmenu .wp-submenu li.current a:hover {

	background: #eee

}

#adminmenu .awaiting-mod,

#adminmenu span.update-plugins,

#sidemenu li a span.update-plugins {

	right: 12px;

	top: 3px;

	margin-left: 9px;

	margin-top: 9px;

}

#adminmenu .wp-has-current-submenu ul > li > a,

.folded #adminmenu li.menu-top .wp-submenu > li > a

#adminmenu .wp-not-current-submenu li > a {

	padding-left: 30px;

	position: relative;

}



#adminmenu .modern-admin-hover .wp-submenu {

	position: absolute;

	left: 100%;

	top: 0;

	border: 1px solid #F5F5F5;

	border-left: none;

}



/* Auto-folding of the admin menu */

@media only screen and (max-width: 900px) {

	.auto-fold #wpcontent,

	.auto-fold #wpfooter {

		margin-left: 52px;

	}



	.auto-fold #adminmenuback,

	.auto-fold #adminmenuwrap,

	.auto-fold #adminmenu,

	.auto-fold #adminmenu li.menu-top {

		width: 32px;

	}



	.auto-fold #adminmenu .wp-submenu.sub-open,

	.auto-fold #adminmenu .opensub .wp-submenu,

	.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu.sub-open,

	.auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu,

	.auto-fold #adminmenu a.menu-top:focus + .wp-submenu,

	.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu  {

		top: -1px;

		left: 32px;

	}



	.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,

	.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {

		border-width: 1px;

		border-style: solid;

		position: absolute;

		top: -1000em;

	}



	.auto-fold #adminmenu li.menu-top .wp-submenu > li > a {

		padding-left: 12px;

	}



	.auto-fold #adminmenu .wp-menu-name {

		display: none;

	}



	.auto-fold #adminmenu .wp-submenu-head {

		display: block;

	}



	.auto-fold #adminmenu div.wp-menu-image {

		width: 32px;

		position: absolute;

		z-index: 25;

	}



	.auto-fold #adminmenu a.menu-top {

		height: 28px;

	}



	.auto-fold #adminmenu li .wp-menu-arrow {

		-moz-transform:    translate( 32px );

		-webkit-transform: translate( 32px );

		-o-transform:      translate( 32px );

		-ms-transform:     translate( 32px );

		transform:         translate( 32px );

	}



	.auto-fold #adminmenu li .wp-menu-arrow div {

		display: none;

	}



	.auto-fold #adminmenu li.current .wp-menu-arrow,

	.auto-fold #adminmenu li.current .wp-menu-arrow div,

	.auto-fold #adminmenu li.wp-has-current-submenu .wp-menu-arrow div,

	.auto-fold #adminmenu li.wp-menu-open .wp-menu-arrow,

	.auto-fold #adminmenu li a:focus .wp-menu-arrow {

		display: block;

	}



	.auto-fold #adminmenu li.wp-menu-open {

		border: 0 none;

	}



	.auto-fold #adminmenu li.wp-has-current-submenu {

		margin-bottom: 1px;

	}



	.auto-fold #adminmenu .wp-has-current-submenu.menu-top-last {

		margin-bottom: 0;

	}



	.auto-fold #collapse-menu span {

		display: none;

	}



}



/* List table styles */

.post-com-count-wrapper {

	min-width: 22px;

	font-family: sans-serif;

}



.post-com-count {

	background-image: url('../img/bubble_bg.gif');

	height: 1.3em;

	line-height: 1.1em;

	display: block;

	text-decoration: none;

	padding: 0 0 6px;

	cursor: pointer;

	background-position: center -80px;

	background-repeat: no-repeat;

}



.post-com-count span {

	font-size: 11px;

	font-weight: bold;

	height: 1.4em;

	line-height: 1.4em;

	min-width: 0.7em;

	padding: 0 6px;

	display: inline-block;

}



strong .post-com-count {

	background-position: center -55px;

}



.post-com-count:hover {

	background-position: center -3px;

}



.column-response .post-com-count {

	float: left;

	margin-right: 5px;

	text-align: center;

}



.response-links {

	float: left;

}



#the-comment-list .attachment-80x60 {

	padding: 4px 8px;

}



th .comment-grey-bubble {

	background-image: url('../images/comment-grey-bubble.png');

	background-repeat: no-repeat;

	height: 12px;

	width: 12px;

}



/*------------------------------------------------------------------------------

  8.0 - Layout Blocks

------------------------------------------------------------------------------*/



html.wp-toolbar {

	padding-top: 40px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}



.narrow {

	width: 70%;

	margin-bottom: 40px;

}



.narrow p {

	line-height: 150%;

}



.widefat th,

.widefat td {

	overflow: hidden;

}



.widefat th {

	font-weight: normal;

}



.widefat td p {

	margin: 2px 0 0.8em;

}



.widefat .column-comment p {

	margin: 0.6em 0;

}



/* Screens with postboxes */

.postbox-container {

	float: left;

}



#dashboard-widgets.columns-1 .postbox-container {

	width: 100%;

}



#dashboard-widgets.columns-2 .postbox-container {

	width: 49.5%;

}



#dashboard-widgets.columns-2 #postbox-container-2,

#dashboard-widgets.columns-2 #postbox-container-3,

#dashboard-widgets.columns-2 #postbox-container-4 {

	float: right;

	width: 50.5%;

}



#dashboard-widgets.columns-3 .postbox-container {

	width: 33.5%;

}



#dashboard-widgets.columns-3 #postbox-container-1 {

	width: 33%;

}



#dashboard-widgets.columns-3 #postbox-container-3,

#dashboard-widgets.columns-3 #postbox-container-4 {

	float: right;

}



#dashboard-widgets.columns-4 .postbox-container {

	width: 25%;

}



.postbox-container .meta-box-sortables {

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-ms-box-sizing: border-box;

	box-sizing: border-box;

}



.metabox-holder .postbox-container .empty-container {

	border: 3px dashed #CCCCCC;

	height: 250px;

}



.metabox-holder.columns-1 .postbox-container .empty-container,

.columns-2 #postbox-container-3 .empty-container,

.columns-2 #postbox-container-4 .empty-container,

.columns-3 #postbox-container-4 .empty-container {

	border: 0 none;

	height: 0;

	min-height: 0;

}



#poststuff {

	padding-top: 10px;

}



#poststuff #post-body {

	padding: 0;

}



#post-body-content {

	width: 100%;

	float: left;

}



#poststuff .postbox-container {

	width: 100%;

}



#poststuff #post-body.columns-2 {

	margin-right: 300px;

}



#post-body.columns-2 #postbox-container-1 {

	float: right;

	margin-right: -300px;

	width: 280px;

}



#post-body.columns-2 #side-sortables {

	min-height: 250px;

}



/* one column on the dash */

@media only screen and (max-width: 799px) {

	#wpbody-content #dashboard-widgets .postbox-container {

		width: 100%;

	}



	#wpbody-content .metabox-holder .postbox-container .empty-container {

		border: 0 none;

		height: 0;

		min-height: 0;

	}

}



/* two columns on the dash, but keep the setting if one is selected */

@media only screen and (min-width: 800px) and (max-width: 1200px) {

	#wpbody-content #dashboard-widgets .postbox-container {

		width: 49.5%;

	}



	#wpbody-content #dashboard-widgets #postbox-container-2,

	#wpbody-content #dashboard-widgets #postbox-container-3,

	#wpbody-content #dashboard-widgets #postbox-container-4 {

		float: right;

		width: 50.5%;

	}



	#dashboard-widgets #postbox-container-3 .empty-container,

	#dashboard-widgets #postbox-container-4 .empty-container {

		border: 0 none;

		height: 0;

		min-height: 0;

	}



	#wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container {

		width: 100%;

	}



	#wpbody #wpbody-content .metabox-holder.columns-1 .postbox-container .empty-container {

		border: 0 none;

		height: 0;

		min-height: 0;

	}



	/* show the radio buttons for column prefs only for one or two columns */

	.index-php .screen-layout,

	.index-php .columns-prefs {

		display: block;

	}



	.columns-prefs .columns-prefs-3,

	.columns-prefs .columns-prefs-4 {

		display: none;

	}

}



/* one column on the post write/edit screen */

@media only screen and (max-width: 850px) {

	#wpbody-content #poststuff #post-body {

		margin: 0;

	}



	#wpbody-content #post-body.columns-2 #postbox-container-1 {

		margin-right: 0;

		width: 100%;

	}



	#poststuff #postbox-container-1 .empty-container,

	#poststuff #postbox-container-1 #side-sortables:empty {

		border: 0 none;

		height: 0;

		min-height: 0;

	}



	#poststuff #post-body.columns-2 #side-sortables {

		min-height: 0;

	}



	/* hide the radio buttons for column prefs */

	.screen-layout,

	.columns-prefs {

		display: none;

	}

}





.js .postbox .hndle {

	cursor: move;

}



.hndle a {

	font-size: 11px;

	font-weight: normal;

}



.postbox .handlediv {

	float: right;

	width: 27px;

	height: 30px;

}



.js .postbox .handlediv {

	cursor: pointer;

}



.sortable-placeholder {

	border-width: 1px;

	border-style: dashed;

	margin-bottom: 20px;

}



.widget,

.postbox,

.stuffbox {

	margin-bottom: 20px;

	padding: 0;

	border-width: 1px;

	border-style: solid;

	line-height: 1;

}



.widget .widget-top,

.postbox h3,

.stuffbox h3 {

	margin-top: 1px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	-webkit-user-select: none;

	-moz-user-select: none;

	user-select: none;

}



.js .widget .widget-top,

.js .postbox h3 {

	cursor: move;

}



.postbox .inside,

.stuffbox .inside {

	padding: 0 12px 0 10px;

	line-height: 1.4em;

}



.postbox .inside {

	margin: 10px 0;

	position: relative;

}



.postbox.closed h3 {

	border: none;

	-webkit-box-shadow: none;

	box-shadow: none;

}



.postbox table.form-table {

	margin-bottom: 0;

}



.temp-border {

	border: 1px dotted #ccc;

}



.columns-prefs label {

	padding: 0 5px;

}





/*------------------------------------------------------------------------------

  9.0 - Dashboard

------------------------------------------------------------------------------*/



#dashboard-widgets-wrap {

	margin: 0 -8px;

}



#wpbody-content .metabox-holder {

	padding-top: 10px;

}



#dashboard-widgets .meta-box-sortables {

	margin: 0 8px;

}



#dashboard_recent_comments div.undo {

	border-top-style: solid;

	border-top-width: 1px;

	padding: 10px 20px;

	font-size: 11px;

}



#the-comment-list td.comment p.comment-author {

	margin-top: 0;

	margin-left: 0;

}



#the-comment-list p.comment-author img {

	float: left;

	margin-right: 8px;

}



#the-comment-list p.comment-author strong a {

	border: none;

}



#the-comment-list td {

	vertical-align: top;

}



#the-comment-list td.comment {

	word-wrap: break-word;

}



/* Welcome Panel */

.welcome-panel {

	position: relative;

	overflow: auto;

	margin: 20px 0;

	padding: 23px 10px 12px;

	border-width: 1px;

	border-style: solid;

	font-size: 13px;

	line-height: 2.1em;

}



.welcome-panel h3 {

	margin: 0;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;

	font-size: 21px;

	font-weight: normal;

	line-height: 1.2;

}

.welcome-panel h4 {

	margin: 1.33em 0 0;

	font-size: 13px;

}



.welcome-panel .about-description {

	font-size: 16px;

	margin: 0;

}



.welcome-panel .welcome-panel-close {

	position: absolute;

	top: 5px;

	right: 10px;

	padding: 8px 3px;

	font-size: 13px;

	text-decoration: none;

	line-height: 1;

}



.welcome-panel .welcome-panel-close:before {

	content: ' ';

	position: absolute;

	left: -12px;

	width: 10px;

	height: 100%;

	background: url('../img/xit.gif') 0 17% no-repeat;

}



.welcome-panel .welcome-panel-close:hover:before {

	background-position: 100% 17%;

}



.wp-core-ui .welcome-panel .button.button-hero {

    margin: 15px 0 3px;

}



.welcome-panel-content {

	margin-left: 13px;

	max-width: 1500px;

}



.welcome-panel .welcome-panel-column-container {

	clear: both;

	overflow: hidden;

	position: relative;

}



.welcome-panel .welcome-panel-column {

	width: 32%;

	min-width: 200px;

	float: left;

}



.ie8 .welcome-panel .welcome-panel-column {

	min-width: 230px;

}



.welcome-panel .welcome-panel-column:first-child {

	width: 36%;

}



.welcome-panel-column p {

	margin-top: 7px;

}







.welcome-panel .welcome-widgets-menus {

	line-height: 14px;

}



.welcome-panel .welcome-panel-column ul {

	margin: 0.8em 1em 1em 0;

}



.welcome-panel .welcome-panel-column li {

    line-height: 16px;

    list-style-type: none;

}



@media screen and (max-width: 870px) {

	.welcome-panel .welcome-panel-column,

	.welcome-panel .welcome-panel-column:first-child {

		display: block;

		float: none;

		width: 100%;

	}



	.welcome-panel .welcome-panel-column li {

		display: inline-block;

		margin-right: 13px;

	}



	.welcome-panel .welcome-panel-column ul {

		margin: 0.4em 0 0;

	}



	.welcome-panel .welcome-icon {

		padding-left: 25px;

	}

}



/*------------------------------------------------------------------------------

  10.0 - List Posts (/Pages/etc)

------------------------------------------------------------------------------*/



table.fixed {

	table-layout: fixed;

}



.fixed .column-rating,

.fixed .column-visible {

	width: 8%;

}



.fixed .column-date,

.fixed .column-parent,

.fixed .column-links {

	width: 10%;

}



.fixed .column-response,

.fixed .column-author,

.fixed .column-categories,

.fixed .column-tags,

.fixed .column-rel,

.fixed .column-role {

	width: 15%;

}



.fixed .column-comments {

	width: 4em;

	padding: 8px 0;

	text-align: left;

}



.fixed .column-comments .vers {

	padding-left: 3px;

}



.fixed .column-comments a {

	float: left;

}



.fixed .column-slug {

	width: 25%;

}



.fixed .column-posts {

	width: 10%;

}



.fixed .column-icon {

	width: 80px;

}



#comments-form .fixed .column-author {

	width: 20%;

}



#commentsdiv.postbox .inside {

	margin: 0;

	padding: 0;

}



#commentsdiv .inside .row-actions {

	line-height:18px;

}



#commentsdiv .inside .column-author {

	width: 25%;

}



#commentsdiv .column-comment p {

	margin: 0.6em 0;

	padding: 0;

}



#commentsdiv #replyrow td {

	padding: 0;

}



#commentsdiv p {

	padding: 8px 10px;

	margin: 0;

}



#commentsdiv #add-new-comment {

	border-width: 0 0 1px;

	border-style: none none solid;

}



#commentsdiv .comments-box {

	border: 0 none;

}



#commentsdiv .comments-box thead th {

	background: transparent;

	padding: 0 7px 4px;

	font-style: italic;

}



#commentsdiv .comments-box tr:last-child td {

	border-bottom: 0 none;

}



#commentsdiv .spinner {

	padding-left: 5px;

}



.sorting-indicator {

	display: none;

	width: 7px;

	height: 4px;

	margin-top: 8px;

	margin-left: 7px;

	background-image: url('../images/sort.gif');

	background-repeat: no-repeat;

}



.fixed .column-comments .sorting-indicator {

	margin-top: 3px;

}



.widefat th.sortable,

.widefat th.sorted {

	padding: 0;

}



th.sortable a,

th.sorted a {

	display: block;

	overflow: hidden;

	padding: 7px 7px 8px;

}



.fixed .column-comments.sortable a,

.fixed .column-comments.sorted a {

	padding: 8px 0;

}



th.sortable a span,

th.sorted a span {

	float: left;

	cursor: pointer;

}



th.sorted.asc .sorting-indicator,

th.desc:hover span.sorting-indicator {

	display: block;

	background-position: 0 0;

}



th.sorted.desc .sorting-indicator,

th.asc:hover span.sorting-indicator {

	display: block;

	background-position: -7px 0;

}



/* Bulk Actions */

.tablenav-pages a {

	border-bottom-style: solid;

	border-bottom-width: 2px;

	font-weight: bold;

	margin-right: 1px;

	padding: 0 2px;

}

.tablenav-pages .current-page {

	text-align: center;

}

.tablenav-pages .next-page {

	margin-left: 2px;

}



.tablenav a.button-secondary {

	display: block;

	margin: 3px 8px 0 0;

}



.tablenav {

	clear: both;

	/*height: 30px;*/

	height: auto;

	margin: 6px 0 15px;

	vertical-align: middle;

}



.tablenav.themes {

	max-width: 98%;

}



.tablenav .tablenav-pages {

	float: right;

	display: block;

	cursor: default;

	height: 30px;

	line-height: 30px;

	font-size: 12px;

}



.tablenav .no-pages,

.tablenav .one-page .pagination-links {

	display: none;

}



.tablenav .tablenav-pages a,

.tablenav-pages span.current  {

	text-decoration: none;

	padding: 3px 6px;

}



.tablenav .tablenav-pages a.disabled:hover ,

.tablenav .tablenav-pages a.disabled:active {

	cursor: default;

}



.tablenav .displaying-num {

	margin-right: 10px;

	font-size: 12px;

	font-style: italic;

}



.tablenav .actions {

	overflow: hidden;

	padding: 2px 8px 0 0;

}



.tablenav .delete {

	margin-right: 20px;

}



.view-switch {

	float: right;

	margin: 6px 8px 0;

}



.view-switch a {

	text-decoration: none;

}



.filter {

	float: left;

	margin: -5px 0 0 10px;

}



.filter .subsubsub {

	margin-left: -10px;

	margin-top: 13px;

}

.screen-per-page {

	width: 6em;

}



#posts-filter fieldset {

	float: left;

	margin: 0 1.5ex 1em 0;

	padding: 0;

}



#posts-filter fieldset legend {

	padding: 0 0 .2em 1px;

}



span.post-state-format {

	font-weight: normal;

}





/*------------------------------------------------------------------------------

  10.1 - Inline Editing

------------------------------------------------------------------------------*/



/*

.quick-edit* is for Quick Edit

.bulk-edit* is for Bulk Edit

.inline-edit* is for everything

*/



/*	Layout */



#wpbody-content .inline-edit-row fieldset {

	font-size: 12px;

	float: left;

	margin: 0;

	padding: 0;

	width: 100%;

}



tr.inline-edit-row td,

#wpbody-content .inline-edit-row fieldset .inline-edit-col {

	padding: 0 0.5em;

}



#wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col {

	border-width: 0 0 0 1px;

	border-style: none none none solid;

}



#wpbody-content .quick-edit-row-post .inline-edit-col-left {

	width: 40%;

}



#wpbody-content .quick-edit-row-post .inline-edit-col-right {

	width: 39%;

}



#wpbody-content .inline-edit-row-post .inline-edit-col-center {

	width: 20%;

}



#wpbody-content .quick-edit-row-page .inline-edit-col-left {

	width: 50%;

}



#wpbody-content .quick-edit-row-page .inline-edit-col-right,

#wpbody-content .bulk-edit-row-post .inline-edit-col-right {

	width: 49%;

}



#wpbody-content .bulk-edit-row .inline-edit-col-left {

	width: 30%;

}



#wpbody-content .bulk-edit-row-page .inline-edit-col-right {

	width: 69%;

}



#wpbody-content .bulk-edit-row .inline-edit-col-bottom {

	float: right;

	width: 69%;

}



#wpbody-content .inline-edit-row-page .inline-edit-col-right {

	margin-top: 27px;

}



.inline-edit-row fieldset .inline-edit-group {

	clear: both;

}



.inline-edit-row fieldset .inline-edit-group:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



.inline-edit-row p.submit {

	clear: both;

	padding: 0.5em;

	margin: 0.5em 0 0;

}



.inline-edit-row span.error {

	line-height: 22px;

	margin: 0 15px;

	padding: 3px 5px;

}



/*	Positioning */

.inline-edit-row h4 {

	margin: .2em 0;

	padding: 0;

	line-height: 23px;

}

.inline-edit-row fieldset span.title,

.inline-edit-row fieldset span.checkbox-title {

	margin: 0;

	padding: 0;

	line-height: 27px;

}



.inline-edit-row fieldset label,

.inline-edit-row fieldset span.inline-edit-categories-label {

	display: block;

	margin: .2em 0;

}



.inline-edit-row fieldset label.inline-edit-tags {

	margin-top: 0;

}



.inline-edit-row fieldset label.inline-edit-tags span.title {

	margin: .2em 0;

}



.inline-edit-row fieldset label span.title {

	display: block;

	float: left;

	width: 5em;

}



.inline-edit-row fieldset label span.input-text-wrap {

	display: block;

	margin-left: 5em;

}



.quick-edit-row-post fieldset.inline-edit-col-right label span.title {

	width: auto;

	padding-right: 0.5em;

}



.inline-edit-row .input-text-wrap input[type=text] {

	width: 100%;

}



.inline-edit-row fieldset label input[type=checkbox] {

	vertical-align: text-bottom;

}



.inline-edit-row fieldset label textarea {

	width: 100%;

	height: 4em;

}



#wpbody-content .bulk-edit-row fieldset .inline-edit-group label {

	max-width: 50%;

}



#wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child {

	margin-right: 0.5em

}



.inline-edit-col-right .input-text-wrap input.inline-edit-menu-order-input {

	width: 6em;

}



.inline-edit-save .spinner {

	padding: 4px 10px 0;

	vertical-align: top;

	float: right;

}



/*	Styling */

.inline-edit-row h4 {

	text-transform: uppercase;

}



.inline-edit-row fieldset span.title,

.inline-edit-row fieldset span.checkbox-title {

	font-style: italic;

	line-height: 1.8em;

}



/*	Specific Elements */

.inline-edit-row fieldset input[type="text"],

.inline-edit-row fieldset textarea {

	border-style: solid;

	border-width: 1px;

}



.inline-edit-row fieldset .inline-edit-date {

	float: left;

}



.inline-edit-row fieldset input[name=jj],

.inline-edit-row fieldset input[name=hh],

.inline-edit-row fieldset input[name=mn] {

	font-size: 12px;

	width:auto !important;

}



.inline-edit-row fieldset input[name=aa] {

	font-size: 12px;

	width: 3.5em;

}



.inline-edit-row fieldset label input.inline-edit-password-input {

	width: 8em;

}



.inline-edit-row .catshow,

.inline-edit-row .cathide {

	cursor: pointer;

}



ul.cat-checklist {

	height: 12em;

	border-style: solid;

	border-width: 1px;

	overflow-y: scroll;

	padding: 0 5px;

	margin: 0;

}



#bulk-titles {

	display: block;

	height: 12em;

	border-style: solid;

	border-width: 1px;

	overflow-y: scroll;

	padding: 0 5px;

	margin: 0 0 5px;

}



.inline-edit-row fieldset ul.cat-checklist li,

.inline-edit-row fieldset ul.cat-checklist input {

	margin: 0;

}



.inline-edit-row fieldset ul.cat-checklist label,

.inline-edit-row .catshow,

.inline-edit-row .cathide,

.inline-edit-row #bulk-titles div {

	font-family: sans-serif;

	font-style: normal;

	font-size: 11px;

}



table .inline-edit-row fieldset ul.cat-hover {

	height: auto;

	max-height: 30em;

	overflow-y: auto;

	position: absolute;

}



.inline-edit-row fieldset label input.inline-edit-menu-order-input {

	width: 3em;

}



.inline-edit-row fieldset label input.inline-edit-slug-input {

	width: 75%;

}



.quick-edit-row-post fieldset label.inline-edit-status {

	float: left;

}



#bulk-titles {

	line-height: 140%;

}

#bulk-titles div {

	margin: 0.2em 0.3em;

}



#bulk-titles div a {

	cursor: pointer;

	display: block;

	float: left;

	height: 10px;

	margin: 3px 3px 0 -2px;

	overflow: hidden;

	position: relative;

	text-indent: -9999px;

	width: 10px;

}





/*------------------------------------------------------------------------------

  11.0 - Write/Edit Post Screen

------------------------------------------------------------------------------*/



#show-comments {

	overflow: hidden;

}



#save-action .spinner,

#show-comments a,

#show-comments .spinner {

	float: left;

}



#titlediv {

	position: relative;

	margin-bottom: 10px;

}



#titlediv label {

	cursor: text;

}



#titlediv div.inside {

	margin: 0;

}



#poststuff #titlewrap {

	border: 0;

	padding: 0;

}



#wp-fullscreen-save .fs-saved {

	color: #999;

	float: right;

	margin-top: 4px;

}



#wp-fullscreen-title-prompt-text {

	padding: 11px;

}



#poststuff .inside-submitbox,

#side-sortables .inside-submitbox {

	margin: 0 3px;

	font-size: 11px;

}



input#link_description,

input#link_url {

	width: 98%;

}



#pending {

	background: 0 none;

	border: 0 none;

	padding: 0;

	font-size: 11px;

	margin-top: -1px;

}



#edit-slug-box {

	line-height: 23px;

	min-height: 23px;

	margin-top: 5px;

	padding: 0 10px;

}



#edit-slug-box .cancel {

	margin-right: 10px;

	font-size: 11px;

}



#editable-post-name-full {

	display: none;

}



#editable-post-name input {

	width: 16em;

}



.postarea h3 label {

	float: left;

}



.submitbox .submit {

	text-align: left;

	padding: 12px 10px 10px;

	font-size: 11px;

}



.submitbox .submitdelete {

	text-decoration: none;

	padding: 1px 2px;

}



.submitbox .submitdelete,

.submitbox .submit a:hover {

	border-bottom-width: 1px;

	border-bottom-style: solid;

}



.submitbox .submit input {

	margin-bottom: 8px;

	margin-right: 4px;

	padding: 6px;

}



.inside-submitbox #post_status {

	margin: 2px 0 2px -2px;

}



#post-status-select, #post-format {

	line-height: 2.5em;

	margin-top: 3px;

}



/* Post Screen */

#post-body #normal-sortables {

	min-height: 50px;

}



.postbox {

	position: relative;

	min-width: 255px;

}



#trackback_url {

	width: 99%;

}



#normal-sortables .postbox .submit {

	background: transparent none;

	border: 0 none;

	float: right;

	padding: 0 12px;

	margin:0;

}



.category-add input[type="text"],

.category-add select {

	width: 100%;

	max-width: 260px;

}



.press-this #side-sortables .category-tabs li,

ul.category-tabs li,

#side-sortables .add-menu-item-tabs li,

.wp-tab-bar li {

	display: inline;

	line-height: 1.35em;

}



.no-js .category-tabs li.hide-if-no-js {

 	display: none;

}



.category-tabs a,

#side-sortables .add-menu-item-tabs a,

.wp-tab-bar a {

	text-decoration: none;

}



.category-tabs {

	margin: 8px 0 3px;

}



#category-adder h4 {

	margin: 10px 0;

}



#side-sortables .add-menu-item-tabs,

.wp-tab-bar {

	margin-bottom: 3px;

}



#normal-sortables .postbox #replyrow .submit {

	float: none;

	margin: 0;

	padding: 0 7px 5px;

}



#side-sortables .submitbox .submit input,

#side-sortables .submitbox .submit .preview,

#side-sortables .submitbox .submit a.preview:hover {

	border: 0 none;

}



#side-sortables .inside-submitbox .insidebox,

.stuffbox .insidebox {

	margin: 11px 0;

}



ul.category-tabs,

ul.add-menu-item-tabs,

ul.wp-tab-bar {

	margin-top: 12px;

}



ul.category-tabs li {

	border-style: solid;

	border-width: 1px;

	position: relative;

}



ul.add-menu-item-tabs li.tabs,

.wp-tab-active {

	border-style: solid solid none;

	border-width: 1px 1px 0;

}



#post-body .add-menu-item-tabs li.tabs {

	border-style: solid none solid solid;

	border-width: 1px 0 1px 1px;

	margin-right: -1px;

}



ul.category-tabs li,

ul.add-menu-item-tabs li,

ul.wp-tab-bar li {

	padding: 3px 5px 5px;

}



/* positioning etc. */

form#tags-filter {

	position: relative;

}



/* Edit posts */

td.post-title strong,

td.plugin-title strong {

	display: block;

	margin-bottom: .2em;

}



td.post-title p,

td.plugin-title p {

	margin: 6px 0;

}



/* Global classes */

.wp-hidden-children .wp-hidden-child,

.ui-tabs-hide {

	display: none;

}



.commentlist .avatar {

	vertical-align: text-top;

}



#post-body .tagsdiv #newtag {

	margin-right: 5px;

	width: 16em;

}



#side-sortables input#post_password {

	width: 94%

}



#side-sortables .tagsdiv #newtag {

	width: 68%;

}



#post-status-info {

	border-width: 0 1px 1px;

	border-style: none solid solid;

	width: 100%;

}



#post-status-info td {

	font-size: 12px;

}



.autosave-info {

	padding: 2px 15px;

	text-align: right;

}



#editorcontent #post-status-info {

	border: none;

}



#post-body .wp_themeSkin .mceStatusbar a.mceResize {

	display: block;

	background: transparent url('../images/resize.gif') no-repeat scroll right bottom;

	width: 12px;

	cursor: se-resize;

	margin: 0 1px;

	position: relative;

	top: -2px;

}



#post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {

	top: 20px;

}



#content-resize-handle {

	background: transparent url('../images/resize.gif') no-repeat scroll right bottom;

	width: 12px;

	cursor: se-resize;

	position: absolute;

	right: 2px;

	height: 19px;

}



.press-this #content-resize-handle {

	bottom: 2px;

}



.tmce-active #content-resize-handle {

	display: none;

}



#wp-word-count {

	display: block;

	padding: 2px 10px;

}



#timestampdiv select {

	height: 28px;

	line-height: 14px;

	padding: 0;

	vertical-align: top;

}



#aa, #jj, #hh, #mn {

	padding: 1px;

	font-size: 12px;

}



#jj, #hh, #mn {

	width: 2em;

}



#aa {

	width: 3.4em;

}



.curtime #timestamp {

	background-repeat: no-repeat;

	background-position: left center;

	padding: 2px 0 1px 20px;

}



#timestampdiv {

	padding-top: 5px;

	line-height: 23px;

}



#timestampdiv p {

	margin: 8px 0 6px;

}



#timestampdiv input {

	width: auto;

	padding: 3px 3px!important;

	border-width: 1px;

	border-style: solid;

	text-align: center;

}





/*------------------------------------------------------------------------------

  11.1 - Custom Fields

------------------------------------------------------------------------------*/



#postcustomstuff thead th {

	padding: 5px 8px 8px;

}



#postcustom #postcustomstuff .submit {

	border: 0 none;

	float: none;

	padding: 0 8px 8px;

}



#side-sortables #postcustom #postcustomstuff .submit {

	margin: 0;

	padding: 0;

}



#side-sortables #postcustom #postcustomstuff #the-list textarea {

	height: 85px;

}



#side-sortables #postcustom #postcustomstuff td.left input,

#side-sortables #postcustom #postcustomstuff td.left select,

#side-sortables #postcustomstuff #newmetaleft a {

	margin: 3px 3px 0;

}



#postcustomstuff table {

	margin: 0;

	width: 100%;

	border-width: 1px;

	border-style: solid;

	border-spacing: 0;

}



#postcustomstuff tr {

	vertical-align: top;

}



#postcustomstuff table input,

#postcustomstuff table select,

#postcustomstuff table textarea {

	width: 96%;

	margin: 8px;

}



#side-sortables #postcustomstuff table input,

#side-sortables #postcustomstuff table select,

#side-sortables #postcustomstuff table textarea {

	margin: 3px;

}



#postcustomstuff th.left,

#postcustomstuff td.left {

	width: 38%;

}



#postcustomstuff .submit input {

	margin: 0;

	width: auto;

}



#postcustomstuff #newmetaleft a {

	display: inline-block;

	margin: 0 8px 8px;

	text-decoration: none;

}



.no-js #postcustomstuff #enternew {

	display: none;

}



#post-body-content .compat-attachment-fields {

	margin-bottom: 20px;

}



.compat-attachment-fields th {

	padding-top: 5px;

	padding-right: 10px;

}



/*------------------------------------------------------------------------------

  11.2 - Post Revisions

------------------------------------------------------------------------------*/



table.diff {

	width: 100%;

}



table.diff col.content {

	width: 50%;

}



table.diff tr {

	background-color: transparent;

}



table.diff td, table.diff th {

	padding: .5em;

	font-family: Consolas, Monaco, monospace;

	border: none;

}



table.diff .diff-deletedline del, table.diff .diff-addedline ins {

	text-decoration: none;

}



/*------------------------------------------------------------------------------

  11.3 - Featured Images

------------------------------------------------------------------------------*/



#select-featured-image {

	padding: 4px 0;

	overflow: hidden;

}



#select-featured-image img {

	max-width: 100%;

	height: auto;

	margin-bottom: 10px;

}



#select-featured-image a {

	float: left;

	clear: both;

}



#select-featured-image .remove {

	display: none;

	margin-top: 10px;

}



.js #select-featured-image.has-featured-image .remove {

	display: inline-block;

}



.no-js #select-featured-image .choose {

	display: none;

}



/*------------------------------------------------------------------------------

  12.0 - Categories

------------------------------------------------------------------------------*/



.category-adder {

	margin-left: 120px;

	padding: 4px 0;

}



.category-adder h4 {

	margin: 0 0 8px;

}



#side-sortables .category-adder {

	margin: 0;

}



#post-body ul.add-menu-item-tabs {

	float: left;

	width: 120px;

	text-align: right;

	/* Negative margin for the sake of those without JS: all tabs display */

	margin: 0 -120px 0 5px;

	padding: 0;

}



#post-body ul.add-menu-item-tabs li {

	padding: 8px;

}



.wp-tab-panel,

.categorydiv div.tabs-panel,

.customlinkdiv div.tabs-panel,

.posttypediv div.tabs-panel,

.taxonomydiv div.tabs-panel {

	min-height: 42px;

	max-height: 200px;

	overflow: auto;

	padding: 0 0.9em;

	border-style: solid;

	border-width: 1px;

}



div.tabs-panel-active {

	display:block;

}



div.tabs-panel-inactive {

	display:none;

}



#front-page-warning,

#front-static-pages ul,

ul.export-filters,

.inline-editor ul.cat-checklist ul,

.categorydiv ul.categorychecklist ul,

.customlinkdiv ul.categorychecklist ul,

.posttypediv ul.categorychecklist ul,

.taxonomydiv ul.categorychecklist ul {

	margin-left: 18px;

}



ul.categorychecklist li {

	margin: 0;

	padding: 0;

	line-height: 19px;

	word-wrap: break-word;

	padding: 2px 0;

}

ul.categorychecklist li input{

	margin-right: 5px;

}

.categorydiv .tabs-panel,

.customlinkdiv .tabs-panel,

.posttypediv .tabs-panel,

.taxonomydiv .tabs-panel {

	border-width: 3px;

	border-style: solid;

}



.form-wrap p,

.form-wrap label {

	font-size: 11px;

}



.form-wrap label {

	display: block;

	padding: 2px;

	font-size: 12px;

}



.form-field input,

.form-field textarea {

	border-style: solid;

	border-width: 1px;

	width: 95%;

}



p.description,

.form-wrap p {

	margin: 2px 0 5px;

}



p.help,

p.description,

span.description,

.form-wrap p {

	font-size: 12px;

	font-style: italic;

	font-family: sans-serif;

}



.form-wrap .form-field {

	margin: 0 0 10px;

	padding: 8px 0;

}



.col-wrap h3 {

	margin: 12px 0;

	font-size: 1.1em;

}



.col-wrap p.submit {

	margin-top: -10px;

}





/*------------------------------------------------------------------------------

  13.0 - Tags

------------------------------------------------------------------------------*/



#poststuff .taghint {

	color: #aaa;

	margin: 15px 0 -24px 12px;

}



#poststuff .tagsdiv .howto {

	margin: 0 0 6px 8px;

}



.ajaxtag .newtag {

	position: relative;

}



.tagsdiv .newtag {

	width: 180px;

}



.tagsdiv .the-tags {

	display: block;

	height: 60px;

	margin: 0 auto;

	overflow: auto;

	width: 260px;

}



#post-body-content .tagsdiv .the-tags {

	margin: 0 5px;

}



p.popular-tags {

	border-width: 1px;

	border-style: solid;

	line-height: 2em;

	max-width: 1000px;

	padding: 8px 12px 12px;

	text-align: justify;

}



p.popular-tags a {

	padding: 0 3px;

}



.tagcloud {

	width: 97%;

	margin: 0 0 40px;

	text-align: justify;

}



.tagcloud h3 {

	margin: 2px 0 12px;

}



.ac_results {

	padding: 0;

	margin: 0;

	list-style: none;

	position: absolute;

	z-index: 10000;

	display: none;

	border-width: 1px;

	border-style: solid;

}



.ac_results li {

	padding: 2px 5px;

	white-space: nowrap;

	text-align: left;

}



.ac_over {

	cursor: pointer;

}



.ac_match {

	text-decoration: underline;

}



/* links tables */

table.links-table {

	width: 100%;

}



.links-table th {

	font-weight: normal;

	text-align: left;

	vertical-align: top;

	min-width: 80px;

	width: 20%;

	word-wrap: break-word;

}



.links-table th,

.links-table td {

	padding: 5px 0;

}



.links-table td label {

	margin-right: 8px;

}



.links-table td input[type="text"],

.links-table td textarea {

	width: 100%;

}



.links-table #link_rel {

	max-width: 280px;

}



/*------------------------------------------------------------------------------

  14.0 - Media Screen

------------------------------------------------------------------------------*/



.media-item .describe {

	border-collapse: collapse;

	width: 100%;

	border-top-style: solid;

	border-top-width: 1px;

	clear: both;

	cursor: default;

}



.media-item.media-blank .describe {

	border: 0;

}



.media-item .describe th {

	vertical-align: top;

	text-align: left;

	padding: 5px 10px 10px;

	width: 140px;

}



.media-item .describe .align th {

	padding-top: 0;

}



.media-item .media-item-info tr {

	background-color: transparent;

}



.media-item .describe td {

	padding: 0 8px 8px 0;

	vertical-align: top;

}



.media-item thead.media-item-info td {

	padding: 4px 10px 0;

}



.media-item .media-item-info .A1B1 {

	padding: 0 0 0 10px;

}



.media-item td.savesend {

	padding-bottom: 15px;

}



.media-item .thumbnail {

	max-height: 128px;

	max-width: 128px;

}



#wpbody-content #async-upload-wrap a {

	display: none;

}



.media-upload-form {

	margin-top: 20px;

}



.media-upload-form td label {

	margin-right: 6px;

	margin-left: 2px;

}



.media-upload-form .align .field label {

	display: inline;

	padding: 0 0 0 23px;

	margin: 0 1em 0 3px;

	font-weight: bold;

}



.media-upload-form tr.image-size label {

	margin: 0 0 0 5px;

	font-weight: bold;

}



.media-upload-form th.label label {

	font-weight: bold;

	margin: 0.5em;

	font-size: 13px;

}



.media-upload-form th.label label span {

	padding: 0 5px;

}



abbr.required {

	border: medium none;

	text-decoration: none;

}



.media-item .describe input[type="text"],

.media-item .describe textarea {

	width: 460px;

}



.media-item .describe p.help {

	margin: 0;

	padding: 0 0 0 5px;

}



.media-item .edit-attachment,

.describe-toggle-on,

.describe-toggle-off {

	display: block;

	line-height: 36px;

	float: right;

	margin-right: 15px;

}



.media-item .describe-toggle-off,

.media-item.open .describe-toggle-on {

	display: none;

}



.media-item.open .describe-toggle-off {

	display: block;

}



#media-items .media-item {

	border-style: solid;

	border-width: 1px;

	min-height: 36px;

	position: relative;

	margin-top: -1px;

	width: 100%;

}



#media-items {

	width: 623px;

}



.media-new-php #media-items {

	margin: 1em 0;

}



#media-items:empty {

	border: 0 none;

}



.media-item .filename {

	line-height: 36px;

	overflow: hidden;

	padding: 0 10px;

}



.media-item .error-div {

	padding-left: 10px;

}



.media-item .pinkynail {

	float: left;

	margin: 2px 2px 0;

	max-width: 40px;

	max-height: 32px;

}



.media-item .startopen,

.media-item .startclosed {

	display: none;

}



.media-item .original {

	position: relative;

	height: 34px;

}



.media-item .progress {

	float: right;

	height: 22px;

	margin: 6px 10px 0 0;

	width: 200px;

	line-height: 2em;

	padding: 0;

	overflow: hidden;

	margin-bottom: 2px;

	border: 1px solid #d1d1d1;

	background: #f7f7f7;

}



.media-item .bar {

	z-index: 9;

	width: 0;

	height: 100%;

	margin-top: -24px;

	background-color: #8cc1e9;

}



.media-item .progress .percent {

	z-index: 10;

	position: relative;

	width: 200px;

	padding: 0 8px;

	text-shadow: 0 1px 0 rgba(255,255,255,0.4);

	color: rgba(0,0,0,0.6);

}



.upload-php .fixed .column-parent {

	width: 15%;

}



.js .html-uploader #plupload-upload-ui {

	display: none;

}



.js .html-uploader #html-upload-ui {

	display: block;

}



.media-upload-form .media-item.error {

	margin: 0;

	padding: 0;

}



.media-upload-form .media-item.error p,

.media-item .error-div {

	line-height: 16px;

	margin: 5px 10px;

	padding: 0;

}



.media-item .error-div a.dismiss {

	display: block;

	float: right;

	margin: 5px 4px 0 15px;

}



/*------------------------------------------------------------------------------

  14.1 - Media Library

------------------------------------------------------------------------------*/



.find-box {

	width: 600px;

	height: 300px;

	overflow: hidden;

	padding: 33px 0 51px;

	position: absolute;

	z-index: 1000;

}



.find-box-head {

	cursor: move;

	font-weight: bold;

	height: 2em;

	line-height: 2em;

	padding: 1px 12px;

	position: absolute;

	top: 5px;

	width: 100%;

}



.find-box-inside {

	overflow: auto;

	padding: 6px;

	height: 100%;

}



.find-box-search {

	overflow: hidden;

	padding: 9px;

	position: relative;

}



.find-box-search .spinner {

	float: none;

	left: 125px;

	position: absolute;

	top: 9px;

}



#find-posts-input {

	float: left;

	width: 140px;

	height: 24px;

}



#find-posts-search {

	float: left;

	margin: 1px 4px 0 3px;

}



#find-posts-response {

	margin: 8px 0;

	padding: 0 1px 6px;

}



#find-posts-response table {

	width: 100%;

}



#find-posts-response .found-radio {

	padding: 3px 0 0 8px;

	width: 15px;

}



.find-box-buttons {

	padding: 8px;

	overflow: hidden;

}



.find-box #resize-se {

	position: absolute;

	right: 1px;

	bottom: 1px;

}



.ui-find-overlay {

	position: absolute;

	top: 0;

	left: 0;

	background-color: #000;

	opacity: 0.6;

	filter: alpha(opacity=60);

}



ul#dismissed-updates {

	display: none;

}



form.upgrade {

	margin-top: 8px;

}



form.upgrade .hint {

	font-style: italic;

	font-size: 85%;

	margin: -0.5em 0 2em 0;

}



#poststuff .inside .the-tagcloud {

	margin: 5px 0 10px;

	padding: 8px;

	border-width: 1px;

	border-style: solid;

	line-height: 1.8em;

	word-spacing: 3px;

}



.drag-drop #drag-drop-area {

	border: 4px dashed #DDDDDD;

	height: 200px;

}



.drag-drop .drag-drop-inside {

	margin: 70px auto 0;

	width: 250px;

}



.drag-drop-inside p {

	color: #aaa;

	font-size: 14px;

	margin: 5px 0;

	display: none;

}



.drag-drop .drag-drop-inside p {

	text-align: center;

}



.drag-drop-inside p.drag-drop-info {

	font-size: 20px;

}



.drag-drop .drag-drop-inside p,

.drag-drop-inside p.drag-drop-buttons {

	display: block;

}



/*

#drag-drop-area:-moz-drag-over {

	border-color: #83b4d8;

}

borger color while dragging a file over the uploader drop area */

.drag-drop.drag-over #drag-drop-area {

	border-color: #83b4d8;

}



#plupload-upload-ui {

	position: relative;

}









/*------------------------------------------------------------------------------

  14.2 - Image Editor

------------------------------------------------------------------------------*/



.describe .image-editor {

	vertical-align: top;

}



.imgedit-wrap {

	position: relative;

}



.imgedit-settings p {

	margin: 8px 0;

}



.post-php .imgedit-wrap table {

	width: 100%;

}



.describe .imgedit-wrap table td,

.wp_attachment_holder .imgedit-wrap table td {

	vertical-align: top;

	padding-top: 0;

}



.describe .imgedit-wrap table td.imgedit-settings {

	padding: 0 5px;

}



.wp_attachment_holder .imgedit-wrap table td.imgedit-settings {

	width: 250px;

}



td.imgedit-settings input {

	margin-top: 0;

	vertical-align: middle;

}



.imgedit-wait {

	position: absolute;

	top: 0;

	background: #fff url(../img/wpspin_light.gif) no-repeat scroll 22px 10px;

	background-size: 16px 16px;

	opacity: 0.7;

	filter: alpha(opacity=70);

	width: 100%;

	height: 500px;

	display: none;

}



.spinner {

	background: url(../img/wpspin_light.gif) no-repeat;

	background-size: 16px 16px;

	display: none;

	float: right;

	opacity: 0.7;

	filter: alpha(opacity=70);

	width: 16px;

	height: 16px;

	margin: 5px 5px 0;

}



.no-float {

	float: none;

}



.media-disabled,

.imgedit-settings .disabled  {

	color: grey;

}



.wp_attachment_image,

.A1B1 {

	overflow: hidden;

}



.wp_attachment_image .button,

.A1B1 .button {

	float: left;

}



.no-js .wp_attachment_image .button {

	display: none;

}



.wp_attachment_image .spinner,

.A1B1 .spinner {

	float: left;

	padding: 0 4px 4px;

	vertical-align: bottom;

}



.imgedit-menu {

	margin: 0 0 12px;

	min-width: 300px;

}



.imgedit-menu div {

	float: left;

	width: 32px;

	height: 32px;

}



.imgedit-crop-wrap {

	position: relative;

}



.imgedit-flipv:before,

.imgedit-fliph:before,

.imgedit-undo:before,

.imgedit-redo:before {

  font-family: "fontello";

  font-style: normal;

  font-weight: normal;

  speak: none;

 

  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  margin: 6px;

  text-align: center;

  font-variant: normal;

  text-transform: none;

  line-height: 1em;

  font-size: 20px;

}



.imgedit-flipv:before {content: '\e805';}

.imgedit-fliph:before {content: '\e806';}

.imgedit-undo:before {content: '\e800';}

.imgedit-redo:before {content: '\e801';}



.imgedit-crop,

.imgedit-rleft,.imgedit-rright {

  font-family: FontAwesome;

  font-weight: normal;

  font-style: normal;

  text-decoration: inherit;

  font-size: 18px;



  -webkit-font-smoothing: antialiased;

  *margin-right: .3em;

}

.imgedit-crop:before,

.imgedit-rleft:before,

.imgedit-rright:before {

  text-decoration: inherit;

  display: inline-block;

  speak: none;

  margin: 7px 8px;

}



.imgedit-crop:before {content: '\f125';}

.imgedit-rleft:before {content: '\f0e2';}

.imgedit-rright:before {content: '\f01e';}



.imgedit-crop {

	

	margin: 0 8px 0 0;

}



.imgedit-crop.disabled:hover {

	

}



.imgedit-crop:hover {

	

}



.imgedit-rleft {

	

	margin: 0 3px;

}



.imgedit-rleft.disabled:hover {

}



.imgedit-rleft:hover {

}



.imgedit-rright {

	margin: 0 8px 0 3px;

}



.imgedit-rright.disabled:hover {

}



.imgedit-rright:hover {

}



.imgedit-flipv {

	margin: 0 3px;

}



.imgedit-flipv.disabled:hover {



}



.imgedit-flipv:hover {

}



.imgedit-fliph {

	margin: 0 8px 0 3px;

}



.imgedit-fliph.disabled:hover {

	

}



.imgedit-fliph:hover {

	

}



.imgedit-undo {

	

	margin: 0 3px;

}



.imgedit-undo.disabled:hover {

	

}



.imgedit-undo:hover {

	

}



.imgedit-redo {

	

	margin: 0 8px 0 3px;

}



.imgedit-redo.disabled:hover {

	

}



.imgedit-redo:hover {

	

}



.imgedit-applyto img {

	margin: 0 8px 0 0;

}



.imgedit-group-top {

	margin: 5px 0;

}



.imgedit-applyto .imgedit-label {

	padding: 2px 0 0;

	display: block;

}



.imgedit-help {

	display: none;

	font-style: italic;

	margin-bottom: 8px;

}



a.imgedit-help-toggle {

	text-decoration: none;

}



.form-table td.imgedit-response {

	padding: 0;

}



.imgedit-submit {

	margin: 8px 0;

}



.imgedit-submit-btn {

	margin-left: 20px;

}



.imgedit-wrap .nowrap {

	white-space: nowrap;

}



span.imgedit-scale-warn {

	color: red;

	font-size: 20px;

	font-style: normal;

	visibility: hidden;

	vertical-align: middle;

}



.imgedit-group {

	border-width: 1px;

	border-style: solid;

	margin-bottom: 8px;

	padding: 2px 10px;

}



.wp_attachment_details {

	margin-bottom: 20px;

}



/*------------------------------------------------------------------------------

  15.0 - Comments Screen

------------------------------------------------------------------------------*/



.form-table {

	border-collapse: collapse;

	margin-top: 0.5em;

	width: 100%;

	margin-bottom: -8px;

	clear: both;

}



.form-table td {

	margin-bottom: 9px;

	padding: 8px 10px;

	line-height: 20px;

	font-size: 12px;

}



.form-table th,

.form-wrap label {

	font-weight: normal;

	text-shadow: #fff 0 1px 0;

}



.form-table th {

	vertical-align: top;

	text-align: left;

	padding: 10px;

	width: 200px;

}



.form-table th.th-full {

	width: auto;

}



.form-table div.color-option {

	display: block;

	clear: both;

	margin-top: 12px;

}



.form-table input.tog {

	margin-top: 2px;

	margin-right: 2px;

	float: left;

}



.form-table td p {

	margin-top: 4px;

}



.form-table table.color-palette {

	vertical-align: bottom;

	float: left;

	margin: -12px 3px 11px;

}



.form-table .color-palette td {

	border-width: 1px 1px 0;

	border-style: solid solid none;

	height: 10px;

	line-height: 20px;

	width: 10px;

}



.commentlist li {

	padding: 1em 1em .2em;

	margin: 0;

	border-bottom-width: 1px;

	border-bottom-style: solid;

}



.commentlist li li {

	border-bottom: 0;

	padding: 0;

}



.commentlist p {

	padding: 0;

	margin: 0 0 .8em;

}



/* reply to comments */

#replyrow input {

	border-width: 1px;

	border-style: solid;

}



#replyrow td {

	padding: 2px;

}



#replysubmit {

	margin: 0;

	padding: 0 5px 3px;

	text-align: center;

}



#replysubmit .spinner {

	padding: 2px 0 0;

	vertical-align: top;

	float: right;

}



#replysubmit .button {

	margin-right: 5px;

}



#replysubmit .error {

	color: red;

	line-height: 21px;

	text-align: center;

}



#replyrow h5 {

	margin: .2em 0 0;

	padding: 0 5px;

	line-height: 1.4em;

	font-size: 1em;

}



#edithead .inside {

	float: left;

	padding: 3px 0 2px 5px;

	margin: 0;

	text-align: center;

}



#edithead .inside input {

	width: 180px;

}



#edithead label {

	padding: 2px 0;

}



#replycontainer {

	padding: 5px;

}



#replycontent {

	height: 120px;

	-webkit-box-shadow: none;

	box-shadow: none;

}



.comment-php .wp-editor-area {

	height: 200px;

}



.comment-ays {

	margin-bottom: 0;

	border-style: solid;

	border-width: 1px;

}



.comment-ays th {

	border-right-style: solid;

	border-right-width: 1px;

}



.trash-undo-inside,

.spam-undo-inside {

	margin: 1px 8px 1px 0;

	line-height: 16px;

}



.spam-undo-inside .avatar,

.trash-undo-inside .avatar {

	height: 20px;

	width: 20px;

	margin-right: 8px;

	vertical-align: middle;

}



.stuffbox .editcomment {

	clear: none;

}



#comment-status-radio p {

	margin: 3px 0 5px;

}



#comment-status-radio input {

	margin: 2px 3px 5px 0;

	vertical-align: middle;

}



#comment-status-radio label {

	padding: 5px 0;

}



.commentlist .avatar {

	vertical-align: text-top;

}





/*------------------------------------------------------------------------------

  16.0 - Themes

------------------------------------------------------------------------------*/



.theme-install-php .tablenav {

	height: auto;

}



.theme-install-php .spinner {

	margin-top: 9px;

}



h3.available-themes {

	margin: 0 0 1em;

	float: left;

}



.available-theme {

	display: inline-block;

	margin-right: 10px;

	overflow: hidden;

	padding: 20px 20px 20px 0;

	vertical-align: top;

	width: 300px;

}



.available-theme .screenshot {

	width: 300px;

	height: 225px;

	display: block;

	border-width: 1px;

	border-style: solid;

	margin-bottom: 10px;

	overflow: hidden;

}



.available-theme img {

	width: 300px;

}



.available-theme h3 {

	margin: 15px 0 0;

}



.available-theme .theme-author {

	line-height: 18px;

}



.available-theme .action-links {

	margin-top: 10px;

	overflow: hidden;

}



.available-theme a.screenshot:focus {

	border-color: #777;

}



#current-theme .theme-info li,

.theme-options li,

.available-theme .action-links li {

	float: left;

	padding-right: 10px;

	margin-right: 10px;

	border-right: 1px solid #dfdfdf;

}



.available-theme .action-links li {

	padding-right: 8px;

	margin-right: 8px;

}



.ie8 .available-theme .action-links li {

	padding-right: 7px;

	margin-right: 7px;

}



#current-theme .theme-info li:last-child,

.theme-options li:last-child,

.available-theme .action-links li:last-child {

	padding-right: 0;

	margin-right: 0;

	border-right: 0;

}



.available-theme .action-links .delete-theme {

	float: right;

	margin-left: 8px;

	margin-right: 0;

}



.available-theme .action-links .delete-theme a {

	color: red;

	padding: 2px;

}



.available-theme .action-links .delete-theme a:hover {

	background: red;

	color: #fff;

	text-decoration: none;

}



.available-theme .action-links p {

	float: left;

}



#current-theme {

	margin: 20px 0 10px;

	padding: 0 0 20px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	overflow: hidden;

}



#current-theme.has-screenshot {

	padding-left: 330px;

}



#current-theme h3 {

	margin: 0;

	font-size: 12px;

	font-weight: normal;

	color: #999;

}



#current-theme h4 {

	margin: 3px 0 16px;

	font-size: 20px;

}



#current-theme h4 span {

	margin-left: 20px;

	font-size: 12px;

	font-weight: normal;

}



#current-theme a {

	border-bottom: none;

}



#current-theme .theme-info {

	margin: 1em 0;

	overflow: hidden;

}



#current-theme .theme-description {

	margin-top: 5px;

	max-width: 600px;

	line-height: 1.6em;

}



#current-theme img {

	float: left;

	width: 300px;

	margin-left: -330px;



	border-width: 1px;

	border-style: solid;

}



.theme-options {

	overflow: hidden;

	font-size: 14px;

	padding-bottom: 10px;

}



.theme-options .load-customize {

	margin-right: 30px;

	float: left;

}



.theme-options span {

	float: left;

	margin-right: 10px;

	text-transform: uppercase;

	font-size: 11px;

	line-height: 18px;

	color: #999;

}



.theme-options ul {

	float: left;

	margin: 0;

}



/* Allow for three-up on 1024px wide screens, e.g. tablets */

@media only screen and (max-width: 1200px) {

	.available-theme,

	.available-theme .screenshot,

	#current-theme img {

		width: 240px;

	}



	.available-theme .screenshot {

		height: 180px;

	}



	.available-theme img {

		width: 100%;

	}



	#current-theme.has-screenshot {

		padding-left: 270px;

	}



	#current-theme img {

		margin-left: -270px;

	}

}



#post-body ul.add-menu-item-tabs li.tabs a,

#TB_window #TB_title a.tb-theme-preview-link,

#TB_window #TB_title a.tb-theme-preview-link:visited {

	font-weight: bold;

	text-decoration: none;

}



#TB_window #TB_title {

	background-color: #222;

	background-color: #fff;

	color: #cfcfcf;

}



#broken-themes {

	text-align: left;

	width: 50%;

	border-spacing: 3px;

	padding: 3px;

}



.theme-install-php h4 {

	margin: 2.5em 0 8px;

}





/*------------------------------------------------------------------------------

  16.1 - Custom Header Screen

------------------------------------------------------------------------------*/



.appearance_page_custom-header #headimg {

	border: 1px solid #DFDFDF;

	overflow: hidden;

	width: 100%;

}



.appearance_page_custom-header #upload-form p label {

	font-size: 12px;

}



.appearance_page_custom-header .available-headers .default-header {

	float: left;

	margin: 0 20px 20px 0;

}



.appearance_page_custom-header .random-header {

	clear: both;

	margin: 0 20px 20px 0;

	vertical-align: middle;

}



.appearance_page_custom-header .available-headers label input,

.appearance_page_custom-header .random-header label input {

	margin-right: 10px;

}



.appearance_page_custom-header .available-headers label img {

	vertical-align: middle;

}





/*------------------------------------------------------------------------------

  16.2 - Custom Background Screen

------------------------------------------------------------------------------*/



div#custom-background-image {

	min-height: 100px;

	border: 1px solid #dfdfdf;

}



div#custom-background-image img {

	max-width: 400px;

	max-height: 300px;

}





/*------------------------------------------------------------------------------

  16.3 - Tabbed Admin Screen Interface (Experimental)

------------------------------------------------------------------------------*/



.nav-tab {

	border-style: solid;

	border-width: 1px 1px 0;

	color: #aaa;

	text-shadow: #fff 0 1px 0;

	font-size: 12px;

	line-height: 16px;

	display: inline-block;

	padding: 4px 14px 6px;

	text-decoration: none;

	margin: 0 6px -1px 0;

}



.nav-tab-active {

	border-width: 1px;

	color: #464646;

}



h2.nav-tab-wrapper, h3.nav-tab-wrapper {

	border-bottom-width: 1px;

	border-bottom-style: solid;

	padding-bottom: 0;

}



h2 .nav-tab {

	padding: 4px 10px 6px;

	font-weight: 200;

	font-size: 20px;

	line-height: 24px;



}





/*------------------------------------------------------------------------------

  17.0 - Plugins

------------------------------------------------------------------------------*/



#dashboard_right_now .versions .b,

#post-status-display,

#post-visibility-display,

.media-item .percent,

.plugins .name,

#pass-strength-result.strong,

#pass-strength-result.short,

#ed_reply_toolbar #ed_reply_strong,

.item-controls .item-order a,

.feature-filter .feature-name {

	font-weight: bold;

}



.plugins p {

	margin: 0 4px;

	padding: 0;

}



.plugins .desc p {

	margin: 0 0 8px;

}



.plugins td.desc {

	line-height: 1.5em;

}



.plugins .desc ul,

.plugins .desc ol {

	margin: 0 0 0 2em;

}



.plugins .desc ul {

	list-style-type: disc;

}



.plugins .row-actions-visible {

	padding: 0;

}



.plugins tbody th.check-column {

	padding: 7px 0;

}



.plugins .inactive td,

.plugins .inactive th,

.plugins .active td,

.plugins .active th {

	border-top-style: solid;

	border-top-width: 1px;

	padding: 5px 7px 0;

}



.plugins .update th,

.plugins .update td {

	border-bottom: 0;

}

.plugin-update-tr td {

	border-top: 0;

}



#wpbody-content .plugins .plugin-title,

#wpbody-content .plugins .theme-title {

	padding-right: 12px;

	white-space:nowrap;

}



.plugins .second,

.plugins .row-actions-visible {

	padding: 0 0 5px;

}



.plugins .update .second,

.plugins .update .row-actions-visible {

	padding-bottom: 0;

}



.plugins-php .widefat tfoot th,

.plugins-php .widefat tfoot td {

	border-top-style: solid;

	border-top-width: 1px;

}



.plugin-update-tr .update-message {

	margin: 5px;

	padding: 3px 5px;

}



.plugin-install-php h4 {

	margin: 2.5em 0 8px;

}





/*------------------------------------------------------------------------------

  18.0 - Users

------------------------------------------------------------------------------*/



#profile-page .form-table textarea {

	width: 500px;

	margin-bottom: 6px;

}



#profile-page .form-table #rich_editing {

	margin-right: 5px

}



#your-profile legend {

	font-size: 22px;

}



#your-profile #rich_editing {

	border: none;

}



#display_name {

	width: 15em;

}



#createuser .form-field input {

	width: 25em;

}



/*------------------------------------------------------------------------------

  19.0 - Tools

------------------------------------------------------------------------------*/



.pressthis {

	margin: 20px 0;

}



.pressthis a,

.pressthis a:hover,

.pressthis a:focus,

.pressthis a:active {

	display: inline-block;

	position: relative;

	cursor: move;



	color: #333;

	background: #e6e6e6;

	border: 1px solid #b4b4b4;

	font-style: normal;

	line-height: 16px;

	font-size: 14px;

	text-decoration: none;

	text-shadow: 0 1px 0px #fff;

}



.pressthis a:active {

	outline: none;

}



.pressthis a:hover:after {

	-webkit-transform: skew(20deg) rotate(9deg);

	-moz-transform: skew(20deg) rotate(9deg);

	transform: skew(20deg) rotate(9deg);

	-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);

	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);

}



.pressthis a span {

	background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px;

	background-size: 24px 20px;

	padding: 8px 11px 8px 27px;

	margin: 0 5px;

	display: inline-block;

}



.pressthis a:after {

	content: '';

	width: 70%;

	height: 55%;

	z-index: -1;

	position: absolute;

	right: 10px;

	bottom: 9px;

	background: transparent;



	-webkit-transform: skew(20deg) rotate(6deg);

	-moz-transform: skew(20deg) rotate(6deg);

	transform: skew(20deg) rotate(6deg);

	-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);

	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);

}



/*------------------------------------------------------------------------------

  20.0 - Settings

------------------------------------------------------------------------------*/



#utc-time, #local-time {

	padding-left: 25px;

	font-style: italic;

	font-family: sans-serif;

}



.defaultavatarpicker .avatar {

	margin: 2px 0;

	vertical-align: middle;

}



.options-general-php .spinner {

	float: none;

	margin: -3px 3px;

}



/*------------------------------------------------------------------------------

  21.0 - Admin Footer

------------------------------------------------------------------------------*/



#wpfooter {

	position: absolute;

	bottom: 0;

	left: 0;

	right: 0;

	padding: 10px 0;

	margin-right: 20px;

	border-top-width: 1px;

	border-top-style: solid;

}



#wpfooter p {

	margin: 0;

	line-height: 20px;

}



#wpfooter a {

	text-decoration: none;

}



#wpfooter a:hover {

	text-decoration: underline;

}



/*------------------------------------------------------------------------------

  22.0 - About Pages

------------------------------------------------------------------------------*/



.about-wrap {

	position: relative;

	margin: 25px 40px 0 20px;

	max-width: 1050px; /* readability */



	font-size: 15px;

}



.about-wrap div.updated,

.about-wrap div.error {

	display: none !important;

}



/* Typography */



.about-wrap p {

	line-height: 1.6em;

}



.about-wrap h1 {

	margin: 0.2em 200px 0 0;

	line-height: 1.2em;

	font-size: 2.8em;

	font-weight: 200;

}



.about-text,

.about-description,

.about-wrap li.wp-person a.web {

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;

	font-weight: normal;

	line-height: 1.6em;

	font-size: 20px;

}



.about-description {

	margin-top: 1.4em;

}



.about-text {

	margin: 1em 200px 1.4em 0;

	min-height: 60px;

	font-size: 24px;

}



.about-wrap h3 {

	font-size: 24px;

	margin-bottom: 1em;

	padding-top: 20px;

}



.about-wrap .feature-section {

	padding-bottom: 20px;

}



.about-wrap .feature-section h4 {

	margin-bottom: 0.6em;

}



.about-wrap .feature-section p {

	margin-top: 0.6em;

}



.about-wrap code {

	font-size: 14px;

}



/* Point Releases */



.about-wrap .point-releases {

	margin-top: 5px;

}



.about-wrap .changelog.point-releases h3 {

	padding-top: 35px;

}



.about-wrap .changelog.point-releases h3:first-child {

	padding-top: 7px;

}



/* WordPress Version Badge */



.wp-badge {

	padding-top: 142px;

	height: 50px;

	width: 173px;

	font-weight: bold;

	font-size: 14px;

	text-align: center;

	margin: 0 -5px;

	background: url('../images/wp-badge.png?ver=20111120') no-repeat;

}



.about-wrap .wp-badge {

	position: absolute;

	top: 0;

	right: 0;

}



/* Tabs */



.about-wrap h2.nav-tab-wrapper {

	padding-left: 6px;

}



.about-wrap h2 .nav-tab {

	padding: 4px 10px 6px;

	margin: 0 3px -1px 0;

	font-size: 18px;

	vertical-align: top;

}



.about-wrap h2 .nav-tab-active {

	font-weight: bold;

	padding-top: 3px;

}



/* Changelog / Update screen */



.about-wrap .feature-section img {

	border: none;

	margin: 0 1.94% 10px 0;

}



.about-wrap .feature-section.three-col img {

	margin: 0.5em 0 0.5em 5px;

	max-width: 100%;

	float: none;

}



.ie8 .about-wrap .feature-section.three-col img {

	margin-left: 0;

}



.about-wrap .feature-section.images-stagger-right img {

	float: right;

	margin: 0 5px 12px 2em;

}



.about-wrap .feature-section.images-stagger-left img {

	float: left;

	margin: 0 2em 12px 5px;

}



.about-wrap .feature-section img.image-100 {

	margin: 0 0 2em 0;

	width: 100%;

}



.about-wrap .feature-section img.image-66 {

	width: 65%;

}



.about-wrap .feature-section img.image-50 {

	max-width: 50%;

}



.about-wrap .feature-section img.image-30 {

	max-width: 31.2381%;

}



.ie8 .about-wrap .feature-section img {

	border-width: 1px;

	border-style: solid;

}



.about-wrap .images-stagger-right img.image-30:nth-child(2) {

	margin-left: 1em;

}



.about-wrap .feature-section.col {

	margin-bottom: 0;

}



.about-wrap .feature-section.col h4 {

	margin:  0 0 0.6em 0;

}



.about-wrap .feature-section.col .last-feature {

	margin-right: 0;

}



.about-wrap .feature-section.two-col div {

	width: 47%;

	margin-right: 4.999999999%;

	float: left;

}



.about-wrap .feature-section.three-col div {

	width: 30%;

	margin-right: 4.999999999%;

	float: left;

}



.about-wrap .three-col-images {

	text-align: center;

}



.about-wrap .three-col-images img {

	margin: 0 0 10px;

}



.about-wrap .three-col-images .last-feature {

	float: right;

}



.about-wrap .three-col-images .first-feature {

	float: left;

}



.about-wrap .changelog .feature-section {

	overflow: hidden;

	padding-bottom: 0;

}



.about-wrap .changelog li {

	list-style-type: disc;

	margin-left: 3em;

}



@media only screen and (max-width: 900px) {

	.about-wrap .feature-section.images-stagger-left img,

	.about-wrap .feature-section.images-stagger-right img {

		clear: both;

	}

}



@media only screen and (max-width: 768px) {

	.about-wrap .feature-section img.image-66 {

		float: none;

		width: 98%;

		max-width: 98%;

	}



	.about-wrap .feature-section.images-stagger-right img.image-66 {

		margin-left: 3px;

	}



	.about-wrap .feature-section.images-stagger-left img.image-66 {

		margin-right: 3px;

	}

}



/* Return to Dashboard Home link */



.about-wrap .return-to-dashboard {

	margin: 30px 0 0 -5px;

	font-size: 14px;

	font-weight: bold;

}



.about-wrap .return-to-dashboard a {

	text-decoration: none;

	padding: 0 5px;

}



/* Credits */



.about-wrap h4.wp-people-group {

	margin-top: 2.6em;

	font-size: 16px;

}



.about-wrap ul.wp-people-group {

	overflow: hidden;

	padding: 5px;

	margin: 0 -15px 0 -5px;

}



.about-wrap ul.compact {

	margin-bottom: 0

}



.about-wrap li.wp-person {

	float: left;

	margin-right: 10px;

}



.about-wrap li.wp-person img.gravatar {

	float: left;

	margin: 0 10px 10px 0;

	padding: 2px;

	width: 60px;

	height: 60px;

}



.about-wrap ul.compact li.wp-person img.gravatar {

	width: 30px;

	height: 30px;

}



.about-wrap li.wp-person {

	height: 70px;

	width: 280px;

	padding-bottom: 15px;

}



.about-wrap ul.compact li.wp-person {

	height: auto;

	width: 180px;

	padding-bottom: 0;

	margin-bottom: 0;

}



.about-wrap #wp-people-group-validators + p.wp-credits-list {

	margin-top: 0;

}



.about-wrap li.wp-person a.web {

	display: block;

	margin: 6px 0 2px;

	font-size: 16px;

	text-decoration: none;



}



.about-wrap p.wp-credits-list a {

	white-space: nowrap;

}



/* Freedoms */



.freedoms-php .about-wrap ol {

	margin: 40px 60px;

}



.freedoms-php .about-wrap ol li {

	list-style-type: decimal;

	font-weight: bold;

}



.freedoms-php .about-wrap ol p {

	font-weight: normal;

	margin: 0.6em 0;

}



/*------------------------------------------------------------------------------

  23.0 - Full Overlay w/ Sidebar

------------------------------------------------------------------------------*/



body.full-overlay-active {

	overflow: hidden;

}



.wp-full-overlay {

	/*background: #fff;*/

	z-index: 500000;

	position: fixed;

	overflow: visible;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	height: 100%;

	min-width: 0;

	display: none;

}



.wp-full-overlay-sidebar {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;



	position: fixed;

	width: 300px;

	height: 100%;

	top: 0;

	bottom: 0;

	left: 0;

	padding: 0;

	margin: 0;

	z-index: 10;

	overflow: auto;

	background: #f5f5f5;

	border-right: 1px solid rgba( 0, 0, 0, 0.2 );

}



.wp-full-overlay.collapsed .wp-full-overlay-sidebar {

	overflow: visible;

}



.wp-full-overlay.collapsed,

.wp-full-overlay.expanded .wp-full-overlay-sidebar {

	margin-left: 0 !important;

}



.wp-full-overlay.expanded {

	margin-left: 300px;

}



.wp-full-overlay.collapsed .wp-full-overlay-sidebar {

	margin-left: -300px;

}



.wp-full-overlay-sidebar:after {

	content: '';

	display: block;

	position: absolute;

	top: 0;

	bottom: 0;

	right: 0;

	width: 3px;

	box-shadow: -5px 0 4px -4px rgba(0, 0, 0, 0.1) inset;

	z-index: 1000;

}



.wp-full-overlay-main {

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	height: 100%;

}



.wp-full-overlay-sidebar .wp-full-overlay-header {

	position: absolute;

	left: 0;

	right: 0;

	height: 45px;

	padding: 0 20px;

	line-height: 45px;

	z-index: 10;

	margin: 0;

}



.wp-full-overlay-sidebar .wp-full-overlay-header {

	border-top: 0;

	border-bottom: 1px solid #fff;

	box-shadow: inset 0 -1px 0 0px #dfdfdf;

}



.wp-full-overlay-sidebar .wp-full-overlay-footer {

	bottom: 0;

	border-bottom: 0;

	border-top: 1px solid #dfdfdf;

	box-shadow: inset 0 1px 0 0px #fff;

}



.wp-full-overlay-sidebar .wp-full-overlay-sidebar-content {

	position: absolute;

	top: 45px;

	bottom: 45px;

	left: 0;

	right: 0;

	overflow: auto;

}



/* Close Link */

.wp-full-overlay .close-full-overlay {

	text-decoration: none;

}



/* Collapse Button */

.wp-full-overlay a.collapse-sidebar {

	position: absolute;

	bottom: 12px;

	left: 0;

	z-index: 50;

	display: block;

	width: 19px;

	height: 19px;

	margin-left: 15px;

	padding: 0;

	text-decoration: none;

}



.wp-full-overlay.collapsed .collapse-sidebar {

	position: absolute;

	left: 100%;

}



.wp-full-overlay .collapse-sidebar-arrow {

	position: absolute;

	margin-top: 2px;

	margin-left: 2px;

	display: block;

	width: 15px;

	height: 15px;

}



.wp-full-overlay .collapse-sidebar-label {

	position: absolute;

	left: 100%;

	color: #808080;

	line-height: 20px;

	margin-left: 10px;

}



.wp-full-overlay.collapsed .collapse-sidebar-label {

	display: none;

}



.wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-label {

	color: #666;

}



/* Animations */

.wp-full-overlay,

.wp-full-overlay-sidebar,

.wp-full-overlay .collapse-sidebar,

.wp-full-overlay-main {

	-webkit-transition-property: left, right, top, bottom, width, margin;

	-moz-transition-property:    left, right, top, bottom, width, margin;

	-ms-transition-property:     left, right, top, bottom, width, margin;

	-o-transition-property:      left, right, top, bottom, width, margin;

	transition-property:         left, right, top, bottom, width, margin;



	-webkit-transition-duration: 0.2s;

	-moz-transition-duration:    0.2s;

	-ms-transition-duration:     0.2s;

	-o-transition-duration:      0.2s;

	transition-duration:         0.2s;

}





/*------------------------------------------------------------------------------

  24.0 - Customize Loader

------------------------------------------------------------------------------*/



.no-customize-support .hide-if-no-customize,

.customize-support .hide-if-customize,

.no-customize-support.wp-core-ui .hide-if-no-customize,

.no-customize-support .wp-core-ui .hide-if-no-customize,

.customize-support.wp-core-ui .hide-if-customize,

.customize-support .wp-core-ui .hide-if-customize {

	display: none;

}



#customize-container {

	display: none;

	background: #fff;

	z-index: 500000;

	position: fixed;

	overflow: visible;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	height: 100%;

}



.customize-active #customize-container {

	display: block;

}



.customize-loading #customize-container iframe {

	opacity: 0;

}



.customize-loading #customize-container {

	background: #fff url("../img/wpspin_light.gif") no-repeat fixed center center;

	background-size: 16px 16px;

}



#customize-container iframe,

#theme-installer iframe {

	height: 100%;

	width: 100%;

	z-index: 20;



	-webkit-transition: opacity 0.3s;

	-moz-transition:    opacity 0.3s;

	-ms-transition:     opacity 0.3s;

	-o-transition:      opacity 0.3s;

	transition:         opacity 0.3s;

}



#customize-container .collapse-sidebar {

	bottom: 16px;

}



#theme-installer {

	display: none;

}



#theme-installer.single-theme {

	display: block;

}



.install-theme-info {

	display: none;

	padding: 10px 20px 20px;

}



.single-theme .install-theme-info {

	padding-top: 15px;

}



#theme-installer .install-theme-info {

	display: block;

}



.install-theme-info .theme-install {

	float: right;

	margin-top: 18px;

}



.install-theme-info .theme-name {

	font-size: 16px;

	line-height: 24px;

	margin-bottom: 0;

}



.install-theme-info .theme-screenshot {

	margin-top: 15px;

	width: 258px;

	border: 1px solid #ccc;

}



.install-theme-info .theme-details {

	overflow: hidden;

}



.theme-details .theme-version {

	margin: 15px 0;

	float: left;

}



.theme-details .star-holder {

	margin: 14px 0;

	float: right;

}



.theme-details .theme-description {

	float: left;

	color: #777;

	line-height: 20px;

}



/*------------------------------------------------------------------------------

  25.0 - Misc

------------------------------------------------------------------------------*/



#excerpt,

.attachmentlinks {

	margin: 0;

	height: 4em;

	width: 98%;

}



#template div {

	margin-right: 190px;

}



p.pagenav {

	margin: 0;

	display: inline;

}



.pagenav span {

	font-weight: bold;

	margin: 0 6px;

}



.row-title {

	font-size: 13px !important;

	font-weight: bold;

}



.column-author img, .column-username img {

	float: left;

	margin-right: 10px;

	margin-top: 1px;

}



.row-actions {

	visibility: visible;

	padding: 2px 0 0;

}



.mobile .row-actions {

	visibility: visible;

}



tr:hover .row-actions,

div.comment-item:hover .row-actions {

	visibility: visible;

}



.row-actions-visible {

	padding: 2px 0 0;

}



.form-table .pre {

	padding: 8px;

	margin: 0;

}



table.form-table td .updated {

	font-size: 13px;

}



.tagchecklist {

	margin-left: 14px;

	font-size: 12px;

	overflow: auto;

}

.tagchecklist strong {

	margin-left: -8px;

	position: absolute;

}

.tagchecklist span {

	margin-right: 25px;

	display: block;

	float: left;

	font-size: 11px;

	line-height: 1.8em;

	white-space: nowrap;

	cursor: default;

}

.tagchecklist span a {

	margin: 6px 0pt 0pt -9px;

	cursor: pointer;

	width: 10px;

	height: 10px;

	display: block;

	float: left;

	text-indent: -9999px;

	overflow: hidden;

	position: absolute;

}



#poststuff h2 {

	margin-top: 20px;

	font-size: 1.5em;

	margin-bottom: 15px;

	padding: 0 0 3px;

	clear: left;

}



#poststuff h3,

.metabox-holder h3 {

	font-size: 15px;

	font-weight: normal;

	padding: 7px 10px;

	margin: 0;

	line-height: 1;

}



#poststuff .inside {

	margin: 6px 0 8px;



}



#poststuff .inside #parent_id,

#poststuff .inside #page_template {

	max-width: 100%;

}



.inline-edit-row #post_parent,

.inline-edit-row select[name="page_template"] {

	max-width: 80%;

}



.ie8 #poststuff .inside #parent_id,

.ie8 #poststuff .inside #page_template,

.ie8 .inline-edit-row #post_parent,

.ie8 .inline-edit-row select[name="page_template"] {

	width: 250px;

}



#post-visibility-select,

#post-formats-select {

	line-height: 1.5em;

	margin-top: 3px;

}



#poststuff #submitdiv .inside {

	margin: 0;

	padding: 0;

}



#post-body-content {

	/*margin-bottom: 20px;*/

}



#templateside ul li a {

	text-decoration: none;

}



.tool-box .title {

	margin: 8px 0;

	font-size: 18px;

	font-weight: normal;

	line-height: 24px;

}



#sidemenu {

	margin: -30px 15px 0 315px;

	list-style: none;

	position: relative;

	float: right;

	padding-left: 10px;

	font-size: 12px;

}



#sidemenu a {

	padding: 0 7px;

	display: block;

	float: left;

	line-height: 28px;

	border-top-width: 1px;

	border-top-style: solid;

	border-bottom-width: 1px;

	border-bottom-style: solid;

}



#sidemenu li {

	display: inline;

	line-height: 200%;

	list-style: none;

	text-align: center;

	white-space: nowrap;

	margin: 0;

	padding: 0;

}



#sidemenu a.current {

	font-weight: normal;

	padding-left: 6px;

	padding-right: 6px;

	border-width: 1px;

	border-style: solid;

}



#sidemenu li a .count-0 {

	display: none;

}



.plugin-install #description,

.plugin-install-network #description {

	width: 60%;

}



table .vers,

table .column-visible,

table .column-rating {

	text-align: left;

}



.error-message {

	color: red;

	font-weight: bold;

}



/* Scrollbar fix for bulk upgrade iframe */

body.iframe {

	height: 98%;

}





/* - Only used once or twice in all of WP - deprecate for global style

------------------------------------------------------------------------------*/

td.media-icon {

	text-align: center;

	width: 80px;

	padding-top: 8px;

	padding-bottom: 8px;

}



td.media-icon img {

	max-width: 80px;

	max-height: 60px;

}



#howto {

	font-size: 11px;

	margin: 0 5px;

	display: block;

}



.importers td {

	padding-right: 14px;

}



.importers {

	font-size: 16px;

	width: auto;

}



#namediv table {

	width: 100%;

}



#namediv td.first {

	width: 10px;

	white-space: nowrap;

}



#namediv input {

	width: 98%;

}



#namediv p {

	margin: 10px 0;

}



#submitdiv h3 {

	margin-bottom: 0 !important;

}



/* - Used - but could/should be deprecated with a CSS reset

------------------------------------------------------------------------------*/

.zerosize {

	height: 0;

	width: 0;

	margin: 0;

	border: 0;

	padding: 0;

	overflow: hidden;

	position: absolute;

}



br.clear {

	height: 2px;

	line-height: 2px;

}



.checkbox {

	border: none;

	margin: 0;

	padding: 0;

}



fieldset {

	border: 0;

	padding: 0;

	margin: 0;

}



.post-categories {

	display: inline;

	margin: 0;

	padding: 0;

}



.post-categories li {

	display: inline;

}





/*-----------------------------------------------------------------------------

 MERGED

-------------------------------------------------------------------------------*/



/* dashboard */

.edit-box {

	display: none;

}



h3:hover .edit-box {

	display: inline;

}



#dashboard-widgets form .input-text-wrap input {

	width: 100%;

}



#dashboard-widgets form .textarea-wrap textarea {

	width: 100%;

}



#dashboard-widgets .postbox form .submit {

	float: none;

	margin: .5em 0 0;

	padding: 0;

	border: none;

}



#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {

	min-width: 0;

}



#dashboard-widgets a {

	text-decoration: none;

}



#dashboard-widgets h3 a {

	text-decoration: underline;

}



#dashboard-widgets h3 .postbox-title-action {

	position: absolute;

	right: 10px;

	padding: 0;

	top: 5px;

}



.js #dashboard-widgets h3 .postbox-title-action {

	right: 30px;

}



#dashboard-widgets h4 {

	font-weight: normal;

	font-size: 13px;

	margin: 0 0 .2em;

	padding: 0;

}



/* Right Now */

#dashboard_right_now p.sub,

#dashboard_right_now .table, #dashboard_right_now .versions {

	margin: -12px;

}



#dashboard_right_now .inside {

	font-size: 12px;

	padding-top: 20px;

}



#dashboard_right_now p.sub {

	padding: 5px 0 15px;

	color: #8f8f8f;

	font-size: 14px;

	position: absolute;

	top: -17px;

	left: 15px;

}



#dashboard_right_now .table {

	margin: 0;

	padding: 0;

	position: relative;

}



#dashboard_right_now .table_content {

	float: left;

	border-top-width: 1px;

	border-top-style: solid;

	width: 45%;

}



#dashboard_right_now .table_discussion {

	float: right;

	border-top-width: 1px;

	border-top-style: solid;

	width: 45%;

}



#dashboard_right_now table td {

	padding: 3px 0;

	white-space: nowrap;

}



#dashboard_right_now table tr.first td {

	border-top: none;

}



#dashboard_right_now td.b {

	padding-right: 6px;

	text-align: right;

	font-size: 14px;

	width: 1%;

}



#dashboard_right_now td.b a {

	font-size: 18px;

}



#dashboard_right_now td.b a:hover {

	color: #d54e21;

}



#dashboard_right_now .t {

	font-size: 12px;

	padding-right: 12px;

	padding-top: 6px;

	color: #777;

}



#dashboard_right_now .t a {

	white-space: nowrap;

}



#dashboard_right_now .spam {

	color: red;

}



#dashboard_right_now .waiting {

	color: #e66f00;

}



#dashboard_right_now .approved {

	color: green;

}



#dashboard_right_now .versions {

	padding: 6px 10px 12px;

	clear: both;

}



#dashboard_right_now a.button {

	float: right;

	clear: right;

	position: relative;

	top: -5px;

}



/* Recent Comments */

#dashboard_recent_comments h3 {

	margin-bottom: 0;

}



#dashboard_recent_comments .inside {

	margin-top: 0;

}



#dashboard_recent_comments .inside > p {

	padding: 10px 20px;

	margin: 0

}



#dashboard_recent_comments .comment-meta .approve {

	font-style: italic;

	font-family: sans-serif;

	font-size: 10px;

}



#dashboard_recent_comments .subsubsub {

	float: none;

	white-space: normal;

}



#the-comment-list {

	position: relative;

}



#the-comment-list .comment-item {

	padding: 1em 10px;

	border-top: 1px solid;

}



#the-comment-list .pingback {

	padding-left: 9px !important;

}



#the-comment-list .comment-item,

#the-comment-list #replyrow {

	margin: 0 -10px;

}



#the-comment-list .comment-item:first-child {

	border-top: none;

}



#the-comment-list .comment-item .avatar {

	float: left;

	margin: 0 10px 5px 0;

}



#the-comment-list .comment-item h4 {

	line-height: 1.7em;

	margin-top: -0.4em;

	color: #777;

}



#the-comment-list .comment-item h4 cite {

	font-style: normal;

	font-weight: normal;

}



#the-comment-list .comment-item blockquote,

#the-comment-list .comment-item blockquote p {

	margin: 0;

	padding: 0;

	display: inline;

}



#dashboard_recent_comments #the-comment-list .trackback blockquote,

#dashboard_recent_comments #the-comment-list .pingback blockquote {

	display: block;

}



#the-comment-list .comment-item p.row-actions {

	margin: 3px 0 0;

	padding: 0;

	font-size: 12px;

}



/* QuickPress */

.no-js #dashboard_quick_press {

	display: none;

}



#dashboard_quick_press .easy-blogging {

	padding: 0 8px;

	text-align: left;

}



#dashboard_quick_press .input-text-wrap {

	position: relative;

}



#dashboard_quick_press .prompt {

	color: #bbb;

	position: absolute;

}



#dashboard_quick_press div.updated  {

	padding: 0 5px;

}



#title-wrap label,

#tags-input-wrap label {

	cursor: text;

}



#title-wrap #title {

	padding: 2px 6px;

	font-size: 1.3em;

	line-height: 100%;

	outline: none;

}



#tags-input-wrap #tags-input {

	outline: none;

}



#title-wrap #title-prompt-text {

	font-size: 1.3em;

	padding: 5px 8px;

}



#tags-input-wrap #tags-input-prompt-text {

	font-size: 1em;

	padding: 4px 8px;

}



#dashboard_quick_press .input-text-wrap,

#dashboard_quick_press .textarea-wrap {

	margin: 0 0 1em 0;

}



#dashboard_quick_press .wp-media-buttons {

	margin: 0 0 .2em 1px;

	padding: 0;

}



#dashboard_quick_press .wp-media-buttons a {

	color: #777;

}



#dashboard-widgets #dashboard_quick_press form p.submit input {

	float: left;

}



#dashboard-widgets #dashboard_quick_press form p.submit #save-post {

	margin: 0 0.7em 0 1px;

}



#dashboard-widgets #dashboard_quick_press form p.submit #publish {

	float: right;

}



#dashboard-widgets #dashboard_quick_press form p.submit .spinner {

	vertical-align: middle;

	margin: 4px 6px 0 0;

}



/* Recent Drafts */

#dashboard_recent_drafts ul,

#dashboard_recent_drafts p {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

}



#dashboard_recent_drafts ul {

	list-style: none;

}



#dashboard_recent_drafts ul li {

	margin-bottom: 1em;

}



#dashboard_recent_drafts h4 {

	line-height: 1.7em;

	word-wrap: break-word;

}



#dashboard_recent_drafts h4 abbr {

	font-weight: normal;

	font-family: sans-serif;

	font-size: 12px;

	color: #999;

	margin-left: 3px;

}



/* Feeds */

.rss-widget ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



a.rsswidget {

	font-size: 13px;

	line-height: 1.7em;

}



.rss-widget ul li {

	line-height: 1.5em;

	margin-bottom: 12px;

}



.rss-widget span.rss-date {

	color: #999;

	font-size: 12px;

	margin-left: 3px;

}



.rss-widget cite {

	display: block;

	text-align: right;

	margin: 0 0 1em;

	padding: 0;

}



.rss-widget cite:before {

	content: '\2014';

}



/* Plugins */

#dashboard_plugins h4 {

	line-height: 1.7em;

}



#dashboard_plugins h5 {

	font-weight: normal;

	font-size: 13px;

	margin: 0;

	display: inline;

	line-height: 1.4em;

}



#dashboard_plugins h5 a {

	line-height: 1.4em;

}



#dashboard_plugins .inside span {

	font-size: 12px;

	padding-left: 5px;

}



#dashboard_plugins p {

	margin: 0.3em 0 1.4em;

	line-height: 1.4em;

}



.dashboard-comment-wrap {

	overflow: hidden;

	word-wrap: break-word;

}



/* Browser Nag */

#dashboard_browser_nag a.update-browser-link {

	font-size: 1.2em;

	font-weight: bold;

}



#dashboard_browser_nag a {

	text-decoration: underline;

}



#dashboard_browser_nag p.browser-update-nag.has-browser-icon {

	padding-right: 125px;

}



#dashboard_browser_nag .browser-icon {

	margin-top: -35px;

}



#dashboard_browser_nag.postbox.browser-insecure {

	background-color: #ac1b1b;

	border-color: #ac1b1b;

}



#dashboard_browser_nag.postbox {

	background-color: #e29808;

	background-image: none;

	border-color: #edc048;

	color: #fff;

	-webkit-box-shadow: none;

	box-shadow: none;

}



#dashboard_browser_nag.postbox.browser-insecure h3 {

	border-bottom-color: #cd5a5a;

	color: #fff;

}



#dashboard_browser_nag.postbox h3 {

	border-bottom-color: #f6e2ac;

	text-shadow: none;

	background: transparent none;

	color: #fff;

	-webkit-box-shadow: none;

	box-shadow: none;

}



#dashboard_browser_nag a {

	color: #fff;

}



#dashboard_browser_nag.browser-insecure a.browse-happy-link,

#dashboard_browser_nag.browser-insecure a.update-browser-link {

	text-shadow: #871b15 0 1px 0;

}



#dashboard_browser_nag a.browse-happy-link,

#dashboard_browser_nag a.update-browser-link {

	text-shadow: #d29a04 0 1px 0;

}







/* ms */

/* Dashboard: MS Specific Data */

#dashboard_right_now p.musub {

	margin-top: 12px;

	border-top: 1px solid #ececec;

	padding-left: 16px;

	position: static;

}



.rtl #dashboard_right_now p.musub {

	padding-left: 0;

	padding-right: 16px;

}



#dashboard_right_now td.b a.musublink {

	font-size: 16px;

}



#dashboard_right_now div.musubtable {

	border-top: none;

}



#dashboard_right_now div.musubtable .t {

	white-space: normal;

}



/* Background Color for Site Status */

.wp-list-table .site-deleted {

	background: #ff8573;

}

.wp-list-table .site-spammed {

	background: #faafaa;

}

.wp-list-table .site-archived {

	background: #ffebe8;

}

.wp-list-table .site-mature {

	background: #fecac2;

}



/* nav-menu */



#nav-menus-frame {

	margin-left: 300px;

	margin-top: 23px;

}



#wpbody-content #menu-settings-column {

	display:inline;

	width:281px;

	margin-left: -300px;

	clear: both;

	float: left;

	padding-top: 24px;

}



.no-js #wpbody-content #menu-settings-column {

	padding-top: 31px;

}



#menu-settings-column .inside {

	clear: both;

	margin: 10px 0 0;

}



.metabox-holder-disabled .postbox {

	opacity: 0.5;

	filter: alpha(opacity=50);

}



.metabox-holder-disabled .button-controls .select-all {

	display: none;

}



#wpbody {

	position: relative;

}



/* Menu Container */

#menu-management-liquid {

	float: left;

	min-width: 100%;

}



#menu-management {

	position: relative;

	margin-right: 20px;

	/*margin-top: -3px;*/

	width: 100%;

}



#menu-management .menu-edit {

	margin-bottom: 20px;

}



.nav-menus-php #post-body {

	padding: 13px;

	border-width: 1px 0;

	border-style: solid;

}



#nav-menu-header,

#nav-menu-footer {

	padding: 0 13px;

}



#nav-menu-header {

}



#nav-menu-footer {

	border-top: 1px solid;

}



.nav-menus-php #post-body div.updated,

.nav-menus-php #post-body div.error {

	margin: 0;

}



.nav-menus-php #post-body-content {

	position: relative;

	float: none;

}



#menu-management .menu-add-new abbr {

	font-weight:bold;

}



/* Menu Tabs */



#menu-management .nav-tabs-nav {

	margin: 0 20px;

}



#menu-management .nav-tabs-arrow {

	width: 10px;

	padding: 0 5px 4px;

	cursor: pointer;

	position: absolute;

	top: 0;

	line-height: 22px;

	font-size: 18px;

	text-shadow: 0 1px 0 #fff;

}



#menu-management .nav-tabs-arrow-left {

	left: 0;

}



#menu-management .nav-tabs-arrow-right {

	right: 0;

	text-align: right;

}



#menu-management .nav-tabs-wrapper {

	width: 100%;

	height: 28px;

	margin-bottom: -1px;

	overflow: hidden;

}



#menu-management .nav-tabs {

	padding-left: 20px;

	padding-right: 10px;

}



.js #menu-management .nav-tabs {

	float: left;

	margin-left: 0px;

	margin-right: -400px;

}



#menu-management .nav-tab {

	margin-bottom: 0;

	font-size: 14px;

}



#select-nav-menu-container {

	text-align: right;

	padding: 0 10px 3px 10px;

	margin-bottom: 5px;

}



#select-nav-menu {

	width: 100px;

	display: inline;

}



#menu-name-label {

	margin-top: -2px;

}



#wpbody .open-label {

	display: block;

	float:left;

}



#wpbody .open-label span {

	padding-right: 10px;

	font-size: 14px;

}



.js .input-with-default-title {

	font-style: italic;

}



#menu-management .inside {

	padding: 0 10px;

}



/* Add Menu Item Boxes */

.postbox .howto input {

	width: 180px;

	float: right;

}



.customlinkdiv .howto input {

	width: 180px;

	float: right;

}



#nav-menu-theme-locations .howto select {

	width: 100%;

}



#nav-menu-theme-locations .button-controls {

	text-align: right;

}



.add-menu-item-view-all {

	height: 400px;

}



/* Button Primary Actions */

#menu-container .submit {

	margin: 0px 0px 10px;

	padding: 0px;

}



.nav-menus-php .meta-sep,

.nav-menus-php .submitdelete,

.nav-menus-php .submitcancel {

	display: block;

	float: left;

	margin: 4px 0;

	line-height: 15px;

}



.meta-sep {

	padding: 0 2px;

}



#cancel-save {

	text-decoration: underline;

	font-size: 12px;

	margin-left: 20px;

	margin-top: 5px;

}



.button.right, .button-secondary.right, .button-primary.right {

	float: right;

}



/* Button Secondary Actions */

.list-controls {

	float: left;

	margin-top: 5px;

}



.add-to-menu {

	float: right;

}



.postbox .spinner {

	display: none;

	vertical-align: middle;

}



.button-controls {

	clear:both;

	margin: 10px 0;

}



.show-all,

.hide-all {

	cursor: pointer;

}



.hide-all {

	display: none;

}



/* Create Menu */

#menu-name {

	width: 270px;

}



#manage-menu .inside {

	padding: 0px 0px;

}



/* Custom Links */

#available-links dt {

	display: block;

}



#add-custom-link .howto {

	font-size: 12px;

}



#add-custom-link label span {

	display: block;

	float: left;

	margin-top: 5px;

	padding-right: 5px;

}



.menu-item-textbox {

	width: 180px;

}



.nav-menus-php .howto span {

	margin-top: 4px;

	display: block;

	float: left;

}



/* Menu item types */

.quick-search {

	width: 190px;

}



.nav-menus-php .list-wrap {

	display: none;

	clear: both;

	margin-bottom: 10px;

}



.nav-menus-php .list-container {

	max-height: 200px;

	overflow-y: auto;

	padding: 10px 10px 5px;

}



.nav-menus-php .postbox p.submit {

	margin-bottom: 0;

}



/* Listings */

.nav-menus-php .list li {

	display: none;

	margin: 0;

	margin-bottom: 5px;

}



.nav-menus-php .list li .menu-item-title {

	cursor: pointer;

	display: block;

}



.nav-menus-php .list li .menu-item-title input {

	margin-right: 3px;

	margin-top: -3px;

}



/* Nav Menu */

#menu-container .inside {

	padding-bottom: 10px;

}



.menu {

	padding-top:1em;

}



#menu-to-edit {

	padding: 0 0 1em;

}



.menu ul {

	width: 100%;

}



.menu li {

	margin-bottom: 0;

	position:relative;

}



.menu-item-bar {

	clear:both;

	line-height:1.5em;

	position:relative;

	margin: 13px 0 0 0;

}



.menu-item-handle {

	border: 1px solid #dfdfdf;

	position: relative;

	padding-left: 10px;

	height: auto;

	width: 400px;

	line-height: 31px;

	text-shadow: 0 1px 0 #FFFFFF;

	overflow: hidden;

	word-wrap: break-word;

	border-radius: 0;

}



#menu-to-edit .menu-item-invalid .menu-item-handle {

	background: #f6c9cc;

}



.no-js .menu-item-edit-active .item-edit {

	display: none;

}



.js .menu-item-handle {

	cursor: move;

}



.menu li.deleting .menu-item-handle {

	background-image: none;

	text-shadow: 0 0 0;

}



.menu-item-handle .item-title {

	font-size: 12px;

	padding: 5px 0;

	line-height: 20px;

	display:block;

	margin-right:13em;

}



/* Sortables */

li.menu-item.ui-sortable-helper dl {

	margin-top: 0;

}



li.menu-item.ui-sortable-helper .menu-item-transport dl {

	margin-top: 13px;

}



.menu .sortable-placeholder {

	height: 35px;

	width: 410px;

	margin-top: 13px;

}



/* WARNING: The factor of 30px is hardcoded into the nav-menus javascript. */

.menu-item-depth-0 { margin-left: 0px; }

.menu-item-depth-1 { margin-left: 30px; }

.menu-item-depth-2 { margin-left: 60px; }

.menu-item-depth-3 { margin-left: 90px; }

.menu-item-depth-4 { margin-left: 120px; }

.menu-item-depth-5 { margin-left: 150px; }

.menu-item-depth-6 { margin-left: 180px; }

.menu-item-depth-7 { margin-left: 210px; }

.menu-item-depth-8 { margin-left: 240px; }

.menu-item-depth-9 { margin-left: 270px; }

.menu-item-depth-10 { margin-left: 300px; }

.menu-item-depth-11 { margin-left: 330px; }



.menu-item-depth-0 .menu-item-transport { margin-left: 0px; }

.menu-item-depth-1 .menu-item-transport { margin-left: -30px; }

.menu-item-depth-2 .menu-item-transport { margin-left: -60px; }

.menu-item-depth-3 .menu-item-transport { margin-left: -90px; }

.menu-item-depth-4 .menu-item-transport { margin-left: -120px; }

.menu-item-depth-5 .menu-item-transport { margin-left: -150px; }

.menu-item-depth-6 .menu-item-transport { margin-left: -180px; }

.menu-item-depth-7 .menu-item-transport { margin-left: -210px; }

.menu-item-depth-8 .menu-item-transport { margin-left: -240px; }

.menu-item-depth-9 .menu-item-transport { margin-left: -270px; }

.menu-item-depth-10 .menu-item-transport { margin-left: -300px; }

.menu-item-depth-11 .menu-item-transport { margin-left: -330px; }



/*

body.menu-max-depth-0 { min-width: 950px !important; }

body.menu-max-depth-1 { min-width: 980px !important; }

body.menu-max-depth-2 { min-width: 1010px !important; }

body.menu-max-depth-3 { min-width: 1040px !important; }

body.menu-max-depth-4 { min-width: 1070px !important; }

body.menu-max-depth-5 { min-width: 1100px !important; }

body.menu-max-depth-6 { min-width: 1130px !important; }

body.menu-max-depth-7 { min-width: 1160px !important; }

body.menu-max-depth-8 { min-width: 1190px !important; }

body.menu-max-depth-9 { min-width: 1220px !important; }

body.menu-max-depth-10 { min-width: 1250px !important; }

body.menu-max-depth-11 { min-width: 1280px !important; }

*/



/* Menu item controls */

.item-type {

	font-size: 12px;

	padding-right: 3px;

}



.item-controls {

	font-size: 12px;

	position: absolute;

	right: 20px;

	top: -1px;

}



.item-controls a {

	text-decoration: none;

}



.item-controls a:hover {

	cursor: pointer;

}



.item-controls .item-order {

	padding-right: 10px;

}



.nav-menus-php .item-edit {

	position: absolute;

	right: -10px;

	top: -1px;

	display: block;

	width: 18px;

	height: 36px;

	overflow: hidden;

	border-bottom: 1px solid;

}



.nav-menus-php .menu-item-edit-inactive .item-edit { 

	top: 0;

}



/* Menu editing */

.menu-instructions-inactive {

	display: none;

}



.menu-item-settings {

	display: block;

	width: 400px;

	padding: 10px 0 10px 10px;

	border: solid;

	border-width: 0 1px 1px 1px;

}



.menu-item-edit-active .menu-item-settings {

	display: block;

}



.menu-item-edit-inactive .menu-item-settings {

	display: none;

}



.add-menu-item-pagelinks {

	margin: .5em auto;

	text-align: center;

}



.link-to-original {

	display: block;

	margin: 0 0 10px;

	padding: 3px 5px 5px;

	font-size: 12px;

	font-style: italic;

}



.link-to-original a {

	padding-left: 4px;

	font-style: normal;

}



.hidden-field {

	display: none;

}



.menu-item-settings .description-thin,

.menu-item-settings .description-wide {

	margin-right: 10px;

	float: left;

}



.description-thin {

	width: 190px;

	height: 40px;

}



.description-wide {

	width: 390px;

}



.menu-item-actions {

	padding-top: 15px;

}



#cancel-save {

	cursor: pointer;

}



/* Major/minor publishing actions (classes) */

.nav-menus-php .major-publishing-actions {

	clear: both;

	padding: 10px 0;

}



.nav-menus-php .major-publishing-actions .publishing-action {

	text-align: right;

	float: right;

	line-height: 23px;

	margin: 5px 0 1px;

}



.nav-menus-php .major-publishing-actions .delete-action {

	vertical-align: middle;

	text-align: left;

	float: left;

	padding-right: 15px;

	margin-top: 5px;

}



.menu-name-label span,

.auto-add-pages label {

	font-size: 12px;

	font-style: normal;

}



.menu-name-label {

	margin-right: 15px;

}



.auto-add-pages input {

	margin-top: 0;

}



.auto-add-pages {

	margin-top: 4px;

	float: left;

}



.nav-menus-php .submitbox .submitcancel {

	border-bottom: 1px solid;

	padding: 1px 2px;

	text-decoration: none;

}



.nav-menus-php .major-publishing-actions .form-invalid {

	padding-left: 4px;

	margin-left: -4px;

	border: 0 none;

}



/* Clearfix */

#menu-item-name-wrap:after,

#menu-item-url-wrap:after,

#menu-name-label:after,

#menu-settings-column .inside:after,

#nav-menus-frame:after,

.nav-menus-php #post-body-content:after,

.nav-menus-php .button-controls:after,

.nav-menus-php .major-publishing-actions:after,

.nav-menus-php .menu-item-settings:after {

	clear: both;

	content: ".";

	display: block;

	height: 0;

	visibility: hidden;

}



#nav-menus-frame,

.button-controls,

#menu-item-url-wrap,

#menu-item-name-wrap {

	display: block;

}



/* Star ratings */

div.star-holder {

	position: relative;

	height: 17px;

	width: 100px;

	background: url('../img/stars.png?ver=20121108') repeat-x bottom left;

}



div.star-holder .star-rating {

	background: url('../img/stars.png?ver=20121108') repeat-x top left;

	height: 17px;

	float: left;

}

.star-rating .star-full:before {

    content: "";

}

.star-rating .star {

    color: #ca3e00;

    display: inline-block;

    font-family: dashicons;

    font-size: 10px;

    font-style: normal;

    font-weight: 300;

    height: 10px;

    line-height: 1;

    text-align: center;

    text-decoration: inherit;

    vertical-align: top;

    width: 10px;

}

div.action-links {

	font-weight: normal;

	margin: 6px 0 0;

}



/* Header on thickbox */

#plugin-information-header {

	margin: 0;

	padding: 0 5px;

	font-weight: bold;

	position: relative;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	height: 2.5em;

}

#plugin-information ul#sidemenu {

	font-weight: normal;

	margin: 0 5px;

	position: absolute;

	left: 0;

	bottom: -1px;

}



/* Install sidemenu */

#plugin-information p.action-button {

	width: 100%;

	padding-bottom: 0;

	margin-bottom: 0;

	margin-top: 10px;

}



#plugin-information .action-button a {

	text-align: center;

	font-weight: bold;

	text-decoration: none;

	display: block;

	line-height: 2em;

}



#plugin-information h2 {

	clear: none !important;

	margin-right: 200px;

}



#plugin-information .fyi {

	margin: 0 10px 50px;

	width: 210px;

}



#plugin-information .fyi h2 {

	font-size: 0.9em;

	margin-bottom: 0;

	margin-right: 0;

}



#plugin-information .fyi h2.mainheader {

	padding: 5px;

}



#plugin-information .fyi ul {

	padding: 10px 5px 10px 7px;

	margin: 0;

	list-style: none;

}



#plugin-information .fyi li {

	margin-right: 0;

}



#plugin-information #section-holder {

	padding: 10px;

}



#plugin-information .section ul,

#plugin-information .section ol {

	margin-left: 16px;

	list-style-type: square;

	list-style-image: none;

}



#plugin-information #section-screenshots ol {

	list-style: none;

	margin: 0;

}



#plugin-information #section-screenshots li img {

	vertical-align: text-top;

	max-width: 100%;

	width: auto;

	height: auto;

}



#plugin-information #section-screenshots li p {

	font-style: italic;

	padding-left: 20px;

	padding-bottom: 2em;

}



#plugin-information #section-screenshots ol,

#plugin-information .updated,

#plugin-information pre {

	margin-right: 215px;

}



#plugin-information pre {

	padding: 7px;

	overflow: auto;

}



/* press-this */

body.press-this {

	color: #333;

	margin: 0;

	padding: 0;

	min-width: 675px;

	min-height: 400px;

}



img {

	border: none;

}



/* Header */

.press-this #wphead {

	height: 32px;

	margin-left: 0;

	margin-right: 0;

	margin-bottom: 5px;

}



.press-this #header-logo {

	float: left;

	margin: 7px 7px 0;

	-webkit-user-select: none;

	-moz-user-select: none;

	user-select: none;

}



.press-this #wphead h1 {

	font-weight: normal;

	font-size: 16px;

	line-height: 32px;

	margin: 0;

	float: left;

}



.press-this #wphead h1 a {

	text-decoration: none;

}



.press-this #wphead h1 a:hover {

	text-decoration: underline;

}



.press-this #message {

	margin: 10px 0;

}



.press-this-sidebar {

	float: right;

	width: 200px;

	padding-top: 10px;

}



.press-this #title {

	margin-left: 0;

	margin-right: 0;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-ms-box-sizing: border-box;

	box-sizing: border-box;

}



.press-this .tagchecklist span a {

	background: transparent url(../img/xit.gif) no-repeat 0 0;

}



.press-this #titlediv {

	margin: 0;

}



.press-this .wp-media-buttons {

	cursor: default;

	padding: 8px 8px 0;

}



.press-this .howto {

	margin-top: 2px;

	margin-bottom: 3px;

	font-size: 12px;

	font-style: italic;

	display: block;

}



/* Editor/Main Column */

.press-this #poststuff {

	margin: 0 10px 10px;

	padding: 0;

}



.press-this #photo-add-url-div input[type="text"] {

	width: 220px;

}



#poststuff #editor-toolbar {

	height: 30px;

}



div.zerosize {

	border: 0 none;

	height: 0;

	margin: 0;

	overflow: hidden;

	padding: 0;

	width: 0;

}



.posting {

	margin-right: 212px;

	position: relative;

}



.press-this .inner-sidebar {

	width: 200px;

}



.press-this .inner-sidebar .sleeve {

	padding-top: 5px;

}



.press-this #submitdiv p {

	margin: 0;

	padding: 6px;

}



.press-this #submitdiv #publishing-actions {

	border-bottom: 1px solid #dfdfdf;

}



.press-this #publish {

	float: right;

}



.press-this #poststuff h2,

.press-this #poststuff h3 {

	font-size: 14px;

	line-height: 1;

}



.press-this #tagsdiv-post_tag h3,

.press-this #categorydiv h3 {

	cursor: pointer;

}



.press-this #submitdiv h3 {

	cursor: default;

}



h3.tb {

	text-shadow: 0 1px 0 #fff;

	font-weight: bold;

	font-size: 12px;

	margin-left: 5px;

}



#TB_window {

	border: 1px solid #333;

}



.press-this .postbox,

.press-this .stuffbox {

	margin-bottom: 10px;

	min-width: 0;

}



.press-this #submitdiv:hover .handlediv {

	background: none;

}



.tbtitle {

	font-size: 1.7em;

	outline: none;

	padding: 3px 4px;

	border-color: #dfdfdf;

}



.press-this .actions {

	float: right;

	margin: -19px 0 0;

}



.press-this #extra-fields .actions {

	margin: -32px -7px 0 0;

}



.press-this .actions li {

	float: left;

	list-style: none;

	margin-right: 10px;

}



#extra-fields .button {

	margin-right: 5px;

}



/* Photo Styles */

#photo_saving {

	margin: 0 8px 8px;

	vertical-align: middle;

}



#img_container_container {

	overflow: auto;

}



#extra-fields {

	margin-top: 10px;

	position: relative;

}



#extra-fields h2 {

	margin: 12px;

}



#waiting {

	margin-top: 10px;

	overflow: hidden;

}



#waiting span {

	float: right;

	margin: 0 0 0 5px;

}



#waiting .spinner {

	display: block;

}



#extra-fields .postbox {

	margin-bottom: 5px;

}



#extra-fields .titlewrap {

	padding: 0;

	overflow: auto;

	height: 100px;

}



#img_container a {

	display: block;

	float: left;

	overflow: hidden;

}



#img_container img,

#img_container a {

	width: 68px;

	height: 68px;

}



#img_container img {

	border: none;

	background-color: #f4f4f4;

	cursor: pointer;

}



#img_container a,

#img_container a:link,

#img_container a:visited {

	border: 1px solid #ccc;

	display: block;

	position: relative;

}



#img_container a:hover,

#img_container a:active {

	border-color: #000;

	z-index: 1000;

	border-width: 2px;

	margin: -1px;

}



/* Video */

#embed-code {

	width: 100%;

	height: 98px;

}



/* Categories */

.press-this .categorydiv div.tabs-panel {

	height: 100px;

}



/* Tags */

.press-this .tagsdiv .newtag {

	width: 120px;

}



.press-this #content {

	margin: 5px 0;

	padding: 0 5px;

	border: 0 none;

	height: 345px;

	font-family: Consolas, Monaco, monospace;

	font-size: 13px;

	line-height: 19px;

	background: transparent;

}



/* Submit */

.press-this #publishing-actions .spinner {

	display: inline;

	vertical-align: middle;

}



#TB_ajaxContent #options {

	position: absolute;

	top: 20px;

	right: 25px;

	padding: 5px;

}



#TB_ajaxContent h3 {

	margin-bottom: .25em;

}



.error a {

	text-decoration: underline;

}



.updated a {

	text-decoration: none;

	padding-bottom: 2px;

}



/* tag hints */

.taghint {

	color: #aaa;

	margin: -17px 0 0 7px;

	visibility: hidden;

}



input.newtag ~ div.taghint {

	visibility: visible;

}



input.newtag:focus ~ div.taghint {

	visibility: hidden;

}



/* TinyMCE */

#mce_fullscreen_container {

	background: #fff;

}



#photo-add-url-div input[type="text"] {

	width: 300px;

}



/* theme-editor */

.alignleft h3 {

	margin: 0;

}



h3 span {

	font-weight: normal;

}



#template textarea {

	font-family: Consolas, Monaco, monospace;

	font-size: 12px;

	width: 97%;

	background: #FBFBFB;

	outline: none;

}



#template p {

	width: 97%;

}



#templateside {

	float: right;

	width: 190px;

	word-wrap: break-word;

}



#templateside h3,

#postcustomstuff p.submit {

	margin: 0;

}



#templateside h4 {

	margin: 1em 0 0;

}



#templateside ol,

#templateside ul {

	margin: .5em;

	padding: 0;

}



#templateside li {

	margin: 4px 0;

}



#templateside ul li a span.highlight {

	display:block;

}



.nonessential {

	font-size: 11px;

	font-style: italic;

	padding-left: 12px;

}



.highlight {

	padding: 3px 3px 3px 12px;

	margin-left: -12px;

	font-weight: bold;

	border: 0 none;

}



#documentation {

	margin-top: 10px;

}

#documentation label {

	line-height: 22px;

	vertical-align: top;

	font-weight: bold;

}



.fileedit-sub {

	padding: 10px 0 8px;

	line-height: 180%;

}



#filter-box {

	clear: both;

}



.feature-filter {

	padding: 8px 12px 0;

}



.feature-filter .feature-group {

	float: left;

	margin: 5px 10px 10px;

}



.feature-filter .feature-group li {

	display: inline-block;

	vertical-align: top;

	list-style-type: none;

	padding-right: 25px;

	width: 150px;

}



.feature-container {

	width: 100%;

	overflow: auto;

	margin-bottom: 10px;

}



/* widgets */



/* 2 column liquid layout */

div.widget-liquid-left {

	float: left;

	clear: left;

	width: 100%;

	margin-right: -325px;

}



div#widgets-left {

	margin-left: 5px;

	margin-right: 325px;

}



div#widgets-right {

	width: 285px;

	margin: 0 auto;

}



div.widget-liquid-right {

	float: right;

	clear: right;

	width: 300px;

}



.widget-liquid-right .widget,

.inactive-sidebar .widget,

.widget-liquid-right .sidebar-description {

	width: 250px;

	margin: 0 auto 20px;

	overflow: hidden;

}



.widget-liquid-right .sidebar-description {

	margin-bottom: 10px;

}



.inactive-sidebar .widget {

	margin: 0 10px 20px;

	display: inline-block;

}



div.sidebar-name h3 {

	font-weight: normal;

	font-size: 15px;

	margin: 0;

	padding: 8px 10px;

	overflow: hidden;

	white-space: nowrap;

}



div.sidebar-name {

	font-size: 13px;

	border-width: 1px;

	border-style: solid;

}



.js .sidebar-name {

	cursor: pointer;

}





.widget-liquid-right .widgets-sortables,

#widgets-left .widget-holder {

	border-width: 0 1px 1px;

	border-style: none solid solid;

}



.js .closed .widgets-sortables,

.js .closed .widget-holder {

	display: none;

}



.widget-liquid-right .widgets-sortables {

	padding: 15px 0 0;

}



#available-widgets .widget-holder {

	padding: 7px 5px 0;

}



#available-widgets .widget {

	-webkit-box-shadow: none;

	box-shadow: none;

}



.inactive-sidebar {

	padding: 5px 5px 0;

}



#widget-list .widget {

	width: 250px;

	margin: 0 10px 15px;

	border: 0 none;

	background: transparent;

	display: inline-block;

	vertical-align: top;

}



#widget-list .widget-description {

	padding: 5px 8px;

}



.widget-placeholder {

	border-width: 1px;

	border-style: dashed;

	margin: 0 auto 20px;

	height: 27px;

	width: 250px;

}



.inactive-sidebar .widget-placeholder {

	margin: 0 10px 20px;

	float: left;

}



div.widgets-holder-wrap {

	padding: 0;

	margin: 10px 0 20px;

}



#widgets-left #available-widgets {

	background-color: transparent;

	border: 0 none;

}



ul#widget-list {

	list-style: none;

	margin: 0;

	padding: 0;

	min-height: 100px;

}



.widget .widget-top {

	margin-bottom: -1px;

	font-size: 12px;

	font-weight: bold;

	height: 26px;

	overflow: hidden;

}



.widget-top .widget-title {

	padding: 7px 9px;

}



.widget-top .widget-title-action {

	float: right;

}



a.widget-action {

	display: block;

	width: 24px;

	height: 23px;

	margin-top: 3px;

}



#available-widgets a.widget-action {

	display: none;

}



.widget .widget-inside,

.widget .widget-description {

	padding: 12px 12px 10px;

	font-size: 12px;

	line-height: 16px;

}



.widget-inside,

.widget-description {

	display: none;

}



#available-widgets .widget-description {

	display: block;

}



.widget .widget-inside p {

	margin: 0 0 1em;

	padding: 0;

}



.widget-title h4 {

	margin: 0;

	padding-bottom: 0.2em;

	line-height: 1;

	overflow: hidden;

	white-space: nowrap;

}



.widgets-sortables {

	min-height: 90px;

}



.widget-control-actions {

	margin-top: 8px;

}



.widget-control-actions a {

	text-decoration: none;

}



.widget-control-actions a:hover {

	text-decoration: underline;

}



.widget-control-actions div.alignleft {

	margin-top: 6px;

}



div#sidebar-info {

	padding: 0 1em;

	margin-bottom: 1em;

	font-size: 12px;

}



.widget-title a,

.widget-title a:hover {

	text-decoration: none;

	border-bottom: none;

}



.widget-control-edit {

	display: block;

	font-size: 12px;

	font-weight: normal;

	line-height: 26px;

	padding: 0 8px 0 0;

}



a.widget-control-edit {

	text-decoration: none;

}



.widget-control-edit .add,

.widget-control-edit .edit {

	display: none;

}



#available-widgets .widget-control-edit .add,

#widgets-right .widget-control-edit .edit,

.inactive-sidebar .widget-control-edit .edit {

	display: inline;

}



.editwidget {

	margin: 0 auto 15px;

}



.editwidget .widget-inside {

	display: block;

	padding: 10px;

}



.inactive p.description {

	margin: 5px 15px 10px;

}



#available-widgets p.description {

	margin: 0 12px 12px;

}



.widget-position {

	margin-top: 8px;

}



.inactive {

	padding-top: 2px;

}



.sidebar-name .spinner {

	float: none;

	margin: 0 3px -3px;

}



.sidebar-name-arrow {

	float: right;

	height: 29px;

	width: 26px;

}



.widget-title .in-widget-title {

	font-size: 12px;

	white-space: nowrap;

}



#removing-widget {

	display: none;

	font-weight: normal;

	padding-left: 15px;

	font-size: 12px;

	line-height: 1;

}



.widget-control-noform,

#access-off,

.widgets_access .widget-action,

.widgets_access .sidebar-name-arrow,

.widgets_access #access-on,

.widgets_access .widget-holder .description {

	display: none;

}



.widgets_access .widget-holder,

.widgets_access #widget-list {

	padding-top: 10px;

}



.widgets_access #access-off {

	display: inline;

}



.widgets_access #wpbody-content .widget-title-action,

.widgets_access #wpbody-content .widget-control-edit,

.widgets_access .closed .widgets-sortables,

.widgets_access .closed .widget-holder {

	display: block;

}



.widgets_access .sidebar-name,

.widgets_access .widget .widget-top {

	cursor: default;

}



/* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */

.ui-sortable,

.ui-draggable {

	-ms-touch-action: none;

}



/* =Media Queries

-------------------------------------------------------------- */



@media only screen and (max-width: 768px) {

	/* categories */

	#col-left {

		width: 100%;

	}



	#col-right {

		width: 100%;

	}

}



@media only screen and (min-width: 769px) {

	/* categories */

	#col-left {

		width: 35%;

	}



	#col-right {

		width: 65%;

	}

}



@media only screen and (max-width: 860px) {



	/* categories */

	#col-left {

		width: 35%;

	}



	#col-right {

		width: 65%;

	}

}



@media only screen and (min-width: 980px) {



	/* categories */

	#col-left {

		width: 35%;

	}



	#col-right {

		width: 65%;

	}

}



@media only screen and (max-width: 768px) {

	/* categories */

	#col-left {

		width: 100%;

	}



	#col-right {

		width: 100%;

	}



	.form-field input,

	.form-field textarea {

		width: 99%;

	}



	.form-wrap .form-field {

		padding:0;

	}



	/* users */

	#profile-page .form-table textarea {

		max-width: 400px;

		width: auto;

	}

}



/**

 * HiDPI Displays

 */

@media print,

  (-o-min-device-pixel-ratio: 5/4),

  (-webkit-min-device-pixel-ratio: 1.25),

  (min-resolution: 120dpi) {



	.press-this .tagchecklist span a {

	 	background-image: url('../img/xit-2x.gif');

	 	background-size: 20px auto;

	 }

/*

	.post-com-count {

		background-image: url('../images/bubble_bg-2x.gif');

		background-size: 18px 100px;

	}



	th .comment-grey-bubble {

		background-image: url('../images/comment-grey-bubble-2x.png');

		background-size: 12px 12px;

	}

*/



	div.star-holder {

		background: url('../img/stars-2x.png?ver=20121108') repeat-x bottom left;

		background-size: 21px 37px;

	}



	div.star-holder .star-rating {

		background: url('../img/stars-2x.png?ver=20121108') repeat-x top left;

		background-size: 21px 37px;

	}



	.welcome-panel .welcome-panel-close:before {

		background-image: url('../img/xit-2x.gif');

		background-size: 20px auto;

	}



	.imgedit-crop,

	.imgedit-rleft,

	.imgedit-rright,

	.imgedit-flipv,

	.imgedit-fliph,

	.imgedit-undo,

	.imgedit-redo {

		background-image: url('../img/imgedit-icons-2x.png');

		background-size: 260px 64px;

	}



	.spinner,

	.imgedit-wait,

	.customize-loading #customize-container {

		background-image: url(../img/wpspin_light-2x.gif);

	}

}



/* =Localized CSS

-------------------------------------------------------------- */



/* zh_CN: Remove italic properties. */

.locale-zh-cn .howto,

.locale-zh-cn .tablenav .displaying-num,

.locale-zh-cn .js .input-with-default-title,

.locale-zh-cn .link-to-original,

.locale-zh-cn .inline-edit-row fieldset span.title,

.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,

.locale-zh-cn #utc-time,

.locale-zh-cn #local-time,

.locale-zh-cn p.install-help,

.locale-zh-cn p.help,

.locale-zh-cn p.description,

.locale-zh-cn span.description,

.locale-zh-cn .form-wrap p {

	font-style: normal;

}



/* zh_CN: Enlarge dashboard widget 'Configure' link */

.locale-zh-cn .hdnle a { font-size: 12px; }



/* zn_CH: Enlarge font size, set font-size: normal */

.locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; }



/* Zn_CH: Distraction free writing.

 *  More beautiful font for "Just write."

 *  Larger text for HTML/Visual mode.

 */

.locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; }

.locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; }



/* zh_CN: Enlarge font-size. */

.locale-zh-cn #sort-buttons { font-size: 1em !important; }



/* ru_RU: Text needs more room to breathe. */

.locale-ru-ru .inline-edit-row fieldset label span.title {

	width: auto; /* default 5em */

	min-width: 5em;

}

.locale-ru-ru.press-this .posting {

	margin-right: 257px; /* default 212px + 45px */

}

.locale-ru-ru.press-this #photo-add-url-div input[type="text"]  {

	width: 255px; /* default 300px - 45px */

}

.locale-ru-ru.press-this #side-sortables {

	width: 245px; /* default 200px + 45px */

}

.locale-ru-ru #customize-header-actions .button {

	padding: 0 8px 1px; /* default 0 10px 1px; */

}



/* lt_LT: QuickEdit */

.locale-lt-lt .inline-edit-row fieldset label span.title {

	width: 8em;

}

.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap {

	margin-left: 8em;

}



.update-php .spinner {

	float: none;

	margin: -4px 0;

}





/* 10.	Color style

--------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

  1.0 - Left to Right Styles

------------------------------------------------------------------------------*/



.find-box-search,

.find-box-buttons {

	background-color: #f7f7f7;

	border-top: 1px solid #ddd;

}



.find-box {

	background-color: #444;

}



.find-box-head {

	color: #eee;

}



.find-box-inside {

	background-color: #fff;

}



a.page-numbers:hover {

	border-color: #999;

}



body,

#wpbody,

.form-table .pre,

.ui-autocomplete li a {

	color: #333;

}



body > #upload-menu {

	border-bottom-color: #fff;

}



#postcustomstuff table,

#your-profile fieldset,

#rightnow,

div.dashboard-widget,

#dashboard-widgets p.dashboard-widget-links {

	border-color: #ccc;

}



#poststuff .inside label.spam,

#poststuff .inside label.deleted {

	color: red;

}



#poststuff .inside label.waiting {

	color: orange;

}



#poststuff .inside label.approved {

	color: green;

}



#postcustomstuff table {

	border-color: #dfdfdf;

	background-color: #FBFBFB;

}



#postcustomstuff thead th {

	background-color: #f1f1f1;

}



.widefat {

	border-color: #dfdfdf;

	background-color: #FBFBFB;

}

textarea.widefat {

	background-color: #fff;

}



div.dashboard-widget-error {

	background-color: #c43;

}



div.dashboard-widget-notice {

	background-color: #cfe1ef;

}



div.dashboard-widget-submit {

	border-top-color: #ccc;

}



ul.category-tabs li {

	border-color: transparent;

}



div.tabs-panel,

.wp-tab-panel,

ul.add-menu-item-tabs li.tabs,

.wp-tab-active {

	border-color: #dfdfdf;

	background-color: #fff;

}



ul.category-tabs li.tabs {

	border-color: #dfdfdf #dfdfdf #fff;

}



ul.category-tabs li.tabs,

ul.add-menu-item-tabs li.tabs,

.wp-tab-active {

	background-color: #fff;

}



kbd,

code {

	background: #eaeaea;

}



textarea,

input[type="text"],

input[type="password"],

input[type="file"],

input[type="email"],

input[type="number"],

input[type="search"],

input[type="tel"],

input[type="url"],

select {

	border-color: #dfdfdf;

}



textarea:focus,

input[type="text"]:focus,

input[type="password"]:focus,

input[type="file"]:focus,

input[type="email"]:focus,

input[type="number"]:focus,

input[type="search"]:focus,

input[type="tel"]:focus,

input[type="url"]:focus,

select:focus {

	border-color: #dfdfdf;

}



input.disabled,

textarea.disabled {

	background-color: #ccc;

}



#plugin-information .action-button a,

#plugin-information .action-button a:hover,

#plugin-information .action-button a:visited {

	color: #fff;

}



.widget .widget-top,

.postbox h3,

.stuffbox h3,

.widefat thead tr th,

.widefat tfoot tr th,

h3.dashboard-widget-title,

h3.dashboard-widget-title span,

h3.dashboard-widget-title small,

.sidebar-name,

#nav-menu-footer,

.menu-item-handle {

	background: #f6f6f6;

}



.widget .widget-top,

.postbox h3,

.stuffbox h3 {

	border-bottom-color: #dfdfdf;

	text-shadow: #fff 0 1px 0;

	-webkit-box-shadow: 0 1px 0 #fff;

	box-shadow: 0 1px 0 #fff;

}



.form-table th,

.form-wrap label {

	color: #222;

	text-shadow: #fff 0 1px 0;

}



.description,

.form-wrap p {

	color: #666;

}



strong .post-com-count span {

	background-color: #21759b;

}



.sorthelper {

	background-color: #ccf3fa;

}



.ac_match,

.subsubsub a.current {

	color: #000;

}



.wrap h2 {

	color: #464646;

}



.wrap .add-new-h2,

.wrap .add-new-h2:active {

	background: #f1f1f1;

}



.subtitle {

	color: #777;

}



.ac_over {

	background-color: #f0f0b8;

}



.ac_results {

	background-color: #fff;

	border-color: #808080;

}



.ac_results li {

	color: #101010;

}



.alternate,

.alt {

	background-color: #fcfcfc;

}



.available-theme a.screenshot {

	background-color: #f1f1f1;

	border-color: #ddd;

}



#current-theme {

	border-bottom-color: #dfdfdf;

}



.bar {

	background-color: #e8e8e8;

	border-right-color: #99d;

}



#media-upload,

#media-upload .media-item .slidetoggle {

	background: #fff;

}



#media-upload .slidetoggle {

	border-top-color: #dfdfdf;

}



div.error,

.login #login_error {

	background-color: #ffebe8;

	border-color: #c00;

}



div.error a {

	color: #c00;

}



.form-invalid {

	background-color: #ffebe8 !important;

}



.form-invalid input,

.form-invalid select {

	border-color: #c00 !important;

}



.submit,

#commentsdiv #add-new-comment {

	border-color: #dfdfdf;

}



.highlight {

	background-color: #e4f2fd;

	color: #000;

}



.howto,

.nonessential,

#edit-slug-box,

.form-input-tip,

.subsubsub {

	color: #666;

}



.media-upload-form label.form-help,

td.help {

	color: #9a9a9a;

}



.ui-autocomplete {

	border-color: #aaa;

	background-color: #efefef;

}



.ui-autocomplete li a.ui-state-focus {

	background-color: #ddd;

}



.post-com-count {

	color: #fff;

}



.post-com-count span {

	background-color: #bbb;

	color: #fff;

}



.post-com-count:hover span {

	background-color: #d54e21;

}



.quicktags, .search {

	background-color: #ccc;

	color: #000;

}



.side-info h5 {

	border-bottom-color: #dadada;

}



.side-info ul {

	color: #666;

}





/*#adminmenu a:hover,

#adminmenu li.menu-top > a:focus,

#adminmenu .wp-submenu a:hover,

#the-comment-list .comment a:hover,

#rightnow a:hover,

#media-upload a.del-link:hover,

div.dashboard-widget-submit input:hover,

.subsubsub a:hover,

.subsubsub a.current:hover,

.ui-tabs-nav a:hover,

.plugins .inactive a:hover,

#all-plugins-table .plugins .inactive a:hover,

#search-plugins-table .plugins .inactive a:hover {

	color: #d54e21;

}

*/

#the-comment-list .comment-item,

#dashboard-widgets #dashboard_quick_press form p.submit {

	border-color: #dfdfdf;

}



#side-sortables .category-tabs .tabs a,

#side-sortables .add-menu-item-tabs .tabs a,

.wp-tab-bar .wp-tab-active a {

	color: #333;

}



#rightnow .rbutton {

	background-color: #ebebeb;

	color: #264761;

}



#dashboard_right_now .table_content,

#dashboard_right_now .table_discussion {

	border-top-color: #ececec;

}



.submitbox .submit {

	background-color: #464646;

	color: #ccc;

}



.plugins a.delete:hover,

#all-plugins-table .plugins a.delete:hover,

#search-plugins-table .plugins a.delete:hover,

.submitbox .submitdelete {

	color: #f00;

	border-bottom-color: #f00;

}



.submitbox .submitdelete:hover,

#media-items a.delete:hover,

#media-items a.delete-permanently:hover {

	color: #fff;

	background-color: #f00;

	border-bottom-color: #f00;

}



#normal-sortables .submitbox .submitdelete:hover {

	color: #000;

	background-color: #f00;

	border-bottom-color: #f00;

}



.tablenav .dots {

	border-color: transparent;

}



.tablenav .next,

.tablenav .prev {

	border-color: transparent;

	color: #21759b;

}



.tablenav .next:hover,

.tablenav .prev:hover {

	border-color: transparent;

	color: #d54e21;

}



div.updated,

.login .message {

	background-color: #ffffe0;

	border-color: #e6db55;

}



.update-message {

	color: #000;

}



a.page-numbers {

	border-bottom-color: #b8d3e2;

}



.commentlist li {

	border-bottom-color: #ccc;

}



.widefat td,

.widefat th {

	border-top-color: #fff;

	border-bottom-color: #dfdfdf;

}



.widefat th {

	text-shadow: rgba(255,255,255,0.8) 0 1px 0;

}



.widefat td {

	color: #555;

}

.widefat p,

.widefat ol,

.widefat ul {

	color: #333;

}



.widefat thead tr th,

.widefat tfoot tr th,

h3.dashboard-widget-title,

h3.dashboard-widget-title span,

h3.dashboard-widget-title small {

	color: #333;

}



th.sortable a:hover,

th.sortable a:active,

th.sortable a:focus {

	color: #333;

}



th.sortable a:focus {

	background: #e1e1e1;

}



h3.dashboard-widget-title small a {

	color: #d7d7d7;

}



h3.dashboard-widget-title small a:hover {

	color: #fff;

}



a,

#adminmenu a,

#the-comment-list p.comment-author strong a,

#media-upload a.del-link,

#media-items a.delete,

#media-items a.delete-permanently,

.plugins a.delete,

.ui-tabs-nav a {

	color: #08c;

}



a:hover,

a:active,

#adminmenu a:hover {

	color: #d54e21;

}



a:focus {

	color: #124964;

}



#adminmenu .awaiting-mod,

#adminmenu .update-plugins,

#sidemenu a .update-plugins,

#rightnow .reallynow {

	background-color: #464646;

	color: #fff;

	-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;

	box-shadow: rgba(255,255,255,0.5) 0 1px 0;

}

#plugin-information .action-button {

	background-color: #d54e21;

	color: #fff;

}



#adminmenu li.current a .awaiting-mod,

#adminmenu	li a.wp-has-current-submenu .update-plugins{

	background-color: #464646;

	color: #fff;

	-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;

	box-shadow: rgba(255,255,255,0.5) 0 1px 0;

}



div#media-upload-header,

div#plugin-information-header {

	background-color: #FBFBFB;

	border-bottom-color: #dfdfdf;

}



#currenttheme img {

	border-color: #666;

}



#dashboard_secondary div.dashboard-widget-content ul li a {

	background-color: #FBFBFB;

}



input.readonly, textarea.readonly {

	background-color: #ddd;

}



#editable-post-name {

	background-color: #fffbcc;

}



#edit-slug-box strong,

.tablenav .displaying-num,

#submitted-on,

.submitted-on {

	color: #777;

}



.login #nav a,

.login #backtoblog a {

	color: #21759b !important;

}



.login #nav a:hover,

.login #backtoblog a:hover {

	color: #d54e21 !important;

}



#wpfooter {

	color: #777;

	border-color: #dfdfdf;

}



.imgedit-group,

#media-items .media-item,

.media-item .describe {

	border-color: #dfdfdf;

}



.checkbox,

.side-info,

.plugins tr,

#your-profile #rich_editing {

	background-color: #fcfcfc;

}



.plugins .inactive,

.plugins .inactive th,

.plugins .inactive td,

tr.inactive + tr.plugin-update-tr .plugin-update {

	background-color: #f4f4f4;

}



.plugin-update-tr .update-message {

	background-color: #fffbe4;

	border-color: #dfdfdf;

}



.plugins .active,

.plugins .active th,

.plugins .active td {

	color: #000;

}



.plugins .inactive a {

	color: #579;

}



#the-comment-list tr.undo,

#the-comment-list div.undo {

	background-color: #f4f4f4;

}



#the-comment-list .unapproved {

	background-color: #ffffe0;

}



#the-comment-list .approve a {

	color: #006505;

}



#the-comment-list .unapprove a {

	color: #d98500;

}



table.widefat span.delete a,

table.widefat span.trash a,

table.widefat span.spam a,

#dashboard_recent_comments .delete a,

#dashboard_recent_comments .trash a,

#dashboard_recent_comments .spam a {

	color: #bc0b0b;

}



.welcome-panel {

	background: #f5f5f5;

	border-color: #dfdfdf;

}

.welcome-panel p {

	color: #777;

}

.welcome-panel-column p {

	color: #464646;

}

.welcome-panel h3 {

	text-shadow: 1px 1px 1px #fff;

}



.widget,

#widget-list .widget-top,

.postbox,

#titlediv,

#poststuff .postarea,

.stuffbox {

	border-color: #dfdfdf;

	-webkit-box-shadow: inset 0 1px 0 #fff;

	box-shadow: inset 0 1px 0 #fff;

}



/*.widget,

#widget-list .widget-top,

.postbox,

.menu-item-settings {

	background: #f5f5f5;

}*/



.postbox h3 {

	color: #464646;

}



.widget .widget-top {

	color: #222;

}

.widget{

    margin: 0 auto 10px !important;

}

.js .sidebar-name:hover h3,

.js .postbox h3:hover {

	color: #000;

}



#rightnow .youhave {

	background-color: #f0f6fb;

}



#rightnow a {

	color: #448abd;

}



.tagchecklist span a,

#bulk-titles div a {

	background: url(../img/xit.gif) no-repeat;

}



.tagchecklist span a:hover,

#bulk-titles div a:hover {

	background: url(../img/xit.gif) no-repeat -10px 0;

}



#update-nag, .update-nag {

	background-color: #fffbcc;

	border-color: #e6db55;

	color: #555;

}



#screen-meta {

	background-color: #fff;

	border-color: #ddd;

	box-shadow: none;

}



#contextual-help-back {

	background: #fff;

}



.contextual-help-tabs a:hover {

	color: #333;

}



#contextual-help-back,

.contextual-help-tabs .active {

	border-color: #ccc;

}



.contextual-help-tabs .active,

.contextual-help-tabs .active a,

.contextual-help-tabs .active a:hover {

	background: #fff;

	color: #333;

}



/* screen options and help tabs */

#screen-options-link-wrap,

#contextual-help-link-wrap {

	border-right: 1px solid #ddd;

	border-left: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	background: #fff;

}



#screen-meta-links a {

	color: #777;

}



#screen-meta-links a:hover,

#screen-meta-links a:active {

	color: #333;

	background-color: transparent;

}

#screen-meta-links a:focus{

	/*box-shadow: none;*/

}

#screen-meta-links a.screen-meta-active {

	background-position: right -31px;

}



/* end screen options and help tabs */



.login #backtoblog a {

	color: #464646;

}



#wphead {

	border-bottom: #dfdfdf 1px solid;

}



#wphead h1 a {

	color: #464646;

}



#wpfooter a:link,

#wpfooter a:visited {

	text-decoration: none;

}



#wpfooter a:hover {

	text-decoration: underline;

}



.file-error,

abbr.required,

.widget-control-remove:hover,

table.widefat .delete a:hover,

table.widefat .trash a:hover,

table.widefat .spam a:hover,

#dashboard_recent_comments .delete a:hover,

#dashboard_recent_comments .trash a:hover

#dashboard_recent_comments .spam a:hover {

	color: #f00;

}



#pass-strength-result {

	background-color: #eee;

	border-color: #ddd !important;

}



#pass-strength-result.bad {

	background-color: #ffb78c;

	border-color: #ff853c !important;

}



#pass-strength-result.good {

	background-color: #ffec8b;

	border-color: #fc0 !important;

}



#pass-strength-result.short {

	background-color: #ffa0a0;

	border-color: #f04040 !important;

}



#pass-strength-result.strong {

	background-color: #c3ff88;

	border-color: #8dff1c !important;

}



#post-status-info {

	border-color: #dfdfdf #ccc #ccc;

	background-color: #eaeaea;

}



.editwidget .widget-inside {

	border-color: #dfdfdf;

}





#titlediv #title,

#titlediv #title-prompt-text,

#wp-fullscreen-title-prompt-text{

	font-size: 18px;

	padding: 10px;

	line-height: 20px;

}



#titlediv #title {

	height: auto;

	width: 100%;

	outline: none;

	background-color: #fff;

	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);

	margin: 0;

	border-radius: 0;



}



#titlediv #title-prompt-text,

#wp-fullscreen-title-prompt-text {

	color: #666;

	position: absolute;

	display: inline-block;

}





#tTips p#tTips_inside {

	background-color: #ddd;

	color: #333;

}



#poststuff .inside .the-tagcloud {

	border-color: #ddd;

}







/* Auto-folding of the admin menu */

@media only screen and (max-width: 900px) {

	.auto-fold #adminmenu li.wp-has-current-submenu,

	.auto-fold #adminmenu li.current.menu-top {

		background-color: #777;

	}



	.auto-fold #adminmenu li.wp-has-current-submenu,

	.auto-fold #adminmenu li.current.menu-top {

		border-top-color: #808080;

		border-bottom-color: #6d6d6d;

	}



	.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,

	.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {

		background-color: #fff;

		border-color: #dfdfdf;

		-webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);

		box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);

	}



	.auto-fold #collapse-button div {

		background-position: 0 -108px;

	}

}





/* menu and screen icons */

.icon16,

.icon32,

div.wp-menu-image {

	background-color: transparent;

	background-repeat: no-repeat;

	background-image: none;

}



.icon16.icon-dashboard:before,

.menu-icon-dashboard div.wp-menu-image:before,

.icon16.icon-post:before,

.menu-icon-post div.wp-menu-image:before,

.icon16.icon-media:before,

.menu-icon-media div.wp-menu-image:before,

.icon16.icon-links:before,

.menu-icon-links div.wp-menu-image:before,

.icon16.icon-page:before,

.menu-icon-page div.wp-menu-image:before,

.icon16.icon-comments:before,

.menu-icon-comments div.wp-menu-image:before,

.icon16.icon-appearance:before,

.menu-icon-appearance div.wp-menu-image:before,

.icon16.icon-plugins:before,

.menu-icon-plugins div.wp-menu-image:before,

.icon16.icon-users:before,

.menu-icon-users div.wp-menu-image:before,

.icon16.icon-tools:before,

.menu-icon-tools div.wp-menu-image:before,

.icon16.icon-settings:before,

.menu-icon-settings div.wp-menu-image:before,

.icon16.icon-site:before,

.menu-icon-site div.wp-menu-image:before,

.icon16.icon-generic:before,

.menu-icon-generic div.wp-menu-image:before {

  margin-right: 5px;

  font-family: 'FontAwesome';

  font-size: 16px;

}



.icon16.icon-dashboard:before,

#adminmenu .menu-icon-dashboard div.wp-menu-image:before {

	content: "\f109";

}





.icon16.icon-post:before,

#adminmenu .menu-icon-post div.wp-menu-image:before {

	content: "\f040";

}



.icon16.icon-media:before,

#adminmenu .menu-icon-media div.wp-menu-image:before {

	content: "\f030";

}



.icon16.icon-links:before,

#adminmenu .menu-icon-links div.wp-menu-image:before {

	content: "\f0c1";

}



.icon16.icon-page:before,

#adminmenu .menu-icon-page div.wp-menu-image:before {

	content: "\f02d";

}



.icon16.icon-comments:before,

#adminmenu .menu-icon-comments div.wp-menu-image:before {

	content: "\f0e6";

}



.icon16.icon-appearance:before,

#adminmenu .menu-icon-appearance div.wp-menu-image:before {

	content: "\f0d0";

}



.icon16.icon-plugins:before,

#adminmenu .menu-icon-plugins div.wp-menu-image:before {

	content: "\f0c3";

}



.icon16.icon-users:before,

#adminmenu .menu-icon-users div.wp-menu-image:before {

	content: "\f0c0";

}



.icon16.icon-tools:before,

#adminmenu .menu-icon-tools div.wp-menu-image:before {

	content: "\f0ad";

}



.icon16.icon-settings:before,

#adminmenu .menu-icon-settings div.wp-menu-image:before {

	content: "\f013";

}





.icon16.icon-site:before,

#adminmenu .menu-icon-site div.wp-menu-image:before {

	content: "\f084";

}



.icon16.icon-generic,

#adminmenu .menu-icon-generic div.wp-menu-image {

	content: "\f013";

}



/* end menu and screen icons */



/* Screen Icons */

.icon32.icon-post:before,

#icon-edit:before,

#icon-post:before,

.icon32.icon-dashboard:before,

#icon-index:before,

.icon32.icon-media:before,

#icon-upload:before,

.icon32.icon-links:before,

#icon-link-manager:before,

#icon-link:before,

#icon-link-category:before,

.icon32.icon-page:before,

#icon-edit-pages:before,

#icon-page:before,

.icon32.icon-comments:before,

#icon-edit-comments:before,

.icon32.icon-appearance:before,

#icon-themes:before,

.icon32.icon-plugins:before,

#icon-plugins:before,

.icon32.icon-users:before,

#icon-users:before,

#icon-profile:before,

#icon-user-edit:before,

.icon32.icon-tools:before,

#icon-tools:before,

#icon-admin:before,

.icon32.icon-settings:before,

#icon-options-general:before,

.icon32.icon-site:before,

#icon-ms-admin:before,

.icon32.icon-generic:before,

#icon-generic:before {

	color: #111;

	margin-right: 5px;

  	font-family: 'FontAwesome';

	font-size: 36px

}



.icon32.icon-post:before,

#icon-edit:before,

#icon-post:before {

	content: "\f040";

}



.icon32.icon-dashboard:before,

#icon-index:before {

	content: "\f109";

}



.icon32.icon-media:before,

#icon-upload:before {

	content: "\f030";

}



.icon32.icon-links:before,

#icon-link-manager:before,

#icon-link:before,

#icon-link-category:before {

	content: "\f0c1";

}



.icon32.icon-page:before,

#icon-edit-pages:before,

#icon-page:before {

	content: "\f02d";

}



.icon32.icon-comments:before,

#icon-edit-comments:before {

	content: "\f0e6";

}



.icon32.icon-appearance:before,

#icon-themes:before {

	content: "\f0d0";

}





.icon32.icon-plugins:before,

#icon-plugins:before {

	content: "\f0c3";

}



.icon32.icon-users:before,

#icon-users:before,

#icon-profile:before,

#icon-user-edit:before {

	content: "\f0c0";

}



.icon32.icon-tools:before,

#icon-tools:before,

#icon-admin:before {

	content: "\f0ad";

}



.icon32.icon-settings:before,

#icon-options-general:before {

	content: "\f013";

}



.icon32.icon-site:before,

#icon-ms-admin:before {

	content: "\f084";

}



.icon32.icon-generic:before,

#icon-generic:before {

	content: "\f013";

}



/* end screen icons */



/* Diff */

table.diff .diff-deletedline {

	background-color: #fdd;

}



table.diff .diff-deletedline del {

	background-color: #f99;

}



table.diff .diff-addedline {

	background-color: #dfd;

}



table.diff .diff-addedline ins {

	background-color: #9f9;

}



#att-info {

	background-color: #e4f2Fd;

}



/* edit image */

#sidemenu a {

	background-color: #FBFBFB;

	border-color: #FBFBFB;

	border-bottom-color: #dfdfdf;

}



#sidemenu a.current {

	background-color: #fff;

	border-color: #dfdfdf #dfdfdf #fff;

	color: #d54e21;

}



#replyerror {

	border-color: #ddd;

	background-color: #FBFBFB;

}



/* table vim shortcuts */

.vim-current,

.vim-current th,

.vim-current td {

	background-color: #E4F2FD !important;

}



/* Install Plugins */

#plugin-information .fyi ul {

	background-color: #eaf3fa;

}



#plugin-information .fyi h2.mainheader {

	background-color: #cee1ef;

}



#plugin-information pre,

#plugin-information code {

	background-color: #ededff;

}



#plugin-information pre {

	border: 1px solid #ccc;

}



/* inline editor */

#bulk-titles {

	border-color: #ddd;

}



.inline-editor div.title {

	background-color: #eaf3fa;

}



.inline-editor ul.cat-checklist {

	background-color: #fff;

	border-color: #ddd;

}



.inline-editor .categories .catshow,

.inline-editor .categories .cathide {

	color: #21759b;

}



.inline-editor .quick-edit-save {

	background-color: #f1f1f1;

}



fieldset.inline-edit-col-right .inline-edit-col {

	border-color: #dfdfdf;

}



.attention {

	color: #d54e21;

}



.tablenav .tablenav-pages {

	color: #555;

}



.tablenav .tablenav-pages a {

	border-color: #e3e3e3;

	background: #eee;

	-moz-box-shadow:    inset 0 1px 0 #fff;

	-webkit-box-shadow: inset 0 1px 0 #fff;

	box-shadow:         inset 0 1px 0 #fff;

}



.tablenav .tablenav-pages a:hover,

.tablenav .tablenav-pages a:focus {

	color: #d54e21;

}



.tablenav .tablenav-pages a.disabled,

.tablenav .tablenav-pages a.disabled:hover,

.tablenav .tablenav-pages a.disabled:focus {

	color: #aaa;

}



.tablenav .tablenav-pages .current {

	background: #dfdfdf;

	border-color: #d3d3d3;

}



#availablethemes,

#availablethemes td {

	border-color: #ddd;

}



#current-theme img {

	border-color: #999;

}



#TB_window #TB_title a.tb-theme-preview-link,

#TB_window #TB_title a.tb-theme-preview-link:visited {

	color: #999;

}



#TB_window #TB_title a.tb-theme-preview-link:hover,

#TB_window #TB_title a.tb-theme-preview-link:focus {

	color: #ccc;

}



.misc-pub-section {

	border-top-color: #fff;

	border-bottom-color: #dfdfdf;

}



#minor-publishing {

	border-bottom-color: #dfdfdf;

}



#post-body .misc-pub-section {

	border-left-color: #eee;

}



.post-com-count span {

	background-color: #bbb;

}



.form-table .color-palette td {

	border-color: #fff;

}



.sortable-placeholder {

	border-color: #bbb;

	background-color: #f5f5f5;

}



#post-body ul.category-tabs li.tabs a,

#post-body ul.add-menu-item-tabs li.tabs a,

body.press-this ul.category-tabs li.tabs a {

	color: #333;

}



.view-switch #view-switch-list,

.view-switch #view-switch-excerpt {

	background-color: transparent;

	background-image: url('../images/list.png');

	background-repeat: no-repeat;

}



.view-switch #view-switch-list {

	background-position: 0 0;

}



.view-switch .current #view-switch-list {

	background-position: -40px 0;

}



.view-switch #view-switch-excerpt {

	background-position: -20px 0;

}



.view-switch .current #view-switch-excerpt {

	background-position: -60px 0;

}



#header-logo {

	background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center;

}



.popular-tags,

.feature-filter {

	background-color: #fff;

	border-color: #dfdfdf;

}



div.widgets-sortables,

#widgets-left .inactive,

#available-widgets .widget-holder {

	background-color: #fcfcfc;

	border-color: #dfdfdf;

}



#available-widgets .widget-description {

	color: #555;

}



.sidebar-name {

	color: #464646;

	text-shadow: #fff 0 1px 0;

	border-color: #dfdfdf;

	-webkit-box-shadow: inset 0 1px 0 #fff;

	box-shadow: inset 0 1px 0 #fff;

}



.js .sidebar-name:hover,

.js #removing-widget {

	color: #d54e21;

}



#removing-widget span {

	color: black;

}



.in-widget-title {

	color: #606060;

}



.deleting .widget-title * {

	color: #aaa;

}



.imgedit-menu div {

	border-color: #d5d5d5;

	background-color: #f1f1f1;

}



.imgedit-menu div:hover {

	border-color: #c1c1c1;

	background-color: #eaeaea;

}



.imgedit-menu div.disabled {

	border-color: #ccc;

	background-color: #ddd;

	filter: alpha(opacity=50);

	opacity: 0.5;

}



#dashboard_recent_comments div.undo {

	border-top-color: #dfdfdf;

}



.comment-ays,

.comment-ays th {

	border-color: #ddd;

}



.comment-ays th {

	background-color: #f1f1f1;

}



/* added from nav-menu.css */

#menu-management .menu-edit {

	border: 0;

}



#post-body {

	background: #fff;

	border-top-color: #fff;

	border-bottom-color: #dfdfdf;

}



#nav-menu-header {

	background: #fff;

}



#nav-menu-footer {

	border-top-color: #fff;

}



#menu-management .nav-tabs-arrow a {

	color: #c1c1c1;

}



#menu-management .nav-tabs-arrow a:hover {

	color: #d54e21;

}



#menu-management .nav-tabs-arrow a:active {

	color: #464646;

}



#menu-management .nav-tab-active {

	border-color: #dfdfdf;

}



#menu-management .nav-tab {

	background: #fbfbfb;

	border-color: #dfdfdf;

}



.js .input-with-default-title {

	color: #aaa;

}



#cancel-save {

	color: #f00;

}



#cancel-save:hover {

	background-color: #f00;

	color: #fff;

}



.list-container,

.menu-item-handle {

	border-color: #dfdfdf;

}



.menu li.deleting .menu-item-handle {

	background-color: #f66;

	text-shadow: #ccc;

}



.item-type { /* Menu item controls */

	color: #999;

}



.item-controls .menu-item-delete:hover {

	color: #f00;

}



.nav-menus-php .item-edit {

	border-bottom-color: #f2f2f2;

}



.menu-item-settings { /* Menu editing */

	border-color: #dfdfdf;

}



.link-to-original {

	color: #777;

	border-color: #dfdfdf;

}



#cancel-save:hover {

	color: #fff !important;

}



#update-menu-item {

	color: #fff !important;

}



#update-menu-item:hover,

#update-menu-item:active,

#update-menu-item:focus {

	color: #eaf2fa !important;

	border-color: #13455b !important;

}



.submitbox .submitcancel {

	color: #21759b;

	border-bottom-color: #21759b;

}



.submitbox .submitcancel:hover {

	background: #21759b;

	color: #fff;

}

/* end added from nav-menu.css */



.nav-tab {

	border-color: #dfdfdf #dfdfdf #fff;

}



.nav-tab:hover,

.nav-tab-active {

	border-color: #ccc #ccc #fff;

}



h2.nav-tab-wrapper, h3.nav-tab-wrapper {

	border-bottom-color: #ccc;

}



#menu-management .nav-tab-active,

.menu-item-handle,

.menu-item-settings {

	-webkit-box-shadow: inset 0 1px 0 #fff;

	box-shadow: inset 0 1px 0 #fff;

}



#menu-management .nav-tab-active {

	background: #FBFBFB;

	border-bottom-color: #FBFBFB;

}



#upload-form label {

	color: #777;

}



/* Begin About Pages */



.about-wrap h1 {

	color: #333;

	text-shadow: 1px 1px 1px #fff;

}



.about-text {

	color: #777;

}



.wp-badge {

	color: #fff;

	text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);

}



.about-wrap h2 .nav-tab {

	color: #21759b;

}



.about-wrap h2 .nav-tab:hover {

	color: #d54e21;

}



.about-wrap h2 .nav-tab-active,

.about-wrap h2 .nav-tab-active:hover {

	color: #333;

}



.about-wrap h2 .nav-tab-active {

	text-shadow: 1px 1px 1px #fff;

	color: #464646;

}



.about-wrap h3 {

	color: #333;

	text-shadow: 1px 1px 1px #fff;

}



.about-wrap .feature-section h4 {

	color: #464646;

}



.about-wrap .feature-section img {

	background: #fff;

	border: 1px #ccc solid;

	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 );

	box-shadow:         0 1px 3px rgba( 0, 0, 0, 0.3 );

}



.about-wrap h4.wp-people-group {

	text-shadow: 1px 1px 1px #fff;

}



.about-wrap .point-releases {

	border-bottom: 1px solid #dfdfdf;

}



.about-wrap .point-releases h3 {

	border-top: 1px solid #dfdfdf;

}



.about-wrap .point-releases h3:first-child {

	border: 0;

}



.about-wrap li.wp-person img.gravatar {

	-webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );

	box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );

}



.about-wrap li.wp-person .title {

	color: #464646;

	text-shadow: 1px 1px 1px #fff;

}



.freedoms-php .about-wrap ol li {

	color: #999;

}



.freedoms-php .about-wrap ol p {

	color: #464646;

}



/* End About Pages */





/*------------------------------------------------------------------------------

  2.0 - Right to Left Styles

------------------------------------------------------------------------------*/



.rtl .bar {

	border-right-color: transparent;

	border-left-color: #99d;

}



.rtl #screen-meta-links a.show-settings {

	background-position: left 3px;

}



.rtl #screen-meta-links a.show-settings.screen-meta-active {

	background-position: left -33px;

}





/* Auto-folding of the admin menu for RTL */

@media only screen and (max-width: 900px) {

	.rtl.auto-fold #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,

	.rtl.auto-fold #adminmenu .wp-has-current-submenu .wp-submenu {

		-webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );

		box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );

	}



	.rtl.auto-fold #collapse-button div {

		background-position: 0 -72px;

	}

}



/* Edit Image */



.rtl #post-body .misc-pub-section {

	border-right-color: transparent;

	border-left-color: #eee;

}





/* 10.	Others

--------------------------------------------------------------------------*/

.wrap div.updated, .wrap div.error, .media-upload-form div.error {

	clear: both

}



/* 11.	Wordpress stuff

--------------------------------------------------------------------------*/

body,

div.sidebar-name h3,

#menu-management .nav-tab,

#dashboard_plugins h5,

a.rsswidget,

#dashboard_right_now td.b,

#woocommerce_dashboard_right_now td.b,

#dashboard-widgets h4,

.tool-box .title,

#poststuff h3,

.metabox-holder h3,

.pressthis a,

#your-profile legend,

.inline-edit-row fieldset span.title,

.inline-edit-row fieldset span.checkbox-title,

.tablenav .displaying-num,

.widefat th,

.quicktags,

.search,

h2 .nav-tab, .wrap h2, .subtitle {

  /*font-family: 'Open Sans', sans-serif;*/

}



#adminmenu a.label:hover,

#adminmenu a.label:focus,

#adminmenu a.badge:hover,

#adminmenu a.badge:focus,

#the-comment-list p.comment-author strong a.label:hover,

#the-comment-list p.comment-author strong a.label:focus,

#the-comment-list p.comment-author strong a.badge:hover,

#the-comment-list p.comment-author strong a.badge:focus,

#media-upload a.del-link.label:hover,

#media-upload a.del-link.label:focus,

#media-upload a.del-link.badge:hover,

#media-upload a.del-link.badge:focus,

#media-items a.delete.label:hover,

#media-items a.delete.label:focus,

#media-items a.delete.badge:hover,

#media-items a.delete.badge:focus,

.plugins a.delete.label:hover,

.plugins a.delete.label:focus,

.plugins a.delete.badge:hover,

.plugins a.delete.badge:focus,

.ui-tabs-nav a.label:hover,

.ui-tabs-nav a.label:focus,

.ui-tabs-nav a.badge:hover,

.ui-tabs-nav a.badge:focus {

  color: #fff;

  text-decoration: none;

  cursor: pointer;

}

table {

  background-color: none;

  background-color: transparent;

}

table.widefat {

  width: 100%;

}

table.widefat th,

table.widefat td {

  padding: 8px;

  line-height: 20px;

  text-align: left;

  vertical-align: top;

  border-top: 1px solid #ddd;

}

table.widefat th {

  font-weight: bold;

}

table.widefat thead th {

}

table.widefat caption + thead tr:first-child th,

table.widefat caption + thead tr:first-child td,

table.widefat colgroup + thead tr:first-child th,

table.widefat colgroup + thead tr:first-child td,

table.widefat thead:first-child tr:first-child th,

table.widefat thead:first-child tr:first-child td {

  border-top: 0;

}

table.widefat tbody + tbody {

  border-top: 2px solid #ddd;

}

table.widefat .table {

  background-color: #fff;

}

.widefat {

  border: 0;

  width: 100%;

  border: 1px solid #ddd;

  border-collapse: separate;

  *border-collapse: collapse;

  border-left: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.widefat th,

.widefat td {

  padding: 8px;

  line-height: 20px;

  text-align: left;

  vertical-align: top;

  border-top: 1px solid #ddd;

}

.widefat th {

  font-weight: bold;

}

.widefat thead th {

  vertical-align: bottom;

}

.widefat caption + thead tr:first-child th,

.widefat caption + thead tr:first-child td,

.widefat colgroup + thead tr:first-child th,

.widefat colgroup + thead tr:first-child td,

.widefat thead:first-child tr:first-child th,

.widefat thead:first-child tr:first-child td {

  border-top: 0;

}

.widefat tbody + tbody {

  border-top: 2px solid #ddd;

}

.widefat .table {

  background-color: #fff;

}

.widefat th,

.widefat td {

  border-left: 1px solid #ddd;

}

.widefat caption + thead tr:first-child th,

.widefat caption + tbody tr:first-child th,

.widefat caption + tbody tr:first-child td,

.widefat colgroup + thead tr:first-child th,

.widefat colgroup + tbody tr:first-child th,

.widefat colgroup + tbody tr:first-child td,

.widefat thead:first-child tr:first-child th,

.widefat tbody:first-child tr:first-child th,

.widefat tbody:first-child tr:first-child td {

  border-top: 0;

}

.widefat tr td {

  border: 0;

	border-top:1px solid #DDD;

	border-left:1px solid #DDD;

}

table.wp-list-table.widefat {

  width: 100% !important;

  margin-bottom: 8px !important;

  border: 1px solid #ddd !important;

  border-collapse: separate !important;

  *border-collapse: collapse !important;

  border-left: 0 !important;

}

table.wp-list-table.widefat th,

table.wp-list-table.widefat td {

  padding: 8px;

  line-height: 20px;

  text-align: left;

  vertical-align: top;

  border-top: 1px solid #ddd;

}

table.wp-list-table.widefat th {

  font-weight: bold;

	padding-top: 12px;

}

table.wp-list-table.widefat thead th {

  vertical-align: bottom;

}

table.wp-list-table.widefat caption + thead tr:first-child th,

table.wp-list-table.widefat caption + thead tr:first-child td,

table.wp-list-table.widefat colgroup + thead tr:first-child th,

table.wp-list-table.widefat colgroup + thead tr:first-child td,

table.wp-list-table.widefat thead:first-child tr:first-child th,

table.wp-list-table.widefat thead:first-child tr:first-child td {

  border-top: 0;

}

table.wp-list-table.widefat tbody + tbody {

  border-top: 2px solid #ddd;

}

table.wp-list-table.widefat .table {

  background-color: #fff;

}

table.wp-list-table.widefat th,

table.wp-list-table.widefat td {

  border-left: 1px solid #ddd;

}

table.wp-list-table.widefat caption + thead tr:first-child th,

table.wp-list-table.widefat caption + tbody tr:first-child th,

table.wp-list-table.widefat caption + tbody tr:first-child td,

table.wp-list-table.widefat colgroup + thead tr:first-child th,

table.wp-list-table.widefat colgroup + tbody tr:first-child th,

table.wp-list-table.widefat colgroup + tbody tr:first-child td,

table.wp-list-table.widefat thead:first-child tr:first-child th,

table.wp-list-table.widefat tbody:first-child tr:first-child th,

table.wp-list-table.widefat tbody:first-child tr:first-child td {

  border-top: 0;

}



table.wp-list-table.widefat tfoot + tbody:last-child tr:last-child td:first-child,

table.wp-list-table.widefat tfoot + tbody:last-child tr:last-child td:last-child,

table.wp-list-table.widefat caption + thead tr:first-child th:first-child,

table.wp-list-table.widefat caption + tbody tr:first-child td:first-child,

table.wp-list-table.widefat colgroup + thead tr:first-child th:first-child,

table.wp-list-table.widefat colgroup + tbody tr:first-child td:first-child,

table.wp-list-table.widefat caption + thead tr:first-child th:last-child,

table.wp-list-table.widefat caption + tbody tr:first-child td:last-child,

table.wp-list-table.widefat colgroup + thead tr:first-child th:last-child,

table.wp-list-table.widefat colgroup + tbody tr:first-child td:last-child {

-webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.wp-list-table tr.alternate{background-color: #fcfcfc;}

table.wp-list-table.widefat tbody > tr:nth-child(odd) > td,

table.wp-list-table.widefat tbody > tr:nth-child(odd) > th {

  

}

table.wp-list-table.widefat tbody tr:hover > td,

table.wp-list-table.widefat tbody tr:hover > th {

  background-color: #f5f5f5;

}

table.wp-list-table.widefat td.thumbnail {

  -webkit-box-shadow: 0 0 0;

  -moz-box-shadow: 0 0 0;

  box-shadow: 0 0 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

input,

textarea {

  width: auto;

}

input[type="text"] {

  height: auto;

}

.button.media-button,

.wp-core-ui .button,

.wp-core-ui .button-primary,

#side-sortables #mp-single-statuses span.current,

#side-sortables #mp-single-statuses span a,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span,

.plugins a.delete,

#all-plugins-table .plugins a.delete,

#search-plugins-table .plugins a.delete,

.submitbox .submitdelete,

input.button-primary,

button.button-primary,

a.button-primary,

.button,

a.button,

input[type="file"],

input[type="image"],

input[type="submit"],

input[type="reset"],

input[type="button"],

.wrap .add-new-h2,

input.button,

input[type="file"].button,

input[type="image"].button,

input[type="submit"].button,

input[type="reset"].button,

input[type="button"].button {

  display: inline-block;

  *display: inline;

  *zoom: 1;

  padding: 4px 12px;

  margin-bottom: 0;

  font-size: 14px;

  line-height: 20px;

  text-align: center;

  vertical-align: middle;

  cursor: pointer;

  color: #fff;

  background: #aaa;

  *margin-left: .3em;

  width: auto;

  height: auto;

  border-radius:0;

  box-shadow: none!important;

}

.wp-core-ui .button{

    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) !important;

}

#poststuff .button.insert-media,

#edit-slug-box .button {

	background: #aaa

}

.button.media-button [class^="icon-"],

.button.media-button [class*=" icon-"],

.wp-core-ui .button [class^="icon-"],

.wp-core-ui .button [class*=" icon-"],

.wp-core-ui .button-primary [class^="icon-"],

.wp-core-ui .button-primary [class*=" icon-"],

#side-sortables #mp-single-statuses span.current [class^="icon-"],

#side-sortables #mp-single-statuses span.current [class*=" icon-"],

#side-sortables #mp-single-statuses span a [class^="icon-"],

#side-sortables #mp-single-statuses span a [class*=" icon-"],

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span [class^="icon-"],

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span [class*=" icon-"],

.plugins a.delete [class^="icon-"],

.plugins a.delete [class*=" icon-"],

#all-plugins-table .plugins a.delete [class^="icon-"],

#all-plugins-table .plugins a.delete [class*=" icon-"],

#search-plugins-table .plugins a.delete [class^="icon-"],

#search-plugins-table .plugins a.delete [class*=" icon-"],

.submitbox .submitdelete [class^="icon-"],

.submitbox .submitdelete [class*=" icon-"],

input.button-primary [class^="icon-"],

input.button-primary [class*=" icon-"],

button.button-primary [class^="icon-"],

button.button-primary [class*=" icon-"],

a.button-primary [class^="icon-"],

a.button-primary [class*=" icon-"],

.button [class^="icon-"],

.button [class*=" icon-"],

a.button [class^="icon-"],

a.button [class*=" icon-"],

input[type="file"] [class^="icon-"],

input[type="file"] [class*=" icon-"],

input[type="image"] [class^="icon-"],

input[type="image"] [class*=" icon-"],

input[type="submit"] [class^="icon-"],

input[type="submit"] [class*=" icon-"],

input[type="reset"] [class^="icon-"],

input[type="reset"] [class*=" icon-"],

input[type="button"] [class^="icon-"],

input[type="button"] [class*=" icon-"],

.wrap .add-new-h2 [class^="icon-"],

.wrap .add-new-h2 [class*=" icon-"],

input.button [class^="icon-"],

input.button [class*=" icon-"],

input[type="file"].button [class^="icon-"],

input[type="file"].button [class*=" icon-"],

input[type="image"].button [class^="icon-"],

input[type="image"].button [class*=" icon-"],

input[type="submit"].button [class^="icon-"],

input[type="submit"].button [class*=" icon-"],

input[type="reset"].button [class^="icon-"],

input[type="reset"].button [class*=" icon-"],

input[type="button"].button [class^="icon-"],

input[type="button"].button [class*=" icon-"] {

  line-height: .9em;

}

.button.media-button:hover,

.button.media-button:focus,

.button.media-button:active,

.button.media-button.active,

.button.media-button.disabled,

.button.media-button[disabled],

.wp-core-ui .button:hover,

.wp-core-ui .button:focus,

.wp-core-ui .button:active,

.wp-core-ui .button.active,

.wp-core-ui .button.disabled,

.wp-core-ui .button[disabled],

.wp-core-ui .button-primary:hover,

.wp-core-ui .button-primary:focus,

.wp-core-ui .button-primary:active,

.wp-core-ui .button-primary.active,

.wp-core-ui .button-primary.disabled,

.wp-core-ui .button-primary[disabled],

#side-sortables #mp-single-statuses span.current:hover,

#side-sortables #mp-single-statuses span.current:focus,

#side-sortables #mp-single-statuses span.current:active,

#side-sortables #mp-single-statuses span.current.active,

#side-sortables #mp-single-statuses span.current.disabled,

#side-sortables #mp-single-statuses span.current[disabled],

#side-sortables #mp-single-statuses span a:hover,

#side-sortables #mp-single-statuses span a:focus,

#side-sortables #mp-single-statuses span a:active,

#side-sortables #mp-single-statuses span a.active,

#side-sortables #mp-single-statuses span a.disabled,

#side-sortables #mp-single-statuses span a[disabled],

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:hover,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:focus,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span.active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span.disabled,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span[disabled],

.plugins a.delete:hover,

.plugins a.delete:focus,

.plugins a.delete:active,

.plugins a.delete.active,

.plugins a.delete.disabled,

.plugins a.delete[disabled],

#all-plugins-table .plugins a.delete:hover,

#all-plugins-table .plugins a.delete:focus,

#all-plugins-table .plugins a.delete:active,

#all-plugins-table .plugins a.delete.active,

#all-plugins-table .plugins a.delete.disabled,

#all-plugins-table .plugins a.delete[disabled],

#search-plugins-table .plugins a.delete:hover,

#search-plugins-table .plugins a.delete:focus,

#search-plugins-table .plugins a.delete:active,

#search-plugins-table .plugins a.delete.active,

#search-plugins-table .plugins a.delete.disabled,

#search-plugins-table .plugins a.delete[disabled],

.submitbox .submitdelete:hover,

.submitbox .submitdelete:focus,

.submitbox .submitdelete:active,

.submitbox .submitdelete.active,

.submitbox .submitdelete.disabled,

.submitbox .submitdelete[disabled],

input.button-primary:hover,

input.button-primary:focus,

input.button-primary:active,

input.button-primary.active,

input.button-primary.disabled,

input.button-primary[disabled],

button.button-primary:hover,

button.button-primary:focus,

button.button-primary:active,

button.button-primary.active,

button.button-primary.disabled,

button.button-primary[disabled],

a.button-primary:hover,

a.button-primary:focus,

a.button-primary:active,

a.button-primary.active,

a.button-primary.disabled,

a.button-primary[disabled],

.button:hover,

.button:focus,

.button:active,

.button.active,

.button.disabled,

.button[disabled],

a.button:hover,

a.button:focus,

a.button:active,

a.button.active,

a.button.disabled,

a.button[disabled],

input[type="file"]:hover,

input[type="file"]:focus,

input[type="file"]:active,

input[type="file"].active,

input[type="file"].disabled,

input[type="file"][disabled],

input[type="image"]:hover,

input[type="image"]:focus,

input[type="image"]:active,

input[type="image"].active,

input[type="image"].disabled,

input[type="image"][disabled],

input[type="submit"]:hover,

input[type="submit"]:focus,

input[type="submit"]:active,

input[type="submit"].active,

input[type="submit"].disabled,

input[type="submit"][disabled],

input[type="reset"]:hover,

input[type="reset"]:focus,

input[type="reset"]:active,

input[type="reset"].active,

input[type="reset"].disabled,

input[type="reset"][disabled],

input[type="button"]:hover,

input[type="button"]:focus,

input[type="button"]:active,

input[type="button"].active,

input[type="button"].disabled,

input[type="button"][disabled],

.wrap .add-new-h2:hover,

.wrap .add-new-h2:focus,

.wrap .add-new-h2:active,

.wrap .add-new-h2.active,

.wrap .add-new-h2.disabled,

.wrap .add-new-h2[disabled],

input.button:hover,

input.button:focus,

input.button:active,

input.button.active,

input.button.disabled,

input.button[disabled],

input[type="file"].button:hover,

input[type="file"].button:focus,

input[type="file"].button:active,

input[type="file"].button.active,

input[type="file"].button.disabled,

input[type="file"].button[disabled],

input[type="image"].button:hover,

input[type="image"].button:focus,

input[type="image"].button:active,

input[type="image"].button.active,

input[type="image"].button.disabled,

input[type="image"].button[disabled],

input[type="submit"].button:hover,

input[type="submit"].button:focus,

input[type="submit"].button:active,

input[type="submit"].button.active,

input[type="submit"].button.disabled,

input[type="submit"].button[disabled],

input[type="reset"].button:hover,

input[type="reset"].button:focus,

input[type="reset"].button:active,

input[type="reset"].button.active,

input[type="reset"].button.disabled,

input[type="reset"].button[disabled],

input[type="button"].button:hover,

input[type="button"].button:focus,

input[type="button"].button:active,

input[type="button"].button.active,

input[type="button"].button.disabled,

input[type="button"].button[disabled] {

  color: #fff;

  background-color: #888;

}

.button.media-button:active,

.button.media-button.active,

.wp-core-ui .button:active,

.wp-core-ui .button.active,

.wp-core-ui .button-primary:active,

.wp-core-ui .button-primary.active,

#side-sortables #mp-single-statuses span.current:active,

#side-sortables #mp-single-statuses span.current.active,

#side-sortables #mp-single-statuses span a:active,

#side-sortables #mp-single-statuses span a.active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span.active,

.plugins a.delete:active,

.plugins a.delete.active,

#all-plugins-table .plugins a.delete:active,

#all-plugins-table .plugins a.delete.active,

#search-plugins-table .plugins a.delete:active,

#search-plugins-table .plugins a.delete.active,

.submitbox .submitdelete:active,

.submitbox .submitdelete.active,

input.button-primary:active,

input.button-primary.active,

button.button-primary:active,

button.button-primary.active,

a.button-primary:active,

a.button-primary.active,

.button:active,

.button.active,

a.button:active,

a.button.active,

input[type="file"]:active,

input[type="file"].active,

input[type="image"]:active,

input[type="image"].active,

input[type="submit"]:active,

input[type="submit"].active,

input[type="reset"]:active,

input[type="reset"].active,

input[type="button"]:active,

input[type="button"].active,

.wrap .add-new-h2:active,

.wrap .add-new-h2.active,

input.button:active,

input.button.active,

input[type="file"].button:active,

input[type="file"].button.active,

input[type="image"].button:active,

input[type="image"].button.active,

input[type="submit"].button:active,

input[type="submit"].button.active,

input[type="reset"].button:active,

input[type="reset"].button.active,

input[type="button"].button:active,

input[type="button"].button.active {

  background-color: #cccccc \9;

}

.button.media-button:first-child,

.wp-core-ui .button:first-child,

.wp-core-ui .button-primary:first-child,

#side-sortables #mp-single-statuses span.current:first-child,

#side-sortables #mp-single-statuses span a:first-child,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:first-child,

.plugins a.delete:first-child,

#all-plugins-table .plugins a.delete:first-child,

#search-plugins-table .plugins a.delete:first-child,

.submitbox .submitdelete:first-child,

input.button-primary:first-child,

button.button-primary:first-child,

a.button-primary:first-child,

.button:first-child,

a.button:first-child,

input[type="file"]:first-child,

input[type="image"]:first-child,

input[type="submit"]:first-child,

input[type="reset"]:first-child,

input[type="button"]:first-child,

.wrap .add-new-h2:first-child,

input.button:first-child,

input[type="file"].button:first-child,

input[type="image"].button:first-child,

input[type="submit"].button:first-child,

input[type="reset"].button:first-child,

input[type="button"].button:first-child {

  *margin-left: 0;

}

.button.media-button:hover,

.button.media-button:focus,

.wp-core-ui .button:hover,

.wp-core-ui .button:focus,

.wp-core-ui .button-primary:hover,

.wp-core-ui .button-primary:focus,

#side-sortables #mp-single-statuses span.current:hover,

#side-sortables #mp-single-statuses span.current:focus,

#side-sortables #mp-single-statuses span a:hover,

#side-sortables #mp-single-statuses span a:focus,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:hover,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:focus,

.plugins a.delete:hover,

.plugins a.delete:focus,

#all-plugins-table .plugins a.delete:hover,

#all-plugins-table .plugins a.delete:focus,

#search-plugins-table .plugins a.delete:hover,

#search-plugins-table .plugins a.delete:focus,

.submitbox .submitdelete:hover,

.submitbox .submitdelete:focus,

input.button-primary:hover,

input.button-primary:focus,

button.button-primary:hover,

button.button-primary:focus,

a.button-primary:hover,

a.button-primary:focus,

.button:hover,

.button:focus,

a.button:hover,

a.button:focus,

input[type="file"]:hover,

input[type="file"]:focus,

input[type="image"]:hover,

input[type="image"]:focus,

input[type="submit"]:hover,

input[type="submit"]:focus,

input[type="reset"]:hover,

input[type="reset"]:focus,

input[type="button"]:hover,

input[type="button"]:focus,

.wrap .add-new-h2:hover,

.wrap .add-new-h2:focus,

input.button:hover,

input.button:focus,

input[type="file"].button:hover,

input[type="file"].button:focus,

input[type="image"].button:hover,

input[type="image"].button:focus,

input[type="submit"].button:hover,

input[type="submit"].button:focus,

input[type="reset"].button:hover,

input[type="reset"].button:focus,

input[type="button"].button:hover,

input[type="button"].button:focus {

  color: #fff;

  text-decoration: none;

  -webkit-transition: background-color .2s linear;

  -moz-transition: background-color .2s linear;

  -o-transition: background-color .2s linear;

  transition: background-color .2s linear;

}

.button.media-button:focus,

.wp-core-ui .button:focus,

.wp-core-ui .button-primary:focus,

#side-sortables #mp-single-statuses span.current:focus,

#side-sortables #mp-single-statuses span a:focus,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:focus,

.plugins a.delete:focus,

#all-plugins-table .plugins a.delete:focus,

#search-plugins-table .plugins a.delete:focus,

.submitbox .submitdelete:focus,

input.button-primary:focus,

button.button-primary:focus,

a.button-primary:focus,

.button:focus,

a.button:focus,

input[type="file"]:focus,

input[type="image"]:focus,

input[type="submit"]:focus,

input[type="reset"]:focus,

input[type="button"]:focus,

.wrap .add-new-h2:focus,

input.button:focus,

input[type="file"].button:focus,

input[type="image"].button:focus,

input[type="submit"].button:focus,

input[type="reset"].button:focus,

input[type="button"].button:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}

.button.media-button.active,

.button.media-button:active,

.wp-core-ui .button.active,

.wp-core-ui .button:active,

.wp-core-ui .button-primary.active,

.wp-core-ui .button-primary:active,

#side-sortables #mp-single-statuses span.current.active,

#side-sortables #mp-single-statuses span.current:active,

#side-sortables #mp-single-statuses span a.active,

#side-sortables #mp-single-statuses span a:active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span.active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:active,

.plugins a.delete.active,

.plugins a.delete:active,

#all-plugins-table .plugins a.delete.active,

#all-plugins-table .plugins a.delete:active,

#search-plugins-table .plugins a.delete.active,

#search-plugins-table .plugins a.delete:active,

.submitbox .submitdelete.active,

.submitbox .submitdelete:active,

input.button-primary.active,

input.button-primary:active,

button.button-primary.active,

button.button-primary:active,

a.button-primary.active,

a.button-primary:active,

.button.active,

.button:active,

a.button.active,

a.button:active,

input[type="file"].active,

input[type="file"]:active,

input[type="image"].active,

input[type="image"]:active,

input[type="submit"].active,

input[type="submit"]:active,

input[type="reset"].active,

input[type="reset"]:active,

input[type="button"].active,

input[type="button"]:active,

.wrap .add-new-h2.active,

.wrap .add-new-h2:active,

input.button.active,

input.button:active,

input[type="file"].button.active,

input[type="file"].button:active,

input[type="image"].button.active,

input[type="image"].button:active,

input[type="submit"].button.active,

input[type="submit"].button:active,

input[type="reset"].button.active,

input[type="reset"].button:active,

input[type="button"].button.active,

input[type="button"].button:active {

  background-image: none;

  outline: 0;

}

.button.media-button.disabled,

.button.media-button[disabled],

.wp-core-ui .button.disabled,

.wp-core-ui .button[disabled],

.wp-core-ui .button-primary.disabled,

.wp-core-ui .button-primary[disabled],

#side-sortables #mp-single-statuses span.current.disabled,

#side-sortables #mp-single-statuses span.current[disabled],

#side-sortables #mp-single-statuses span a.disabled,

#side-sortables #mp-single-statuses span a[disabled],

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span.disabled,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span[disabled],

.plugins a.delete.disabled,

.plugins a.delete[disabled],

#all-plugins-table .plugins a.delete.disabled,

#all-plugins-table .plugins a.delete[disabled],

#search-plugins-table .plugins a.delete.disabled,

#search-plugins-table .plugins a.delete[disabled],

.submitbox .submitdelete.disabled,

.submitbox .submitdelete[disabled],

input.button-primary.disabled,

input.button-primary[disabled],

button.button-primary.disabled,

button.button-primary[disabled],

a.button-primary.disabled,

a.button-primary[disabled],

.button.disabled,

.button[disabled],

a.button.disabled,

a.button[disabled],

input[type="file"].disabled,

input[type="file"][disabled],

input[type="image"].disabled,

input[type="image"][disabled],

input[type="submit"].disabled,

input[type="submit"][disabled],

input[type="reset"].disabled,

input[type="reset"][disabled],

input[type="button"].disabled,

input[type="button"][disabled],

.wrap .add-new-h2.disabled,

.wrap .add-new-h2[disabled],

input.button.disabled,

input.button[disabled],

input[type="file"].button.disabled,

input[type="file"].button[disabled],

input[type="image"].button.disabled,

input[type="image"].button[disabled],

input[type="submit"].button.disabled,

input[type="submit"].button[disabled],

input[type="reset"].button.disabled,

input[type="reset"].button[disabled],

input[type="button"].button.disabled,

input[type="button"].button[disabled] {

  cursor: default;

  background-image: none;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.button.media-button .label,

.button.media-button .badge,

.wp-core-ui .button .label,

.wp-core-ui .button .badge,

.wp-core-ui .button-primary .label,

.wp-core-ui .button-primary .badge,

#side-sortables #mp-single-statuses span.current .label,

#side-sortables #mp-single-statuses span.current .badge,

#side-sortables #mp-single-statuses span a .label,

#side-sortables #mp-single-statuses span a .badge,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span .label,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span .badge,

.plugins a.delete .label,

.plugins a.delete .badge,

#all-plugins-table .plugins a.delete .label,

#all-plugins-table .plugins a.delete .badge,

#search-plugins-table .plugins a.delete .label,

#search-plugins-table .plugins a.delete .badge,

.submitbox .submitdelete .label,

.submitbox .submitdelete .badge,

input.button-primary .label,

input.button-primary .badge,

button.button-primary .label,

button.button-primary .badge,

a.button-primary .label,

a.button-primary .badge,

.button .label,

.button .badge,

a.button .label,

a.button .badge,

input[type="file"] .label,

input[type="file"] .badge,

input[type="image"] .label,

input[type="image"] .badge,

input[type="submit"] .label,

input[type="submit"] .badge,

input[type="reset"] .label,

input[type="reset"] .badge,

input[type="button"] .label,

input[type="button"] .badge,

.wrap .add-new-h2 .label,

.wrap .add-new-h2 .badge,

input.button .label,

input.button .badge,

input[type="file"].button .label,

input[type="file"].button .badge,

input[type="image"].button .label,

input[type="image"].button .badge,

input[type="submit"].button .label,

input[type="submit"].button .badge,

input[type="reset"].button .label,

input[type="reset"].button .badge,

input[type="button"].button .label,

input[type="button"].button .badge {

  position: relative;

  top: -1px;

}

input[type="file"],

input[type="image"],

input[type="submit"],

input[type="reset"],

input[type="button"],

a.button,

.wrap .add-new-h2 {

  padding: 2px 10px;

  font-size: 11.9px;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.wp-core-ui .button-primary,

input.button-primary,

button.button-primary,

a.button-primary {

  padding: 4px 14px;

}

#minor-publishing-actions input,

#minor-publishing-actions .preview,

.plugins a.delete,

#all-plugins-table .plugins a.delete,

#search-plugins-table .plugins a.delete,

.submitbox .submitdelete {

  padding: 2px 6px;

  font-size: 10.5px;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

#minor-publishing-actions input .label,

#minor-publishing-actions input .badge,

#minor-publishing-actions .preview .label,

#minor-publishing-actions .preview .badge,

.plugins a.delete .label,

.plugins a.delete .badge,

#all-plugins-table .plugins a.delete .label,

#all-plugins-table .plugins a.delete .badge,

#search-plugins-table .plugins a.delete .label,

#search-plugins-table .plugins a.delete .badge,

.submitbox .submitdelete .label,

.submitbox .submitdelete .badge {

  top: 0;

}

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary,

#side-sortables #mp-single-statuses span.current,

#side-sortables #mp-single-statuses span,

#side-sortables #mp-single-statuses span a {

  display: block;

  width: 100%;

  padding-left: 0;

  padding-right: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

button.media-button.button-primary,

.wp-core-ui .button-primary,

a.button-primary.welcome-button,

input[type="submit"],

input[type="submit"].button-primary,

#side-sortables #mp-single-statuses span a,

input.button-primary,

button.button-primary,

input.button.button-primary,

a.button-primary {

  color: #fff;

  background-color: #56AF45;

  border: none;

}

button.media-button.button-primary:hover,

button.media-button.button-primary:focus,

button.media-button.button-primary:active,

button.media-button.button-primary.active,

button.media-button.button-primary.disabled,

button.media-button.button-primary[disabled],

.wp-core-ui .button-primary:hover,

.wp-core-ui .button-primary:focus,

.wp-core-ui .button-primary:active,

.wp-core-ui .button-primary.active,

.wp-core-ui .button-primary.disabled,

.wp-core-ui .button-primary[disabled],

a.button-primary.welcome-button:hover,

a.button-primary.welcome-button:focus,

a.button-primary.welcome-button:active,

a.button-primary.welcome-button.active,

a.button-primary.welcome-button.disabled,

a.button-primary.welcome-button[disabled],

input[type="submit"]:hover,

input[type="submit"]:focus,

input[type="submit"]:active,

input[type="submit"].active,

input[type="submit"].disabled,

input[type="submit"][disabled],

input[type="submit"].button-primary:hover,

input[type="submit"].button-primary:focus,

input[type="submit"].button-primary:active,

input[type="submit"].button-primary.active,

input[type="submit"].button-primary.disabled,

input[type="submit"].button-primary[disabled],

#side-sortables #mp-single-statuses span a:hover,

#side-sortables #mp-single-statuses span a:focus,

#side-sortables #mp-single-statuses span a:active,

#side-sortables #mp-single-statuses span a.active,

#side-sortables #mp-single-statuses span a.disabled,

#side-sortables #mp-single-statuses span a[disabled],

input.button-primary:hover,

input.button-primary:focus,

input.button-primary:active,

input.button-primary.active,

input.button-primary.disabled,

input.button-primary[disabled],

button.button-primary:hover,

button.button-primary:focus,

button.button-primary:active,

button.button-primary.active,

button.button-primary.disabled,

button.button-primary[disabled],

input.button.button-primary:hover,

input.button.button-primary:focus,

input.button.button-primary:active,

input.button.button-primary.active,

input.button.button-primary.disabled,

input.button.button-primary[disabled],

a.button-primary:hover,

a.button-primary:focus,

a.button-primary:active,

a.button-primary.active,

a.button-primary.disabled,

a.button-primary[disabled] {

  color: #fff;

  background-color: #16a839;

}

button.media-button.button-primary:active,

button.media-button.button-primary.active,

.wp-core-ui .button-primary:active,

.wp-core-ui .button-primary.active,

a.button-primary.welcome-button:active,

a.button-primary.welcome-button.active,

input[type="submit"]:active,

input[type="submit"].active,

input[type="submit"].button-primary:active,

input[type="submit"].button-primary.active,

#side-sortables #mp-single-statuses span a:active,

#side-sortables #mp-single-statuses span a.active,

input.button-primary:active,

input.button-primary.active,

button.button-primary:active,

button.button-primary.active,

input.button.button-primary:active,

input.button.button-primary.active,

a.button-primary:active,

a.button-primary.active {

  background-color: #003399 \9;

}

button.media-button.button-primary .caret,

.wp-core-ui .button-primary .caret,

a.button-primary.welcome-button .caret,

input[type="submit"] .caret,

input[type="submit"].button-primary .caret,

#side-sortables #mp-single-statuses span a .caret,

input.button-primary .caret,

button.button-primary .caret,

input.button.button-primary .caret,

a.button-primary .caret {

  border-top-color: #fff;

  border-bottom-color: #fff;

}

.submitbox .submitdelete,

.wrap .add-new-h2 {

  color: #fff;

  background: #E51400;

}

.submitbox .submitdelete:hover,

.submitbox .submitdelete:focus,

.submitbox .submitdelete:active,

.submitbox .submitdelete.active,

.submitbox .submitdelete.disabled,

.submitbox .submitdelete[disabled],

.wrap .add-new-h2:hover,

.wrap .add-new-h2:focus,

.wrap .add-new-h2:active,

.wrap .add-new-h2.active,

.wrap .add-new-h2.disabled,

.wrap .add-new-h2[disabled] {

  color: #fff;

  background-color: #C40F00;

}



.submitbox .submitdelete:active,

.submitbox .submitdelete.active,

.wrap .add-new-h2:active,

.wrap .add-new-h2.active {

  background-color: #942a25 \9;

}

.plugins a.delete .caret,

#all-plugins-table .plugins a.delete .caret,

#search-plugins-table .plugins a.delete .caret,

.submitbox .submitdelete .caret,

.wrap .add-new-h2 .caret {

  border-top-color: #fff;

  border-bottom-color: #fff;

}

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary {

  color: #fff;

  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);

  background-color: #5bb75b;

  *background-color: #51a351;

}

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:hover,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:focus,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span.active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span.disabled,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span[disabled],

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary:hover,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary:focus,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary:active,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary.active,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary.disabled,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary[disabled] {

  color: #fff;

  background-color: #51a351;

  *background-color: #499249;

}

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span:active,

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span.active,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary:active,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary.active {

  background-color: #408140 \9;

}

#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-pro-site a span .caret,

#major-publishing-actions #mp-single-order-form #mp-single-order-buttons #publish.button-primary .caret {

  border-top-color: #fff;

  border-bottom-color: #fff;

}

#adminmenushadow,

.wp-menu-arrow {

  display: none !important;

}

.widefat th#thumbnail {

  width: 90px !important;

}

th#stock.column-stock {

  width: 95px !important;

}

th#sales.column-sales {

  width: 95px !important;

}

body.folded .wp-menu-image {

  display: block;

}

#product_category-adder h4 {

  font-size: 15px;

}

.hidden {

  visibility: visible;

}

.postbox {

	box-shadow: none;

	border: none;

  margin-bottom: 20px;

  background: #fff;

}

.postbox .hndle,

div.sidebar-name {

  padding: 3px 7px 3px 23px;

  font-size: 15px;

  background: #42586f;

  border: none;

  border-bottom: 1px solid #06529E;

  color: #fff;

  line-height: 34px;

}

div.sidebar-name {

	padding-left: 0;

}

.js .sidebar-name:hover h3, 

.js .postbox h3:hover {

	color: #fff;

}

.postbox .handlediv {

  position: absolute;

  top: 11px;

  right: 0;

}

.postbox.closed .hndle {

  top: 0;

  left: 0;

}

#dashboard-widgets h3 .postbox-title-action {

	top: 0;

	right: 20px;

}

.js #dashboard-widgets h3 .postbox-title-action {

	right: 40px;

}

#dashboard-widgets h3 a {

	color: #fff;

	text-decoration:none

}

.postbox h3 {

  font-size: 13px;

}

.postbox .inside {

	padding: 20px 23px;

	margin: 0;

	border: 1px solid #C4C5C9;

	border-top: none;

}

#poststuff .inside {

	margin: 0;

}

.postbox ul {

	margin-left: 0

}

#dashboard-widgets-wrap table {

	border-collapse: collapse;

}

#dashboard_right_now .table_content,

#dashboard_right_now .table_discussion,

#woocommerce_dashboard_right_now.table_content,

#woocommerce_dashboard_right_now .table_discussion {

	width: 48%;

	border-top: 1px solid #ddd;

}

#dashboard_right_now .inside,

#woocommerce_dashboard_right_now .inside,

#bbp-dashboard-right-now .inside {

	padding-top: 40px !important;

}

#dashboard_right_now table td,

#woocommerce_dashboard_right_now table td {

	border: 1px solid #ddd;

	padding: 10px 15px !important;

}

#dashboard_right_now .t,

#woocommerce_dashboard_right_now .t {

	padding-top: 10px !important;

}

#dashboard_right_now td.b,

#woocommerce_dashboard_right_now td.b {

	padding: 10px 15px !important;

	text-align:center

}

#dashboard_right_now .versions,

#woocommerce_dashboard_right_now .versions {

	margin: 0;

	padding: 10px 0 0;

}

#dashboard_right_now .versions p,

#dashboard_right_now #wp-version-message,

#woocommerce_dashboard_right_now .versions p,

#woocommerce_dashboard_right_now #wp-version-message {

	display: block;

	padding: 10px 0 0;

	margin: 0;

}

#dashboard_recent_comments .inside {

	padding: 0;

}

#dashboard_recent_comments .inside #the-comment-list .comment-item {

	margin: 0;

	padding: 15px 23px;

}

#dashboard_recent_comments #the-comment-list {

	border-bottom: 1px solid #DFDFDF

}

#dashboard_recent_comments #the-comment-list .comment-item blockquote p {

	font-size: 13px;

	padding-left: 10px;

}

#dashboard_recent_comments #the-comment-list .comment-item .avatar {

	margin-bottom: 0;

}

#dashboard_recent_comments .subsubsub {

	padding: 10px 20px;

	margin: 0;

}



.js .postbox.closed:hover .handlediv:before,

.js .stuffbox.closed:hover .handlediv:before,

.js .closed .sidebar-name-arrow:before,

a.widget-action:before,

.nav-menus-php .item-edit:before {

	font-family: FontAwesome;

	font-size: 18px;

	color: #fff;

	content: "\f107";

}

a.widget-action:before {

	color: #333;

}

.js .postbox:hover .handlediv:before,

.js .stuffbox:hover .handlediv:before,

.js .sidebar-name-arrow:before,

.nav-menus-php .menu-item-edit-active .item-edit:before {

	font-family: FontAwesome;

	font-size: 18px;

	color: #fff;

	content: "\f106";

}

.js .postbox:hover .handlediv,

.js .stuffbox:hover .handlediv,

.js .meta-box-sortables .postbox:hover .handlediv,

.press-this #submitdiv:hover .handlediv,

.js .sidebar-name-arrow,

.js .sidebar-name:hover .sidebar-name-arrow {

	background: none;

}

.nav-menus-php .item-edit:before,

.nav-menus-php .menu-item-edit-active .item-edit:before {

	color: #555

}

.widget-holder .widget-title h4,

.widget-title h4 {

  font-size: 14px;

  font-weight: normal;

}

.metabox-holder h3 {

  font-size: 13px;

}

#post-body.columns-2 #postbox-container-1 {

  margin-right: -320px;

  width: 300px;

}

#poststuff #post-body.columns-2 {

  margin-right: 320px;

}

li#wp-admin-bar-psts-status a {

  color: #f89406;

}

li#wp-admin-bar-psts-status:hover a,

li#wp-admin-bar-psts-status a:hover {

  color: #df8505;

}

#wpadminbar li#wp-admin-bar-pro-site {

  margin-top: -2px;

}

.wp-list-table.widefat.plugins .active {

  background: #fff !important;

  color: #333 !important;

}

ul.subsubsub li.active {

  background: none !important;

  background: transparent !important;

}

ul.subsubsub li.active a {

  color: #5bb75b;

}

.widefat tr.status-order_received td a.mp_order_status,

.widefat tr.status-order_paid td a.mp_order_status,

.widefat tr.status-order_shipped td a.mp_order_status {

  background: none !important;

}

.widefat a.mp_order_status {

  padding-left: 0 !important;

}

#side-sortables #mp-single-statuses {

  color: #fff;

  font-size: 1px;

}

#side-sortables #mp-single-statuses span.received,

#side-sortables #mp-single-statuses span.paid,

#side-sortables #mp-single-statuses span.shipped,

#side-sortables #mp-single-statuses span.closed {

  font-size: 12px;

  color: #333;

  text-align: center;

  display: block;

  width: 100%;

}



table.plugins.widefat tr.inactive td.plugin-title,

table.plugins.widefat tr.inactive td.column-description p {

  color: #999;

}

select,

textarea,

input[type="text"],

input[type="password"],

input[type="datetime"],

input[type="datetime-local"],

input[type="date"],

input[type="month"],

input[type="time"],

input[type="week"],

input[type="number"],

input[type="email"],

input[type="url"],

input[type="search"],

input[type="tel"],

input[type="color"],

.uneditable-input {

  height: auto;

  min-height: 20px;

  line-height:20px;padding:4px 12px;border-radius:0;color:#666;border:1px solid #ddd;vertical-align: middle;

}

#mp-target-countries br {

  display: none;

}

.chzn-search input[type="text"] {

  width: 100% !important;

}

select,

textarea,

input[type="text"],

input[type="password"],

input[type="datetime"],

input[type="datetime-local"],

input[type="date"],

input[type="month"],

input[type="time"],

input[type="week"],

input[type="number"],

input[type="email"],

input[type="url"],

input[type="search"],

input[type="tel"],

input[type="color"],

.uneditable-input {

  height: auto;

  min-height: 20px;

}

label {

  display: inline-block;

}

.attachments-browser .attachments .thumbnail,

.selection-view .attachments .thumbnail {

  padding: 0;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;

  border: 0;

}

#category-adder h4 a {

  font-weight: normal;

  display: inline-block;

  *display: inline;

  *zoom: 1;

  margin-bottom: 0;

  font-size: 14px;

  line-height: 20px;

  text-align: center;

  vertical-align: middle;

  cursor: pointer;

  color: #333;

  text-shadow: 0 1px 1px rgba(255,255,255,0.75);

  background-color: #f5f5f5;

  *margin-left: .3em;

  padding: 0 6px;

  font-size: 10.5px;

}

#category-adder h4 a [class^="icon-"],

#category-adder h4 a [class*=" icon-"] {

  line-height: .9em;

}

#category-adder h4 a:hover,

#category-adder h4 a:focus,

#category-adder h4 a:active,

#category-adder h4 a.active,

#category-adder h4 a.disabled,

#category-adder h4 a[disabled] {

  color: #333;

  background-color: #e6e6e6;

  *background-color: #d9d9d9;

}

#category-adder h4 a:active,

#category-adder h4 a.active {

  background-color: #cccccc \9;

}

#category-adder h4 a:first-child {

  *margin-left: 0;

}

#category-adder h4 a:hover,

#category-adder h4 a:focus {

  color: #333;

  text-decoration: none;

  background-position: 0 -15px;

  -webkit-transition: background-position .1s linear;

  -moz-transition: background-position .1s linear;

  -o-transition: background-position .1s linear;

  transition: background-position .1s linear;

}

#category-adder h4 a:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}

#category-adder h4 a.active,

#category-adder h4 a:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

}

#category-adder h4 a.disabled,

#category-adder h4 a[disabled] {

  cursor: default;

  background-image: none;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

#category-adder h4 a .label,

#category-adder h4 a .badge {

  position: relative;

  top: -1px;

}

#category-adder h4 a .label,

#category-adder h4 a .badge {

  top: 0;

}

.tagsdiv .tagchecklist span {

  background: none;

  padding: 0;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;

  white-space: normal;

  display: inline-block;

  padding: 2px 4px;

  font-size: 11.844px;

  font-weight: bold;

  line-height: 14px;

  color: #fff;

  vertical-align: baseline;

  white-space: nowrap;

  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);

  background-color: #999;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  background: #468847;

  margin-right: 5px;

  position: relative;

  padding-left: 15px;

}

.tagsdiv .tagchecklist span:empty {

  display: none;

}

.tagsdiv .tagchecklist span-important {

  background-color: #b94a48;

}

.tagsdiv .tagchecklist span-important[href] {

  background-color: #953b39;

}

.tagsdiv .tagchecklist span-warning {

  background-color: #f89406;

}

.tagsdiv .tagchecklist span-warning[href] {

  background-color: #c67605;

}

.tagsdiv .tagchecklist span-success {

  background-color: #468847;

}

.tagsdiv .tagchecklist span-success[href] {

  background-color: #356635;

}

.tagsdiv .tagchecklist span-info {

  background-color: #3a87ad;

}

.tagsdiv .tagchecklist span-info[href] {

  background-color: #2d6987;

}

.tagsdiv .tagchecklist span-inverse {

  background-color: #333;

}

.tagsdiv .tagchecklist span-inverse[href] {

  background-color: #1a1a1a;

}

.tagsdiv .tagchecklist span a {

  position: absolute;

  left: 4px;

  color: #468847;

  display: block;

  background: none;

  margin: 0;

  width: 15px;

  height: 15px;

  text-indent: 0px;

}

.tagsdiv .tagchecklist span a:before {

  color: #fff;

  font-family: 'FontAwesome';

  content: "\f02b";

  font-weight: normal;

  font-style: normal;

  display: inline-block;

  text-decoration: none;

}

.tagsdiv .tagchecklist span a:hover:before {

  content: "\f02b";

}

p.the-tagcloud {

  min-height: 20px;

  padding: 19px;

  margin-bottom: 20px;

  background-color: #f5f5f5;

  border: 1px solid #e3e3e3;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);

  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);

  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);

}

p.the-tagcloud blockquote {

  border-color: #ddd;

  border-color: rgba(0,0,0,0.15);

}

p.the-tagcloud a {

  background: none;

  padding: 0;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;

  white-space: normal;

  display: inline-block;

  padding: 2px 4px;

  font-size: 11.844px;

  font-weight: bold;

  line-height: 14px;

  color: #fff;

  vertical-align: baseline;

  white-space: nowrap;

  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);

  background-color: #999;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  background: #3A87AD;

  text-decoration: none;

}

p.the-tagcloud a:empty {

  display: none;

}

p.the-tagcloud a-important {

  background-color: #b94a48;

}

p.the-tagcloud a-important[href] {

  background-color: #953b39;

}

p.the-tagcloud a-warning {

  background-color: #f89406;

}

p.the-tagcloud a-warning[href] {

  background-color: #c67605;

}

p.the-tagcloud a-success {

  background-color: #468847;

}

p.the-tagcloud a-success[href] {

  background-color: #356635;

}

p.the-tagcloud a-info {

  background-color: #3a87ad;

}

p.the-tagcloud a-info[href] {

  background-color: #2d6987;

}

p.the-tagcloud a-inverse {

  background-color: #333;

}

p.the-tagcloud a-inverse[href] {

  background-color: #1a1a1a;

}

#postimagediv a#set-post-thumbnail {

  display: inline-block;

  *display: inline;

  *zoom: 1;

  margin-bottom: 0;

  font-size: 14px;

  line-height: 20px;

  text-align: center;

  vertical-align: middle;

  cursor: pointer;

  *margin-left: .3em;

  padding: 11px 0;

  font-size: 17.5px;

  color: #444;

  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);

  background-color: #eee;

  display: block;

  width: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

#postimagediv a#set-post-thumbnail img {

	max-width: 90%;

	height: auto;

	}

#postimagediv a#set-post-thumbnail [class^="icon-"],

#postimagediv a#set-post-thumbnail [class*=" icon-"] {

  line-height: .9em;

}

#postimagediv a#set-post-thumbnail:hover,

#postimagediv a#set-post-thumbnail:focus,

#postimagediv a#set-post-thumbnail:active,

#postimagediv a#set-post-thumbnail.active,

#postimagediv a#set-post-thumbnail.disabled,

#postimagediv a#set-post-thumbnail[disabled] {

  color: #333;

  background-color: #ddd;

  *background-color: #ddd;

}

#postimagediv a#set-post-thumbnail:active,

#postimagediv a#set-post-thumbnail.active {

  background-color: #cccccc \9;

}

#postimagediv a#set-post-thumbnail:first-child {

  *margin-left: 0;

}

#postimagediv a#set-post-thumbnail:hover,

#postimagediv a#set-post-thumbnail:focus {

  color: #333;

  text-decoration: none;

  background-position: 0 -15px;

  -webkit-transition: background-position .1s linear;

  -moz-transition: background-position .1s linear;

  -o-transition: background-position .1s linear;

  transition: background-position .1s linear;

}

#postimagediv a#set-post-thumbnail:focus {

  outline: thin dotted #333;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}

#postimagediv a#set-post-thumbnail.active,

#postimagediv a#set-post-thumbnail:active {

  background-image: none;

  outline: 0;

  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

}

#postimagediv a#set-post-thumbnail.disabled,

#postimagediv a#set-post-thumbnail[disabled] {

  cursor: default;

  background-image: none;

  opacity: 0.65;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

#postimagediv a#set-post-thumbnail .label,

#postimagediv a#set-post-thumbnail .badge {

  position: relative;

  top: -1px;

}

#postimagediv a#set-post-thumbnail:hover,

#postimagediv a#set-post-thumbnail:focus,

#postimagediv a#set-post-thumbnail:active,

#postimagediv a#set-post-thumbnail.active,

#postimagediv a#set-post-thumbnail.disabled,

#postimagediv a#set-post-thumbnail[disabled] {

  color: #333;

  background-color: #ddd;

  *background-color: #ddd;

}

#postimagediv a#set-post-thumbnail:active,

#postimagediv a#set-post-thumbnail.active {

  background-color: #408140 \9;

}

#postimagediv a#set-post-thumbnail .caret {

  border-top-color: #fff;

  border-bottom-color: #fff;

}

.plugins .inactive td,

.plugins .inactive th,

.plugins .active td,

.plugins .active th {

  border-color: #dedede;

  border-bottom: 0;

}

.popover {

  width: 260px;

}

.search-box input[name="s"],

#search-plugins input[name="s"] {

  float: none;

  height: auto;

}

div.sidebar-name h3 {

  line-height: 15px;

}

.icon32.fonticon {

  margin: 16px 8px 0 0;

}

.updated.fade,

.error.fade {

  opacity: 1;

}

.wp-menu-name {

  text-shadow: none;

}

.wp-menu-image:before {

  text-shadow: none;

  color: #BABABA;

}

#adminmenu li.menu-top:hover > a .wp-menu-image:before,

#adminmenu li.opensub .wp-menu-image:before,

a.wp-menu-open .wp-menu-image:before,

.current .wp-menu-image:before,

.wp-active-submenu .wp-menu-image:before{

  color: #fff;

}



#adminmenu div.wp-menu-image,

.menu-top.toplevel_page_wpmudev .wp-menu-image,

.menu-top.toplevel_page_incsub_support .wp-menu-image,

.menu-icon-site .wp-menu-image,

.menu-top.toplevel_page_psts-checkout .wp-menu-image,

.menu-top.toplevel_page_cp_main .wp-menu-image,

.menu-top.toplevel_page_mp_st .wp-menu-image,

.menu-top.toplevel_page_customize .wp-menu-image,

.menu-top.toplevel_page_tools .wp-menu-image,

.menu-top.toplevel_page_logout .wp-menu-image,

.menu-top.toplevel_page_business_tools .wp-menu-image,

.menu-top.toplevel_page_jetpack .wp-menu-image,

.menu-icon-feedback .wp-menu-image,

.menu-top.toplevel_page_wpcf7 .wp-menu-image,

.menu-top.toplevel_page_newsletter .wp-menu-image,

.menu-top.toplevel_page_nrelate-main .wp-menu-image,

.menu-top.toplevel_page_wdfb .wp-menu-image,

.menu-icon-forum .wp-menu-image,

.menu-icon-topic .wp-menu-image,

.menu-icon-reply .wp-menu-image,

#menu-posts-download .wp-menu-image,

.menu-top.toplevel_page_sam-list .wp-menu-image,

.menu-top.toplevel_page_wpseo_dashboard .wp-menu-image,

.menu-top.toplevel_page_Wordfence .wp-menu-image,

#toplevel_page_edit-post_type-acf .wp-menu-image {

  background-image: none !important;

  position: absolute;

  top: 8px;

  left: 7px;

}

#adminmenu div.wp-menu-image:before,

.menu-top.toplevel_page_wpmudev .wp-menu-image:before,

.menu-top.toplevel_page_incsub_support .wp-menu-image:before,

.menu-icon-site .wp-menu-image:before,

.menu-top.toplevel_page_psts-checkout .wp-menu-image:before,

.menu-top.toplevel_page_cp_main .wp-menu-image:before,

.menu-top.toplevel_page_mp_st .wp-menu-image:before,

.menu-top.toplevel_page_customize .wp-menu-image:before,

.menu-top.toplevel_page_tools .wp-menu-image:before,

.menu-top.toplevel_page_logout .wp-menu-image:before,

.menu-top.toplevel_page_business_tools .wp-menu-image:before,

.menu-top.toplevel_page_jetpack .wp-menu-image:before,

.menu-icon-feedback .wp-menu-image:before,

.menu-top.toplevel_page_wpcf7 .wp-menu-image:before,

.menu-top.toplevel_page_newsletter .wp-menu-image:before,

.menu-top.toplevel_page_nrelate-main .wp-menu-image:before,

.menu-top.toplevel_page_wdfb .wp-menu-image:before,

.menu-icon-forum .wp-menu-image:before,

.menu-icon-topic .wp-menu-image:before,

.menu-icon-reply .wp-menu-image:before,

#menu-posts-download .wp-menu-image:before,

.menu-top.toplevel_page_sam-list .wp-menu-image:before,

.menu-top.toplevel_page_wpseo_dashboard .wp-menu-image:before,

.menu-top.toplevel_page_Wordfence .wp-menu-image:before,

#toplevel_page_edit-post_type-acf .wp-menu-image:before,

.menu-icon-media .wp-menu-image:before {

  margin-right: 5px;

  font-family: 'FontAwesome';

  font-size: 16px;

}

.icon32 {

	margin:14px 12px 0 0;

}

.icon32.icon-dashboard:before,#icon-index:before,

.icon32.icon-tools:before,#icon-tools:before,#icon-admin:before,

.icon32.icon-post:before, #icon-edit:before, #icon-post:before,

.icon32.icon-page:before, #icon-edit-pages:before, #icon-page:before,

.icon32.icon-media:before, #icon-upload:before,

.icon32.icon-comments:before, #icon-edit-comments:before,

.icon32.icon-appearance:before, #icon-themes:before,

.icon32.icon-plugins:before, #icon-plugins:before,

.icon32.icon-users:before, #icon-users:before, #icon-profile:before, #icon-user-edit:before,

.icon32.icon-settings:before, #icon-options-general:before,

div#gravity-edit-icon:before,

div#gravity-notification-icon:before,

div#gravity-entry-icon:before,

div#gravity-title-icon:before,

div#gravity-settings-icon:before,

div#gravity-export-icon:before,

div#gravity-import-icon:before,

div#gravity-update-icon:before,

div#gravity-help-icon:before {

	color: #111;

	margin-right: 5px;

  font-family: 'FontAwesome';

	font-size: 36px

}

#collapse-button:before {

	color: #fff;

	margin-right: 5px;

  font-family: 'FontAwesome';

	font-size: 20px;

	content: "\f104";

}

.folded #collapse-button:before {

	content: "\f105";

}

#adminmenu div.wp-menu-image img,

.menu-top.toplevel_page_wpmudev .wp-menu-image img,

.menu-top.toplevel_page_incsub_support .wp-menu-image img,

.menu-icon-site .wp-menu-image img,

.menu-top.toplevel_page_psts-checkout .wp-menu-image img,

.menu-top.toplevel_page_cp_main .wp-menu-image img,

.menu-top.toplevel_page_mp_st .wp-menu-image img,

.menu-top.toplevel_page_customize .wp-menu-image img,

.menu-top.toplevel_page_tools .wp-menu-image img,

.menu-top.toplevel_page_logout .wp-menu-image img,

.menu-top.toplevel_page_business_tools .wp-menu-image img,

.menu-top.toplevel_page_jetpack .wp-menu-image img,

.menu-icon-feedback .wp-menu-image img,

.menu-top.toplevel_page_wpcf7 .wp-menu-image img,

.menu-top.toplevel_page_newsletter .wp-menu-image img,

.menu-top.toplevel_page_nrelate-main .wp-menu-image img,

.menu-top.toplevel_page_wdfb .wp-menu-image img,

.menu-icon-forum .wp-menu-image img,

.menu-icon-topic .wp-menu-image img,

.menu-icon-reply .wp-menu-image img,

#menu-posts-download .wp-menu-image img,

.menu-top.toplevel_page_sam-list .wp-menu-image img,

.menu-top.toplevel_page_wpseo_dashboard .wp-menu-image img,

.menu-top.toplevel_page_Wordfence .wp-menu-image img,

#toplevel_page_edit-post_type-acf .wp-menu-image img {

  display: none;

}

#adminmenu div.wp-menu-name,

.menu-top.toplevel_page_wpmudev div.wp-menu-name,

.menu-top.toplevel_page_incsub_support div.wp-menu-name,

.menu-icon-site div.wp-menu-name,

.menu-top.toplevel_page_psts-checkout div.wp-menu-name,

.menu-top.toplevel_page_cp_main div.wp-menu-name,

.menu-top.toplevel_page_mp_st div.wp-menu-name,

.menu-top.toplevel_page_customize div.wp-menu-name,

.menu-top.toplevel_page_tools div.wp-menu-name,

.menu-top.toplevel_page_logout div.wp-menu-name,

.menu-top.toplevel_page_business_tools div.wp-menu-name,

.menu-top.toplevel_page_jetpack div.wp-menu-name,

.menu-icon-feedback div.wp-menu-name,

.menu-top.toplevel_page_wpcf7 div.wp-menu-name,

.menu-top.toplevel_page_newsletter div.wp-menu-name,

.menu-top.toplevel_page_nrelate-main div.wp-menu-name,

.menu-top.toplevel_page_wdfb div.wp-menu-name,

.menu-icon-forum div.wp-menu-name,

.menu-icon-topic div.wp-menu-name,

.menu-icon-reply div.wp-menu-name,

#menu-posts-download div.wp-menu-name,

.menu-top.toplevel_page_sam-list div.wp-menu-name,

.menu-top.toplevel_page_wpseo_dashboard div.wp-menu-name,

.menu-top.toplevel_page_Wordfence div.wp-menu-name,

#toplevel_page_edit-post_type-acf div.wp-menu-name {

  padding-left: 35px !important;

}

#adminmenuwrap #adminmenu .menu-icon-feedback div.wp-menu-image,

.icon32.icon-dashboard,#icon-index,

.icon32.icon-tools,#icon-tools, #icon-admin,

.icon32.icon-post, #icon-edit, #icon-post,

.icon32.icon-page, #icon-edit-pages, #icon-page,

.icon32.icon-media, #icon-upload,

.icon32.icon-comments, #icon-edit-comments,

.icon32.icon-appearance, #icon-themes,

.icon32.icon-plugins, #icon-plugins,

.icon32.icon-users, #icon-users, #icon-profile, #icon-user-edit,

.icon32.icon-settings, #icon-options-general,

#collapse-button,

#collapse-button div,

div#gravity-edit-icon,

div#gravity-notification-icon,

div#gravity-entry-icon,

div#gravity-title-icon,

div#gravity-settings-icon,

div#gravity-export-icon,

div#gravity-import-icon,

div#gravity-update-icon,

div#gravity-help-icon,

li.add_field_button_container a.tooltip_left, li.add_field_button_container a.tooltip_bottomleft,

a.tooltip, a.tooltip_left, a.tooltip_bottomleft {

  background: none !important;

  background-image: none !important;

}

.folded h3.popover-title {

  height: 20px;

}

.folded .wp-submenu-head {

  position: absolute;

  top: 10px;

  left: 30px;

}

.folded .wp-menu-name {

	display: none;

}

ul.radio_list,

ul.checkbox_list {

  padding-left: 18px !important;

}

.label,

.badge {

  background: none;

  padding: 0;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  border-radius: 0px;

  white-space: normal;

}

.menu-top .wp-menu-image:before {

  content: "\f005";

}

.menu-icon-dashboard .wp-menu-image:before,

.icon32.icon-dashboard:before, #icon-index:before,

.modern-admin-menu-icon-dashboard:before {

  content: "\f109";

}

.menu-icon-post .wp-menu-image:before,

.icon32.icon-post:before, #icon-edit:before, #icon-post:before,

.modern-admin-menu-icon-posts:before {

  content: "\f040";

}

.menu-icon-page .wp-menu-image:before,

.icon32.icon-page:before, #icon-edit-pages:before, #icon-page:before,

.modern-admin-menu-icon-pages:before {

  content: "\f02d";

}

.menu-icon-media .wp-menu-image:before,

.icon32.icon-media:before, #icon-upload:before,

.modern-admin-menu-icon-media:before {

  content: "\f030";

}

.menu-icon-comments .wp-menu-image:before,

.icon32.icon-comments:before, #icon-edit-comments:before,

.modern-admin-menu-icon-comments:before {

  content: "\f0e6";

}

.menu-icon-appearance .wp-menu-image:before,

.icon32.icon-appearance:before, #icon-themes:before,

.modern-admin-menu-icon-appearance:before {

  content: "\f0d0";

}

.menu-icon-plugins .wp-menu-image:before,

.icon32.icon-plugins:before, #icon-plugins:before,

.modern-admin-menu-icon-plugins:before {

  content: "\f0c3";

}

.menu-icon-users .wp-menu-image:before,

.icon32.icon-users:before, #icon-users:before, #icon-profile:before, #icon-user-edit:before,

.modern-admin-menu-icon-users:before {

  content: "\f0c0";

}

.menu-icon-tools .wp-menu-image:before,

.icon32.icon-tools:before,#icon-tools:before, #icon-admin:before,

.modern-admin-menu-icon-tools:before {

  content: "\f0ad";

}

.menu-icon-settings .wp-menu-image:before,

.icon32.icon-settings:before, #icon-options-general:before,

.modern-admin-menu-icon-settings:before {

  content: "\f013";

}





@media only screen and (min-width: 780px) and (max-width: 1024px) {

	#dashboard_right_now table td,

	#woocommerce_dashboard_right_now table td,

	#dashboard_right_now td.b,

	#woocommerce_dashboard_right_now td.b {

		border: none !important;

		padding: 10px 8px 0 0 !important;

	}

	#woocommerce_dashboard_right_now td.b a {

		font-size: 14px;

	}

}



/*------------------------------------------------------------------------------

  26.0 - Add Style Apperance Menus

------------------------------------------------------------------------------*/



#nav-menus-frame > #menu-settings-column {padding-top: 0;}

.accordion-container .outer-border {

    margin: 0;

}

.manage-menus {

	background: #FBFBFB;

	border: 1px solid #e5e5e5;

	margin-top: 23px;

    overflow: hidden;

    padding: 10px;

}

.accordion-container {

	border: 0;

}

.accordion-section {

    border: 0;

    margin:0 0 4px;

}

.accordion-section-content {background: #FFF; overflow: hidden; padding: 18px 13px;}

.accordion-section-title:after {position: absolute;}

.nav-menus-php .item-edit:before, .widget-top a.widget-action:after, .control-section .accordion-section-title:after, .accordion-section-title:after {

	font-family: 'FontAwesome';

	font-size: 15px;

	position: relative;

	display: block;

	color: #AAA;

}

.control-section .accordion-section-title {

	font-family: inherit;

	font-weight: normal;

    background: none repeat scroll 0 0 #FFFFFF;

    border-left: medium none;

    border-right: medium none;

    line-height: 21px;

    padding: 10px 10px 11px 14px;

    cursor: pointer;

}

.control-section.open .accordion-section-title {

	border-bottom:0;

}

.widget-action, .handlediv, .item-edit, .sidebar-name-arrow, .accordion-section-title:after {color: #aaa;}

#nav-menu-header .menu-name-label {}

.menu-item-handle  {box-shadow: none;}







.theme-browser .theme .theme-update:before,

.theme-browser .theme .theme-installed:before {

	content: '\f463';

	display: inline-block;

	font: normal 20px/1 'dashicons';

	margin: 0 6px 0 0;

	opacity: 0.8;

	position: relative;

	top: 5px;

	speak: none;

	-webkit-font-smoothing: antialiased;

}







.theme-browser .theme .theme-installed {

    background: none repeat scroll 0 0 #0074A2;

}

.theme-browser .theme .theme-installed, .theme-browser .theme .theme-update {

    background: none repeat scroll 0 0 rgba(213, 78, 33, 0.95);

    border-bottom: 1px solid rgba(0, 0, 0, 0.25);

    color: #FFFFFF;

    display: block;

    font-size: 13px;

    font-weight: 400;

    height: 48px;

    left: 0;

    line-height: 48px;

    overflow: hidden;

    padding: 0 10px;

    position: absolute;

    right: 0;

    top: 0;

}





/*------------------------------------------------------------------------------

  16.2 - Install Themes

------------------------------------------------------------------------------*/



/* Already installed theme */

.theme-browser .theme .theme-installed {

	background: #0074a2;

}

.theme-browser .theme .theme-installed:before {

	content: '\f147';

}

.theme-browser .theme.is-installed .theme-actions .button-primary {

	display: none !important;

}



.theme-navigation {

	background: #fff;

	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);

	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	color: #555;

	display: inline-block;

	font-size: 13px;

	margin: 20px 0 30px;

	padding: 0 20px;

	position: relative;

	width: 100%;

}

.theme-install-php a.upload,

.theme-install-php a.browse-themes {

	cursor: pointer;

}

.theme-install-php a.browse-themes,

.theme-install-php.show-upload-theme a.upload {

	display: none;

}

.theme-install-php.show-upload-theme a.browse-themes {

	display: inline;

}

.upload-theme {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	display: none;

	margin: 0px 0 0;

	padding: 0;

	width: 100%;

	overflow: hidden;

	position: relative;

	top: 10px;

}

body.show-upload-theme .upload-theme {

	display: block;

}

.upload-theme .wp-upload-form {

	background: #fafafa;

	border: 1px solid #e5e5e5;

	padding: 30px;

	margin: 30px auto;

	max-width: 380px;

}

.upload-theme .install-help {

	color: #999;

	font-size: 18px;

	font-style: normal;

	margin: 0;

	padding: 40px 0 0;

	text-align: center;

}

body.show-upload-theme .upload-theme + .theme-navigation,

body.show-upload-theme .upload-theme + .theme-navigation + .theme-browser {

	display: none;

}

.themes-php .wrap .theme-count,

.theme-navigation .theme-count {

	color: #fff;

	-webkit-border-radius: 30px;

	border-radius: 30px;

	background: #777;

	font-size: 14px;

	padding: 4px 10px;

	font-weight: 600;

	margin-left: 5px;

	margin-right: 20px;

	position: relative;

	top: -3px;

}



.theme-navigation .theme-count {

	margin-left: 0;

	position: absolute;

	top: 14px;

}

.theme-count + .theme-section {

	margin-left: 60px;

}

.theme-section,

.theme-filter {

	border-bottom: 4px solid #fff;

	color: #666;

	cursor: pointer;

	display: inline-block;

	margin: 0 10px;

	padding: 15px 0;

}

.theme-section.current,

.theme-filter.current {

	border-bottom: 4px solid #666;

	color: #222;

}

.theme-top-filters {

	display: inline-block;

}

.theme-navigation .more-filters {

	color: #666;

	cursor: pointer;

	display: inline-block;

	margin: 0 10px;

	padding: 4px 6px;

}

body.more-filters-opened .more-filters,

body.more-filters-opened .more-filters:before {

	background: #777;

	-webkit-border-radius: 2px;

	border-radius: 2px;

	border: none;

	color: #fff;

}



body.more-filters-opened .more-filters:hover,

body.more-filters-opened .more-filters:focus,

body.more-filters-opened .more-filters:hover:before,

body.more-filters-opened .more-filters:focus:before {

	background: rgb(46, 162, 204);

}



.theme-install-php .theme-search {

	position: absolute;

	right: 10px;

	top: 9px;

	font-size: 16px;

	font-weight: 300;

	line-height: 1.5;

	width: 280px;

}

.more-filters:before {

	color: #777;

	text-align: center;

	margin: 0 5px 0 0;

	content: "\f111";

	display: inline-block;

	width: 16px;

	height: 16px;

	-webkit-font-smoothing: antialiased;

	font-size: 16px;

	line-height: 1;

	font-family: "dashicons";

	text-decoration: inherit;

	font-weight: normal;

	font-style: normal;

	vertical-align: top;

	-webkit-transition: color .1s ease-in 0;

	transition: color .1s ease-in 0;

	text-align: center;

}

.more-filters.current:before {

	color: #fff;

}

.more-filters-container {

	display: none;

	padding: 20px;

	border-top: 1px solid #eee;

	margin: 0 -20px;

	background: #fafafa;

}

body.more-filters-opened .more-filters-container {

	display: block;

	overflow: hidden;

}

body.more-filters-opened .theme-section.current {

	border-bottom: none;

}

body.more-filters-opened .theme-browser,

body.more-filters-opened.filters-applied.loading-themes .theme-browser {

	display: none;

}

body.more-filters-opened.filters-applied .theme-browser {

	display: block;

}

.more-filters-container .filters-group {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	float: left;

	width: 19%;

	background: #fff;

	margin: 0 1% 0 0;

	border: 1px solid #e5e5e5;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);

	box-shadow: 0 1px 1px rgba(0,0,0,0.04);

	padding: 10px;

}

.more-filters-container .wide-filters-group {

	width: 38%;

}

.more-filters-container .feature-name {

	margin: 0;

	position: relative;

}

.more-filters-container ol {

	list-style-type: none;

	margin: 20px 0 0;

	font-size: 12px;

}

.more-filters-container li {

	display: inline-block;

	vertical-align: top;

	list-style-type: none;

	margin: 5px 0;

	padding-right: 25px;

	width: 160px;

}

.theme-navigation .more-filters-container .apply-filters {

	margin: 0 0 20px;

}

.theme-navigation .more-filters-container .clear-filters {

	display: none;

	margin: 0 0 20px 10px;

}

.more-filters-container .apply-filters span {

	display: inline-block;

	font-size: 12px;

	text-indent: 10px;

	opacity: 0.8;

}

.more-filters-container .filtering-by {

	display: none;

	margin: 0;

}

.more-filters-container .filtering-by > span {

	font-weight: 600;

}

.more-filters-container .filtering-by .tags {

	display: inline;

}

.more-filters-container .filtering-by .tag {

	background: #fff;

	border: 1px solid #e5e5e5;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);

	box-shadow: 0 1px 1px rgba(0,0,0,0.04);

	font-size: 11px;

	margin: 0 5px;

	padding: 4px 8px;

}

.more-filters-container .filtering-by a {

	margin-left: 10px;

}

body.filters-applied .more-filters-container .filters-group,

body.filters-applied .more-filters-container a.button,

body.filters-applied .more-filters-container br {

	display: none !important;

}

body.filters-applied .more-filters-container .filtering-by {

	display: block;

}

body.filters-applied .more-filters-container {

	padding: 20px;

}

p.no-themes {

	color: #999;

	font-size: 18px;

	font-style: normal;

	margin: 0;

	padding: 0;

	text-align: center;

	display: none;

}

body.no-results p.no-themes {

	display: block;

}

body.show-upload-theme p.no-themes {

	display: none !important;

}





.theme-install-php .add-new-theme {

	display: none !important;

}



@media only screen and (max-width: 1120px) {

	.theme-install-php .theme-search {

		margin: 20px 0;

		position: static;

		width: 100%;

	}

	.more-filters-container {

		border-bottom: 1px solid #eee;

	}

	.upload-theme .wp-upload-form {

		margin: 20px 0;

		max-width: 100%;

	}

	.upload-theme .install-help {

		font-size: 15px;

		padding: 20px 0 0;

		text-align: left;

	}

	.more-filters-container .filters-group {

		margin-bottom: 0;

		margin-top: 5px;

		width: 100%;

	}

	.more-filters-container .filters-group li {

		margin: 10px 0;

	}

}



@media only screen and (max-width: 782px) {

	.more-filters-container .filters-group {

		width: 100%;

	}

	.more-filters-container .filters-group li {

		width: 100%;

	}

}



.rating {

	margin: 30px 0;

}

.rating span:before {

	color: #e6b800;

	content: "\f154";

	display: inline-block;

	-webkit-font-smoothing: antialiased;

	font: normal 20px/1 'dashicons';

	vertical-align: top;

}

/* Half stars */

.rating-10 span.one:before,

.rating-30 span.two:before,

.rating-50 span.three:before,

.rating-70 span.four:before,

.rating-90 span.five:before {

	content: "\f459";

}

/* Full stars */

.rating-20 span.one:before {

	content: "\f155";

}

.rating-30 span.one:before,

.rating-40 span.one:before,

.rating-40 span.two:before {

	content: "\f155";

}

.rating-50 span.one:before,

.rating-50 span.two:before,

.rating-60 span.one:before,

.rating-60 span.two:before,

.rating-60 span.three:before {

	content: "\f155";

}

.rating-70 span.one:before,

.rating-70 span.two:before,

.rating-70 span.three:before,

.rating-80 span.one:before,

.rating-80 span.two:before,

.rating-80 span.three:before,

.rating-80 span.four:before {

	content: "\f155";

}

.rating-90 span.one:before,

.rating-90 span.two:before,

.rating-90 span.three:before,

.rating-90 span.four:before,

.rating-100 span.one:before,

.rating-100 span.two:before,

.rating-100 span.three:before,

.rating-100 span.four:before,

.rating-100 span.five:before {

	content: "\f155";

}

.rating .ratings {

	display: inline;

	margin-left: 10px;

	line-height: 20px;

	color: #999;

}

.loading-themes .theme-browser,

.error .theme-browser {

	display: none;

}

.loading-themes .spinner {

	display: block;

	margin: 40px auto 0;

	float: none;

}











/*------------------------------------------------------------------------------

  edit.php升级 (time:2017-01-02)

------------------------------------------------------------------------------*/

.wrap:after,.btn-add-new-post:after,.posts-filter-bar:after{content: '';display: block;height: 0;clear: both;visibility: hidden;}

.btn-add-new-post{display: inline-block;min-width: 55px;line-height: 20px;white-space: nowrap;padding: 6px 15px;background-color: #3292df;color:#fff;font-size: 14px;}

.btn-add-new-post .sm-ico-add-new{display: inline-block;width: 32px;height: 32px;float: left;margin:-6px 15px -6px -15px;background-color: #0473cd;background-repeat: no-repeat;background-position: center;background-image: url(../images/sm_ico_add.png);}

.btn-add-new-post:hover{color: #fff;background-color: #298ad7;}

.btn-add-new-post:hover .sm-ico-add-new{background-color: #066cbc;}

.wrap .post-new-tit,.wrap h2.post-new-tit{float: left;padding:9px 20px 15px 0;}

.wrap .subsubsub{margin-top: 0;padding-top: 15px;}

#posts-filter{display: block;clear: both;}

#posts-filter p.search-box{float: right;padding-bottom: 15px;}

#posts-filter .tablenav{clear: none;float: left;margin: 0;clear: left;padding-bottom: 5px;}

#posts-filter .tablenav .actions select{height: 28px;}

.tablenav .one-page .pagination-links { display: inline;}

#posts-filter input#post-search-input{width: 230px;line-height: 20px;vertical-align: middle;margin-right: 2px;}

#posts-filter .listorder input[type="text"]{margin-right: 8px;float: left;}

#posts-filter .listorder a.listorder_edit{padding-top: 5px;display: inline-block;}

#posts-filter .listorder a.listorder_edit img{}

#posts-filter .tablenav{float: none;}

#posts-filter .tablenav:after{content: '';display: block;height: 0;clear: both;visibility: hidden;}

#posts-filter .tablenav{*zoom:1;}

#posts-filter .tablenav.top .tablenav-pages,#posts-filter .tablenav.top .view-switch{display: none;}



table.wp-list-table.widefat{clear: both;border: 0!important;}

table.wp-list-table.widefat th{width: auto!important;}

table.wp-list-table.widefat th, table.wp-list-table.widefat td{padding: 10px 8px;}

table.wp-list-table.widefat td.bianji-img a{display: inline-block;}

table.wp-list-table.widefat td.bianji-img a:hover{opacity:.75;filter: alpha(opacity=75);}

table.wp-list-table.widefat td.bianji-img a:last-child{margin-left: 25px;}

table.wp-list-table.widefat thead tr th{background: none;padding-top: 15px;}

table.wp-list-table.widefat thead tr th:last-child{width: 175px!important;}

table.wp-list-table.widefat th{font-weight: normal;}

table.wp-list-table.widefat th,table.wp-list-table.widefat td{border: 0;vertical-align: middle;}

table.wp-list-table.widefat th,table.wp-list-table.widefat th a{color: #188ae2;}

table.wp-list-table.widefat td,table.wp-list-table.widefat td a{color: #666;}

table.wp-list-table.widefat tbody tr td,table.wp-list-table.widefat tbody tr th{border-bottom: 1px solid #fff;}

table,.wp-list-table.widefat tbody tr:hover td,table.wp-list-table.widefat tbody tr:hover th{border-bottom-color: #c0e5ff;}

table.wp-list-table.widefat tbody td,table.wp-list-table.widefat tbody th{vertical-align: middle;}

table.wp-list-table.widefat td a:hover{color:#188ae2; }

table.wp-list-table.widefat td.post-title strong,table.wp-list-table.widefat td.plugin-title strong,table.wp-list-table.widefat .row-title{font-weight: normal;}

table.wp-list-table.widefat tbody tr:hover td,table.wp-list-table.widefat tbody tr:hover th{background-color: #f5f5f5;}

table.wp-list-table.widefat tfoot tr th{background-color: #fff;padding-bottom: 15px;}

table.wp-list-table.widefat .check-column{width: 50px!important;text-align: center;vertical-align: middle;}

table.wp-list-table.widefat .check-column input[type="checkbox"]{vertical-align: middle;}

.nav-frame-marleft-0{margin-left: 0!important;}













/* ======================================

   系统原有页面升级 2017-03-24

   ====================================== */



#screen-meta-links:after{content:'';display:block;height:0;clear:both;visibility:hidden;}

#screen-meta-links{*zoom:1;}



/* 产品发布 */

.acf-button{background:#48a8f1!important;color:#fff!important;border:0;border-radius:0;box-shadow:none;}

.acf-button:hover{background-color:#188ae2!important;}

.postbox .inside{border-color:#ddd;box-shadow:none;}

.acf-gallery .thumbnails{box-shadow:none;}

#poststuff h3,.metabox-holder h3{padding:12px 10px 8px;}

.postbox .hndle,.postbox .hndle:hover{background-color:#fff;color:#333!important;;border-bottom-color:#eee;border-radius: 0;}

.misc-pub-section,#minor-publishing{border-bottom-color:#eee;}

#major-publishing-actions{border-top-color:#eee;}

#minor-publishing-actions input{border-radius:0;}

.submitbox .submitdelete{background-color:#f05050;border-radius:0;opacity: .8;}

.submitbox .submitdelete#copy{background-color: #48a8f1;}

.submitbox .submitdelete:hover{background-color:#ee3939;}

input.button-primary,input.button.button-primary{background-color:#5cb85c;border-radius:2px;font-size:14px!important;border-radius: 0;}





/* 密码修改 */

#your-profile {width: 500px;max-width: 90%;margin: 0 auto;padding: 30px 50px;}

#your-profile table input{height:32px;padding:6px 10px;border-radius:2px;color:#666;border:1px solid #cfdadd;}

#your-profile input.button-primary{padding:8px 20px;}

#your-profile .submit{padding-left:150px;}

#your-profile .form-table th{width:120px;line-height: 32px;}



@media screen and (max-width:768px){

	#profile-page{margin: 0 -10px!important;width: auto!important;border-bottom: 1px solid #ddd;height: auto!important;}

	#your-profile,#your-profile table input{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

	#your-profile{padding:10px 30px 30px;width: 100%!important;max-width: 100%;}

	#your-profile .form-table th,#your-profile .form-table td{padding: 10px 0;}

	#your-profile .form-table th{width: 6em;}

	#your-profile .form-table td br{display: none;}

	#your-profile table input.hidden{display: none;}

	#your-profile table input{display: block;width: 100%!important;}

	#your-profile .submit{padding-left:0;padding-top: 25px;}

	#your-profile input.button-primary{display: block;width: 100%;padding:8px 20px;}

}



/* 网站询盘表单 */

.js .meta-box-sortables .postbox .handlediv{top: 2px;}

.js .meta-box-sortables .postbox:hover .handlediv,.js .meta-box-sortables .postbox .handlediv{background:url(../img/sort_arrow_up.png) 2px center no-repeat;top: 5px;opacity: .6;}

.js .meta-box-sortables .postbox:hover .handlediv{opacity: 1;}

.js .meta-box-sortables .postbox:hover .handlediv:before{display:none;}

.js .meta-box-sortables .postbox.closed .handlediv{background:url(../img/sort_arrow_up.png) 2px center no-repeat;-moz-transform: scale(1,-1);-webkit-transform: scale(1,-1);transform: scale(1,-1);}

.ui-sortable .postbox .hndle{background-color:#fff;}

.ui-sortable textarea{width:100%;padding:2%;}

.postbox .half-left{width:47%;padding-right:3%;*margin-right: -1px;}

.postbox .half-right{width:47%;padding-left:3%;}

.postbox .mail-field {margin-bottom:0;padding-bottom:10px;}

.postbox .mail-field label{padding-bottom:5px;}

.postbox .message-field{margin-bottom:0;padding-bottom:10px;}

.postbox .message-field label{padding-bottom:5px;}





/* 加载中 */

.body-loading:before{content:'';display:block;width:100%;height:100%;position:absolute;position:fixed;left:0;top:0;background-color:#eee;background-image:url(img/loading.gif);background-repeat:no-repeat;background-position:center;z-index:10002;}

@media screen and (max-width:768px){.body-loading:before{background-size: 36px auto;}}













/*------------------------------------------------------------------------------

  全局 (time:2017-03-24)

------------------------------------------------------------------------------*/



/* 顶部选项 */

#screen-options-wrap,#contextual-help-wrap{padding: 15px;}

#screen-meta label{font-weight: normal;}

@media screen and (max-width:768px){

	.wrap h2{font-size: 18px;}

	th.sortable a, th.sorted a{padding: 7px 4px;}

}

@media screen and (max-width:768px){

	#titlediv #title,

	#titlediv #title-prompt-text,

	#wp-fullscreen-title-prompt-text{

		font-size: 14px;

		padding: 6px 10px;

	}

	#edit-slug-box{min-height: inherit;}



}



/* 按钮圆角 */

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input,.submitbox .submitdelete,.button,table.wp-list-table.widefat td.bianji-img a,.acf-gallery .toolbar .acf-button,.acf-button{border-radius: 0!important;}







/* --------------------- 发布页-右侧栏 --------------------- */

.postbox-container .ui-sortable .postbox .hndle{border: 0;}

.postbox{border: 1px solid #ddd;background-color: #fff;box-shadow: 0 1px 1px rgba(0,0,0,.06);border-radius: 0;}

.postbox .inside{border: 0;border-top: 1px solid #eee;padding: 15px;}

.postbox h3{font-weight: bold;background: none;}

.ui-sortable .postbox .hndle{background-color: #f6f6f6;}

#post_tag .ajaxtag p{margin-top: 0;}





@media screen and (max-width:768px){

	.postbox-container .postbox .hndle{}

	.postbox-container .postbox .inside{border-top: 1px solid #eee;}

	#major-publishing-actions{width: 100%;display: block;position: fixed;left: 0;bottom: 0;z-index: 9999;background-color: rgba(255,255,255,.8);padding:8px 15px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

	.submitdelete + .submitdelete {margin-left: 0!important;}

	.submitbox .submitdelete{padding: 3px 8px;margin-right: 5px;}

	.postbox-container #side-sortables .misc-pub-section{border: 0;}

	.postbox-container #side-sortables #minor-publishing{border-bottom: 0;}

	#poststuff #submitdiv .inside{padding-bottom: 1px;}

	#poststuff h3, .metabox-holder h3{display: inline-block;background: none;border-bottom: 0!important;}

	#major-publishing-actions .button-primary{min-width: 8em;margin: 0;padding: 8px 15px;}

	.acf_postbox > .inside > .field,.misc-pub-section{padding-left: 15px;padding-right: 15px;}

	#poststuff h3, .metabox-holder h3{padding: 15px 0 10px 15px;font-size: 14px;}

	#post-body-content{margin-bottom: 8px;}

	#delete-action{padding-top: 3px;}

	/*#minor-publishing-actions #preview-action{position: fixed;left: 15px;bottom: 8px;z-index: 10000;padding-bottom: 4px;}*/

	.postbox ul.categorychecklist {margin: 0;}

	.postbox #minor-publishing-actions{padding-left: 15px;padding-right: 15px;}

}









/*------------------------------------------------------------------------------

  询盘 (time:2017-03-24)

------------------------------------------------------------------------------*/



table.widefat.comments{border: 0;background: #fff;padding: 8px 3px;}

table.widefat.comments th,table.widefat.comments td{vertical-align: top;font-size: 14px;}

table.widefat.comments thead tr th{background: none;}

table.widefat.comments th, table.widefat.comments td{border: 0;}

table.widefat.comments th,table.widefat.comments th a{color:#188ae2;font-weight: normal;}

table.widefat.comments tfoot tr th{background: none;}

table.widefat.comments thead{padding-top: 8px;}

.cf7d-search-box{display: inline;}

#cf7d-search-q{margin-right: 6px;}



@media screen and (max-width:768px){

	table.widefat th,table.widefat td{vertical-align: top;font-size: 12px;}

	table.wp-list-table.widefat th,table.wp-list-table.widefat td{font-size: 12px;}

	table.wp-list-table.widefat .check-column{width: auto!important;}

	table.wp-list-table.widefat thead tr th:last-child{width: auto!important;}

	.icon32{width: auto;height: auto;margin-right: 5px;}

	#icon-edit-comments:before{font-size: 24px;}

	.fixed .column-response{width: auto;}

	.page-inquiry{position: relative;margin-left: 0!important;}

	.tablenav .bulkactions{float: none;}

	.tablenav br{display: none;}

	.cf7d-search-box{display: block;clear: both;padding: 8px 0 0;}

	.postbox .half-left,.postbox .half-right{width: 100%;padding: 0;clear: both;float: none;}

	.postbox .half-left #wpcf7-form{height: 200px;}

	.postbox .half-right{padding-top: 20px;}

	.inquiry-list-head{padding-bottom: 10px;z-index: 999;}

	.wp-core-ui .inquiry-list-head .button{line-height: 19px;}

	.inquiry-list-head .tablenav.top{display: none;font-size: 0;}

	.inquiry-list-head .filter-toggle{top: -3px;cursor: pointer;}

	.inquiry-list-head .tablenav{margin-bottom: 0;}

	.inquiry-list-head .tablenav.top select,.inquiry-list-head .tablenav.top input{font-size: 12px;}

	.inquiry-list-head.inquiry-filter-active .filter-toggle:after{background-image: url(../img/ico-close-black.png);background-size: auto .75em;}

	.inquiry-list-head.inquiry-filter-active .tablenav.top{display: block;}

	.inquiry-list-head.inquiry-filter-active .filter-toggle{opacity: 1;}

	.cf7d-search-box input[type="text"]{margin-right: 6px;}



	.page-inquiry .wp-list-table th:last-child,.page-inquiry .wp-list-table td:last-child{width: auto!important;}





	#TB_window{width: auto!important;height: auto!important;position: fixed!important;left: 10px!important;top: 10px!important;right: 10px!important;bottom: 10px!important;left: 10px!important;margin: 0!important;}

	#TB_ajaxContent{width: auto!important;height: auto!important;position: absolute!important;top: 35px!important;right: 0!important;bottom: 0!important;left: 0!important;overflow: hidden!important;overflow-y: auto!important;}

	#cf7d-list-field-for-edit > li{display: -moz-box!important;display:-webkit-box!important;display: box!important;margin: 0 0 10px!important;}

	#cf7d-list-field-for-edit > li > span.label{width: 90px!important;padding: 0!important;position: relative;}

	#cf7d-list-field-for-edit > li > div{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;margin: 0!important;}

}













/*------------------------------------------------------------------------------

  界面-网站形象 (time:2017-03-24)

------------------------------------------------------------------------------*/



.edit-detail-tabs:after{content: '';display: block;height: 0;clear: both;visibility: hidden;}

.edit-detail-tabs{*zoom:1;}

.edit-detail-tabs{border-bottom-color:#188ae2!important;border-bottom-width: 2px!important;height: auto!important;}

.edit-detail-tabs li{background-color:#fff!important;color:#666!important;font-size:14px!important;margin-right:5px!important;border-radius:0!important;border:1px solid #e6e6e6;border-bottom:0;line-height:34px;margin-bottom: 0!important;padding: 0 12px!important;}

.edit-detail-tabs li.current{background-color:#188ae2!important;color:#fff!important;border-color:#188ae2;}

.acf_postbox > .inside > .field{padding: 15px;}

.postbox.edit-detail-panel{border-top: 0;}

.js .meta-box-sortables .edit-detail-panel .handlediv{display: none!important;}

#poststuff .edit-detail-panel input[type="text"]{padding: 5px 12px;max-width: 70%;border: 1px solid #ddd!important;border-radius: 3px;background-color: #fafafa;}

#poststuff .edit-detail-panel .field_type-text{border-top: 0!important;}

#acf_42_show .postbox .inside{padding: 10px 0 35px;}







@media screen and (max-width:768px){

	.edit-detail-tabs{border-bottom: 0!important;}

	.edit-detail-tabs li{border-radius: 0!important;margin: 0 5px 5px 0!important;border: 0;line-height: 25px;padding: 1px 5px!important;font-size: 12px!important;}

	.acf-image-uploader .has-image,.acf-gallery .thumbnail{min-width: 80px;padding: 8px 8px 38px;border: 1px solid #eee;text-align: center;box-shadow: 0 1px 0 rgba(0,0,0,.15);}

	.acf-image-uploader .has-image img,.acf-gallery .thumbnail .inner img{margin: 0 auto;max-width: 100%;height: auto;}

	.acf-image-uploader .hover,.acf-gallery .hover{opacity: 1;visibility: visible;top: auto;right: auto;left: 0;bottom: 0;width: 100%;text-align: center;background-color: #f6f6f6;padding: 4px 0 0;}

	.acf-image-uploader .hover ul li,.acf-gallery .hover ul li{text-align: center;display: inline-block;margin: 0 5px;-webkit-transform: scale(.9);transform: scale(.9);}

	.acf-gallery .thumbnails{background: none;}

	.acf-gallery .thumbnail{max-width:76%;float: none;margin:5px;display: inline-block;}

	.acf-gallery .toolbar li.view-grid-li,.acf-gallery .toolbar .view-list-li{display: none;}

	.acf_postbox > .inside > .field{padding:15px 0;}





	/* 编辑器 */

	.wp_themeSkin table{display: block;}

	.wp_themeSkin tr.mceFirst td.mceToolbar{display: inline-block;}

	.wp_themeSkin table *,.wp_themeSkin tr,.wp_themeSkin table,.wp_themeSkin tr{white-space: normal!important;}

	.wp_themeSkin table td.mceIframeContainer{display: block;}

	.wp_themeSkin iframe{height: 300px;}

	.wp_themeSkin table td{display: inline-block;}

	.mceLayout{height: auto!important;}





	/* 编辑弹窗 */

	.media-modal.acf-media-modal,.media-modal,.media-modal.acf-media-modal{position: fixed;width: auto;left: 15px;right: 15px;top: 15px;bottom: 15px;}

	.media-modal-backdrop{width: 100%;height: 100%;position: fixed;}

	.media-modal.acf-media-modal .media-toolbar{padding-top: 8px;}





	/* 客服图片 */

	ul.acf-radio-list.horizontal,ul.acf-radio-list.horizontal *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}

	ul.acf-radio-list.horizontal li{margin:10px 0;width: 33.3333333%;float: left;padding:0 10px 0 16px;position: relative;}

	ul.acf-radio-list.horizontal li input{position: absolute;left: 0;bottom: 0;}

	ul.acf-radio-list.horizontal li img{width: 80%;height: auto;display: block;margin: 0 auto;}

	ul.acf-radio-list.horizontal li:nth-child(3n+1){float: left;}

	ul.acf-checkbox-list li input{vertical-align: middle;}

}







/*------------------------------------------------------------------------------

  界面-导航菜单 (time:2017-03-24)

------------------------------------------------------------------------------*/



body.menu-max-depth-0,body.menu-max-depth-1,body.menu-max-depth-2,body.menu-max-depth-3,body.menu-max-depth-4,body.menu-max-depth-5,body.menu-max-depth-6,body.menu-max-depth-7,body.menu-max-depth-8,body.menu-max-depth-9,body.menu-max-depth-10,body.menu-max-depth-11 { min-width: inherit !important; }

.metabox-holder h3.accordion-section-title{background: #188ae2!important;line-height: 20px;padding: 8px 12px;font-weight: normal;background: none;text-shadow:none;border-radius: 0!important;}

.js .control-section:hover h3.accordion-section-title, .js .control-section h3.accordion-section-title:hover,.js .control-section h3.accordion-section-title:focus{color:#eee;background: #188ae2!important;}

.metabox-holder h3.accordion-section-title:after{display: none;}

.js .control-section.open h3.accordion-section-title,.js .control-section.open:hover h3.accordion-section-title{background: #fff!important;color:#333;}

#nav-menu-meta .accordion-section-content{border: 0!important;}

#nav-menu-meta .accordion-container .top{border-top: 0;}

.wp-core-ui .button-secondary{display: inline-block;height: auto;line-height: 20px;padding: 4px 12px;background: #aaa;color:#fff;text-shadow: none;}



@media screen and (max-width:768px){

	.accordion-container .accordion-section h3.accordion-section-title{display: block;}

	.accordion-container .accordion-section{background-color: #188ae2;}

	.accordion-container .accordion-section.open{background-color: #fff;}



	#wpbody-content #menu-settings-column{margin: 0;float: none;display: block;width: 100%;padding-bottom: 8px;}

	#nav-menus-frame{margin: 0;}

	#menu-to-edit{padding-right: 4em;}

	.menu-item-settings .description-thin{width: 100%;margin: 0 0 5px;float: none;height: auto;}

	.submitbox .submitdelete{font-size: 12px;padding: 3px 10px;margin-right: 5px;}

	.nav-menus-php .submitbox .submitcancel{padding: 1px 7px;line-height: 20px;}

	.nav-menus-php .submitbox .submitdelete + .meta-sep{display: none;}

	.menu-item-depth-1{margin-left: 10px;}

	.menu-item-depth-2{margin-left: 20px;}

	.menu-item-depth-3 { margin-left: 25px; }

	.menu-item-depth-4 { margin-left: 30px; }

	.menu-item-depth-5 { margin-left: 35px; }

	.menu-item-depth-6 { margin-left: 40px; }

	.menu-item-depth-7 { margin-left: 45px; }

	.menu-item-depth-8 { margin-left: 50px; }

	.menu-item-depth-9 { margin-left: 55px; }

	.menu-item-depth-10 { margin-left: 60px; }

	.menu-item-depth-11 { margin-left: 65px; }

	.menu-item-bar{margin-top: 8px;}

	.menu-item-handle .item-title{padding: 3px 0;}

	.menu-item-handle{line-height: 27px;}

	.nav-menus-php .item-edit{height: 27px;background-position: 8px 6px;}

	.menu-edit #post-body-content h3{font-weight: normal;padding: 5px 0;}

	.menu-item-handle{width: auto;max-width: 100%;}

	.menu-item-handle .item-title{margin-right: 7em;font-weight: normal;}

	.nav-menus-php .howto span,.customlinkdiv .howto input{display: block;float: none;}

	.customlinkdiv .howto input{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

	.metabox-holder h3.accordion-section-title{padding: 6px 13px!important;font-size: 12px;}

	.manage-menus .selected-menu{display: block;float: none;clear: both;padding-bottom: 5px;}

	#side-sortables .add-menu-item-tabs{margin-bottom: -1px;}

	#side-sortables .add-menu-item-tabs li{display: inline-block;position: relative;padding: 5px 10px;margin-bottom: 0;}

	#menu-management-liquid{float: none;}

	#nav-menu-header{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 0;}

	#nav-menu-header .open-label{float: none;margin-right: 0;}

	#nav-menu-header .open-label span{display: block;float: none;clear: both;}

	#nav-menu-header #menu-name{width: 100%;}

	.nav-menus-php .major-publishing-actions{padding-bottom: 15px;}

	.nav-menus-php .major-publishing-actions .publishing-action{float: none;text-align: left;}

	.nav-menus-php .major-publishing-actions{display: -moz-box;display: -webkit-box;display: box;}

	#nav-menu-header .open-label{width: auto;-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;padding-right: 8px;}

	#nav-menu-header .open-label span{padding-bottom: 8px;}

	.nav-menus-php .major-publishing-actions .publishing-action{width: 6em;padding-top: 33px;}

	.menu-item-settings{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 10px;}

	.description-wide{width: 100%;margin-right: 0;}

	.nav-menus-php  #nav-menu-footer .major-publishing-actions{display: block;}

	.nav-menus-php  #nav-menu-footer .major-publishing-actions .publishing-action{padding-top: 0;float: right;}

}





/*------------------------------------------------------------------------------

  产品-发布产品 (time:2017-03-24)

------------------------------------------------------------------------------*/

.aioseop_input:after{content: '';display: block;height: 0;clear: both;visibility: hidden;}

.aioseop_input{zoom:1;}

.postbox .inside hr{margin: 15px 0;}

#aiosp .aioseop_input{padding: 0;}

#aiosp .aioseop_option_label{display: block;padding: 0;float: none;}

#aiosp .aioseop_label{padding: 0 0 8px;}

#aiosp .aioseop_top_label{width: auto;margin: 0 auto;}

#aiosp .aioseop_option_div{width: 100%;}

#aiosp .aioseop_option_div  div.preview_snippet{padding: 10px;background-color: #f2f2f2;}



@media screen and (max-width:768px){

	.aioseop .aioseop_input{padding: 15px 0;}

	.aioseop .aioseop_option_label{display: block;text-align: left;margin-left: 0;}

	.aioseop .aioseop_option_label .aioseop_label{display: block;padding: 0 0 8px;}

	.aioseop .aioseop_option_input{margin-left: 0;}

	#poststuff #titlediv div.inside{padding: 0!important;}

}







/*------------------------------------------------------------------------------

  产品-产品列表 (time:2017-03-24)

------------------------------------------------------------------------------*/

/*table.wp-list-table.widefat th,table.wp-list-table.widefat td{word-break: break-all;}*/

table.wp-list-table.widefat th#title,.cp-post .wrap table.wp-list-table th.column-listorder,.cp-post .wrap table.wp-list-table th.column-date{}

table.wp-list-table.widefat .check-column{width: 50px!important;}

table.wp-list-table.widefat th#title{/*width: 25%!important;*/}

table.wp-list-table.widefat th,table.wp-list-table.widefat td{vertical-align: top;}



@media screen and (max-width:768px){

	.wrap .post-new-tit, .wrap h2.post-new-tit{padding-right: 10px;padding-bottom: 8px;}

	#posts-filter{position: relative;}

	#posts-filter p.search-box{display: block;float: none;padding-bottom: 8px;}

	#posts-filter input#post-search-input{width: 150px;padding: 2px 10px;}

	#posts-filter .tablenav.top{display: none;}

	.wp-core-ui p .button{padding: 2px 8px;}

	.tablenav .actions{margin-bottom: 0;}

	#posts-filter .tablenav select,#posts-filter .tablenav .button{margin-bottom: 8px;}

	.filter-toggle{display: inline-block;padding:2px 0 5px 10px;position: absolute;right: 0;top:0;}

	.filter-toggle:before{content: '筛选';vertical-align: middle;}

	.filter-toggle:after{content: '';display: inline-block;width: 1em;height: 1em;background-image: url(../img/edit-ico-filter.png);background-repeat: no-repeat;background-size: auto .9em;background-position: center;vertical-align: middle;position: relative;top: -.1em;opacity: .8;}

	#posts-filter.posts-filter-active .filter-toggle:after{background-image: url(../img/ico-close-black.png);background-size: auto .75em;}

	#posts-filter.posts-filter-active p.search-box,#posts-filter.posts-filter-active .tablenav.top{display: block;}

	#posts-filter.posts-filter-active .filter-toggle{opacity: 1;}

	.tablenav{margin-bottom: 8px;}

	.tablenav .tablenav-pages{float: none;display: block;text-align: center;clear: both;padding: 10px 0;}

	.tablenav .tablenav-pages.one-page{display: none;}

	.tablenav.top .tablenav-pages{display: none;}

	table.wp-list-table.widefat .column-categories,table.wp-list-table.widefat .column-tags,table.wp-list-table.widefat .column-listorder,table.wp-list-table.widefat .column-date{display: none;}

	table.wp-list-table.widefat .check-column{width:20px!important;}

	table.wp-list-table.widefat thead tr th{padding-top: 8px;padding-bottom: 8px;}

	table.wp-list-table.widefat td{border-bottom: 1px solid #ddd;}

	table.wp-list-table.widefat td.thumbnail{padding-right: 0;}

	.column-thumbnail img, .cpac-column-value-image img{width: 40px;}

	table.wp-list-table.widefat th#thumbnail{width: 50px!important;padding-right: 0;}

	table.wp-list-table.widefat th#title{width: 45%!important;}

	table.wp-list-table.widefat #title strong{display: block;padding-right: 10px;}

	table.wp-list-table.widefat tbody tr:last-child td{border-bottom: 0;}

	table.wp-list-table.widefat th, table.wp-list-table.widefat td{padding-left: 5px;padding-right: 5px;}

	table.wp-list-table.widefat td.bianji-img{padding-right: 0;}

	table.wp-list-table.widefat td.bianji-img a{display: inline-block;padding:3px 5px;margin: 0 3px 3px 0;background-color: #48a8f1;color:#fff;font-size: 11px;line-height: 1.3;}

	table.wp-list-table.widefat td.bianji-img a:nth-child(2),table.wp-list-table.widefat td.bianji-img a:nth-child(3){display: none;}

	table.wp-list-table.widefat td.bianji-img a:before{content: attr(title);}

	table.wp-list-table.widefat td.bianji-img a img{display: none;}

	table.wp-list-table.widefat td.bianji-img a:last-child{margin-left: 0;background-color: #f03154;}

	table.wp-list-table.widefat .row-title{display: block;line-height: 18px;max-height: 54px;overflow: hidden;font-size: 11px!important;}

}





/*------------------------------------------------------------------------------

  产品-产品分类 (time:2017-03-24)

------------------------------------------------------------------------------*/

@media screen and (max-width:768px){

	.wp-list-table.tags .column-description,.wp-list-table.tags .column-slug,.wp-list-table.pages .column-seodesc,.wp-list-table.pages .column-seokeywords {display: none;}

	#col-container #col-left{background-color: #fff;}

	.col-wrap{padding: 0;}

	#col-container #col-left .col-wrap{padding: 15px;}

	#col-container .z_upload_image_button{margin-top: 5px;}

	#col-container .form-wrap .form-field{padding: 5px 0;}

	#col-container .form-wrap .form-field label{margin-bottom: 0;}

	#col-container .form-wrap .form-field p{padding-top: 5px;font-size: 12px;line-height: 1.3;color:#999;}

	#col-container table.wp-list-table.widefat th.column-name,table.wp-list-table.widefat td.column-name{width: 45%!important;}

	.nosubsub p.search-box{padding-top: 15px;}

	#col-container table.wp-list-table.widefat{padding-left: 5px;}

	#col-container #col-right table.wp-list-table.widefat .check-column{width: 30px!important;}

	#col-left .submit .button-primary{display: block;width: 100%;padding:7px 10px;}

}





/*------------------------------------------------------------------------------

  产品-产品分类 (time:2017-03-24)

------------------------------------------------------------------------------*/

.repeater table.acf-input-table{border: 1px solid #dfdfdf;}

.repeater table.acf-input-table > thead > tr > th,.repeater table.acf-input-table > tbody > tr > td,.repeater table.acf-input-table > tbody > tr > td.order{border: 0;border-bottom: 1px solid #eee;vertical-align: middle;}

.repeater table.acf-input-table .acf-button-add{position: static!important;margin-top: 0!important;}

.repeater table.acf-input-table .acf-button-remove{margin-top: 5px;}

.repeater table.acf-input-table > tbody > tr > td.order{padding: 8px 0;/*width: 1.5em;*/}

@media screen and (max-width:768px){

	.repeater > table > tbody > tr > td.remove > a.acf-button-add, .repeater > table > tbody > tr > td.remove > a.acf-button-remove{opacity: 1;visibility: visible;}

}



/*------------------------------------------------------------------------------

  产品-通用描述 (time:2017-03-24)

------------------------------------------------------------------------------*/

@media screen and (max-width:768px){

	#acf-pro_detail .postbox-container table.acf-input-table {display: block;}

	#acf-pro_detail table.acf-input-table > tbody{display: block;}

	#acf-pro_detail .acf-input-table > tbody > tr > th,#acf-pro_detail .acf-input-table > tbody > tr > td,#acf-pro_detail .acf-input-table > tbody > tr > td > .acf_input > tbody > tr > th,#acf-pro_detail .acf-input-table > tbody > tr > td > .acf_input > tbody > tr > td{display: block;border: 0;}

	#acf-pro_detail table.acf_input tbody tr td.label{width: auto;background: none;border: 0;padding-bottom: 0;}

	#acf-pro_detail table.acf_input tbody tr td.label + td{padding-top: 5px;}

	.postbox-container table.acf-input-table  > tbody > tr > td.order{}

	#acf-pro_detail .repeater table.acf-input-table{border: 1px solid #eee;}

	#acf-pro_detail .repeater table.acf-input-table > tbody > tr > td.order{display: inline-block;background-color: #48a8f1;color:#fff;padding: 5px 8px;color:#fff;margin: 10px 0 0 10px;border-radius: 10px;width: auto!important;min-width: 1em;font-weight: normal;font-family: Arial;line-height: 1.2;}

	#acf-pro_detail .repeater > table > tbody > tr > td.remove{width: auto!important;text-align: right;}

	#acf-pro_detail .repeater > table > tbody > tr > td.remove > a.acf-button-add, #acf-pro_detail .repeater > table > tbody > tr > td.remove > a.acf-button-remove{display: inline-block;}

	#acf-pro_detail .repeater > table > tbody > tr > td.remove > a.acf-button-remove{margin-left: 10px;}

}





#wpbody .wrap.options-reading-wrap{padding: 30px 30px 0 80px!important;background-color: #fff!important;min-height: 500px!important;margin:0 -16px!important;}

#wpbody .wrap.options-reading-wrap .form-table th{padding-left: 0;}



.options-reading-wrap form{display: block;max-width:500px;margin: 0 auto;}





	#wpbody .wrap.options-reading-wrap{padding:50px 30px!important;border-bottom: 1px solid #ddd;}

	#wpbody .wrap.options-reading-wrap .form-table,#wpbody .wrap.options-reading-wrap .submit {display: block;width: 100%;margin: 0 auto;text-align: center;}

	#wpbody .wrap.options-reading-wrap .form-table tbody,#wpbody .wrap.options-reading-wrap .form-table tr{display: block;width: 100%;}

	#wpbody .wrap.options-reading-wrap #posts_per_page,#wpbody .wrap.options-reading-wrap .button-primary{display: block;width: 100%;padding: 8px 10px;line-height: 20px;text-align: center;}

	#wpbody .wrap.options-reading-wrap .form-table th,#wpbody .wrap.options-reading-wrap .form-table td{display: block;width: auto;text-align: center;font-size: 14px;padding-left: 0;padding-right: 0;}

	#wpbody .wrap.options-reading-wrap #posts_per_page{}

	#wpbody .wrap.options-reading-wrap .submit{text-align: center;padding-top: 10px;}

	#wpbody .wrap.options-reading-wrap .button-primary{}





@media screen and (max-width:768px){

	#wpbody .wrap.options-reading-wrap{min-height: 200px!important;height: auto!important;}

}





/*------------------------------------------------------------------------------

  设置-翻译

------------------------------------------------------------------------------*/

@media screen and (max-width:768px){

	#wpbody .prisna_wp_translate_header_title{font-size: 16px!important;}

	#wpbody .prisna_wp_translate_admin_container{padding-right: 0;}

	#wpbody .prisna_wp_translate_ui_tab{font-size: 11px;}

	#wpbody .prisna_wp_translate_header,.prisna_wp_translate_transimport select.prisna_wp_translate_select,#wpbody .prisna_wp_translate_admin_container,#wpbody #prisna_translations_import_csv_ufk,#wpbody #prisna_translations_import_csv_fk{-webkit-box-size border-box;-moz-box-size border-box;box-size border-box;}

	#wpbody .prisna_wp_translate_header{width: 100%;}

	#wpbody .prisna_wp_translate_title{font-size: 14px;	}

	#wpbody .prisna_wp_translate_admin_container{width: 100%;}

	#wpbody .prisna_wp_translate_ui_tabs_container{width: 100%;}

	#wpbody .prisna_wp_translate_file_upload_container_table td{display: block;}

	#wpbody .prisna_wp_translate_transimport select.prisna_wp_translate_select{display: block;width: 100%;margin: 0;}

	.prisna_wp_translate_setting_aux:after, #section_prisna_translations_import_resource .prisna_wp_translate_field:after, .prisna_wp_translate_select .prisna_wp_translate_field:after{top: 0!important;}

	#wpbody .prisna_wp_translate_file_upload_container{height: auto;}

	#wpbody .prisna_wp_translate_file_upload{height: 70px;position: relative;z-index: 9;}

	#wpbody .prisna_wp_translate_file_upload input{position: absolute;left: 0;bottom: 0;}

	#wpbody .prisna_wp_translate_setting:after{content: '';display: block;height: 0;clear: both;visibility: hidden;}

	#wpbody .prisna_wp_translate_file_upload_container_div{width: 100%;}

	#wpbody .prisna_wp_translate_file_upload,#wpbody #prisna_translations_import_csv_ufk,#wpbody #prisna_translations_import_csv_fk,#wpbody #prisna_translations_import_resource{width: 100%!important;float: none;margin-right: 0;}

	#wpbody .prisna_wp_translate_file_upload_container table{width: 100%;}

	#wpbody .prisna_wp_translate_file_upload_container_table{width: 100%;}

	#wpbody #prisna_translations_resource{width: 150px;}

	#wpbody .prisna_wp_translate_field{width: 100%;float: none;}

	#wpbody #prisna_translations_import_resource{width: 100%;}



}





/*------------------------------------------------------------------------------

  设置-询盘

------------------------------------------------------------------------------*/

#poststuff > #titlediv{background: #none;padding: 20px;}

#poststuff h3, .metabox-holder h3{padding:12px 15px;font-family: 'Microsoft YaHei',Arial,Tahoma,Verdana,Helvetica,sans-serif;}

.ui-sortable .postbox h3.hndle{background: #fff;}

.ui-sortable .postbox h3.hndle span{font-weight: bold;font-size: 14px;}

#poststuff  input[type="text"],#poststuff .ui-sortable textarea{

	font-size: 11px;border: 1px solid #e5e5e5!important;padding: 3px 12px;

}

#poststuff  input[type="text"]{height: auto;line-height: 20px;}

#wpcf7-admin-form-element .postbox .inside{padding:25px 40px;}

#wpcf7-admin-form-element .postbox{border: 0;}

#wpcf7-admin-form-element #poststuff  input[type="text"],#wpcf7-admin-form-element #poststuff  textarea{border-radius: 3px!important;padding: 6px 12px;border-color: #ddd!important;border-bottom-color: #eee!important;border-right-color: #eee!important;background-color: #f6f6f6;color:#333;margin-top: 8px;}

#wpcf7-admin-form-element #poststuff .postbox label{color:#666;font-weight: bold;}

#wpcf7-admin-form-element #poststuff input.wide{max-width: 60%;}

#wpcf7-admin-form-element #poststuff input#wpcf7-mail-subject.wide{max-width: inherit;}

#wpcf7-admin-form-element #poststuff .postbox label{font-size: 12px;}

#wpcf7-admin-form-element #poststuff .postbox .message-field{padding-bottom: 15px;}

#wpcf7-admin-form-element #poststuff h3{padding: 20px 20px 15px;}

.js #wpcf7-admin-form-element .meta-box-sortables .postbox:hover .handlediv, .js #wpcf7-admin-form-element .meta-box-sortables .postbox .handlediv{top: 12px;}

#wpcf7-admin-form-element .tag-generator > span{width: 170px;display: inline-block!important;background: #188ae2!important;padding: 5px 15px!important;color:#fff!important;position: relative!important;border: 0!important;line-height: 25px;border-radius: 0!important;}

#wpcf7-admin-form-element .tag-generator > span img{display: none;}

#wpcf7-admin-form-element .tag-generator > span:after{content: '';display: block;width: 0;height: 0;overflow: hidden;border-style: solid dashed dashed dashed;border-color: #fff transparent transparent; border-width: 6px 5px 0;position: absolute;right: 15px;top: 15px;}

#wpcf7-admin-form-element .tg-dropdown{min-width: 200px;position: absolute;left: 0;top:35px;}

#wpcf7-admin-form-element .tg-dropdown > div{padding: 0 15px!important;line-height: 2em!important;}





@media screen and (max-width:768px) {

	#poststuff .inside{margin: 0 15px!important;padding:15px 0!important;border: 0!important;}

	#poststuff #submitdiv .inside{margin: 0!important;}

	.postbox .half-right > *{margin: 0;}

	#poststuff #side-sortables .postbox:before,#wpcf7-admin-form-element .postbox:before{content: '';display: block;width: 100%;height: 1px;background-color: #eee;position: absolute;left: 0;top: 36px;}

	#poststuff #side-sortables .postbox.closed:before,#wpcf7-admin-form-element .postbox.closed:before{display: none;}

	#poststuff input[type="checkbox"], #poststuff input[type="radio"]{vertical-align: middle;}

	#poststuff .postbox .mail-field input + label{padding-bottom: 0;vertical-align: middle;padding-left: 5px;padding-top: 2px;}

	.postbox .mail-field{padding-bottom: 15px;}

	#wpcf7-admin-form-element #poststuff input.wide{max-width: inherit;}

	#wpcf7-admin-form-element #poststuff .postbox:before{top: 49px;}

	#wpcf7-admin-form-element #poststuff .inside{margin-left: 15px!important;margin-right: 15px!important;}



	

}<!DOCTYPE html>

<!--[if IE 8]>

<html xmlns="http://www.w3.org/1999/xhtml" class="ie8 wp-toolbar"  lang="zh-CN">

<![endif]-->

<!--[if !(IE 8) ]><!-->

<html xmlns="http://www.w3.org/1999/xhtml" class="wp-toolbar"  lang="zh-CN">

<!--<![endif]-->

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<meta name="renderer" content="webkit|ie-comp|ie-stand">

<title>外贸全球搜</title>

<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">

<link href="css/head.css" type="text/css" rel="stylesheet">

<script type="text/javascript" src="js/jquery.min.js"></script>

<script type="text/javascript" src="js/head.js"></script>

<script type="text/javascript">

addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};

var ajaxurl = '/wp-admin/admin-ajax.php',

	pagenow = 'tools_page_FileBrowser',

	typenow = '',

	adminpage = 'tools_page_FileBrowser',

	thousandsSeparator = ',',

	decimalPoint = '.',

	isRtl = 0;

</script>

<link rel='stylesheet' href='http://cms.goodao.cn/wp-admin/load-styles.php?c=1&amp;dir=ltr&amp;load=admin-bar,wp-admin,buttons,wp-auth-check,wp-color-picker,media-views&amp;ver=3.6.1' type='text/css' media='all' />

<link rel='stylesheet' id='font-awesome-css'  href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=3.6.1' type='text/css' media='all' />

<link rel='stylesheet' id='cf7ic_style-css'  href='http://cms.goodao.cn/wp-content/plugins/contact-form-7-image-captcha/style.css?ver=1.0.0' type='text/css' media='all' />

<link rel='stylesheet' id='ip-ban-css'  href='http://cms.goodao.cn/wp-content/plugins/simple-ip-ban/ip-ban.css?ver=3.6.1' type='text/css' media='all' />

<link rel='stylesheet' id='zh-cn-l10n-administration-screens-css'  href='http://cms.goodao.cn/wp-content/languages/zh_CN-administration-screens.css?ver=20111120' type='text/css' media='all' />

<link rel='stylesheet' id='FileBrowser-css'  href='http://cms.goodao.cn/wp-content/plugins/filebrowser/app/css/options.css?ver=0.5.5' type='text/css' media='screen' />

<link rel='stylesheet' id='colors-css'  href='http://cms.goodao.cn/wp-admin/css/colors-fresh.min.css?ver=3.6.1' type='text/css' media='all' />

<!--[if lte IE 7]>

<link rel='stylesheet' id='ie-css'  href='http://cms.goodao.cn/wp-admin/css/ie.min.css?ver=3.6.1' type='text/css' media='all' />

<![endif]-->

<link rel='stylesheet' id='cf7d-css'  href='http://cms.goodao.cn/wp-content/plugins/contact-form-7-database/admin/assets/css/cf7d.css?ver=3.6.1' type='text/css' media='all' />

<link rel='stylesheet' id='modern-admin-buttonrtl-css'  href='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/css/buttons-rtl.css?ver=3.6.1' type='text/css' media='all' />

<link rel='stylesheet' id='modern-admin-button-css'  href='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/css/buttons.css?ver=3.6.1' type='text/css' media='all' />

<link rel='stylesheet' id='modern-admin-font-css'  href='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/fonts/css/font-awesome.min.css?ver=1.0' type='text/css' media='all' />

<link rel='stylesheet' id='customized-modern-css'  href='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/css/modern-style.css?ver=1.0' type='text/css' media='all' />

<link rel='stylesheet' id='modern-admin-custom-css'  href='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/css/modern-admin.css?ver=1.0' type='text/css' media='all' />

<link rel='stylesheet' id='modern-admin-admin-bar-css'  href='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/css/adminbar.css?ver=1.0' type='text/css' media='all' />

<link rel='stylesheet' id='modern-admin-36-css'  href='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/css/modern-admin-36.css?ver=1.0' type='text/css' media='all' />



<script type='text/javascript'>

/* <![CDATA[ */

var userSettings = {"url":"\/","uid":"36","time":"1503584622"};/* ]]> */

</script>

<script type='text/javascript' src='http://cms.goodao.cn/wp-admin/load-scripts.php?c=1&amp;load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-flash,plupload-silverlight,plupload-html4,json2&amp;ver=3.6.1'></script>

<script type='text/javascript' src='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/js/script.js'></script>

<script type='text/javascript' src='http://cms.goodao.cn/wp-content/plugins/modern-admin/assets/js/settings.js'></script>

		<style type="text/css">

			#menu-settings a[href="options-general.php?page=cpac-upgrade"] { display: none; }

		</style>

		<link rel='stylesheet' type='text/css' href='http://cms.goodao.cn/wp-content/plugins/wp-optimize/css/wpo_admin.css' />

<style type="text/css"> 

	#adminmenu #toplevel_page_edit-post_type-acf a[href="edit.php?post_type=acf&page=acf-upgrade"]{ display: none; }

	#adminmenu #toplevel_page_edit-post_type-acf .wp-menu-image { background-position: 1px -33px; }

	#adminmenu #toplevel_page_edit-post_type-acf:hover .wp-menu-image,

	#adminmenu #toplevel_page_edit-post_type-acf.wp-menu-open .wp-menu-image { background-position: 1px -1px; }

</style>

			    <style>

	        #toplevel_page_all-in-one-seo-pack-aioseop_class .wp-menu-image {

	            background: url(http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/images/shield-sprite-16.png) no-repeat 6px 6px !important;

	        }

			#toplevel_page_all-in-one-seo-pack-aioseop_class .wp-menu-image:before {

				content: '' !important;

			}

	        #toplevel_page_all-in-one-seo-pack-aioseop_class .wp-menu-image img {

	            display: none;

	        }

	        #toplevel_page_all-in-one-seo-pack-aioseop_class:hover .wp-menu-image, #toplevel_page_all-in-one-seo-pack-aioseop_class.wp-has-current-submenu .wp-menu-image {

	            background-position: 6px -26px !important;

	        }

	        #icon-aioseop.icon32 {

	            background: url(http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/images/shield32.png) no-repeat left top !important;

	        }

			#aioseop_settings_header #message {

				padding: 5px 0px 5px 50px;

				background-image: url(http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/images/update32.png);

				background-repeat: no-repeat;

				background-position: 10px;

				font-size: 14px;

				min-height: 32px;

			}



	        @media

	        only screen and (-webkit-min-device-pixel-ratio: 1.5),

	        only screen and (   min--moz-device-pixel-ratio: 1.5),

	        only screen and (     -o-min-device-pixel-ratio: 3/2),

	        only screen and (        min-device-pixel-ratio: 1.5),

	        only screen and (                min-resolution: 1.5dppx) {



	            #toplevel_page_all-in-one-seo-pack-aioseop_class .wp-menu-image {

	                background-image: url('http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/images/shield-sprite-32.png') !important;

	                -webkit-background-size: 16px 48px !important;

	                -moz-background-size: 16px 48px !important;

	                background-size: 16px 48px !important;

	            } 



	            #icon-aioseop.icon32 {

	                background-image: url('http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/images/shield64.png') !important;

	                -webkit-background-size: 32px 32px !important;

	                -moz-background-size: 32px 32px !important;

	                background-size: 32px 32px !important;

	            }

	

				#aioseop_settings_header #message {

					background-image: url(http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/images/update64.png) !important;

				    -webkit-background-size: 32px 32px !important;

				    -moz-background-size: 32px 32px !important;

				    background-size: 32px 32px !important;

				}

	        }

	    </style>

		<script>

			function aioseop_show_pointer( handle, value ) {

				if ( typeof( jQuery ) != 'undefined' ) {

					var p_edge = 'bottom';

					var p_align = 'center';

					if ( typeof( jQuery( value.pointer_target ).pointer) != 'undefined' ) {

						if ( typeof( value.pointer_edge ) != 'undefined' ) p_edge = value.pointer_edge;

						if ( typeof( value.pointer_align ) != 'undefined' ) p_align = value.pointer_align;

						jQuery(value.pointer_target).pointer({

									content    : value.pointer_text,

									position: {

										edge: p_edge,

										align: p_align

									},

									close  : function() {

										jQuery.post( ajaxurl, {

											pointer: handle,

											action: 'dismiss-wp-pointer'

										});

									}

								}).pointer('open');

					}

				}

			}

					</script>

		<script type="text/javascript" src="http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/quickedit_functions.js" ></script><style>

		.aioseop_edit_button {

		margin: 0 0 0 5px;

		opacity: 0.6;

		width: 12px;

		}

		.aioseop_mpc_SEO_admin_options_edit img {

			margin: 3px 2px;

			opacity: 0.7;

		}

		.aioseop_mpc_admin_meta_options {

			float: left;

			display: block;

			opacity: 1;

		}

		.aioseop_mpc_admin_meta_content {

			float:left;

			width: 100%;

			margin: 0 0 10px 0;

		}	

		</style>

		<script type='text/javascript' src='http://cms.goodao.cn/wp-includes/js/tw-sack.min.js?ver=1.6.1'></script>

<script type="text/javascript">

		//<![CDATA[

		var aioseopadmin = {

			blogUrl: "http://cms.goodao.cn", 

			pluginPath: "/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/", 

			pluginUrl: "http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/", 

			requestUrl: "http://cms.goodao.cn/wp-admin/admin-ajax.php", 

			imgUrl: "http://cms.goodao.cn/wp-content/plugins/all-in-one-seo-pack/images/",

			Edit: "Edit", Post: "Post", Save: "Save", Cancel: "Cancel", postType: "post", 

			pleaseWait: "Please wait...", slugEmpty: "Slug may not be empty!", 

			Revisions: "Revisions", Time: "Insert time"

		}

		//]]>

		</script>

		<style type="text/css" media="print">#wpadminbar { display:none; }</style>

<style type="text/css">

</style>





<!-- 风格切换以及原页面升级 -->

<link href="../wp-content/plugins/modern-admin/style2017/skin.css?ver=20170106" type="text/css" rel="stylesheet">

<script type="text/javascript" src="http://www.goodao.cn/admin30/js/base.js"></script>

</head>

<body  class="wp-admin wp-core-ui no-js  tools_page_FileBrowser auto-fold admin-bar branch-3-6 version-3-6-1 admin-color-fresh locale-zh-cn no-customize-support" >

<script type="text/javascript">

	document.body.className = document.body.className.replace('no-js','js');

</script>



	<script type="text/javascript">

		(function() {

			var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');



			request = true;



			b[c] = b[c].replace( rcs, ' ' );

			b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;

		}());

	</script>

	



<div id="wpbody" style="text-align:left;padding-left: 20px;margin:-40px 0 0 0;">

<div id="wpbody-content" aria-label="Main content" tabindex="0">



<div aria-label="Main content" tabindex="0">

		<div id="screen-meta" class="metabox-prefs">



			<div id="contextual-help-wrap" class="hidden no-sidebar" tabindex="-1" aria-label="Contextual Help Tab">

				<div id="contextual-help-back"></div>

				<div id="contextual-help-columns">

					<div class="contextual-help-tabs">

						<ul>

												</ul>

					</div>



					

					<div class="contextual-help-tabs-wrap">

											</div>

				</div>

			</div>

				</div>

		 <div class="wrap">

	<div id="icon-tools" class="icon32"><br /></div>

<h2>FileBrowser&nbsp;<a href="admin.php?page=FileBrowser&amp;action=new&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2F&amp;_wpnonce=acf852ac1f" class="button add-new-h2">新建文件</a></h2>



<form id="filebrowser" action="" method="post" enctype="multipart/form-data">

<input type="hidden" id="_wpnonce" name="_wpnonce" value="acf852ac1f" /><input type="hidden" name="_wp_http_referer" value="/wp-admin/admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-content%2Fplugins%2Fmodern-admin%2Fassets%2Fcss%2Fmodern-style.css&amp;_wpnonce=5e778d5093" /><input type="hidden" name="page" value="FileBrowser" />

<div class="tablenav"> 

 

<div class="alignleft actions"> 

<select name="action" class="select-action"> 

<option value="-1" selected="selected">批量操作</option> 

<option value="delete">删除</option>

<option value="copy">复制</option> 

<option value="move">移动</option>

<option value="zip">压缩为Zip</option> 

</select> 

<input type="submit" value="应用" name="doaction" id="doaction" class="button-secondary action" /> 



<input type="hidden" name="root" value="/" /><big>/</big><input type="hidden" name="oldusedfolder" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/" /><input type="text" size="45" name="newfolder" value="home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/" />

<input type="submit" value="跳转" name="doactiongo" id="doactiongo" class="button-secondary action" />

&nbsp;

	<a href="admin.php?page=FileBrowser&amp;gotofolder=/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/.."><img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/arrow_undo.png" border="0" title="返回到上一级目录" alt=".." /></a>&nbsp;

<a href="admin.php?page=FileBrowser&amp;gotofolder=/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/"><img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/arrow_refresh.png" border="0" title="刷新" alt="刷新" /></a>&nbsp;



</div> 

 

<br class="clear" />

</div>



<div class="clear"></div>



<table class="widefat" cellspacing="0">

	<thead>

	<tr>

<th scope='col' id='cb' class='manage-column column-cb check-column'  style=""><label class="screen-reader-text" for="cb-select-all-1">全选</label><input id="cb-select-all-1" type="checkbox" /></th><th scope='col' id='name' class='manage-column column-name'  style="">名字</th><th scope='col' id='size' class='manage-column column-size'  style="">大小</th><th scope='col' id='mdate' class='manage-column column-mdate'  style="">日期</th><th scope='col' id='premissions' class='manage-column column-premissions'  style="">权限</th>	</tr>

	</thead>

	

	<tfoot>

	<tr>

<th scope='col'  class='manage-column column-cb check-column'  style=""><label class="screen-reader-text" for="cb-select-all-2">全选</label><input id="cb-select-all-2" type="checkbox" /></th><th scope='col'  class='manage-column column-name'  style="">名字</th><th scope='col'  class='manage-column column-size'  style="">大小</th><th scope='col'  class='manage-column column-mdate'  style="">日期</th><th scope='col'  class='manage-column column-premissions'  style="">权限</th>	</tr>

	</tfoot>	

 

	<tbody id="the-list" class="list:post"> 

	

	<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/admin" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/admin" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/folder.png" height="16" width="16" border="0" alt="文件夹" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;gotofolder=/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/admin">admin</a></strong>

												<div class="row-actions">

															<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录? \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=49b745ab18">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

														<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin%2F..&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

						</div></td><td class="column-size">-</td><td class="column-mdate">18/11/2016 10:10</td><td class="column-premissions">drwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/uploads" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/uploads" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/folder.png" height="16" width="16" border="0" alt="文件夹" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;gotofolder=/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/uploads">uploads</a></strong>

												<div class="row-actions">

															<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fuploads&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录? \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fuploads&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fuploads&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fuploads&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=3822f36b38">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fuploads&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

														<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fuploads&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fuploads%2F..&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

						</div></td><td class="column-size">-</td><td class="column-mdate">24/08/2017 22:12</td><td class="column-premissions">drwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-admin" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-admin" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/folder.png" height="16" width="16" border="0" alt="文件夹" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;gotofolder=/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-admin">wp-admin</a></strong>

												<div class="row-actions">

															<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-admin&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录? \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-admin&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-admin&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-admin&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=d06c714b58">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-admin&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

														<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-admin&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-admin%2F..&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

						</div></td><td class="column-size">-</td><td class="column-mdate">24/08/2017 22:16</td><td class="column-premissions">drwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-content" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-content" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/folder.png" height="16" width="16" border="0" alt="文件夹" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;gotofolder=/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-content">wp-content</a></strong>

												<div class="row-actions">

															<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-content&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录? \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-content&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-content&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-content&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=c0b9a112ba">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-content&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

														<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-content&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-content%2F..&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

						</div></td><td class="column-size">-</td><td class="column-mdate">24/08/2017 22:12</td><td class="column-premissions">drwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-includes" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-includes" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/folder.png" height="16" width="16" border="0" alt="文件夹" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;gotofolder=/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-includes">wp-includes</a></strong>

												<div class="row-actions">

															<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-includes&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录? \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-includes&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-includes&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-includes&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=32d7a5d762">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-includes&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

														<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-includes&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-includes%2F..&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

						</div></td><td class="column-size">-</td><td class="column-mdate">23/06/2016 22:06</td><td class="column-premissions">drwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/BingSiteAuth.xml" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/BingSiteAuth.xml" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="xml" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2FBingSiteAuth.xml&amp;_wpnonce=88a7451926">BingSiteAuth.xml</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2FBingSiteAuth.xml&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2FBingSiteAuth.xml&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2FBingSiteAuth.xml&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2FBingSiteAuth.xml&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2FBingSiteAuth.xml&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=1df725ec6f">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2FBingSiteAuth.xml&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2FBingSiteAuth.xml&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">85 B</td><td class="column-mdate">12/02/2017 20:41</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/_back.zip" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/_back.zip" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="zip" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2F_back.zip&amp;_wpnonce=50e43939e4">_back.zip</a></strong>

												<div class="row-actions">

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2F_back.zip&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2F_back.zip&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2F_back.zip&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2F_back.zip&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=bcff26c92f">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2F_back.zip&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=unzip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2F_back.zip&amp;_wpnonce=acf852ac1f">解压缩到当前文件夹</a></span>

													</div></td><td class="column-size">220.28 KB</td><td class="column-mdate">24/08/2017 22:21</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/admin.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/admin.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin.php&amp;_wpnonce=4519068341">admin.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=978cc507ae">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fadmin.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">25.89 KB</td><td class="column-mdate">01/09/2016 20:37</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/googlefcd2657556ebd243.html" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/googlefcd2657556ebd243.html" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="html" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fgooglefcd2657556ebd243.html&amp;_wpnonce=826b96ad8d">googlefcd2657556ebd243.html</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fgooglefcd2657556ebd243.html&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fgooglefcd2657556ebd243.html&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fgooglefcd2657556ebd243.html&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fgooglefcd2657556ebd243.html&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fgooglefcd2657556ebd243.html&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=7955cf7231">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fgooglefcd2657556ebd243.html&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fgooglefcd2657556ebd243.html&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">53 B</td><td class="column-mdate">03/11/2014 14:49</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/index.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/index.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Findex.php&amp;_wpnonce=f257627bf7">index.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Findex.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Findex.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Findex.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Findex.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Findex.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=f1ee853a01">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Findex.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Findex.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">395 B</td><td class="column-mdate">08/01/2012 17:01</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/p2.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/p2.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fp2.php&amp;_wpnonce=75243e593e">p2.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fp2.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fp2.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fp2.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fp2.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fp2.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=c0cc7d1818">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fp2.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fp2.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">113 B</td><td class="column-mdate">31/05/2017 01:23</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/php.ini" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/php.ini" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="ini" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fphp.ini&amp;_wpnonce=4dc575fbe5">php.ini</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fphp.ini&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fphp.ini&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fphp.ini&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fphp.ini&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fphp.ini&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=c28afe7cc4">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fphp.ini&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fphp.ini&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">43 B</td><td class="column-mdate">17/03/2016 21:39</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/robots.txt" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/robots.txt" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="txt" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Frobots.txt&amp;_wpnonce=a4433143e6">robots.txt</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Frobots.txt&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Frobots.txt&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Frobots.txt&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Frobots.txt&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Frobots.txt&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=b920e0c6a9">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Frobots.txt&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Frobots.txt&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">15 B</td><td class="column-mdate">23/06/2016 23:06</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/style.css" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/style.css" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="css" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fstyle.css&amp;_wpnonce=60f50e45e3">style.css</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fstyle.css&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fstyle.css&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fstyle.css&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fstyle.css&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fstyle.css&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=d159639f37">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fstyle.css&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fstyle.css&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">820 B</td><td class="column-mdate">02/11/2016 10:28</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/tanz.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/tanz.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Ftanz.php&amp;_wpnonce=f2ae222534">tanz.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Ftanz.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Ftanz.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Ftanz.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Ftanz.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Ftanz.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=f5698a540a">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Ftanz.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Ftanz.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">46.14 KB</td><td class="column-mdate">22/06/2017 11:30</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-activate.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-activate.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-activate.php&amp;_wpnonce=386708763d">wp-activate.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-activate.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-activate.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-activate.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-activate.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-activate.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=2d42b81155">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-activate.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-activate.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">4.51 KB</td><td class="column-mdate">21/01/2013 19:23</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-blog-header.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-blog-header.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-blog-header.php&amp;_wpnonce=21d2548cef">wp-blog-header.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-blog-header.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-blog-header.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-blog-header.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-blog-header.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-blog-header.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=46aca29212">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-blog-header.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-blog-header.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">271 B</td><td class="column-mdate">08/01/2012 17:01</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-comments-post.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-comments-post.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-comments-post.php&amp;_wpnonce=a02d5edf19">wp-comments-post.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-comments-post.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-comments-post.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-comments-post.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-comments-post.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-comments-post.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=5192f8281a">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-comments-post.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-comments-post.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">3.43 KB</td><td class="column-mdate">16/07/2013 14:19</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-config.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-config.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-config.php&amp;_wpnonce=9fb02d3cbf">wp-config.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-config.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-config.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-config.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-config.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-config.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=b02783d212">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-config.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-config.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">4 KB</td><td class="column-mdate">20/04/2017 13:44</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-cron.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-cron.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-cron.php&amp;_wpnonce=28e5151be1">wp-cron.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-cron.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-cron.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-cron.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-cron.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-cron.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=5077853a26">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-cron.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-cron.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">2.65 KB</td><td class="column-mdate">23/09/2012 16:57</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-links-opml.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-links-opml.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-links-opml.php&amp;_wpnonce=0a53bf5414">wp-links-opml.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-links-opml.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-links-opml.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-links-opml.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-links-opml.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-links-opml.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=c1b1fd98a9">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-links-opml.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-links-opml.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">1.95 KB</td><td class="column-mdate">23/10/2010 12:17</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-load.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-load.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-load.php&amp;_wpnonce=a1b8a54bd8">wp-load.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-load.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-load.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-load.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-load.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-load.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=94cd268358">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-load.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-load.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">2.35 KB</td><td class="column-mdate">26/10/2012 19:40</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-login.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-login.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-login.php&amp;_wpnonce=cce48736eb">wp-login.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-login.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-login.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-login.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-login.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-login.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=3432bc6b09">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-login.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-login.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">25.89 KB</td><td class="column-mdate">01/09/2016 20:37</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-mail.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-mail.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-mail.php&amp;_wpnonce=6c60417d65">wp-mail.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-mail.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-mail.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-mail.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-mail.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-mail.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=d25bf5e513">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-mail.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-mail.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">7.53 KB</td><td class="column-mdate">03/03/2013 21:11</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-settings.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-settings.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-settings.php&amp;_wpnonce=d34c6e8916">wp-settings.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-settings.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-settings.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-settings.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-settings.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-settings.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=6821fffd71">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-settings.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-settings.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">9.76 KB</td><td class="column-mdate">21/02/2013 21:24</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-signup.php" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/wp-signup.php" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="php" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-signup.php&amp;_wpnonce=70e300fed7">wp-signup.php</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-signup.php&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-signup.php&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-signup.php&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-signup.php&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-signup.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=08ce7773c1">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-signup.php&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fwp-signup.php&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">21.62 KB</td><td class="column-mdate">15/05/2013 17:54</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

<tr id="file-/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/yandex_50c91fa8807dd6e4.html" valign="top"><th scope="row" class="check-column"><input type="checkbox" name="selfiles[]" value="/home/ftp/1520/cms_go-20160707-vTc/cms.goodao.cn/yandex_50c91fa8807dd6e4.html" /></th><td class="column-name">						<img src="http://cms.goodao.cn/wp-content/plugins/filebrowser/app/icons/application.png" height="16" width="16" border="0" alt="html" />&nbsp;

													<strong><a href="admin.php?page=FileBrowser&amp;action=download&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fyandex_50c91fa8807dd6e4.html&amp;_wpnonce=6604d5d15d">yandex_50c91fa8807dd6e4.html</a></strong>

												<div class="row-actions">

															<span class="edit"><a href="admin.php?page=FileBrowser&amp;action=edit&amp;selfile=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fyandex_50c91fa8807dd6e4.html&amp;_wpnonce=d029868080">编辑</a> | </span>

																						<span class="delete"><a class="submitdelete" href="admin.php?page=FileBrowser&amp;action=delete&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fyandex_50c91fa8807dd6e4.html&amp;_wpnonce=acf852ac1f" onclick="if ( confirm('你确定要删除这个文件/目录?. \n  按\'取消\' 停止, 按\'确认\' 删除.') ){return true;}return false;">删除</a> | </span>

														<span class="copy"><a href="admin.php?page=FileBrowser&amp;action=copy&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fyandex_50c91fa8807dd6e4.html&amp;_wpnonce=acf852ac1f">复制</a> | </span>

							<span class="move"><a href="admin.php?page=FileBrowser&amp;action=move&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fyandex_50c91fa8807dd6e4.html&amp;_wpnonce=acf852ac1f">移动</a> | </span>

							<span class="rename"><a href="admin.php?page=FileBrowser&amp;action=rename&amp;filerename=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fyandex_50c91fa8807dd6e4.html&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=fb682df48a">重命名</a> | </span>

															<span class="premissions"><a href="admin.php?page=FileBrowser&amp;action=premissions&amp;filepremissions=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fyandex_50c91fa8807dd6e4.html&amp;gotofolder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">权限</a> | </span>

															<span class="zip"><a href="admin.php?page=FileBrowser&amp;action=zip&amp;selfiles=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn%2Fyandex_50c91fa8807dd6e4.html&amp;folder=%2Fhome%2Fftp%2F1520%2Fcms_go-20160707-vTc%2Fcms.goodao.cn&amp;_wpnonce=acf852ac1f">压缩为Zip</a></span>

													</div></td><td class="column-size">161 B</td><td class="column-mdate">12/02/2017 21:27</td><td class="column-premissions">-rwxrwxrwx<br />zijidelu zijideluGroup</td>

    </tr>

</tbody> 

</table> 	

  

<div class="tablenav"> 

<div class="alignleft actions"> 

<select name="action2" class="select-action"> 

<option value="-1" selected="selected">批量操作</option> 

<option value="delete">删除</option>

<option value="copy">复制</option> 

<option value="move">移动</option>

<option value="zip">压缩为Zip</option>

</select> 

<input type="submit" value="应用" name="doaction2" id="doaction2" class="button-secondary action" /> 

</div> 

 

<br class="clear" /> 

</div> 

</form> 

<br class="clear" /> 

 

</div></div>

<div class="clear"></div>

<div style="text-align: left;"></div>

<div style="text-align: right;width: 99%;padding:10px 0px 10px 5px;margin:0px 0px 0px 0px;border-top:1px solid #dedede;">

Power By Globalso.com

 

</div>



<div class="clear"></div>



<script type="text/javascript">

$('.listorder_edit').click(function(){

	  var post_id = $(this).attr("data-pid");

	  var listorder = $('#listorder_'+post_id+'_val').val();

	  $.post("/wp-admin/admin-ajax.php", {action: 'edit_listorder', post_id: post_id, listorder:listorder },function(data){

		 alert("修改成功! ");

	   });

})

	 

</script>

	<script type="text/html" id="tmpl-media-frame">

		<div class="media-frame-menu"></div>

		<div class="media-frame-title"></div>

		<div class="media-frame-router"></div>

		<div class="media-frame-content"></div>

		<div class="media-frame-toolbar"></div>

		<div class="media-frame-uploader"></div>

	</script>



	<script type="text/html" id="tmpl-media-modal">

		<div class="media-modal wp-core-ui">

			<a class="media-modal-close" href="#" title="关闭"><span class="media-modal-icon"></span></a>

			<div class="media-modal-content"></div>

		</div>

		<div class="media-modal-backdrop"></div>

	</script>



	<script type="text/html" id="tmpl-uploader-window">

		<div class="uploader-window-content">

			<h3>Drop files to upload</h3>

		</div>

	</script>



	<script type="text/html" id="tmpl-uploader-inline">

		<# var messageClass = data.message ? 'has-upload-message' : 'no-upload-message'; #>

		<div class="uploader-inline-content {{ messageClass }}">

		<# if ( data.message ) { #>

			<h3 class="upload-message">{{ data.message }}</h3>

		<# } #>

					<div class="upload-ui">

				<h3 class="upload-instructions drop-instructions">点击上传</h3>

				<a href="#" class="browser button button-hero">选择文件</a>

			</div>



			<div class="upload-inline-status"></div>



			<div class="post-upload-ui">

				

				<p class="max-upload-size">上传文件大小限制:800MB。</p>



				

							</div>

				</div>

	</script>



	<script type="text/html" id="tmpl-uploader-status">

		<h3>Uploading</h3>

		<a class="upload-dismiss-errors" href="#">Dismiss Errors</a>



		<div class="media-progress-bar"><div></div></div>

		<div class="upload-details">

			<span class="upload-count">

				<span class="upload-index"></span> / <span class="upload-total"></span>

			</span>

			<span class="upload-detail-separator">&ndash;</span>

			<span class="upload-filename"></span>

		</div>

		<div class="upload-errors"></div>

	</script>



	<script type="text/html" id="tmpl-uploader-status-error">

		<span class="upload-error-label">Error</span>

		<span class="upload-error-filename">{{{ data.filename }}}</span>

		<span class="upload-error-message">{{ data.message }}</span>

	</script>



	<script type="text/html" id="tmpl-attachment">

		<div class="attachment-preview type-{{ data.type }} subtype-{{ data.subtype }} {{ data.orientation }}">

			<# if ( data.uploading ) { #>

				<div class="media-progress-bar"><div></div></div>

			<# } else if ( 'image' === data.type ) { #>

				<div class="thumbnail">

					<div class="centered">

						<img src="{{ data.size.url }}" draggable="false" />

					</div>

				</div>

			<# } else { #>

				<img src="{{ data.icon }}" class="icon" draggable="false" />

				<div class="filename">

					<div>{{ data.filename }}</div>

				</div>

			<# } #>



			<# if ( data.buttons.close ) { #>

				<a class="close media-modal-icon" href="#" title="移除"></a>

			<# } #>



			<# if ( data.buttons.check ) { #>

				<a class="check" href="#" title="Deselect"><div class="media-modal-icon"></div></a>

			<# } #>

		</div>

		<#

		var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly';

		if ( data.describe ) { #>

			<# if ( 'image' === data.type ) { #>

				<input type="text" value="{{ data.caption }}" class="describe" data-setting="caption"

					placeholder="Caption this image&hellip;" {{ maybeReadOnly }} />

			<# } else { #>

				<input type="text" value="{{ data.title }}" class="describe" data-setting="title"

					<# if ( 'video' === data.type ) { #>

						placeholder="Describe this video&hellip;"

					<# } else if ( 'audio' === data.type ) { #>

						placeholder="Describe this audio file&hellip;"

					<# } else { #>

						placeholder="Describe this media file&hellip;"

					<# } #> {{ maybeReadOnly }} />

			<# } #>

		<# } #>

	</script>



	<script type="text/html" id="tmpl-attachment-details">

		<h3>

			媒体信息

			<span class="settings-save-status">

				<span class="spinner"></span>

				<span class="saved">已保存。</span>

			</span>

		</h3>

		<div class="attachment-info">

			<div class="thumbnail">

				<# if ( data.uploading ) { #>

					<div class="media-progress-bar"><div></div></div>

				<# } else if ( 'image' === data.type ) { #>

					<img src="{{ data.size.url }}" draggable="false" />

				<# } else { #>

					<img src="{{ data.icon }}" class="icon" draggable="false" />

				<# } #>

			</div>

			<div class="details">

				<div class="filename">{{ data.filename }}</div>

				<div class="uploaded">{{ data.dateFormatted }}</div>



				<# if ( 'image' === data.type && ! data.uploading ) { #>

					<# if ( data.width && data.height ) { #>

						<div class="dimensions">{{ data.width }} &times; {{ data.height }}</div>

					<# } #>



					<# if ( data.can.save ) { #>

						

						<a class="refresh-attachment" href="#">刷新</a>

					<# } #>

				<# } #>



				<# if ( data.fileLength ) { #>

					<div class="file-length">Length: {{ data.fileLength }}</div>

				<# } #>



				<# if ( ! data.uploading && data.can.remove ) { #>

					<a class="delete-attachment" href="#">永久删除</a>

				<# } #>



				<div class="compat-meta">

					<# if ( data.compat && data.compat.meta ) { #>

						{{{ data.compat.meta }}}

					<# } #>

				</div>

			</div>

		</div>



		<# var maybeReadOnly = data.can.save || data.allowLocalEdits ? '' : 'readonly'; #>

			<label class="setting" data-setting="title">

				<span>图片标题</span>

				<input type="text" value="{{ data.title }}" {{ maybeReadOnly }} />

			</label>



		<# if ( 'image' === data.type ) { #>

			<label class="setting" data-setting="alt">

				<span>超链接(Url)</span>

				<input type="text" value="{{ data.alt }}" {{ maybeReadOnly }} />

			</label>

		<# } #>

			<label class="setting" data-setting="description">

				<span>描述(Alt)</span>

				<textarea {{ maybeReadOnly }}>{{ data.description }}</textarea>

			</label>

	</script>



	<script type="text/html" id="tmpl-media-selection">

		<div class="selection-info">

			<span class="count"></span>

			<# if ( data.editable ) { #>

				<a class="edit-selection" href="#">编辑</a>

			<# } #>

			<# if ( data.clearable ) { #>

				<a class="clear-selection" href="#">清空</a>

			<# } #>

		</div>

		<div class="selection-view"></div>

	</script>



	<script type="text/html" id="tmpl-attachment-display-settings">

		<h3>Attachment Display Settings</h3>



		<# if ( 'image' === data.type ) { #>

			<label class="setting">

				<span>对齐方式</span>

				<select class="alignment"

					data-setting="align"

					<# if ( data.userSettings ) { #>

						data-user-setting="align"

					<# } #>>



					<option value="left">

						左					</option>

					<option value="center">

						中					</option>

					<option value="right">

						右					</option>

					<option value="none" selected>

						无					</option>

				</select>

			</label>

		<# } #>



		<div class="setting">

			<label>

				<# if ( data.model.canEmbed ) { #>

					<span>Embed or Link</span>

				<# } else { #>

					<span>Link To</span>

				<# } #>



				<select class="link-to"

					data-setting="link"

					<# if ( data.userSettings && ! data.model.canEmbed ) { #>

						data-user-setting="urlbutton"

					<# } #>>



				<# if ( data.model.canEmbed ) { #>

					<option value="embed" selected>

						Embed Media Player					</option>

					<option value="file">

				<# } else { #>

					<option value="file" selected>

				<# } #>

					<# if ( data.model.canEmbed ) { #>

						Link to Media File					<# } else { #>

						Media File					<# } #>

					</option>

					<option value="post">

					<# if ( data.model.canEmbed ) { #>

						Link to Attachment Page					<# } else { #>

						附件页面					<# } #>

					</option>

				<# if ( 'image' === data.type ) { #>

					<option value="custom">

						Custom URL					</option>

					<option value="none">

						无					</option>

				<# } #>

				</select>

			</label>

			<input type="text" class="link-to-custom" data-setting="linkUrl" />

		</div>



		<# if ( 'undefined' !== typeof data.sizes ) { #>

			<label class="setting">

				<span>尺寸</span>

				<select class="size" name="size"

					data-setting="size"

					<# if ( data.userSettings ) { #>

						data-user-setting="imgsize"

					<# } #>>

											<#

						var size = data.sizes['thumbnail'];

						if ( size ) { #>

							<option value="thumbnail" >

								缩略图 &ndash; {{ size.width }} &times; {{ size.height }}

							</option>

						<# } #>

											<#

						var size = data.sizes['medium'];

						if ( size ) { #>

							<option value="medium" >

								中等 &ndash; {{ size.width }} &times; {{ size.height }}

							</option>

						<# } #>

											<#

						var size = data.sizes['large'];

						if ( size ) { #>

							<option value="large" >

								大 &ndash; {{ size.width }} &times; {{ size.height }}

							</option>

						<# } #>

											<#

						var size = data.sizes['full'];

						if ( size ) { #>

							<option value="full"  selected='selected'>

								完整尺寸 &ndash; {{ size.width }} &times; {{ size.height }}

							</option>

						<# } #>

									</select>

			</label>

		<# } #>

	</script>



	<script type="text/html" id="tmpl-gallery-settings">

		<h3>相册设置</h3>



		<label class="setting">

			<span>Link To</span>

			<select class="link-to"

				data-setting="link"

				<# if ( data.userSettings ) { #>

					data-user-setting="urlbutton"

				<# } #>>



				<option value="post" selected>

					附件页面				</option>

				<option value="file">

					Media File				</option>

				<option value="none">

					无				</option>

			</select>

		</label>



		<label class="setting">

			<span>栏数</span>

			<select class="columns" name="columns"

				data-setting="columns">

									<option value="1" >

						1					</option>

									<option value="2" >

						2					</option>

									<option value="3"  selected='selected'>

						3					</option>

									<option value="4" >

						4					</option>

									<option value="5" >

						5					</option>

									<option value="6" >

						6					</option>

									<option value="7" >

						7					</option>

									<option value="8" >

						8					</option>

									<option value="9" >

						9					</option>

							</select>

		</label>



		<label class="setting">

			<span>Random Order</span>

			<input type="checkbox" data-setting="_orderbyRandom" />

		</label>

	</script>



	<script type="text/html" id="tmpl-embed-link-settings">

		<label class="setting">

			<span>标题</span>

			<input type="text" class="alignment" data-setting="title" />

		</label>

	</script>



	<script type="text/html" id="tmpl-embed-image-settings">

		<div class="thumbnail">

			<img src="{{ data.model.url }}" draggable="false" />

		</div>



					<label class="setting caption">

				<span>说明</span>

				<textarea data-setting="caption" />

			</label>

		

		<label class="setting alt-text">

			<span>Alt Text</span>

			<input type="text" data-setting="alt" />

		</label>



		<div class="setting align">

			<span>对齐</span>

			<div class="button-group button-large" data-setting="align">

				<button class="button" value="left">

					左				</button>

				<button class="button" value="center">

					中				</button>

				<button class="button" value="right">

					右				</button>

				<button class="button active" value="none">

					无				</button>

			</div>

		</div>



		<div class="setting link-to">

			<span>Link To</span>

			<div class="button-group button-large" data-setting="link">

				<button class="button" value="file">

					图像 URL				</button>

				<button class="button" value="custom">

					Custom URL				</button>

				<button class="button active" value="none">

					无				</button>

			</div>

			<input type="text" class="link-to-custom" data-setting="linkUrl" />

		</div>

	</script>



	<script type="text/html" id="tmpl-attachments-css">

		<style type="text/css" id="{{ data.id }}-css">

			#{{ data.id }} {

				padding: 0 {{ data.gutter }}px;

			}



			#{{ data.id }} .attachment {

				margin: {{ data.gutter }}px;

				width: {{ data.edge }}px;

			}



			#{{ data.id }} .attachment-preview,

			#{{ data.id }} .attachment-preview .thumbnail {

				width: {{ data.edge }}px;

				height: {{ data.edge }}px;

			}



			#{{ data.id }} .portrait .thumbnail img {

				max-width: {{ data.edge }}px;

				height: auto;

			}



			#{{ data.id }} .landscape .thumbnail img {

				width: auto;

				max-height: {{ data.edge }}px;

			}

		</style>

	</script>

		<div id="wp-auth-check-wrap" class="hidden">

	<div id="wp-auth-check-bg"></div>

	<div id="wp-auth-check">

	<div class="wp-auth-check-close" tabindex="0" title="关闭"></div>

			<div id="wp-auth-check-form" data-src="http://cms.goodao.cn/wp-login.php?interim-login=1"></div>

			<div class="wp-auth-fallback">

		<p><b class="wp-auth-fallback-expired" tabindex="0">Session expired</b></p>

		<p><a href="http://cms.goodao.cn/wp-login.php" target="_blank">请重新登录。</a>

		The login page will open in a new window. After logging in you can close it and return to this page.</p>

	</div>

	</div>

	</div>

	<link rel='stylesheet' href='http://cms.goodao.cn/wp-admin/load-styles.php?c=1&amp;dir=ltr&amp;load=wp-pointer&amp;ver=3.6.1' type='text/css' media='all' />



<script type='text/javascript'>

/* <![CDATA[ */

var commonL10n = {"warnDelete":"\u60a8\u5c06\u6c38\u4e45\u5220\u9664\u6240\u9009\u9879\u76ee\u3002\n \u70b9\u51fb\u201c\u53d6\u6d88\u201d\u505c\u6b62\uff0c\u70b9\u51fb\u201c\u786e\u5b9a\u201d\u5220\u9664\u3002"};var heartbeatSettings = {"nonce":"272ea289c4"};var authcheckL10n = {"beforeunload":"Your session has expired. You can log in again from this page or go to the login page.","interval":"180"};var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};var _wpMediaModelsL10n = {"settings":{"ajaxurl":"\/wp-admin\/admin-ajax.php","post":{"id":0}}};var pluploadL10n = {"queue_limit_exceeded":"\u60a8\u5411\u961f\u5217\u4e2d\u6dfb\u52a0\u7684\u6587\u4ef6\u8fc7\u591a\u3002","file_exceeds_size_limit":"%s \u8d85\u8fc7\u4e86\u7ad9\u70b9\u7684\u6700\u5927\u4e0a\u4f20\u9650\u5236\u3002","zero_byte_file":"\u6587\u4ef6\u4e3a\u7a7a\uff0c\u8bf7\u9009\u62e9\u5176\u5b83\u6587\u4ef6\u3002","invalid_filetype":"\u4e0d\u5141\u8bb8\u4e0a\u4f20\u8be5\u7c7b\u578b\u7684\u6587\u4ef6\uff0c\u8bf7\u9009\u62e9\u5176\u5b83\u6587\u4ef6\u3002","not_an_image":"\u8be5\u6587\u4ef6\u4e0d\u662f\u56fe\u50cf\uff0c\u8bf7\u4f7f\u7528\u5176\u5b83\u6587\u4ef6\u3002","image_memory_exceeded":"\u8fbe\u5230\u5185\u5b58\u9650\u5236\uff0c\u8bf7\u4f7f\u7528\u5c0f\u4e00\u4e9b\u7684\u6587\u4ef6\u3002","image_dimensions_exceeded":"\u8be5\u6587\u4ef6\u8d85\u8fc7\u4e86\u6700\u5927\u5927\u5c0f\uff0c\u8bf7\u4f7f\u7528\u5176\u5b83\u6587\u4ef6\u3002","default_error":"\u4e0a\u4f20\u65f6\u53d1\u751f\u4e86\u9519\u8bef\u3002\u8bf7\u7a0d\u540e\u518d\u8bd5\u3002","missing_upload_url":"\u914d\u7f6e\u6709\u8bef\u3002\u8bf7\u8054\u7cfb\u60a8\u7684\u670d\u52a1\u5668\u7ba1\u7406\u5458\u3002","upload_limit_exceeded":"\u60a8\u53ea\u80fd\u4e0a\u4f20\u4e00\u4e2a\u6587\u4ef6\u3002","http_error":"HTTP \u9519\u8bef\u3002","upload_failed":"\u4e0a\u4f20\u5931\u8d25\u3002","big_upload_failed":"\u8bf7\u5c1d\u8bd5\u4f7f\u7528%1$s\u6807\u51c6\u7684\u6d4f\u89c8\u5668\u4e0a\u4f20\u5de5\u5177%2$s\u6765\u4e0a\u4f20\u8fd9\u4e2a\u6587\u4ef6\u3002","big_upload_queued":"%s \u8d85\u51fa\u4e86\u60a8\u6d4f\u89c8\u5668\u5bf9\u9ad8\u7ea7\u591a\u6587\u4ef6\u4e0a\u4f20\u5de5\u5177\u6240\u505a\u7684\u5927\u5c0f\u9650\u5236\u3002","io_error":"IO \u9519\u8bef\u3002","security_error":"\u5b89\u5168\u9519\u8bef\u3002","file_cancelled":"\u6587\u4ef6\u5df2\u53d6\u6d88\u3002","upload_stopped":"\u4e0a\u4f20\u505c\u6b62\u3002","dismiss":"\u4e0d\u518d\u663e\u793a","crunching":"\u5904\u7406\u4e2d\u2026","deleted":"\u79fb\u52a8\u5230\u56de\u6536\u7ad9\u3002","error_uploading":"\u201c%s\u201d\u4e0a\u4f20\u5931\u8d25\u3002"};

var _wpPluploadSettings = {"defaults":{"runtimes":"html5,silverlight,flash,html4","file_data_name":"async-upload","multiple_queues":true,"max_file_size":"838860800b","url":"\/wp-admin\/async-upload.php","flash_swf_url":"http:\/\/cms.goodao.cn\/wp-includes\/js\/plupload\/plupload.flash.swf","silverlight_xap_url":"http:\/\/cms.goodao.cn\/wp-includes\/js\/plupload\/plupload.silverlight.xap","filters":[{"title":"\u5141\u8bb8\u7684\u6587\u4ef6","extensions":"*"}],"multipart":true,"urlstream_upload":true,"multipart_params":{"action":"upload-attachment","_wpnonce":"a032c6fceb"}},"browser":{"mobile":false,"supported":true},"limitExceeded":false};var _wpMediaViewsL10n = {"url":"URL","addMedia":"\u6dfb\u52a0\u5a92\u4f53","search":"\u641c\u7d22","select":"- \u9009\u62e9 -","cancel":"\u53d6\u6d88","selected":"%d selected","dragInfo":"Drag and drop to reorder images.","uploadFilesTitle":"\u70b9\u51fb\u4e0a\u4f20","uploadImagesTitle":"\u70b9\u51fb\u4e0a\u4f20","mediaLibraryTitle":"\u5a92\u4f53\u5e93","insertMediaTitle":"\u6dfb\u52a0\u5a92\u4f53","createNewGallery":"\u65b0\u5efa\u76f8\u518c","returnToLibrary":"\u8fd4\u56de\u5df2\u53d1\u5e03","allMediaItems":"\u6240\u6709\u5a92\u4f53","noItemsFound":"\u672c\u9875\u9762\u6682\u672a\u4e0a\u4f20\u4efb\u4f55\u5a92\u4f53\u6587\u4ef6(\u56fe\u50cf\/\u97f3\u9891\/\u89c6\u9891\/\u6587\u4ef6...)","insertIntoPost":"\u63d2\u5165\u5230\u7f16\u8f91\u6846","uploadedToThisPost":"\u672c\u9875\u9762\u4e0a\u4f20\u7684\u5a92\u4f53","warnDelete":"You are about to permanently delete this item.\n  'Cancel' to stop, 'OK' to delete.","insertFromUrlTitle":"\u63d2\u5165\u5916\u90e8\u8fde\u63a5","setFeaturedImageTitle":"\u9009\u62e9\u5c55\u793a\u56fe","setFeaturedImage":"\u9009\u62e9\u5c55\u793a\u56fe","createGalleryTitle":"","editGalleryTitle":"\u7f16\u8f91\u76f8\u518c","cancelGalleryTitle":"\u2190 Cancel Gallery","insertGallery":"\u63d2\u5165\u76f8\u518c","updateGallery":"Update gallery","addToGallery":"Add to gallery","addToGalleryTitle":"Add to Gallery","reverseOrder":"Reverse order","settings":{"tabs":[],"tabUrl":"http:\/\/cms.goodao.cn\/wp-admin\/media-upload.php?chromeless=1","mimeTypes":{"image":"\u56fe\u50cf","audio":"\u97f3\u9891","video":"\u89c6\u9891"},"captions":true,"nonce":{"sendToEditor":"1fcce18d63"},"post":{"id":0},"defaultProps":{"link":"","align":"","size":""},"embedExts":["mp3","ogg","wma","m4a","wav","mp4","m4v","webm","ogv","wmv","flv"]}};var wpColorPickerL10n = {"clear":"\u6e05\u7a7a","defaultString":"\u9ed8\u8ba4","pick":"Select Color","current":"Current Color"};var thickboxL10n = {"next":"\u4e0b\u4e00\u9875 >","prev":"< \u4e0a\u4e00\u9875","image":"\u56fe\u50cf","of":"\/","close":"\u5173\u95ed","noiframes":"\u8fd9\u4e2a\u529f\u80fd\u9700\u8981 iframe \u7684\u652f\u6301\u3002\u60a8\u53ef\u80fd\u7981\u6b62\u4e86 iframe \u7684\u663e\u793a\uff0c\u6216\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6b64\u529f\u80fd\u3002","loadingAnimation":"http:\/\/cms.goodao.cn\/wp-includes\/js\/thickbox\/loadingAnimation.gif","closeImage":"http:\/\/cms.goodao.cn\/wp-includes\/js\/thickbox\/tb-close.png"};var wpPointerL10n = {"dismiss":"\u4e0d\u518d\u663e\u793a"};/* ]]> */

</script>

<script type='text/javascript' src='http://cms.goodao.cn/wp-admin/load-scripts.php?c=1&amp;load%5B%5D=hoverIntent,common,heartbeat,wp-auth-check,underscore,shortcode,backbone,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-&amp;load%5B%5D=core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,media-views,media-editor,jquery-ui-draggable,jquery-ui-slider,jquery-to&amp;load%5B%5D=uch-punch,iris,wp-color-picker,thickbox,media-upload,jquery-ui-position,wp-pointer&amp;ver=3.6.1'></script>



<div class="clear"></div></div><!-- wpwrap --></div>

<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>

</body>

</html>