/*
Theme Name:Vroom
Theme URI:http://www.girlzloveracing.com/wp-content/themes/vroom
Description:This is the main theme for Girlz Love Racing.com
Author:Kurve Media
Author URI:www.kurvemedia.com		
Version:1.0
*/


body,
html {
    margin:0;
    padding:0;
	background: #FFFFFF url(images/fullbkg.jpg) no-repeat center top;
	/*background-color:#FFFFFF;
	background-position:top;
	background-repeat:repeat-x;*/
    color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    }
	
body {
    min-width:955px;
    }
#wrap {
    margin:0 auto;
    width:955px;
    }	
#header {
height:205px;
    /*background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
    }
	
#main {
  background:#FFFFFF;
    float:left;
    width:570px;;
    }
	
#sidebar {
 background:#FFFFFF;
    float:right;
    width:231px;
	padding-top:5px;
    }
	
#footer {
padding-left:15px;
padding-right:15px;
padding-top:15px;
height:35px;
    background-image:url(images/FooterBKG.jpg);
	background-position:top;
	background-repeat:no-repeat;
    background: #FFFFFF;
    clear:both;
	font-size:10px;
    }
	
#header h1 {
    padding:5px;
    margin:0;
    }
	
#main h2, #main h3, #main p {
    padding:0 10px;
    }
	
#footer p {
    margin:0;
	padding-top:5px;
    }
	
#mainwrapper {
padding-left:77px;
padding-right:77px;
    }
	
.sectionTitles {
padding-left:3px;
background-image:url(images/SectionTitleBKG.jpg);
background-repeat:no-repeat;
}
.sections {
padding-top:0px;
}

.rss {
padding-left:3px;
}

#copyright {
float:left;
}

#linkback {
float:right;
}

#linkback a:link {
text-decoration:none;
color:#000000;
}

#linkback a:hover {
color:#0066CC;
font-weight:bold;
}

.post {
margin-left:10px;
}


#commentform textarea {
	width:100%;
}

#sidebar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#sidebar li a {
        text-decoration:none;
		display: block;
		color:#000000;
		}
		
#sidebar li a:link a:visited {
		color:#000000;
		}
		
#sidebar li a:hover {
		background-color:#ffd6ed;
		font-weight:bold;
		}
<!-- Categories style -->
.categoresList ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
.categoresList li a {
        text-decoration:none;
		display: block;
		color:#000000;
		padding-right:5px;
		}
		
.categoresList li a:link a:visited {
		color:#000000;
		}
		
.categoresList li a:hover {
		background-color:#ffd6ed;
		font-weight:bold;
		}
		
