/*
Theme Name: Black Lime
Description: Black Lime Theme
Author: <a href="http://www.preetindersodhi.com">Preetinder</a>
Author URL : http://www.preetindersodhi.com
*/

body {
font: 75% verdana, "Trebuchet MS", arial, tahoma, sans-serif;
line-height:1.3em;
color: #fff;
background-color: #212121;
background-repeat: no-repeat;
}


#container {
margin: 0;
padding: 0;
width: 900px;
margin-left: 50px;
background: #transparent;
background-position: 100% 100%;
}


/* CSS Tabs */

#banner { 
height: 200px; 
background: url('images/header.jpg') ;
}

b.ctop, b.cbottom{display:block;background: #212121}  
b.ctop b, b.cbottom b{display:block;height: 1px;  
overflow: hidden; background: #525252}  
b.c1{margin: 0 5px}  
b.c2{margin: 0 3px}  
b.c3{margin: 0 2px}  
b.ctop b.c4, b.cbottom b.c4{margin: 0 1px;height: 2px} 

b.stop, b.sbottom{display:block;background: #212121}  
b.stop b, b.sbottom b{display:block;height: 1px;  
overflow: hidden; background: #8AA662}  
b.s1{margin: 0 5px}  
b.s2{margin: 0 3px}  
b.s3{margin: 0 2px}  
b.stop b.s4, b.sbottom b.s4{margin: 0 1px;height: 2px} 

b.rtop, b.rbottom{display:block;background: #212121}  
b.rtop b, b.rbottom b{display:block;height: 1px;  
overflow: hidden; background: #8AA662}  
b.r1{margin: 0 5px}  
b.r2{margin: 0 3px}  
b.r3{margin: 0 2px}  
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} 

b.ftop, b.fbottom{display:block;background: #212121}  
b.ftop b, b.fbottom b{display:block;height: 1px;  
overflow: hidden; background: #5e5e5e}  
b.f1{margin: 0 5px}  
b.f2{margin: 0 3px}  
b.f3{margin: 0 2px}  
b.ftop b.f4, b.fbottom b.f4{margin: 0 1px;height: 2px} 


#banner a 
{
color: #000;
}

#banner h1 
{
padding: 100px ;
margin-left: 10px;
font: normal 400% Georgia ;
text-align: left;
border-bottom: none;
background: transparent;
}


#content {
width: 640px;
color: #cccccc;
background: #525252;
}


h1 {
margin: 5px;
font: normal 150% "Trebuchet MS", verdana, tahoma, sans-serif;
padding: 5px;
border-bottom: 1px solid #eee;
text-transform: uppercase;
color: #7fff00;
}

a {
text-decoration: none;
color: #fff;
background: transparent;
}

a:hover {
text-decoration: none;
color: #e5e5e5;
background: transparent;
}

a images {
border: 0px none;
}

#content h2, h3{
margin-left:10px;
}


#sidebar {
float: right;
width: 245px;
background-color: #8AA662;
color: #000;
}

#sidebar h1 
{
font: normal 160% verdana, tahoma, sans-serif;
border-bottom: 1px solid #eee;
text-transform: uppercase;
color: #000;
}

#sidebar ul li{
list-style:none;
margin-left:-20px;
}

#sidebar ul li h2
{
color: #8AA662;
font: normal 130% "Trebuchet MS", verdana, tahoma, sans-serif;
}

#sidebar a 
{
color: #000;
}


#sidebar a:hover {
color: #fff;
background-color: #6e8b3d;
}

#sidebar ul li:hover {
color: #fff;
background-color: #6e8b3d;
}

#footer 
{
clear:both;
height: 25px;
text-align: right;
color: #8AA662;
background-color: #5e5e5e;

}

#footer a {
color: #c0ff3e
}

/*post stylng*/
.post{margin: 25px 15px 25px 10px; }


.post

a {
color: #c0ff3e
}

.post .info{
margin-left: 5px;
padding:2px 3px 3px 8px;
background-color:#3b3b3b;
width: 570px;
font-size:0.9em;
color:#ccc;
}

.post .info

a {
color: #c0ff3e
}


/* Comments Styling */
#commentlist li {
margin-left: 20px;
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
margin-left: 20px;
background: #525252;
width: 280px;
}

#commentform textarea {
margin-left: 20px;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #e5e5e5;
border: 1px solid #555555;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
margin-left: 20px;
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-left: 20px;
margin-bottom: 3px;
}