/* ----------------------------------
  Textpattern Admin Theme: Emporclo Warm 2
  by David DeSandro - nemoorange.com
  last revision 01 Apr 2009
------------------------------------- */


/* colors

background #F8F6F4;
borders #EBE6DF
top #DB8 
red button  #963
red button highlight #C65
dark tabs #642
grey #666

*/

/* base
----------------------------------------------- */

body, input, textarea, select {
font: 12px  "Helvetica Neue" Helvetica, Arial, sans-serif;
}

body {
margin: 0 0 20px 0;
padding: 0;
color: #000;
background: #F8F6F4;
}

code, .code {
font: 1.0em Monaco, "Courier New", monospace;
}

small, .small {
font-size: 0.9em;
}

h1, h2, h3, p, ul, ol {
margin: 0 0 10px 0;
padding: 0;
}

h1, h2, h3 {
  color:#666;
}

h1 {
font-size: 1.6em;
font-weight:bold;
}

h2 {
font-size: 1.2em;
text-transform:uppercase;
font-weight:bold;
}

h3 {
font-size: 1.2em;
text-transform:uppercase;
font-weight:bold;
}

h3.plain {
font-size: 1.0em;
text-transform:none;
font-weight:normal;
}

p {
line-height: 1.4em;
}

ul {
list-style-type: circle;
}

li {
margin: 0 0 5px 35px;
padding: 0;
}

/* links
----------------------------------------------- */

h3 a {
font-weight: bold;
}

h3.plain a:link,
h3.plain a:visited {
  padding:3px;
  border:1px solid #EBE6DF;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  text-decoration:none;
  }

h3.plain a:hover {
  background:#EBE6DF;
  color:#642;
  }

a img {
border: none;
}

a:link, a:visited, a:active {
color: #963;
background-color: transparent;
text-decoration: none;
}

a:hover, a:focus {
text-decoration: underline;
}

a.alink, a.dlink, a.pophelp {
}

a.alink {
color: #00f;
background-color: #eee;
}

a.dlink:hover, a.pophelp:hover {
text-decoration: none;
}

a.dlink {
color: #f00;
background-color: #eee;
}

a.navlink {
padding: 3px;
color: #000;
background-color: #FFC;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

a.navlink-active {
padding: 3px;
color: #000;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

a.navlink:hover,
a.navlink-active:hover {
  text-decoration:none;
}

a.navlink:hover {
  background-color:#EEB;
   border-color:#CCC;
  }


span.navlink-disabled {
padding: 3px;
color: #999;
background-color: #eee;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;

  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

a.plain, a.plain:visited, a.plain:active {
color: #000;
background-color: transparent;
}

a.pophelp {
padding: 0 2px;
font-weight: normal;
color: #00f;
background-color: #EBE6DF;

  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}

/* form elements
----------------------------------------------- */

fieldset {
margin: 0 0 10px 0;
padding: 5px;
border: none;
border-top:2px solid #EBE6DF;

}

fieldset legend {
  color:#666;
  text-transform:uppercase;
  }

label {
cursor: pointer;
}

input {

font-size: 0.9em;
}

textarea {
padding: 3px;
line-height: 1.4em;
background-color: #FFF;
}

select {
font-size: 1.0em;
background-color: #FFF;

border:1px solid #E5E5E5;
}

form.search-form {
margin: auto;
text-align: center;
}

form.upload-form {
text-align: center;
}

input.cancel, input.delete,
input.interbox, input.interbox2,
input.navbox,
input.preview,
input.smallbox, input.smallerbox, input.smallerboxsp {
  border:none;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;

}

input#title {
  font-size:1.3em;
  font-weight:bold;
  color:#666
  }

input.cancel, input.delete,
input.publish, input.preview {
margin: 5px 10px 5px auto;
padding: 5px;
width: auto;
}

input.edit, input.list,
textarea {
border:1px solid #E5E5E5;

}

input.edit {
margin-top: 3px;
padding: 3px;
font-size: 1em;
background-color: #FFF;
}

input.navbox,
input.smallbox, input.smallerbox, input.smallerboxsp {
padding: 3px 6px 4px 6px;
}

input.interbox, input.interbox2	 {
padding: 3px 4px 4px 4px;
}

input.interbox2 {
margin-left: 100px;
}

input.list {
margin: 5px 5px auto auto;
padding: 3px;
background-color: #ddd;
}

input.navbox {
margin-right: 10px;
background-color: #eee;
}

input.publish {
  font-size:12px;
  color: #fff;
  background: #963;
  border:none;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}


input.publish:hover {
  background:#C65;
  }

input.smallbox {
margin-right: 10px;
vertical-align: text-top;
background-color: #DDD;
padding: 2px 4px;
}

input.smallerbox {
padding: 2px 4px;
background-color: #DDD;
}

input.smallerbox:hover,
input.smallerboxsp:hover {
  background:#CCC;
 }

input.smallerboxsp {
margin-right: 10px;
padding: 2px 4px;
background-color: #DDD;
}

#write-timestamp input.edit {
  width:32px;
  }

/* table elements
----------------------------------------------- */

table, tr, th, td {
vertical-align: top;
}

table.edit-table {
margin-top: 2em;
}

td.column {
padding: 10px;
}

td.declaration {
padding: 0 3px;
font-size: 0.9em;
text-align: left;
}

td.selector, td.selector2 {
padding: 6px 3px;
text-align: left;
border-top: 3px solid #fff;
}

td.selector2 {
font-size: 0.9em;
}

table#edit td.noline,
table#list td.noline	{
vertical-align: middle;
border: none;
}

