/*
===================================================================================
All style modification should be made in this file.  DO NOT MODIFY style.css!
This makes it possible to update the core system and theme without destroying
style changes.

See the comment at the top of the style.css file for additional information.

If you need any clarification, help, or suggestions, please check out the support 
forums: http://support.8bit.io.
===================================================================================
*/


h1, h2, h3, h4, h5, h6 {margin: 0; font-family: Arial, Helvetica, Sans-serif; color: #ff5e17;}


/* URLs and Hyperlinks */
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {text-decoration: none;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: underline;}
a:link, a:visited  { color: #ff5e17; }
a:hover  { color: #666666; }


/* Post Title */
.post .title, .post .title a:link {width: 100%; position: relative; margin: 0; padding: 0; color: #ff5e17; font-size: 32px; line-height: 36px; }
.post .title a:hover {text-decoration: none; color: #888; }

/* ********************************************** */
/* Top Menu Bar */
/* ********************************************** */

.navigation {text-transform: uppercase; font-size: 18px; background: #ff5e17; padding: 5px; border-bottom: 1px solid #fff; }
.nav, .nav ul {z-index: 100; margin: 0; list-style: none; line-height: 1;}
.nav li {float: left; width: auto;}


/* ********************************************** */
/* Footer */
/* ********************************************** */

#footer {font-family: Helvetica, Arial, sans-serif; font-size: 11px; line-height: 0px; margin: 50px 0 0 0; padding: 15px 0; background: #ff5e17; color: #fff; text-transform: uppercase;}
#footer .navigation { border-bottom: none !important; width: 620px; }
#footer #footer_navigation li { margin-right: 0.5em; }

#footer .nav a { padding-top: 0; }
#footer a:link, #footer a:visited {color: #fff; text-decoration:none;}
#footer a:hover { text-decoration: underline; }
#footer .nav { }

#footer #credit { }
#footer #credit img {vertical-align: middle;}
#footer #credit span {display: none;}


/* Image */
.entry img  { border: 0px solid #b0b0b0; }
.entry .attachment-post-thumbnail {float: left; width: auto; border: 0px solid #b0b0b0; margin: 0 10px 10px 0;}
