#wiki {
    padding: 0 15px;
}

#wiki h2,
#wiki h3,
#wiki h4 {
    font-family: "trebuchet ms",verdana,tahoma,arial,sans-serif;
}

#wiki strong {
    font-weight: 800;
}

#wiki a {
    color: #98FF1F;
    text-decoration: none;
}

#wiki .mceListBox a {
    color: #000;
}

#wiki strong.currentLink {
    color: green;
}

#wiki table.rev {
    border: 1px solid #000;
    width: 100%;
    border-collapse: separate;
}

#wiki table.rev td,
#wiki table.rev th {
    padding: 5px;
    vertical-align: middle;
}

#wiki table.rev tr {
     box-shadow: 0 0 5px #000;
}

#wiki table.rev th {
    background: url("http://static.sw-tor.org/newskin/layout/nav.png") repeat-x;
    text-align: left;
    color:#D3FEFF;
    border-bottom: 1px solid #000;
    font-weight: 800;
    text-shadow: 1px 1px 2px #000
}

#wiki table.rev td {
    background-color: #1A1A1A;
    border-color: #262626 #000000 #000000 #262626;
    border-style: solid;
    border-width: 1px;
    text-shadow: 1px 1px 2px #000
}

#wiki table.rev td:last-child {
    border-right: 0;
}

#wiki table.rev tr:last-child td{
    border-bottom: 0;
}

#wiki .nav {
    height: 27px;
}

#wiki .nav ul {
    margin: 0 5px 0 0;
}

#wiki .nav ul,
#wiki .nav li {
    list-style: none;
}

#wiki .nav li {
    float:left;
    padding: 5px 20px;
    margin: -2px 2px 1px 2px;
    border-radius : 5px;
    background-color: rgba(22, 196, 233, 0.15);
    border: 1px solid #1DE0F6;
    box-shadow: 0 0 5px #1DE0F6;
}

#wiki .nav li.selected a{
    color: #888;
}

#wiki .content {
    padding: 15px 0 30px 0;
}

#wiki .content h2,
.mceContentBody h2 {
    color: #00C0FF;
    font-size: 150%;
    margin: 0 0 15px 0;
    font-weight: bolder;
}

#wiki .content .menu h2 {
    font-size: 125%;
    margin: 5px 0;
}

#wiki .content h3,
.mceContentBody h3 {
    color: #00C0FF;
    font-size: 125%;
    margin: 5px 0;
    background: url(/themes/ff-armory/img/wiki/dot.gif) repeat-x left bottom;
    line-height: 150%;
    padding : 0 0 2px 0;
}

#wiki .content h4,
.mceContentBody h4 {
    color: #FFF;
    font-size: 100%;
    margin: 5px 0;
    line-height: 150%;
}

#wiki .content ul,
.mceContentBody ul {
    padding: 0 0 0 15px;
    list-style-type:square;
    line-height: 100%;
    margin: 2px 0 0 0;
}

#wiki .content ul.ui-tabs,
#wiki .content ul.ui-tabs-nav {
    padding: 0.2em 0.2em 0;
    list-style-type: none;
}

#wiki .content li,
.mceContentBody li {
	padding: 1px 0;
        line-height:125%
}

#wiki .content .ui-tabs .ui-tabs-nav li{
	padding: 0;
}

#wiki .content .col,
.mceContentBody .col {
    padding: 0 0 15px 0;
}

#wiki .content .col2,
.mceContentBody .col2 {
    float:left;
    width: 345px;
    margin: 0 10px 0 0;
    background: none;
}

#wiki .content .col3,
.mceContentBody .col3 {
    float:left;
    width: 228px;
    margin: 0 10px 0 0;
    background: none;
}

#wiki .content .col12,
.mceContentBody .col12 {
    float:left;
    width: 466px;
    margin: 0 10px 0 0;
    background: none;
}

#wiki .content .page{
    width: 715px;
    margin: 0 0 0 15px;
    float:left;
}

#wiki .content .page .revision {
    padding: 0 0 5px 0;
}

#wiki .content .page p,
.mceContentBody p {
    line-height: 140%;
    padding: 0 0 1.2em 0;
}

#wiki .menu {
    min-height: 100px;
    width:200px;
    padding: 5px;
}

#wiki a.red {
    color:red;
}

#wiki textarea {
    width: 895px;
    height: 400px;
}

#wiki .media.left {
    margin: 0 10px 10px 0;
}

#wiki .media.right {
    margin: 0 0 10px 10px;
}

#wiki table.history, #wiki table.media  {
    width: 900px;
}

#wiki table.last{
    width: 680px;
}


#wiki table.history td, #wiki table.last td, #wiki table.media td {
    border-bottom: 1px solid #2F2F2F;
    padding: 4px;
}

#wiki table.history th, #wiki table.last th, #wiki table.media th {
    background-color: #0F0F0F;
    padding: 5px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.red {
	color: red;
}

.infoMedia {
	position:relative;
}

.infoMedia a.info {
    position:absolute;
    top : 2px;
    right: 2px;
    display: block;
    width: 14px;
    height: 14px;
    border:1px solid #000;
    background-color: #444;
    text-align:center;
    line-height: 14px;
    -moz-border-radius:7px;
    color: #ddd;
    font-weight: 700;
    z-index: 1000;
}