table#list th, table#list td {
padding: 3px 5px;
text-align: left;
border-bottom: 2px solid #EBE6DF;
}

table#list td { 

  }

table#list tr:hover td {
}

table#list td.noline {
height: 30px;
}

table#list td.unpublished {
color: #ccc;
}

table#list th {
  background:#EBE6DF;
  border-color:#FAF8F6;
vertical-align: bottom;
}

table#list th a {
margin-right: 14px;
}

table#list th.asc a {
background: url(txp_img/arrowupdn.gif) no-repeat right 2px;
padding-right: 14px;
margin-right: 0;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

table#list th.desc a {
background: url(txp_img/arrowupdn.gif) no-repeat right -18px;
padding-right: 14px;
margin-right: 0;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

table#list ul {
margin-bottom: 0;
list-style-type: none;
}

table#list li {
margin: 0 0 2px 0;
}
/* other element overrides
----------------------------------------------- */

.ok {
color: #008000;
}

.not-ok {
color: #C40000;
}

.prev-next {
margin: 15px 0;
font-size: 0.9em;
text-align: center;
}
.toggle {
display: none;
}

.toggle.on {
display: block;
}

span.navlink-disabled {
padding: 3px;
color: #999;
background-color: #eee;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #f1f1f1;
}

p#js {
margin-top: 10px;
padding-right: 30px;
display: none;
}

p#js span {
padding: 10px;
background-color: #ffc;
}

p.indicator {
text-align: center;
}

ul.plain-list {
list-style-type: none;
}

ul.plain-list li {
margin: 0 0 2px 0;
}

#warning {
margin: 0 auto 15px auto;
padding: 10px;
width: 30em;
text-align: center;
background-color: #fff4f4;
border: 2px solid #fdd;
}

/* global layout
----------------------------------------------- */


