/* GLOBAL: #Basic Styles
================================================== */
body { background: #303030; }

/* GLOBAL: #Links
================================================== */
a, a:hover, a:visited { color:#303030; }
.content a { border-bottom:solid 1px #303030; }
.content a:hover { border-bottom:solid 1px #303030; }

/* GLOBAL: #Buttons
================================================== */
.btn, .button, .added_to_cart, .btn-reply, .comment-reply-link { color:#303030; background: #fed20d; }
.btn:hover, .button:hover, .btn-reply:hover, .comment-reply-link:hover { background: #fed20d; color:#303030; }

/* GLOBAL: #Forms
================================================== */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { border-radius:0; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { background: #fed20d; color:#303030; }
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: #303030; color:#fed20d; }


/* MODULE: #Main navigation
================================================== */
.sf-menu a:hover, .current-menu-item a { background: #303030; color:#fff; }


/* MODULE: #Slider
================================================== */
.flex-control-paging li a.flex-active { background: #000; background: #303030; }


/* MODULE: #Post
================================================== */
.post-date { background: #303030; color:#fff; border-bottom:solid 5px #ffcc00; }


/* GLOBAL: #Footer
================================================== */
.footer a { color:#fed20d; }