/*  

Theme Name: Overload
Theme URI: http://www.developerholic.com/
Description: Overload
Author: Developerholic
Author URI: http://www.developerholic.com
http://www.opensource.org/licenses/gpl-license.php

*/

* {
    margin: 0;
    padding: 0;
}



body { 
    background: #341002 url('images/bodybg.jpg') repeat-x top left;
    color: #333333; 
    font-family: Tahoma, Verdana, Sans-serif, Arial;
    font-size: 11px; 
}

img {
    border: none;
}

a { 
    color: #A00; 
    text-decoration: none;
}
a:hover { 
    color: #333333; 
}

#container { 
    width: 990px;
    background: #fff;
    text-align: left; 
    margin: 0px auto;   
    border: #8c0501 solid 2px;
    border-top: none;
    border-bottom: none;
}

#contentup { 
    height: 30px; 
    background: #fff url(images/insbg.jpg) no-repeat;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
}


#insing {
    width: 26px;
    height: 31px;
    background: #fff url(images/more.jpg) no-repeat;
    float: right;
}


#header { 
    height: 80px;
    background: #fff url(images/headerbg.jpg) no-repeat;
    border-top: 2px #8c0501 solid;
}

#header h2 { 
    margin: 0px 0px 5px 20px; 
    padding-top: 12px;
}

#header h2 a { 
    color: #fff; 
    text-decoration: none; 
    font-size: 20px; 
    overflow: hidden; 
}

#header h2 a:hover { 
    text-decoration: none; 
}

#header h3 { 
    color: #e23321; 
    font-size: 10pt; 
    font-weight: normal; 
    margin: 5px 0px 5px 20px; 
}


#indexbg {
    width: 100%;
    height: 150px;
    background: #fff url(images/indexbg.jpg);
}

#menuholder{ 
    background: #fff url(images/backbg.jpg);
}

#menu { 
    text-align: right;
}

#menu ul { 
    margin: 0px;	
    padding: 8px; 
    list-style: none; 
}


#menu li { 
    display: inline; 
    border-right: 1px solid #e23321; 
}

#menu a {
    padding: 0px 15px;
    text-decoration: none;
    color: #e23321;
}

#menu a:hover {
    color: #fff;
}

#content { 
    width: 580px; 
    padding: 10px 20px 5px 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: justify;
    float: left;
    line-height: 14pt;
    overflow: hidden;
}

#content .ins {
    width: 260px;
    float: left;
    margin-right: 12px;
    margin-left: 4px;
    border: 2px solid #8c0501;
    padding: 5px;
    margin-bottom: 25px;
    height: 320px;
}

#content .comment {
    background:url(images/comments.gif) no-repeat;
    float: right;
    width:35px; height:36px;
    text-align: center;
    font-size: 19px;
    padding:2px;
    margin-top: 8px;
    margin-right: 6px;
    text-decoration: none;
}

#content .comment a {
    text-decoration: none;
}	


#content b{
    color: #777;
}

#content h3 {
    font-size: 14px;
}

#content a {
    color: #e23321;
    line-height: 14pt;
    text-decoration: underline;
}

#content p {
    margin: 0px;
    line-height: 20px;
    padding: 0px 0px 10px 0px;
    margin-top: 5px;
}

#content p img{
    border: none;
    margin-right: 15px;
    margin-bottom: 10px;
}

#content h1 {
    color: #8c0501;
    font-size: 22px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 150%;
    margin: 0px;
}


#content h1 a  {
    color: #8c0501;
    text-decoration: underline;
}

#content h1 a:hover {
    text-decoration: none;
}

#content h2 {
    font-size: 22px; 
    color: #333333;
    margin: 0px;
    font-weight: normal;   
}

#content h2 a  {
    color: #8c0501;
    text-decoration: none;
}

#content h2 a:hover {
    color: #333333;
    text-decoration: none;
}

#content ol {
    list-style-type: decimal;
    line-height: 18px;
    margin: 0px;
    padding: 0px 0px 10px 30px;
}

