/*
Theme Name: Standard Simple
Theme URI: http://standardtheme.com/
Description: Child Theme for The Standard Theme
Author: Jared Erickson
Author URI: http://jarederickson.com
Template: StandardTheme
Version: 1.0
*/
 
@import url("../StandardTheme/style.css");

body { background: url(images/bg.jpg); }

#header { display: none; }

#main { float: right; }

#sidebar { float: left; }

#logo h1 { color:#101010; font-size:23px; letter-spacing: 2px; text-transform:uppercase; }

.post { background: none; border: 1px solid #d7d4d4; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.post-meta { border: 0; color: #888; font-family: arial, serif; font-size: 10px; margin: 10px 0; }

.post-meta a:link, .post-meta a:visited { color: #888; text-decoration: none; }

.post-meta a:hover { color: #101010; }

#navigation { background: none; margin: 10px 0 25px 0; }

#socialnetworking { margin: 0; }

#top_navigation a:link, #top_navigation a:visited { background: #101010; color: #f0f0f0; font-weight: bold; line-height: 0; margin-right: 5px; padding: 15px 10px 13px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 0 0 3px #101010; -webkit-box-shadow: 0 0 3px #101010; box-shadow: 0 0 3px #101010; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#101010')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#101010'); }

#top_navigation a:hover { background: #323232; text-decoration: none; }

.nav li ul li { background: none; border: none; }

.nav li ul li a { color: #f0f0f0 !important; }
.nav li ul li a:hover { }

.author_info { background: none; border: 0; }
#comments { background: none; border: 0; }
#respond { background: none; border: 0; }
#commentform textarea { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#comments .comment .comment-container { border-bottom: 1px solid #101010; }
#commentform #submit { background: #101010; }
input.submit { background: #101010; }

.widget ul li { background: none; border: 0; padding: 0 0 0 5px; }
.widget h3 { color: #101010; border-bottom: 0; padding: 0; }

#footer { background: none; color: #101010; }
#footer a:link, #footer a:visited { color: #323232; }

/* ********************************************** */
/* Post Pagination */
/* ********************************************** */

/* Newer, Older Entries */
.more_entries { background: none; border: 0; margin-top: 0px; padding: 10px 0;}
.more_entries a {display: block; margin: 0 0 0 0; text-transform: uppercase; font-weight: bold; text-decoration: none;}

/* ********************************************** */
/* WP-Pagenavi Styling */
/* ********************************************** */

.wp-pagenavi a, .wp-pagenavi a:link {padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; }
.wp-pagenavi a:visited {padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; }

.wp-pagenavi a:hover {color: #000000; background-color: #FFFFFF;}
.wp-pagenavi a:active {padding: 2px 4px 2px 4px; margin: 2px; text-decoration: none; color: #333333; background-color: #FFFFFF;}
.wp-pagenavi span.pages { background: none; padding: 2px 4px 2px 4px; margin: 2px 2px 2px 2px; color: #101010; }
.wp-pagenavi span.current {padding: 2px 4px 2px 4px; margin: 2px; font-weight: bold; color: #000000; background-color: #FFFFFF;}
.wp-pagenavi span.extend { margin: 2px; color: #000000;}

.more_entries .wp-pagenavi {margin: 0; text-align: center;}
.more_entries .wp-pagenavi a:link, .more_entries .wp-pagenavi a:visited { font-family: arial, sans-serif; display: inline; text-decoration: none; color: #fff; background: #404040; padding: 4px 8px !important; -moz-border-radius: 8px; -webkit-border-radius: 8px; border: 0 !important; }
.more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi .on, .more_entries .wp-pagenavi a:hover {background: #101010 !important; color: #fff; font-family: arial, sans-serif; font-weight: bold; padding: 4px 8px !important; -moz-border-radius: 8px; -webkit-border-radius: 8px; border: 0; }
.more_entries .wp-pagenavi .extend {background: none; border: none; color: #999;}
