/* Dark */

h1,h2,h3,h4,h5,h6 {
    color:#222;
}

#menu-container {
    background:#111;
}

body {
	color: #3d3d3d;
}
.main-navigation a {
	color:#777;
}
.main-navigation a:hover {
	color:#FFF;
}
#respond input[type="text"], #respond textarea {
    border:1px solid #ccc;
}
#comments .required {
    color:red;
}

.site-title a {
    color:#222;
}
.site-title a:hover {
    opacity:0.8;
}
#tool-bar a {
    color:rgba(256,256,256,0.7);
}

input[type="submit"], .sell-media-text {
    background:#2a6496;
}
.search-results .entry-title a {
    color:#222;
}
.search-results .entry-title a:hover {
    color:#2a6496;
}
/* Tables
-------------------------------------------------------------- */

tbody tr:nth-of-type(odd) {
    background: rgba(0,0,0,0.05);
}
table, th, td {
    border: 1px solid #ccc;
}