#content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    
}

#content li {
    margin: 0px;
    padding: 0px;
}

#content ul li {
    list-style: disc inside;
    margin: 0px 0px 0px 10px;
    padding: 5px 0px 0px 0px;
}

#content ul li a {
    color: #e23321;
    text-decoration: none;
}

#content ul li a:hover {
    color: #333333;
    text-decoration: underline;
}

blockquote{
    margin: 0px;
    margin-left: 15px;
    margin-bottom: 12px;
    padding: 7px;
    border-left: 8px solid #8c0501;
}

.postspace {
    background: #fff;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

.postspace2 {
    background: #fff;
    height: 25px;
    margin: 0px;
    padding: 0px;
}

#right { 
    width: 200px;	
    float: right;
    margin-bottom: 20px;
    margin-left: 5px;
    padding-right: 10px;
}


#right h2 { 
    color: #e23321;
    font-size: 12px;
    list-style: none;
    padding: 6px;
    margin: 20px 0px 0px 0px;    
    background: #8c0501 url(images/backbg.jpg);
    
}

#right ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 0px 0px;
    border: 2px solid #8c0501;
}

#right li {
    list-style: none;
    margin: 0px;
    padding: 0px;    
}

#right ul li {
    font-size: 13px;
    list-style: none;
    margin: 0px;
    line-height: 0pt; 
}

#right ul li a {
    display: block;
    color: #e23321;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 6px;
    padding-bottom: 2px;
    line-height: 12pt;
    border-bottom: 1px dashed #e23321;  
}


#right ul li a:hover {
    color: #333333;
}


#left { 
    width: 150px;	
    float: right;
    margin-bottom: 20px;
}


#left h2 { 
    color: #e23321;
    font-size: 12px;
    list-style: none;
    padding: 6px;
    margin: 20px 0px 0px 0px;    
    background: #8c0501 url(images/backbg.jpg);
}


#left ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 0px 0px;
    border: 2px solid #8c0501;
}


#left li {
    list-style: none;
    margin: 0px;
    padding: 0px;    
}


#left ul li {
    font-size: 13px;
    list-style: none;
    margin: 0px;
    line-height: 0pt; 
}

#left ul li a {
    display: block;
    color: #e23321;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 6px;
    padding-bottom: 2px;
    line-height: 12pt;
    border-bottom: 1px dashed #e23321;  
}


#left ul li a:hover {
    color: #333333;
    text-decoration: none;   
}


#footer {
    background: #371101 url(images/footerbg.jpg);
    color: #e23321;
    margin-top: 10px;
    padding:  10px;
    text-align: right;
    height: 30px;
    clear: both;
}


#footer p {
    padding: 0px;
    margin: 0px;	
}

#footer a, #footer a:visited {
    color: #fff;
    text-decoration: none;
    border: none;	
}

#footer a:hover {
    color: #fff;
}

#wp-calendar {
    margin-left: 22px;
    margin-bottom: 10px;
    width: 180px;
}


.entry {
    margin-bottom: 12px;
}	

#author {
    border:1px solid #cccccc;
    margin:0;
    padding:4px;
}

#email {
    border:1px solid #cccccc;
    margin:0;
    padding:4px;
}

#url {
    border:1px solid #cccccc;
    margin:0;
    padding:4px;
}

#comment  {
    width: 350px;
    border:1px solid #cccccc;
    margin:0;
    padding:4px;
}


img.avatar {
    float:right; 
    margin-right:5px; 
    margin-left: 5px;
}


.searchform form {
    width: 190px; height: 30px;
    padding: 7px;
    background: #fff url(images/search.gif) no-repeat center;
    float: right;
}

.searchform form input {
    border: 0;
    float: left;
    width: 140px;
    margin: 7px 0 0 0px;
    background-color: transparent;
}

.searchform form button {
    border: 0;
    float: right;
    text-indent: -9999px;
    width: 40px; height: 30px;
    background-color: transparent;
}
