/*
Theme Name: Blogum Child Theme
Author: Javaun Moradi
Author URI: http://www.javaun.com
Description: This is a child theme based on Blogum by WPSHOWER http://wpshower.com
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Tags: grids, blog, modern, stylish, minimalistic
Template:       blogum
Copyright: (c) 2010 WPSHOWER
*/

/*** Reset ***/
@import url("../blogum/style.css");

.header {
padding: 50px 0 50px 160px;
background-image:url('images/headerimg.jpg');

}

.header h1 a {
color: white;
text-decoration: none;
}

.header .description {
    font-size: 14px;
    color: white;
    
}

.search {width: 225px; float: right; position: relative; top: -2px; background: #e9e9e9;}
.search input {background: none; border: none; font-size: 16px; color: #666; padding: 4px 5px 4px 5px; width: 191px; vertical-align: middle;}
.search button {background: url("images/dash.png") 50% 50% no-repeat; border: none; height: 16px; width: 16px; vertical-align: middle; cursor: pointer;}

.user_data input {
width: 225px;
border: none;
border-bottom: 1px solid #E9E9E9;
background: #ededed;
padding-bottom: 5px;
font: 12px Helvetica, Arial, Helvetica, sans-serif;
/*color: #9D9D9D; */
color: #666;
border-image: initial;
}

.comment_field textarea {
height: 108px;
overflow: auto;
width: 545px;
border: none;
border-bottom: 1px solid #E9E9E9;
font: 12px Helvetica, Arial, Helvetica, sans-serif;
color: #666;
background: #ededed;
border-image: initial;
}

/*lots of anchor link restyles */
.post_content p a, .post_content li a {color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

.widget_body a {color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

.comment_list a {color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

#commentform a {color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

.footer a {color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

.comment_list a {color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

.previouspostslink, .nextpostslink {font-size: 12px; color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

.post_data a {color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

.post_content h6 a {color: #000; text-decoration: none; border-bottom: 1px solid #aaa;}

.more {display: inline-block; font-size: 11px; color: #000; text-decoration: none; border-bottom: 1px solid #aaa; background: url("images/dash.png") 0 0 no-repeat; padding-top: 10px;}

.error404_back {font-weight: bold; color: #000; font-size: 11px; background: url("images/dash.png") 0 50% no-repeat; text-decoration: none; border-bottom: 1px solid #aaa; padding-left: 12px;}