#pagetop {
  width: 100%;
  margin-bottom: 2em;
  background:#CA8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAA8CAYAAABMxmv5AAABuElEQVQokQXBhU4qAACG0f+tjdmznT3b2TMIKRVQLxYWSgoqYGBhd2Dhd8/R38EsfwezKJt0k026UTbpIpt0od+Ek9+EE/3Ep/mJT6Pv/Sm+96fQ156Drz0H+ty187lrR5mYjUzMhjIxK5mYFX1ELXxELeh9x8z7jhm9RUy8RUzoNWzkNWxELyEDLyEDeg5O8BycQM/BcZ6D4+gpMMZTYAw9+kd59I+ih+0RHrZH0P3WMPdbw+jON8Sdbwjd+Qa58w2i280BbjcH0M1GPzcb/eh6vY/r9T50tdbL1Vovulzt4XK1B6W93aS93Sjt7SLt7UIXK51crHSi8+UOzpc70NlSO2dL7eh0sY3TxTZ0stDKyUIrSnlaSHlaUMrTTMrTjI7/NXH8rwkdzTdyNN+IDucaOJxrQAez9RzM1qOku46kuw4lXLUkXLUo4aoh4apBcWc1cWc12p+pYn+mCu1NV7I3XYl2pyrYnapAMUc5MUc5itrLiNrLUNReStReinZsJezYSlDEWkzEWozCliLCliIUmiwkNFmIguYCguYCFDDlEzDlo4Apj4ApD/mNufiNuWjbkMO2IYf/S/eF7BsN+aAAAAAASUVORK5CYII=) repeat-x;
}

#branding, #nav-primary .tabs {
  background: transparent;
}

#branding img, h1#textpattern {
  display: none;
}

tr#branding td:first-child:before {
  color:#963;
  content:"Textpattern";
  font: bold small-caps 14px Georgia, serif;
  letter-spacing:4px;
  padding-left:10px;
}

#navpop {
  text-align: right;
}

#nav-primary td {  vertical-align: bottom; }
#nav-primary td[valign="middle"] { vertical-align: middle; }

.tabs {  /* all rows */
  padding-top: 8px;
  font-size:11px;
  background: #F8F6F4 ;
}

.tabs a { text-decoration: none; }

.tabs a:link,
.tabs a:visited {  /* all tabs */
  text-transform:capitalize;
  text-align: center;
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0 14px;
  text-decoration: none;
  margin: 0 2px;
  -moz-border-radius:  4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.tabs .tabdown2 a:hover {
  color:#000;
  text-decoration:none;
background: #EBE6DF;
}

.tabs .tabup a:link,
.tabs .tabup a:visited { /* all up tabs */
  color:#FFF;
  font-weight:bold;
  background: #963;
}

#nav-primary .tabs { /* primary row */
  font-size:12px;
}

#nav-primary .tabs a { /* all primary tabs */
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 110px;
  padding: 0;
}

.tabs .tabdown a:link,
.tabs .tabdown a:visited { /* primary down tabs */
  color:#EEE;
  background: #642;
}

#nav-primary .tabs .tabdown a:hover {/* primary down tabs hover*/
  color:#FFF;
  background: #963;
  text-decoration:none;

}

#nav-primary .tabs .tabup a:link,
#nav-primary .tabs .tabup a:visited { /*primary up tab */
  color:#222;
  background: #F8F6F4;
  font-weight:bold;
}

#nav-primary .tabs  a[target="_blank"] {
  background: transparent; 
  color: #642;
}

#nav-primary .tabs  a[target="_blank"]:hover { color: #000;
  background: transparent; 
 }

#end_page {
text-align: center;
margin: 4em;
}

/* setup
----------------------------------------------- */

table#setup td {
padding: 3px;
vertical-align: middle;
}

/* organize
----------------------------------------------- */

td.categories p {
margin: 6px auto 3px auto;
padding-top: 3px;
line-height: 1.6em;
border-bottom: 2px solid #EBE6DF;
}

/* write
----------------------------------------------- */

td#article-col-1 {
width: 165px;
}

td#article-main {
padding-left: 20px;
width: 500px;
}

td#article-tabs {
padding-top: 70px;
width: 20px;
}

