/*
Theme Name: Cars Power
Theme URI: http://www.toptut.com
Description: 3 column AdSense ready web 2.0 theme for automotive blogs. Designed by Lorelei and coded by <a href="http://wordpressmania.org/">Tomas Sramek</a>.
Author: Lorelei
Author URI: http://loreleiwebdesign.com
*/

/* If you have any questions or need support, please post in our forum -- www.loreleiweb.com/forum   */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;

/* font-size:60%;
color:#FFF;
*/

background:#373832 url(images/bg1.jpg) center repeat-y;
margin:0 auto;
}

a:link, a:visited { color: darkgreen; text-decoration: none; } 
a:active, a:hover { color: darkgreen; text-decoration: underline; }

h1 {
	font-size: 28px;
	color: #4c6171;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2,h6 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 18px;
	color: midnightblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 0.1cm;
}

h4 {
	font-size: 14px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 0.1cm;
}

h5 {
	font-size: 12px;
	color: darkgreen;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 0.5cm;
}

#content h2 {
float:left;
width:90%;
font-size:14px;
color:#4c6171;
margin:0px 0 3px;
padding:9px 0 0 7px;
/* height:20px; */
background: url(images/t_bg.png) left no-repeat;
}

/*sidebar
sidebar*/
.rolls {
text-align:left;
float:left;
width:90%;
list-style-type:none;
margin:0;
padding:0;
}

.rolls li {
float:left;
width:100%;
text-align:left;
font-size:11px;
line-height:15px;
margin:0 0 3px;
padding:0;
}

.rolls li a:link,.rolls li a:visited {
padding-left:10px;
color:#3a362d;
text-decoration:none;
display:block;
}

.rolls li a:hover,.rolls li a:active {
padding-left:15px;
color:#351f14;
text-decoration:none;
display:block;
/* font-weight:700; */
}

.rolls ul {
text-align:left;
float:left;
width:100%;
list-style-type:none;
margin:0;
padding:0;
}

.rolls ul li {
float:left;
width:100%;
text-align:left;
font-size:11px;
line-height:18px;
margin:3px 0 0;
padding:0;
}

#footer {
float:left;
width:960px;
background:#748291 url(images/banner_pic.png) top repeat-x;
height:36px;
padding-bottom:0;
}

.footer_links {
float:left;
width:950px;
padding-right:5px;
padding-left:15px;
line-height:36px;
height:36px;
font-size:11px;
color:#FFF;
margin:0;
}

.footer_links a:link,.footer_links a:visited {
color:#FFF;
text-decoration:none;
}

.footer_links a:hover,.footer_links a:active {
color:#FFF;
text-decoration:underline;
}


/* -- MINIPIC :-) ------------------------------- */
.minipic{
position: relative;
z-index: 0;
}

.minipic:hover{
background-color: transparent;
z-index: 50;
}

.minipic span{ /*CSS for enlarged image*/
position: absolute;
background-color: silver;
padding: 5px;
left: -1000px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

.minipic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.minipic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
