/*
Theme Name: Zubin
Description: Used to style the TinyMCE editor.
*/


/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

/**
 * 10.0 - Color
 */

/* Background Color */

body {
    background-color: #000000;
}


/* Secondary Background Color */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
ins,
mark,
ins,
pre {
    background-color: #111111; //
}

/* Main Text Color */
body,
input,
select,
optgroup,
textarea,
input::placeholder,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #999999;
}

/* Headline Text Color */

h1,
h2,
h3,
h4,
h5,
h6,
.drop-cap:first-letter {
    color: #ffffff;
}

/* Ghost Button Text Color */
button.ghost-button,
.button.ghost-button,
.more-link.ghost-button {
    color: #ffffff;
}

/* Ghost Button Border Color */
button.ghost-button,
.button.ghost-button,
.more-link.ghost-button {
    border-color: #ffffff;
}


/* Link Color */
a,
blockquote:before {
    color: #ecbc2a;
}


/* Link Hover Color */
a:hover,
a:focus {
    color: #fff;
}

/* Secondary Link Color */
ins,
input,
select,
optgroup,
textarea,
table a,
.more-link {
    color: #fff;
}

/* Secondary Link Hover Color */
table a:hover,
table a:focus {
   color: #ecbc2a;
}

/* Button Background Color */
.button,
button,
input[type="submit"] {
    background-color: #ecbc2a;
}

.more-link.underlined {
    border-color: #ecbc2a;
}

/* Button Text Color */

button,
input[type="submit"],
.button {
    color: #fff;
}

/* Button Hover Text Color */
button:hover,
button:focus,
.button:hover,
.button:focus,
.button.ghost-button:hover,
.button.ghost-button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #fff;
}

/* Button Hover Background Color */
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #333;
}

/* Border Color */
table,
.mce-item-table,
tfoot,
tfoot tr td,
caption,
.mce-item-table caption,
table th,
.mce-item-table th,
table td,
.mce-item-table td,
table tr,
.mce-item-table tr,
select,
abbr,
acronym {
    border-color: #2b2b2b;
}