td#article-col-2 {
padding-left: 10px;
width: 200px;
}

td#article-col-2 fieldset {
width: auto;
}

textarea#body {
width: 500px;
height: 420px;
line-height: 1.6em;
}

textarea#excerpt {
width: 500px;
height: 100px;
line-height: 1.6em;
}

textarea#keywords {
width: 140px;
height: 80px;
}

input#title {
width: 420px;
}

td#article-tabs ul {
list-style-type: none;
margin: 0;
}

td#article-tabs li {
width: 19px;
height: 100px;
margin: 0;
padding: 0;
text-indent: -9999px;
background: transparent top left no-repeat;
}

td#article-tabs a {
display: block;
width: 15px;
height: 100px;
outline: none;
}

td#article-tabs #tab-textup {
background-image: url(txp_img/textup.gif);
}

td#article-tabs #tab-textdown {
background-image: url(txp_img/textdown.gif);
}

td#article-tabs #tab-htmlup {
background-image: url(txp_img/htmlup.gif);
}

td#article-tabs #tab-htmldown {
background-image: url(txp_img/htmldown.gif);
}

td#article-tabs #tab-previewup {
background-image: url(txp_img/previewup.gif);
}

td#article-tabs #tab-previewdown {
background-image: url(txp_img/previewdown.gif);
}

/* comments
----------------------------------------------- */

tr.spam td,
tr.spam a {
color: #666;
background-color: #f1f1f1;
}

tr.moderate td,
tr.moderate a {
color: #900;
background-color: #fff8f8;
}

tr.spam a, tr.moderate a {
font-weight: bold;
}

form.cb_show_spam {
margin: 0 auto;
padding: 0 0 0 10px;
width: 90%;
}

/* pages, forms, style, plugins
----------------------------------------------- */

input.css {
margin: 0;
padding: 1px;
background-color: #eee;
border-width: 1px;
border-style: solid;
border-color: #999 #fff #fff #999;
}

textarea#html {
margin-top: 6px;
width: 600px;
height: 500px;
}

textarea#css {
width: 500px;
height: 515px;
}

div#preview-plugin, div#preview-help {
margin: 0 auto 10px auto;
padding: 3px;
height: 300px;
overflow: auto;
background-color: #efefef;
}

textarea#plugin-install {
width: 400px;
height: 30px;
}

/* tagbuilder
----------------------------------------------- */

body#tag-event {
padding: 10px;
border-top: 15px solid #fc3;
}

table#tagbuilder td {
padding: 2px 5px;
}

p#tagbuilder-output {
margin-top: 10px;
text-align: center;
}

/* preferences
----------------------------------------------- */

h2.pref-heading {
margin: 20px 0 0 0;
}

/* images
----------------------------------------------- */

table#image-thumbnail {
width: 100%;
}

table#image-thumbnail td {
border: none;
}



div#preview-plugin, div#preview-help {
margin: 0 auto 10px auto;
padding: 3px;
height: 300px;
overflow: auto;
background-color: #efefef;
}

textarea#plugin-install {
width: 400px;
height: 30px;
}

/* tagbuilder
----------------------------------------------- */


body#tag-event {
padding: 10px;
border-top: 15px solid #fc3;
}

table#tagbuilder td {
padding: 2px 5px;
}

p#tagbuilder-output {
margin-top: 10px;
text-align: center;
}

/* preferences
----------------------------------------------- */

h2.pref-heading {
margin: 20px 0 0 0;
}

/* images
----------------------------------------------- */

table#image-thumbnail {
width: 100%;
}

table#image-thumbnail td {
border: none;
}



}

/* images
----------------------------------------------- */

table#image-thumbnail {
width: 100%;
}

table#image-thumbnail td {
border: none;
}


e-thumbnail {
width: 100%;
}

table#image-thumbnail td {
border: none;
}


e-thumbnail {
width: 100%;
}

table#image-thumbnail td {
border: none;
}