#wiki .content hr.clear,
.mceContentBody hr.clear {
    visibility:hidden;
    margin:0;
    padding:0;
}

/* editor */
#wiki .content #editor li,
#wiki .content #editor ul {
    padding: 00;
    list-style-type: none;
}

#wiki .content #editor label {
    margin: 0 5px 0 0;
    font-weight: 800;
    color: #00C0FF;
    font-size:1.25em;
}

#wiki .content #editor li {
    padding: 0 0 10px 0;
}

#wiki .content #editor input[name=title]{
    width: 75%;
    border-radius: 5px;
    border:0;
    background: #5AAFC9;
    color: #fff;
    padding: 3px 5px;
}

#wiki .content #editor input[name=title]:focus{
    background: #fff;
    color: #000;
}

#wiki span.orange,
#wiki tr.orange td,
.mceContentBody span.orange{
    color: orange;
}

#wiki img {
    max-width: 715px;
}

#wiki img.left,
.mceContentBody img.left {
    margin: 5px 20px 5px 0;
}

#wiki img.right,
.mceContentBody img.right {
    margin: 5px 0 5px 20px;
}

#wiki img.center,
.mceContentBody img.center {
    margin: 0 auto;
    display:block
}

#wiki img.republic,.mceContentBody img.republic,
#wiki img.empire,.mceContentBody img.empire,
#wiki img.independant,.mceContentBody img.independant {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#wiki img.shadow, .mceContentBody img.shadow{
    box-shadow: -1px -1px 5px #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#wiki img.republic,
.mceContentBody img.republic {
    box-shadow: 0 0 10px #00C0FF;
    border:1px solid #00C0FF;
}

#wiki img.empire,
.mceContentBody img.empire {
    box-shadow: 0 0 10px #DB0000;
    border:1px solid red;
}

#wiki img.independant,
.mceContentBody img.independant {
    box-shadow: 0 0 10px orange;
}

/* upload */
#wiki .content #files ul {
    list-style-type: none;
}

#fileBrowser, #fileUploadDiv {
    height: 130px;
    border: 1px solid #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#fileUploadDiv {
    width: 280px;
    margin: 10px 0 0 0;
    overflow: auto;
    padding:5px;
}

#fileBrowser {
    width: 530px;
    float:left;
    margin: 0 15px 0 0;
    height: 252px;
    overflow:auto;
}


#zoomIt {
    position:absolute;
    border: 1px solid #000;
    box-shadow: 0 0 5px #000;
}

#wiki a.external {
    background: url(/themes/ff-armory/img/wiki/ext.gif) no-repeat right center;
    padding: 0 13px 0 0;
}

#wiki a.resize span{
    background: url(/themes/ff-armory/img/resize.png) no-repeat right center;
    position:absolute;
    display:block;
    width: 20px;
    height: 20px;
}
#wiki .lastContrib {
    width: 100%;
    margin-top: 1.5em;
}

#wiki .lastContrib th {
    font-size: 0.8em;
    font-weight: 100;
    text-transform: uppercase;
    vertical-align: top;
    border: 1px solid #00C0FF;
    border-left:0;
    border-right:0;
    background-color: rgba(22, 196, 233, 0.15);
}

#wiki .lastContrib td {
    vertical-align: top;
    border-bottom: 1px solid #00C0FF;
}

#wiki #description {
    width: 770px;
    height: 150px;
}

#wiki .tabbed li,
#wiki .tabbed ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#wiki .tabbed ul.tabs {
    margin: 0 0 0 6px;
}

#wiki .tabbed ul.tabs li {
    float: left;
    border: 1px solid #00C0FF;
    border-bottom: 0;
    margin: 0 0 0 2px;
    border-radius: 5px 5px 0 0;
    position: relative;
    bottom: 0;
    background: #034254;
    opacity: .75;
}

#wiki .tabbed ul.tabs li a {
    padding: 4px 14px;
    display: block;
}

#wiki .tabbed ul.tabs li.selected {
    bottom: -1px;
    opacity: 1;
}

#wiki .tabbed ul.tabs li.selected a {
    padding: 4px 14px 4px 15px;
    color: #00C0FF;
}

#wiki .tabbed .tabcontent {
    border: 1px solid #00C0FF;
    padding: 10px;
    border-radius: 5px;
    display: none;
    background-color: rgba(22, 196, 233, .15);
}

#wiki img.heart1,
#wiki img.heart2,
#wiki img.heart3,
#wiki img.void {
    background-image: url(/themes/ff-armory/img/affection.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 16px;
}

#wiki img.heart1 {
    width: 16px;
}

#wiki img.heart2 {
    width: 32px;
}

#wiki img.heart3 {
    width: 48px;
}

#wiki img.void {
    width: 16px;
    background-position: -48px 0;
}

#wiki .tabbed .legend li {
    float:left;
    text-align: center;
    margin: 0 0 0 10px;
    padding: 3px;
    border: 1px solid #00C0FF;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(22, 196, 233, 0.15);
    box-shadow: 0 0 5px #1DE0F6;
}

#wiki .tabbed table {
    width: 100%;
    color: #fff;
}

#wiki .tabbed tr.stripped td {
    background-color: rgba(22, 196, 233, 0.05);
}

